/*定义版心*/

.banxin1280{width: 1280px;margin: 0 auto;}
@media screen and (max-width: 1280px){
  /*--*/
  .banxin1280{width: 95%;}
  }

/*首页没饿模块的公共类标题文字*/

.commTitle{width: 100%;padding-top: 80px;padding-bottom: 20px;}
.commTitle .dd1{font-size: 30px;color: #333;font-weight: 700;}
.commTitle .dd2{font-size: 16px;color: #666;padding-top: 10px;}
@media screen and (max-width: 1000px){
  /*--*/
  .commTitle{padding-top: 0.6rem;padding-bottom: 0.5rem;}
  .commTitle .dd1{font-size: 0.4rem;}
  .commTitle .dd2{font-size: 0.28rem;padding-top: 0.2rem;line-height: 0.5rem;}
  }

/*pc电脑端固定在顶部的导航栏*/

.huangWapBox{display: none;}
body{padding-top: 80px;background: #f3f6ff;}
.fixTopNav{width: 100%;position: fixed;left: 0;top: 0;right: 0;background: #fff;z-index: 100;height: 80px;box-shadow: 0 0 1px #eee;transition: all 0.5s;}
.fixTopNav2{display: flex;justify-content: space-between;align-items: center;height: 100%;}
.fixTopNav2 .nav_logo{height: 80px;display: inline-flex;align-items: center;}
.fixTopNav2 .nav_logo img{width: 110px;}
.fixTopNav2 .nav_logo img.img1{display: inline-block;}
.fixTopNav2 .nav_logo img.img2{display: none;}
.fixTopNav2 .nav_div{height: 100%;display: flex;}
.fixTopNav2 .nav_div a{padding: 0 65px;font-size: 20px;transition: all 0.5s;height: 100%;display: inline-flex;align-items: center;position: relative;border: 0px solid red;}
.fixTopNav2 .nav_div a:before{content: "";width: 34px;background: #3dac6a;height: 1px;position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);transition: all 0.5s;opacity: 0;}
.fixTopNav2 .nav_div a:hover,.fixTopNav2 .nav_div a.on{color: #3dac6a;}
.fixTopNav2 .nav_div a:hover:before,.fixTopNav2 .nav_div a.on:before{opacity: 1;}
@media screen and (max-width: 1220px){
  /*--*/
  .fixTopNav2 .nav_div a{padding: 0 40px;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .fixTopNav2 .nav_logo img{width: 100px;}
  .fixTopNav2 .nav_div{flex: 1;justify-content: space-between;padding-left: 2.5%;}
  .fixTopNav2 .nav_div a{padding: 0;font-size: 0.3rem;flex: 1;border: 0px solid red;justify-content: center;}
  }

/*首页的满屏轮播图*/

#indexBanner{height: 100vh;overflow: hidden;}

/*首页的满屏轮播图~~~中间文字*/

#indexBanner .swiper-slide{position: relative;}
#indexBanner .swiper-slide .onlyDiv1{position: absolute;z-index: 10;top: 50%;left: 319px;transform: translateY(-50%);border: 0px solid red;}
#indexBanner .swiper-slide .onlyDiv1 .dd1 p{font-size: 82px;color: #333333;font-weight: 700;}
#indexBanner .swiper-slide .onlyDiv1 .dd1 span{font-size: 82px;color: #3dac6a;font-weight: 700;}
#indexBanner .swiper-slide .onlyDiv1 .dd2 p{font-size: 24px;color: #333333!important;padding-top: 25px;}
#indexBanner .swiper-slide .onlyDiv1 .dd3{width: 100%;padding-top: 300px;border: 0px solid red;}
#indexBanner .swiper-slide .onlyDiv1 .dd3 a{width: 280px;height: 80px;border-radius: 10px; border: solid 1px #333333;display: inline-flex;justify-content: center;align-items: center;}
#indexBanner .swiper-slide .onlyDiv1 .dd3 a img{margin-left: 25px;width: 50px;}
#indexBanner .swiper-slide .onlyDiv1 .dd3 a span{font-size: 24px;color: #333;}
@media screen and (max-width: 1280px){
  /*--*/
  #indexBanner .swiper-slide .onlyDiv1{width: 95%;left: 2.5%;}
  #indexBanner .swiper-slide .onlyDiv1 .onlyDiv2{width: 100%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  #indexBanner{height: inherit;}
  #indexBanner .swiper-slide .onlyDiv1 .dd1{font-size: 0.5rem;display: none;}
  #indexBanner .swiper-slide .onlyDiv1 .dd1 span{font-size: 0.5rem;}
  #indexBanner .swiper-slide .onlyDiv1 .dd2{font-size: 0.3rem;padding-top: 0.5rem;display: none;}
  #indexBanner .swiper-slide .onlyDiv1 .dd3{padding-top: 0;display: flex;justify-content: center;border: 0px solid red;display: none;}
  #indexBanner .swiper-slide .onlyDiv1 .dd3 a{width: inherit;height: inherit;display: inline-flex;border-radius: 0.1rem;padding: 0.2rem;width: 50%;border: 1px solid #aaa;}
  #indexBanner .swiper-slide .onlyDiv1 .dd3 a img{margin-left: 0.2rem;width: 30px;}
  #indexBanner .swiper-slide .onlyDiv1 .dd3 a span{font-size: 0.28rem;color: #333;}
  }

/*首页的满屏轮播图~~~左右箭头*/

#indexBanner .swiper-button-next:after{content: "";}
#indexBanner .swiper-button-prev:after{content: "";}
#indexBanner .swiper-button-prev{display: none;}
#indexBanner .swiper-button-next{display: none;}

/*首页的满屏轮播图~~~小圆点*/

#indexBanner .swiper-pagination{z-index: 100;bottom: 70px !important;}
#indexBanner .swiper-pagination-bullet{background: none !important;background: #fff !important;outline: none !important;box-sizing: border-box;opacity: 1 !important;width: 22px;height: 22px;margin-left: 15px;}
#indexBanner .swiper-pagination-bullet:first-child{margin-left: 0;}
#indexBanner .swiper-pagination-bullet-active{background: #1b9627 !important;}
@media screen and (max-width: 1000px){
  /*--*/
  #indexBanner .swiper-pagination{bottom: 0.5rem !important;}
  #indexBanner .swiper-pagination-bullet{width: 12px;height: 12px;margin-left: 0.2rem;}
  }

/*服务领域div*/

.service_Domain1{width: 100%;}
.DomainList{width: 100%;overflow: hidden;padding-top: 10px;padding-bottom: 20px;}
.DomainList .itembox{float: left;width: 400px;background: #fff;position: relative;margin-right: 40px;margin-top: 60px;height: 240px;border-radius: 10px;}
.DomainList .itembox:nth-child(1){margin-top: 0;}
.DomainList .itembox:nth-child(2){margin-top: 0;}
.DomainList .itembox:nth-child(3){margin-top: 0;}
.DomainList .itembox:nth-child(3n){margin-right: 0;}
@media screen and (max-width: 1280px){
  /*--*/
  .DomainList .itembox{width: 33.33%;margin-right: 0;}
  }

/*服务领域div~~~box2*/

.DomainList .itembox .box2{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 10;background: #3dac6a;padding: 30px;opacity: 0;transition: all 0.5s;overflow: hidden;border-radius: 10px;}
.DomainList .itembox .box2 .box2a{color: #fff;padding-bottom: 10px;font-size: 22px;}
.DomainList .itembox .box2 .box2b{color: #fff;height: 150px;line-height: 30px;}
.DomainList .itembox:hover .box2{opacity: 1;}

/*服务领域div~~~box1*/

.DomainList .itembox .box1{width: 100%;display: flex;justify-content: space-between;border-radius: 10px;overflow: hidden;}
.DomainList .itembox .box1 .box1fl{border: 0px solid red;padding: 30px 0;font-size: 22px;width: 150px;text-align: center;}
.DomainList .itembox .box1 .box1fr{width: calc(100% - 150px);background: -pink;}
.DomainList .itembox .box1 .box1fr img{width: 225px;position: absolute;bottom: -20px;right: 20px;transition: all 0.5s;}
.DomainList .itembox:hover .box1 .box1fr img{bottom: 0;}
@media screen and (max-width: 1000px){
  /*--*/
  .DomainList .itembox{width: 100%;height: inherit;margin-top: 0.3rem;}
  .DomainList .itembox:nth-child(1){margin-top: 0;}
  .DomainList .itembox:nth-child(2){margin-top: 0.3rem;}
  .DomainList .itembox:nth-child(3){margin-top: 0.3rem;}
  .DomainList .itembox .box1 .box1fl{width: 60%;padding: 0;}
  .DomainList .itembox .box1 .box1fr{width: 40%;display: flex;justify-content: center;}
  .DomainList .itembox .box1 .box1fr img{width: 50%;position: inherit;}
  .DomainList .itembox .box1{display: none;}
  .DomainList .itembox .box2{position: inherit;padding: 0;opacity: 1;padding: 0.3rem;background: #fff;}
  .DomainList .itembox .box2 .box2a{padding-bottom: 0.1rem;color: #333;}
  .DomainList .itembox .box2 .box2b{line-height: 0.6rem;height: inherit;-webkit-line-clamp: inherit;color: #333;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .DomainList .itembox .box2 .box2a{font-size: 0.3rem;font-weight: 700;}
  .DomainList{padding: 0;}
  }

/*每一个项目我们都全力以赴div*/

.every_Project1{width: 100%;}
.ProjectList{width: 100%;overflow: hidden;padding-top: 10px;}
.ProjectList .itembox{width: 400px;height: 200px;border-radius: 10px;overflow: hidden;background: #fff;box-shadow: 0 0 10px rgba(200, 200, 200, 0.1);display: inline-flex;justify-content: space-between;margin-top: 40px;margin-right: 40px;float: left;}
.ProjectList .itembox:nth-child(1){margin-top: 0;height: 440px;}
.ProjectList .itembox:nth-child(2){margin-top: 0;}
.ProjectList .itembox:nth-child(3){margin-top: 0;margin-right: 0;}
.ProjectList .itembox:nth-child(5){margin-right: 0;}
.ProjectList .itembox:nth-child(8){margin-right: 0;}
.ProjectList .itembox .divfl{padding: 35px 0 0 25px;}
.ProjectList .itembox .divfl .fl1{display: flex;width: 100%;align-items: center;}
.ProjectList .itembox .divfl .fl1 .s1{width: 100%;padding-right: 10px;font-size: 22px;color: #333;width: 100%;}
.ProjectList .itembox .divfl .fl1 .s2{display: none;}
.ProjectList .itembox .divfl .fl2{font-size: 16px;color: #999;padding-top: 10px;}
.ProjectList .itembox .divfl .fl3{padding-top: 20px;width: 100%;display: flex;align-items: center;}
.ProjectList .itembox .divfl .fl3 span{font-size: 14px;color: #999;border: 1px solid #999;border-radius: 4px;overflow: hidden;padding: 0 5px;margin-left: 10px;}
.ProjectList .itembox .divfl .fl3 span:first-child{margin-left: 0;}
.ProjectList .itembox .divfr{display: inline-flex;align-items: center;justify-content: center;background: -pink;}
.ProjectList .itembox .divfr img{border: 0px solid red;max-width: 100%;}
@media screen and (max-width: 1280px){
  /*--*/
  .ProjectList .itembox{width: 33.33%;margin-right: 0;}
  }

/*每一个项目我们都全力以赴div~~~重置第一个*/

.ProjectList .itembox:nth-child(1){display: block;}
.ProjectList .itembox:nth-child(1) .divfl{padding: 35px 25px 0 25px;}
.ProjectList .itembox:nth-child(1) .divfr{background: orange;width: 100%;display: flex;justify-content: flex-end;}
.ProjectList .itembox:nth-child(1) .divfr img{width: 210px;height: 350px;position: absolute;bottom: 0;right: 0;}

/*每一个项目我们都全力以赴div~~~ifHotClass*/

.ProjectList .itembox.ifHotClass .divfl .fl1 .s1{width: calc(100% - 41px);padding-right: 10px;}
.ProjectList .itembox.ifHotClass .divfl .fl1 .s2{font-size: 18px;color: #fe5663;border: 1px solid #fe5663;border-radius: 2px;overflow: hidden;width: 41px;display: inline-block;text-align: center;}

/*每一个项目我们都全力以赴div~~~单独写死*/

.ProjectList .itembox:nth-child(2) .divfr{width: 126px;}
.ProjectList .itembox:nth-child(2) .divfl{width: calc(100% - 126px);}
.ProjectList .itembox:nth-child(3) .divfr{width: 126px;}
.ProjectList .itembox:nth-child(3) .divfl{width: calc(100% - 126px);}
.ProjectList .itembox:nth-child(4) .divfr{width: 214px;}
.ProjectList .itembox:nth-child(4) .divfl{width: calc(100% - 214px);}
.ProjectList .itembox:nth-child(5) .divfr{width: 148px;}
.ProjectList .itembox:nth-child(5) .divfl{width: calc(100% - 148px);}
.ProjectList .itembox:nth-child(6) .divfr{width: 150px;}
.ProjectList .itembox:nth-child(6) .divfl{width: calc(100% - 150px);}
.ProjectList .itembox:nth-child(7) .divfr{width: 190px;}
.ProjectList .itembox:nth-child(7) .divfl{width: calc(100% - 190px);}
.ProjectList .itembox:nth-child(8) .divfr{width: 200px;}
.ProjectList .itembox:nth-child(8) .divfl{width: calc(100% - 200px);}
@media screen and (max-width: 1000px){
  /*--*/
  .ProjectList .itembox{width: 100%;height: inherit;margin-top: 0.3rem !important;}
  .ProjectList .itembox:nth-child(1){margin-top: 0 !important;display: flex;height: inherit;}
  .ProjectList .itembox:nth-child(1) .divfl{padding: 0.3rem;}
  .ProjectList .itembox:nth-child(1) .divfr{background: none;display: inline-flex;justify-content: center;align-items: center;}
  .ProjectList .itembox:nth-child(1) .divfr img{max-width: 80%;max-height: 80%;position: inherit;height: inherit;width: inherit;}
  .ProjectList .itembox .divfl{padding: 0;width: 60% !important;border: 0px solid red;padding: 0.3rem;}
  .ProjectList .itembox .divfl .fl1 .s1{overflow: inherit;white-space: inherit;font-size: 0.3rem;font-weight: 700;line-height: 0.5rem;}
  .ProjectList .itembox .divfr{width: 40% !important;border: 0px solid red;border-left: 1px dotted #ddd;}
  .ProjectList .itembox .divfr img{max-width: 80%;max-height: 80%;object-fit: cover;}
  .ProjectList .itembox.ifHotClass .divfl .fl1 .s2{font-size: 14px;}
  .ProjectList .itembox .divfl .fl2{padding-top: 0.1rem;}
  .ProjectList .itembox .divfl .fl3{padding-top: 0.1rem;}
  }

/*仅仅图片banner跳转*/

.onlyImgLink1{width: 100%;padding-top: 40px;}
.onlyImgLink2 a{width: 100%;display: block;border-radius: 10px;overflow: hidden;position: relative;}
.onlyImgLink2 a img{width: 100%;display: block;}
.onlyImgLink2 a span{font-size: 30px;color: #333;position: absolute;right: 0;top: 50%;transform: translateY(-50%);padding-right: 125px;}
@media screen and (max-width: 1000px){
  /*--*/
  .onlyImgLink1{padding-top: 0.6rem;}
  .onlyImgLink2 a span{font-size: 0.4rem;padding-right: 0;display: block;width: 100%;text-align: center;font-weight: 700;letter-spacing: 2px;}
  }

/*技术即服务div*/

.Technical_Service1{width: 100%;padding-bottom: 90px;}
.TechnicalList{overflow: hidden;width: 100%;padding-top: 10px;}
.TechnicalList a{float: left;width: 33.33%;border: 0px solid red;margin-top: 40px;}
.TechnicalList a .dd1{width: 100%;display: flex;justify-content: center;}
.TechnicalList a .dd1 p{width: 150px;height: 150px;border: 0px solid red;display: inline-flex;justify-content: center;align-items: center;overflow: hidden;}
.TechnicalList a .dd1 p img{max-width: 100%;}
.TechnicalList a .dd2{width: 100%;font-size: 20px;color: #333;text-align: center;padding-bottom: 20px;font-weight: 700;}
.TechnicalList a .dd3{height: 66px;}
.TechnicalList a .dd3 p{line-height: 22px;text-align: center;font-size: 16px;color: #666;}
@media screen and (max-width: 1000px){
  /*--*/
  .Technical_Service1{padding-bottom: 0.6rem;}
  .TechnicalList{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0.2rem 0 0;overflow: inherit;}
  .TechnicalList a{width: 48%;margin-top: 0.3rem;border: 1px dotted #ddd;height: inherit;padding-bottom: 0.2rem;}
  .TechnicalList a:nth-child(1){margin-top: 0;}
  .TechnicalList a:nth-child(2){margin-top: 0;}
  .TechnicalList a .dd1{padding: 0.1rem 0;}
  .TechnicalList a .dd1 p{width: inherit;height: inherit;}
  .TechnicalList a .dd1 p img{height: 1rem;}
  .TechnicalList a .dd2{padding-bottom: 0.2rem;font-size: 0.28rem;}
  .TechnicalList a .dd3{width: 100%;overflow: hidden;height: inherit;text-align: justify;padding: 0 0.2rem;}
  .TechnicalList a .dd3 p{display: inline;line-height: inherit;font-size: 0.28rem;width: inherit;}
  }

/*解决方案覆盖多行业div*/

.Solution_Industry1{width: 100%;}

/*解决方案覆盖多行业div~~~tab头部*/

.Solution_TabHead{width: 100%;display: flex;justify-content: space-between;border-bottom: 1px solid #000;}
.Solution_TabHead a{flex: 1;border: 0px solid red;height: 80px;text-align: center;line-height: 80px;font-size: 20px;color: #000;position: relative;font-weight: 700;}
.Solution_TabHead a:after{content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: -3px;width: 50px; height: 5px; background-color: #36b268;display: inline-block;transition: all 0.5s;width: 0;}
.Solution_TabHead a.on,.Solution_TabHead a:hover{color: #3dac6a;}
.Solution_TabHead a.on:after,.Solution_TabHead a:hover:after{width: 50px;}
@media screen and (max-width: 1000px){
  /*--*/
  .Solution_TabHead{flex-wrap: wrap;}
  .Solution_TabHead a{height: inherit;line-height: inherit;font-size: 0.28rem;width: 33.33%;flex: inherit;padding: 0.2rem 0;}
  .Solution_TabHead a:after{height: 2px;bottom: 0;}
  }

/*解决方案覆盖多行业div~~~tab身体*/

.Solution_TabBody{padding-top: 100px;padding-bottom: 250px;}
.Solution_TabBody .bodyItem{width: 100%;display: none;}
.Solution_TabBody .bodyItem .dd1{width: 100%;font-size: 20px;color: #000;padding-bottom: 35px;}
.Solution_TabBody .bodyItem .dd2{width: 600px;line-height: 30px;color: #666;height: 180px;}
.Solution_TabBody .bodyItem.on{display: block;}
@media screen and (max-width: 1000px){
  /*--*/
  .Solution_TabBody{padding: 0.6rem 0;}
  .Solution_TabBody .bodyItem .dd1{padding-bottom: 0.3rem;}
  .Solution_TabBody .bodyItem .dd2{width: 100%;-webkit-line-clamp: inherit;overflow: inherit;height: inherit;line-height: 0.5rem;}
  }

/*公共类底部*/

.footer{background: #171717;padding: 20px 0;width: 100%;display: flex;justify-content: center;}
.footer a{font-size: 16px;color: #fff;margin-left: 53px;transition: all 0.3s;}
.footer a img{width: 20px;margin-right: 5px;}
.footer a:first-child{margin-left: 0;}
.footer a:hover{color: #ccc;}
@media screen and (max-width: 1000px){
  /*--*/
  .footer{flex-wrap: wrap;padding-left: 20%;padding: 0.3rem 0;}
  .footer a{width: 100%;display: flex;align-items: center;margin: 0;padding-top: 0.2rem;justify-content: center;text-align: center;line-height: 0.5rem;}
  .footer a:first-child{padding-top: 0;}
  }

/*子页面的banner大图*/

.sonPage_Banner1{width: 100%;position: relative;}
.sonPage_Banner1>img{width: 100%;display: block;}
.sonPage_Banner1 .onlyDiv1{width: 100%;height: 100%;position: absolute;border: 0px solid red;left: 0;top: 0;display: flex;align-items: center;}
.sonPage_Banner1 .onlyDiv2 .dd1 p{font-size: 82px;color: #333;font-weight: 700;}
.sonPage_Banner1 .onlyDiv2 .dd1 span{font-size: 82px;color: #3dac6a;font-weight: 700;}
.sonPage_Banner1 .onlyDiv2 .dd2 p{font-size: 24px;color: #333;padding-top: 25px;}
@media screen and (max-width: 1000px){
  /*--*/
  .sonPage_Banner1{background-color: #bce9f8;height: 2.8rem;}
  .sonPage_Banner1>img{height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;}
  .sonPage_Banner1 .onlyDiv2 .dd1{font-size: 0.5rem;}
  .sonPage_Banner1 .onlyDiv2 .dd1 span{font-size: 0.5rem;}
  .sonPage_Banner1 .onlyDiv2 .dd2{font-size: 0.3rem;padding-top: 0.3rem;}
  }

/*左边面包屑右边搜索栏~~~左边*/

.BreadCrumbs_Nav1{width: 100%;padding: 80px 0 20px 0;}
.BreadCrumbs_Nav2{display: flex;justify-content: space-between;align-items: center;}
.BreadCrumbs_Nav1 .lefts{width: 50%;display: flex;align-items: center;}
.BreadCrumbs_Nav1 .lefts a{font-size: 14px;color: #999;transition: all 0.3s;}
.BreadCrumbs_Nav1 .lefts a:after{content: ">";margin: 0 5px;font-size: 14px;color: #999;}
.BreadCrumbs_Nav1 .lefts a:last-child:after{display: none;}
.BreadCrumbs_Nav1 .lefts a:hover{color: #666;}

/*左边面包屑右边搜索栏~~~右边*/

.BreadCrumbs_Nav1 .rights{width: 50%;display: flex;align-items: center;justify-content: flex-end;}
.BreadCrumbs_Nav1 .rights .countDiv{font-size: 16px;color: #999;padding-right: 40px;}
.BreadCrumbs_Nav1 .rights .countDiv span{font-size: 30px;color: #3dac6a;padding: 0 5px;}
.BreadCrumbs_Nav1 .rights .searchDiv{width: 300px; height: 56px; background-color: #ffffff; border-radius: 28px;overflow: hidden;display: inline-flex;align-items: center;}
.BreadCrumbs_Nav1 .rights .searchDiv input{border: 0px solid red;height: 54px;line-height: 54px;padding-left: 20px;flex: 1;font-size: 16px;}
.BreadCrumbs_Nav1 .rights .searchDiv a{border: 0px solid red;width: 54px;height: 54px;line-height: 54px;display: inline-flex;justify-content: center;align-items: center;}
.BreadCrumbs_Nav1 .rights .searchDiv a img{width: 23px;height: 23px;}
@media screen and (max-width: 1000px){
  /*--*/
  .BreadCrumbs_Nav1{padding: 0.6rem 0 0.2rem 0;}
  .BreadCrumbs_Nav2{display: block;}
  .BreadCrumbs_Nav1 .lefts{width: 100%;padding-bottom: 0.3rem;}
  .BreadCrumbs_Nav1 .rights{width: 100%;display: block;}
  .BreadCrumbs_Nav1 .rights .countDiv{font-size: 0.28rem;padding-right: 0;padding-bottom: 0.3rem;}
  .BreadCrumbs_Nav1 .rights .countDiv span{font-size: 0.28rem;font-weight: 700;}
  .BreadCrumbs_Nav1 .rights .searchDiv{width: 100%;height: 0.7rem;background: none;border-radius: inherit;overflow: hidden;}
  .BreadCrumbs_Nav1 .rights .searchDiv input{height: 0.7rem;line-height: 0.7rem;background: #fff;font-size: 0.28rem;padding: 0 10%;text-align: center;}
  .BreadCrumbs_Nav1 .rights .searchDiv a{width: 1rem;height: 0.7rem;line-height: 0.7rem;background: #fff;background: #3dac6a;transition: all 0.3s;}
  .BreadCrumbs_Nav1 .rights .searchDiv a img{height: 14px;width: 14px;}
  .BreadCrumbs_Nav1 .rights .searchDiv a:active{background: #228d4d;}
  }


/*左边分类导航右边产品列表*/

.ProductDiv1{width: 100%;}
.ProductDiv2{display: flex;justify-content: space-between;}

/*左边分类导航右边产品列表~~~左边*/

.ProductDiv2 .classifyNav{width: 293px;}
.classifyNav .classifyItem .navDiv1{width: 100%;height: 80px;background: orange;display: flex;align-items: center;justify-content: space-between;padding: 0 28px 0 20px;}
.classifyNav .classifyItem .navDiv1 span{width: 180px;color: #fff;font-weight: 700;}
.classifyNav .classifyItem .navDiv1 img{width: 56px;}
.classifyNav .classifyItem .navDiv2{width: 100%;}
.classifyNav .classifyItem .navDiv2 a{width: 100%;display: flex;align-items: center;height: 54px;line-height: 54px;padding: 0 30px;transition: all 0.5s;background: #fff;border-top: 1px solid #fff;justify-content: space-between;position: relative;}
.classifyNav .classifyItem .navDiv2 a:first-child{border-top: none;}
.classifyNav .classifyItem .navDiv2 a:hover,.classifyNav .classifyItem .navDiv2 a.on{background: #f8faff;}
.classifyNav .classifyItem .navDiv2 a .s1{font-size: 16px;color: #999;transition: color 0.5s;padding-left: 10px;}
.classifyNav .classifyItem .navDiv2 a .s1:before{content: "";display: inline-block;width: 4px; height: 18px; background-color: #3dac6a; border-radius: 2px;position: absolute;left: 30px;top: 50%;transform: translateY(-50%);opacity: 0;transition: all 0.5s;}
.classifyNav .classifyItem .navDiv2 a:hover .s1:before,.classifyNav .classifyItem .navDiv2 a.on .s1:before{opacity: 1;}
.classifyNav .classifyItem .navDiv2 a .s2{font-size: 16px;color: #999;padding-left: 20px;}
.classifyNav .classifyItem .navDiv2 a:hover .s1,.classifyNav .classifyItem .navDiv2 a.on .s1{color: #333;}
.classifyNav .classifyItem.on .navDiv2{display:block !important;}
@media screen and (max-width: 1280px){
  /*--*/
  .ProductDiv2 .classifyNav{width: 25%;}
  }

/*左边分类导航右边产品列表~~~不同颜色，给【classifyItem】可以添加【ifBlueClass、ifGreenClass、ifYellowClass】*/

.classifyNav .classifyItem.ifBlueClass .navDiv1{background: #417fe2;}
.classifyNav .classifyItem.ifBlueClass .navDiv1 .subnav_blue{display: inline-block;}
.classifyNav .classifyItem.ifGreenClass .navDiv1{background: #1b9627;}
.classifyNav .classifyItem.ifGreenClass .navDiv1 .subnav_green{display: inline-block;}
.classifyNav .classifyItem.ifYellowClass .navDiv1{background: #f39800;}
.classifyNav .classifyItem.ifYellowClass .navDiv1 .subnav_yellow{display: inline-block;}

/* 黄老师20240110为了添加手风琴效果 */
.classifyNav .classifyItem{border-bottom: 1px solid #f3f6ff;}
.classifyNav .classifyItem:last-child{border-bottom: none;}
.classifyNav .classifyItem .navDiv1{cursor: pointer;transition: all 0.5s;}
.classifyNav .classifyItem .navDiv2{display: none;}
.classifyNav .classifyItem.ifGreenClass:hover .navDiv1{background: #1c7825;}
.classifyNav .classifyItem.ifBlueClass:hover .navDiv1{background: #285caf;}
.classifyNav .classifyItem.ifYellowClass:hover .navDiv1{background: #df9822;}


/*左边分类导航右边产品列表~~~右边*/

.ProductDiv2 .ProductList{width: 952px;}
.ProductList{width: 100%;}
.ProductList .itembox{width: 100%;background: #fff; box-shadow: 7px 14px 20px 0px #f1f2ff; border-radius: 10px;overflow: hidden;margin-top: 36px;display: flex;justify-content: space-between;padding: 40px 0;}
.ProductList .itembox:first-child{margin-top: 0;}
.ProductList .itembox .fls{width: 330px;display: inline-flex;justify-content: center;}
.ProductList .itembox .fls p{width: 200px;display: inline-flex;justify-content: center;align-items: center;border: 0px solid red;}
.ProductList .itembox .fls p img{max-width: 100%;}
.ProductList .itembox .frs{width: calc(100% - 330px);padding-right: 20px;}
.ProductList .itembox .frs .dd1{font-size: 22px;color: #333;padding-bottom: 25px;}
.ProductList .itembox .frs .dd2{font-size: 16px;color: #999;line-height: 25px;height: 50px;}
.ProductList .itembox .frs .dd3{width: 100%;padding-top: 50px;}
.ProductList .itembox .frs .dd3 p{padding: 3px 10px; border-radius: 2px; border: solid 1px #3dac6a;overflow: hidden;font-size: 14px;color: #3dac6a;display: inline;}
@media screen and (max-width: 1280px){
  /*--*/
  .ProductDiv2 .ProductList{width: 75%;padding-left: 3%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .ProductDiv2{display: block;padding: 0.2rem 0;}
  .ProductDiv2 .classifyNav{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
  .ProductDiv2 .ProductList{width: 100%;padding-left: 0;}
  .classifyNav .classifyItem{width: 100%;}
  .classifyNav .classifyItem:nth-child(1){margin-top: 0;}
  .classifyNav .classifyItem .navDiv1{height: inherit;padding: 0.1rem 0.2rem;}
  .classifyNav .classifyItem .navDiv1 span{flex: 1;width: inherit;padding-right: 0.3rem}
  .classifyNav .classifyItem .navDiv1 img{width: 30px;}
  .classifyNav .classifyItem .navDiv2 a{height: auto;line-height: inherit;padding: 0.1rem 0.3rem;}
  .classifyNav .classifyItem .navDiv2 a .s1{padding-left: 0rem;font-size: 0.26rem;width: calc(100% - 0.1rem);}
  .classifyNav .classifyItem .navDiv2 a .s1:before{left: 0.3em;}
  .classifyNav .classifyItem .navDiv2 a .s2{font-size: 0.26rem;padding-left: 0.1rem;}
  .classifyNav .classifyItem .navDiv2 a:first-child{padding-top: 0.2rem;}
  .classifyNav .classifyItem .navDiv2 a:last-child{padding-bottom: 0.2rem;}
  .ProductList .itembox{padding: 0.3rem 0;margin-top: 0.3rem !important;}
  .ProductList .itembox .fls{width: 30%;}
  .ProductList .itembox .fls p{width: 90%;}
  .ProductList .itembox .fls p img{border: 1px dotted #ddd;}
  .ProductList .itembox .frs{width: 70%;padding-left: 2.5%;padding-right: 2.5%;}
  .ProductList .itembox .frs .dd1{font-size: 0.28rem;font-weight: 700;padding-bottom: 0.2rem;}
  .ProductList .itembox .frs .dd2{height: 0.8rem;line-height: 0.4rem;font-size: 0.28rem;}
  .ProductList .itembox .frs .dd3{padding-top: 0.2rem;}
  .ProductList .itembox .frs .dd3 p{padding: 0.05rem 0.15rem;font-size: 0.24rem;}
  }

/*公共类导航*/

.comPage1{width: 100%;padding: 150px 0;}
.comPage2{display: flex;justify-content: center;align-items: center;}
.comPage2 a{width: 40px;height: 40px;display: inline-flex;justify-content: center;align-items: center;border-radius: 40px;overflow: hidden;background-color: #ffffff; border: solid 1px #999999;margin-left: 33px;color: #999;font-size: 14px;}
.comPage2 a:first-child{margin-left: 0;}
.comPage2 a:first-child i,.comPage2 a:last-child i{ width: 0; height: 0; border-bottom: 5px solid transparent; border-top: 5px solid transparent;}
.comPage2 a:first-child i{ border-right: 10px solid #3dac6a;}
.comPage2 a:last-child i{border-left: 10px solid #3dac6a;}
.comPage2 a:hover,.comPage2 a.on{background: #3dac6a;color: #fff;border: 1px solid #3dac6a;}
.comPage2 a:first-child:hover i,.comPage2 a.on:first-child i{ border-right: 10px solid #fff;}
.comPage2 a:last-child:hover i,.comPage2 a.on:last-child i{border-left: 10px solid #fff;}
@media screen and (max-width: 1280px){
  /*--*/
  .comPage1{padding: 100px 0;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .comPage1{padding: 0.3rem 0 0.4rem;}
  .comPage2 a{width: 30px;height: 30px;border-radius: 30px;margin-left: 5%;}
  }

/*我能帮助你吗的bg*/

.bgHelp_Div1{width: 100%;height: 550px;display: flex;align-items: center;justify-content: center;position: relative;z-index: 10;overflow: hidden;}
.bgHelp_Div1:after{content: "";background: rgba(0, 0, 0, 0.7);width: 100%;height: 100%;position: absolute;left: 0;right: 0;bottom: 0;}
.bgHelp_Div2{position: relative;z-index: 11;}
.bgHelp_Div2 .dd1{width: 100%;text-align: center;font-size: 100px;color: #3dac6a;}
.bgHelp_Div2 .dd2{width: 100%;display: flex;justify-content: center;padding-top: 75px;}
.bgHelp_Div2 .dd2 a{display: inline-flex;align-items: center;border: 1px solid #fff;border-radius: 8px;overflow: hidden;padding: 10px;}
.bgHelp_Div2 .dd2 a img{width: 35px;}
.bgHelp_Div2 .dd2 a span{font-size: 30px;color: #fff;padding-left: 20px;}
@media screen and (max-width: 1000px){
  /*--*/
  .bgHelp_Div1{height: inherit;padding: 0.5rem 0;}
  .bgHelp_Div2 .dd1{font-size: 0.5rem;}
  .bgHelp_Div2 .dd2{padding-top: 0.4rem;}
  .bgHelp_Div2 .dd2 a{border-radius: 0.1rem;overflow: hidden;padding: 0.2rem;}
  .bgHelp_Div2 .dd2 a img{width: 0.4rem;}
  .bgHelp_Div2 .dd2 a span{font-size: 0.3rem;padding-left: 0.2rem;}
  }

/*产品详情左图右文*/

.productDetail1{width: 100%;padding: 80px 0 130px 0;}
.productDetail2{display: flex;justify-content: space-between;}
.productDetail2 .fls{width: 540px;}
.productDetail2 .fls p{width: 400px;}
.productDetail2 .fls p img{max-width: 100%;}
.productDetail2 .frs{width: calc(100% - 540px);}
.productDetail2 .frs .dd1{font-size: 28px;color: #333;padding-bottom: 25px;font-weight: 700;}
.productDetail2 .frs .dd2{font-size: 16px;color: #666;padding-bottom: 45px;}
.productDetail2 .frs .dd3{width: 100%;display: flex;align-items: center;padding-bottom: 70px;}
.productDetail2 .frs .dd3 span{margin-left: 25px;border: 1px solid #333;border-radius: 3px;font-size: 14px;color: #333;padding: 5px;overflow: hidden;}
.productDetail2 .frs .dd3 span:first-child{margin-left: 0;}
.productDetail2 .frs .dd3 span:nth-child(1){color: #3dac6a;border: 1px solid #3dac6a;}
.productDetail2 .frs .dd3 span:nth-child(2){color: #569bf7;border: 1px solid #569bf7;}
.productDetail2 .frs .dd3 span:nth-child(3){color: #fe5663;border: 1px solid #fe5663;}
.productDetail2 .frs .dd3 span:nth-child(4){color: #fca72d;border: 1px solid #fca72d;}
.productDetail2 .frs .dd3 span:nth-child(5){color: #3dac6a;border: 1px solid #3dac6a;}
.productDetail2 .frs .dd3 span:nth-child(6){color: #569bf7;border: 1px solid #569bf7;}
.productDetail2 .frs .dd3 span:nth-child(7){color: #fe5663;border: 1px solid #fe5663;}
.productDetail2 .frs .dd3 span:nth-child(8){color: #fca72d;border: 1px solid #fca72d;}
.productDetail2 .frs .dd3 span:nth-child(9){color: #3dac6a;border: 1px solid #3dac6a;}
.productDetail2 .frs .dd3 span:nth-child(10){color: #569bf7;border: 1px solid #569bf7;}
.productDetail2 .frs .dd3 span:nth-child(11){color: #fe5663;border: 1px solid #fe5663;}
.productDetail2 .frs .dd3 span:nth-child(12){color: #fca72d;border: 1px solid #fca72d;}
.productDetail2 .frs .dd3 span:nth-child(13){color: #3dac6a;border: 1px solid #3dac6a;}
.productDetail2 .frs .dd3 span:nth-child(14){color: #569bf7;border: 1px solid #569bf7;}
.productDetail2 .frs .dd3 span:nth-child(15){color: #fe5663;border: 1px solid #fe5663;}
.productDetail2 .frs .dd3 span:nth-child(16){color: #fca72d;border: 1px solid #fca72d;}
.productDetail2 .frs .dd4{font-size: 16px;color: #666;max-height: 100px;line-height: 25px;text-align: justify;}
@media screen and (max-width: 1280px){
  /*--*/
  .productDetail2 .fls{width: 400px;}
  .productDetail2 .frs{width: calc(100% - 400px);}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .productDetail1{padding: 0 0 0.6rem 0;}
  .productDetail2{display: block;}
  .productDetail2 .fls{width: 100%;}
  .productDetail2 .fls p{width: 100%;display: flex;justify-content: center;}
  .productDetail2 .fls p img{width: 50%;}
  .productDetail2 .frs{width: 100%;padding-top: 0.3rem;}
  .productDetail2 .frs .dd1{font-size: 0.3rem;padding-bottom: 0;margin-bottom: 0.1rem;overflow: inherit;white-space: inherit;line-height: 0.6rem;text-align: justify;}
  .productDetail2 .frs .dd2{font-size: 0.28rem;padding-bottom: 0;margin-bottom: 0.2rem;overflow: inherit;white-space: inherit;line-height: 0.6rem;text-align: justify;}
  .productDetail2 .frs .dd3{padding-bottom: 0;display: block;overflow: hidden;}
  .productDetail2 .frs .dd3 span{margin-left: 0.3rem;float: left;margin-bottom: 0.3rem;font-size: 0.26rem;}
  .productDetail2 .frs .dd4{max-height: inherit;line-height: 0.5rem;-webkit-line-clamp: inherit;font-size: 0.28rem;}
  }

/*产品详情富文本区*/

.productDetail3{width: 100%;background: #fff;padding-bottom: 115px;}
.productDetail4 .itembox{padding-top: 100px;}
.productDetail4 .itembox:nth-child(1){padding-top: 55px;}
.productDetail4 .itembox:nth-child(2){padding-top: 95px;}
.productDetail4 .itembox:nth-child(3){padding-top: 115px;}
.productDetail4 .itembox:nth-child(1) .yourTitle{padding-bottom: 40px;}
.productDetail4 .itembox .yourTitle{width: 100%;display: flex;align-items: center;padding-bottom: 30px;}
.productDetail4 .itembox .yourTitle i{ width: 4px; height: 24px; background-color: #3dac6a; border-radius: 2px;}
.productDetail4 .itembox .yourTitle span{font-size: 26px;color: #333;padding-left: 10px;}
.productDetail4 .itembox .yourContent{width: 100%;overflow: hidden;}
.productDetail4 .itembox.ifOnlyTxtClass .yourContent p{font-size: 16px;color: #666;padding-top: 10px;}
.productDetail4 .itembox.ifOnlyTxtClass .yourContent p:first-child{padding-top: 0;}
.productDetail4 .itembox.ifOnlyImgClass .yourContent img{max-width: 100%;border: 0px solid red;}
@media screen and (max-width: 1000px){
  /*--*/
  .productDetail4 .itembox .yourTitle span{font-size: 0.3rem;font-weight: 700;}
  .productDetail4 .itembox{padding-top: 0.5rem;}
  .productDetail4 .itembox:nth-child(1){padding-top: 0.5rem;}
  .productDetail4 .itembox:nth-child(2){padding-top: 0.5rem;}
  .productDetail4 .itembox:nth-child(3){padding-top: 0.5rem;}
  .productDetail4 .itembox:nth-child(1) .yourTitle{padding-bottom: 0.4rem;}
  .productDetail4 .itembox.ifOnlyTxtClass .yourContent p{font-size: 0.28rem;}
  .productDetail4 .itembox.ifOnlyImgClass .yourContent img{border: 1px dotted #aaa;}
  .productDetail3{padding-bottom: 0.6rem;}
  }

/*做大自然的朋友banner*/

.banner_Nature1{width: 100%;height: 100vh;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.banner_Nature1:before{content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;background: rgba(0, 0, 0, 0.7);z-index: 10;display: none;}
.banner_Nature2{position: relative;z-index: 11;}
.banner_Nature2 .dd1{font-size: 70px;color: #fff;padding-bottom: 50px;font-weight: 700;}
.banner_Nature2 .dd2{font-size: 20px;color: #fff;line-height: 32px;text-align: justify;width: 600px;padding-bottom: 50px;}
.banner_Nature2 .dd3{width: 100%;display: flex;align-items: center;}
.banner_Nature2 .dd3 a{width: 75px;height: 75px;overflow: hidden;border-radius: 100%;margin-left: 35px;}
.banner_Nature2 .dd3 a:first-child{margin-left: 0;}
.banner_Nature2 .dd3 a img{width: 100%;height: 100%;}
@media screen and (max-width: 1280px){
  /*--*/
  .banner_Nature2 .dd2{width: 100%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .banner_Nature2 .dd1{font-size: 0.5rem;padding-bottom: 0.3rem;text-shadow: 0 0 10px #000;}
  .banner_Nature2 .dd2{font-size: 0.3rem;line-height: 0.6rem;padding-bottom: 0;text-shadow: 0 0 10px #000;}
  .banner_Nature2 .dd3{flex-wrap: wrap;}
  .banner_Nature2 .dd3 a{width: 33.33%;height: inherit;margin-left: 0;border: 0px solid red;border-radius: inherit;display: inline-flex;justify-content: center;margin-top: 0.4rem;}
  .banner_Nature2 .dd3 a img{width: 50%;height: inherit;box-shadow: 0 0 10px #000;}
  }

/*关于我们的每个div的：标题、描述*/

.usTitles{font-size: 66px;color: #333;padding-bottom: 60px;font-weight: 700;}
.usDescripts{font-size: 20px;color: #333;line-height: 32px;text-align: justify;}
@media screen and (max-width: 1000px){
  /*--*/
  .usTitles{font-size: 0.5rem;padding-bottom: 0.4rem;}
  .usDescripts{font-size: 0.28rem;line-height: 0.6rem;}
  }

/*您的优先合作者div*/

.collaborator_Div1{width: 100%;background: linear-gradient(to right, #dcdee3, #d9dde4, #e9edef, #e8edef);display: flex;align-items: center;}
.collaborator_Div2{display: flex;align-items: center;}
.collaborator_Div2 .fls{width: 540px;}
.collaborator_Div2 .frs{width: calc(100% - 540px);border: 0px solid red;display: inline-flex;justify-content: flex-end;}
.collaborator_Div2 .frs img{max-width: 90%;}
@media screen and (max-width: 1280px){
  /*--*/
  .collaborator_Div2 .fls{width: 60%;}
  .collaborator_Div2 .frs{width: 40%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .collaborator_Div1{padding: 0.6rem 0}
  .collaborator_Div2 .fls{width: 100%;}
  .collaborator_Div2 .frs{display: none;}
  }

/*有能栎为梦想div*/

.Dream_Div1{width: 100%;display: flex;align-items: flex-end;overflow: hidden;}
.Dream_Div2{display: flex;align-items: center;}
.Dream_Div2 .fls{width: 620px;}
.Dream_Div2 .frs{width: calc(100% - 620px);border: 0px solid red;display: inline-flex;justify-content: flex-end;}
.Dream_Div2 .frs img{width: 70%;}
@media screen and (max-width: 1280px){
  /*--*/
  .Dream_Div2 .fls{width: 60%;}
  .Dream_Div2 .frs{width: 40%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .Dream_Div2 .fls{width: 100%;}
  .Dream_Div2 .frs{display: none;}
  .Dream_Div1{padding: 0.6rem 0;}
  }

/*绿水青山就是金山银山div*/

.Mountain_Div1{width: 100%;display: flex;align-items: center;}
.Mountain_Div2{display: flex;align-items: center;}
.Mountain_Div2 .fls .dd1{color: #fff;}
.Mountain_Div2 .fls .dd2{width: 620px;color: #fff;}
.Mountain_Div2 .frs{padding-left: 120px;}
.Mountain_Div2 .frs img{max-width: 400px;}
@media screen and (max-width: 1280px){
  /*--*/
  .Mountain_Div2 .fls{width: 60%;}
  .Mountain_Div2 .frs{width: 40%;padding-left: 0;}
  .Mountain_Div2 .frs img{max-width: 90%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .Mountain_Div1{padding: 0.6rem 0;}
  .Mountain_Div2 .fls{width: 100%;}
  .Mountain_Div2 .frs{display: none;}
  .Mountain_Div2 .fls .dd2{width: 100%;}
  }

/*始与需求久与品质div*/

.Quality_Div1{width: 100%;position: relative;overflow: hidden;display: flex;align-items: center;}
.Quality_Div1:before{content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;background: rgba(0, 0, 0, 0.5);z-index: 10;display: none;}
.Quality_Div2{position: relative;z-index: 11;}
.Quality_Div2 .dd1{color: #fff;}
.Quality_Div2 .dd2{width: 620px;color: #fff;}
@media screen and (max-width: 1280px){
  /*--*/
  .Quality_Div1{padding: 160px 0;}
  .Quality_Div2 .dd2{width: 100%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .Quality_Div1{padding: 0.6rem 0;}
  }

/*行胜于言div*/

.Develop_Div1{width: 100%;position: relative;overflow: hidden;display: flex;align-items: center;}
.Develop_Div1:before{content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;background: rgba(0, 0, 0, 0.3);z-index: 10;display: none;}
.Develop_Div2{position: relative;z-index: 11;}
.Develop_Div2 .dd1{width: 650px;color: #fff;text-align: left;}
.Develop_Div2 .dd2{width: 620px;color: #fff;}
@media screen and (max-width: 1280px){
  /*--*/
  .Develop_Div1{padding: 160px 0;}
  .Develop_Div2 .dd1{text-align: left;width: 100%;}
  .Develop_Div2 .dd2{width: 100%;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .Develop_Div1{padding: 0.6rem 0;}
  }

/*关于我们的最后div*/

.usFooter_div1{position: relative;overflow: hidden;}
.usFooter_div1:before{content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0;width: 100%;background: rgba(0, 0, 0, 0.5);z-index: 10;display: none;}
.usFooter_div1 img{display: block;width: 100%;}

/*我们-heightClass*/

.heightClass{height: 770px;}
@media screen and (max-width: 1220px){
  /*--*/
  .heightClass{height: inherit;padding: 100px 0;}
  .heightClass .banxin1280{width: 90%;}
  .usFooter_div1{padding: 0;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .heightClass{height: inherit;padding: 0.6rem 0;}
  .heightClass .banxin1280{width: 85%;}
  .usFooter_div1{padding: 0;}
  }

/*找我的最大div*/

.FindMe_Div1{height: calc(100vh - 143px);width: 100%;display: flex;align-items: center;}
@media screen and (max-width: 1220px){
  /*--*/
  .FindMe_Div1{height: inherit;padding: 80px 0;display: block;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .FindMe_Div1{padding: 0.6rem 0;}
  }

/*找我的地图*/

#MAP_Container{width: 100%;height: 300px;}
@media screen and (max-width: 1000px){
  /*--*/
  #MAP_Container{height: 3rem;}
  }

/*找我的联系*/

.ContactInfo{padding-top: 100px;width: 100%;display: flex;justify-content: space-between;}
.ContactInfo .itembox{border: 0px solid red;}
.ContactInfo .itembox .yourTitle{width: 100%;display: flex;align-items: center;padding-bottom: 10px;}
.ContactInfo .itembox .yourTitle img{width: 30px;margin-right: 10px;}
.ContactInfo .itembox .yourTitle span{font-size: 26px;color: #fffefe;}
.ContactInfo .itembox .yourContent a{display: block;width: 100%;font-size: 18px;color: #b1b1b1;padding: 6px 0;transition: all 0.5s;}
.ContactInfo .itembox .yourContent a:hover{color: #fff;}
@media screen and (max-width: 1220px){
  /*--*/
  .ContactInfo{flex-wrap: wrap;padding-top: 80px;}
  .ContactInfo .itembox:nth-child(1){width: 50%;}
  .ContactInfo .itembox:nth-child(2){width: 50%;}
  .ContactInfo .itembox:nth-child(3){width: 100%;padding-top: 40px;}
  }
@media screen and (max-width: 1000px){
  /*--*/
  .ContactInfo .itembox{width: 100% !important;}
  .ContactInfo .itembox:nth-child(2){padding-top: 0.6rem;}
  .ContactInfo .itembox:nth-child(3){padding-top: 0.6rem;}
  .ContactInfo{padding-top: 0.6rem;}
  .ContactInfo .itembox .yourTitle img{width: 0.3rem;margin-right: 0.2rem;}
  .ContactInfo .itembox .yourTitle span{font-size: 0.3rem;font-weight: 700;}
  .ContactInfo .itembox .yourContent a{padding: 0;font-size: 0.28rem;line-height: 0.6rem;}
  }

/*电脑和手机的返回顶部*/

#backTopBtn{position: fixed;right: 40px;bottom: 10%;z-index: 99999;cursor: pointer;width: 36px;height: 36px;display: none;}
#backTopBtn img{width: 100%;height: 100%;display: block;}
