@charset "UTF-8";
.banner-tit{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner-tit .tit{
  font-weight: bold;
  text-shadow: 0 2px rgba(22,3,3,0.73);
  font-size: 0.46rem;
  line-height: 1;
  color: #161616;
  letter-spacing: 0.04rem;
  color: #fff;
  display: none;
}
.banner-tit .line{
  margin: 0.43rem auto 0;
  width: 1.48rem;
  height: 0.03rem;
  background: #161616;
  background: #fff;
  display: none;
}
.banner-tit .det{
  margin-top: 0.25rem;
  font-size: 0.34rem;
  line-height: 1;
  color: #161616;
  letter-spacing: 1px;

  color: #fff;
}
.banner-tit.white .tit{
  color: #fff;
}
.banner-tit.white .line{
  background: #fff;
}
.banner-tit.white .det{
  color: #fff;
}
.pages {
  text-align: center;
}
.pages a {
  display: inline-block;
  width: 0.54rem;
  margin: 0 0.1rem;
  font-size: 0.2rem;
  line-height: 0.54rem;
  border-radius: 2px;
  background-color: #e8e8e8;
}
.pages a.active, .pages a[href$=";"]:hover, .pages a[href$=".html"]:hover {
  background-color: #72a22e !important;
  color: #fff;
}
.pages a.prev {
  background-color: #e8e8e8;
}
.pages a.next {
  background-color: #e8e8e8;
}
.pages .page-list {
  display: inline-block;
}
.pages .pages a {
  box-shadow: 1px 1px 0.13rem rgba(163, 198, 237, 0.31);
}

.scroll-scenes::-webkit-scrollbar {
  width: 8px;
  height: 62;
  border: 1px solid #d4dcdf;
  border-radius: 4px;
}

.scroll-scenes::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0);
  background: #308fb0;
  background-clip: content-box;
}

.scroll-scenes::-webkit-scrollbar-track {
  border-radius: 4px;
  background: transparent;
}

.inner-banner {
  position: relative;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.crumb {
  font-size: 0;
  box-shadow: 0 0.04rem 0.3rem rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 15;
  background: #fff;
}
.crumb .nav-lv2 {
  float: left;
  overflow: hidden;
}
.crumb .nav-lv2 a {
  float: left;
  margin-right: 0.4rem;
  font-size: 14px;
  line-height: 0.8rem;
}
.crumb .nav-lv2 a:hover {
  color: #72a22e;
}
.crumb .nav-lv2 a.active {
  padding-left: 0.3rem;
  position: relative;
  color: #72a22e;
  font-weight: bold;
}
.crumb .nav-lv2 a.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.34rem;
  width: 0.21rem;
  height: 0.03rem;
  background: #72a22e;
  border-radius: 1.5px;
}
.crumb .nav-lv2 a.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.13rem;
  height: 0.02rem;
  background: #2f63a4;
  border-radius: 1px;
}
.crumb .location {
  float: right;
}
.crumb .location .home {
  display: inline-block;
  vertical-align: top;
  width: 0.4rem;
  height: 0.8rem;
  background: url(../images/home.png) no-repeat left center;
  background-size: auto 0.32rem;
}
.crumb .location a {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 0.8rem;
}
.crumb .location a:hover {
  color: #72a22e;
}
.crumb .location span {
  display: inline-block;
  font-size: 10px;
  line-height: 0.8rem;
}

.inner-title {
  text-align: center;
  font-family: "sourceMedium";
}
.inner-title .cn {
  font-size: 0.36rem;
  line-height: 1;
  color: #080202;
}
.inner-title .en {
  margin-top: 0.15rem;
  text-transform: uppercase;
  font-size: 0.24rem;
  line-height: 1;
  color: #666;
}

.f_zoom_honer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

.f_zoom_honer .close_icon {
  position: absolute;
  z-index: 10;
  width: 25px;
  height: 25px;
  background: url(../images/close-btn2-1.png) no-repeat center;
  background-size: 25px;
  cursor: pointer;
  top: 0;
  right: -40px;
}

.f_zoom_honer .f-zoom-box {
  width: calc(100% - 100px);
  height: calc(100% - 80px);
  margin: 40px auto;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_zoom_honer .f-zoom-box .imgbox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}

.f_zoom_honer .f-zoom-box img {
  max-width: 100%;
  max-height: 100%;
}

.aboutLayout .about {
  padding: 0.8rem 0 0.76rem;
  background: url(../images/about_bg1.jpg) no-repeat center;
  background-size: cover;
}
.aboutLayout .about .cont {
  margin-top: 0.57rem;
  overflow: hidden;
}
.aboutLayout .about .cont .left {
  float: left;
  width: 100%;
}
.aboutLayout .about .cont .left .tit-cn img {
  display: block;
  height: 0.34rem;
}
.aboutLayout .about .cont .left .tit-en {
  margin-top: 0.25rem;
  text-transform: uppercase;
  font-size: 0.28rem;
  line-height: 1;
  color: #727272;
}
.aboutLayout .about .cont .left .line {
  margin-top: 0.28rem;
  width: 0.63rem;
  height: 0.04rem;
  background: #000;
  display: none;
}
.aboutLayout .about .cont .left .det {
  margin-top: 0.25rem;
  font-size: 0.32rem;
  line-height: 0.52rem;
}
.aboutLayout .about .cont .right {
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 4.84rem;
  margin-top: 0.72rem;
}
.aboutLayout .factory {
  padding: 0.78rem 0 0;
}
.aboutLayout .factory .list {
  margin-top: 0.44rem;
  overflow: hidden;
}
.aboutLayout .factory .list li {
  float: left;
  width: calc((100% - 0.16rem)/2);
  margin-right: 0.16rem;
  margin-bottom: 0.4rem;
  display: none;
}
.aboutLayout .factory .list li:nth-child(1),
.aboutLayout .factory .list li:nth-child(2),
.aboutLayout .factory .list li:nth-child(3),
.aboutLayout .factory .list li:nth-child(4),
.aboutLayout .factory .list li:nth-child(5),
.aboutLayout .factory .list li:nth-child(6){
  display: block;
}
.aboutLayout .factory .list li:nth-child(2n) {
  margin-right: 0;
}
.aboutLayout .factory .list li .imgbox .imgs {
  background-color: #dcdcdc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 2.38rem;
}
.aboutLayout .factory .list li .txtbox {
  padding: 0.25rem 0.1rem 0;
}
.aboutLayout .factory .list li .txtbox .txt {
  text-align: center;
  font-size: 0.34rem;
  line-height: 0.4rem;
}
.aboutLayout .factory .list li:hover {
  box-shadow: 0 0.04rem 0.3rem rgba(0, 0, 0, 0.08);
}
.aboutLayout .factory .list li:hover .txtbox {
  color: #72a22e;
}
.aboutLayout .honorary {
  padding: 0.8rem 0 0;
}
.aboutLayout .honorary .cont {
  margin-top: 0.58rem;
  padding: 0.35rem 0;
  background: url(../images/about_honor_bg.jpg) no-repeat center;
  background-size: cover;
}
.aboutLayout .honorary .cont .w1560 {
  position: relative;
}
.aboutLayout .honorary .cont .swiper {
  height: 4.04rem;
  overflow: hidden;
  margin: 0 auto;
  max-width: 5.88rem;
}
.aboutLayout .honorary .cont .swiper .swiper-slide {
  height: 4.04rem;
  display: flex;
  align-items: center;
}
.aboutLayout .honorary .cont .swiper .swiper-slide .imgbox {
  position: relative;
  width: 100%;
  height: 4.04rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aboutLayout .honorary .cont .swiper .swiper-slide .imgbox span {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url(../images/honor-search.png) no-repeat center;
  background-size: 0.56rem;
}
.aboutLayout .honorary .cont .swiper .swiper-slide .imgbox:hover span {
  opacity: 1;
  cursor: pointer;
}
.aboutLayout .honorary .cont .swiper .swiper-slide-next .imgbox,
.aboutLayout .honorary .cont .swiper .swiper-slide-next + .swiper-slide .imgbox {
  height: 4.04rem;
}
.aboutLayout .honorary .cont .swiperbtn {
  position: absolute;
  top: 50%;
  width: 0.4rem;
  height: 0.41rem;
  margin-top: -0.2rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.aboutLayout .honorary .cont .swiperbtn.swiper-next {
  right: 0.25rem;
  background: url(../images/next.png) no-repeat center;
  background-size: 0.4rem;
}
.aboutLayout .honorary .cont .swiperbtn.swiper-prev {
  left: 0.25rem;
  background: url(../images/prev.png) no-repeat center;
  background-size: 0.4rem;
}
.aboutLayout .hr {
  padding: 0.8rem 0 0;
}
.aboutLayout .hr .top {
  overflow: hidden;
  margin-top: 0.58rem;
}
.aboutLayout .hr .top .lf {
  position: relative;
  float: left;
  width: 100%;
}
.aboutLayout .hr .top .lf .tit {
  font-family: "sourceBold";
  font-weight: bold;
  font-size: 0.36rem;
  color: #292929;
}
.aboutLayout .hr .top .lf .line {
  margin-top: 0.58rem;
  width: 0.63rem;
  height: 0.04rem;
  background: #72a22e;
}
.aboutLayout .hr .top .lf .det {
  margin-top: 0.38rem;
  font-size: 0.34rem;
  line-height: 0.54rem;
}
.aboutLayout .hr .top .rf {
  float: right;
  width: 100%;
  height: 3.95rem;
  margin-top: 0.7rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aboutLayout .hr .list {
  padding-top: 0.2rem;
}
.aboutLayout .hr .list li {
  margin-top: 0.6rem;
  position: relative;
}
.aboutLayout .hr .list li .litit {
  font-size: 0.36rem;
  line-height: 1;
  color: #111111;
}
.aboutLayout .hr .list li .apply {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  line-height: 20px;
  padding-right: 30px;
  background: url(../images/add.png) no-repeat right center;
  color: #72a22e;
  cursor: pointer;
}
.aboutLayout .hr .list li .txtbox {
  margin: 0.4rem -0.25rem 0;
  padding: 0.35rem 0.25rem 0.4rem;
  background: #f3f3f3;
  border-top: 1px solid #d2d2d2;
}
.aboutLayout .hr .list li .txtbox .tit {
  font-size: 0.28rem;
  line-height: 0.42rem;
  font-weight: bold;
}
.aboutLayout .hr .list li .txtbox .det {
  margin-top: 0.42rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #666;
}
.aboutLayout .hr-form {
  margin-top: 0.6rem;
  padding: 0.7rem 0 0.33rem;
  background: url(../images/about_hr_bg.jpg) no-repeat center;
  background-size: cover;
}
.aboutLayout .hr-form .tit img {
  display: block;
  /* height: 1.14rem; */
  margin: 0 auto;
}
.aboutLayout .hr-form .global-form-box {
  margin-top: 0.3rem;
  background: #fff;
  padding: 0.5rem 0.27rem 0.58rem 0.3rem;
  overflow: hidden;
}
.aboutLayout .hr-form .global-form-box .form-group {
  float: left;
  width: 100%;
  margin-bottom: 0.25rem;
}
.aboutLayout .hr-form .global-form-box .form-group:nth-child(2n) {
  float: right;
}
.aboutLayout .hr-form .global-form-box .form-group .control-label {
  font-size: 0.3rem;
  line-height: 0.34rem;
  color: #111;
}
.aboutLayout .hr-form .global-form-box .form-group .form-group-bd {
  margin-top: 0.1rem;
}
.aboutLayout .hr-form .global-form-box .form-group .form-group-bd .form-control {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.26rem;
  line-height: 0.36rem;
  padding: 0.25rem 0.1rem;
  border: 1px solid #999;
}
.aboutLayout .hr-form .global-form-box .form-online {
  width: 100%;
  margin-bottom: 0.4rem;
}
.aboutLayout .hr-form .global-form-box .form-group-sex .form-group-bd {
  display: flex;
  align-items: center;
}
.aboutLayout .hr-form .global-form-box .form-group-sex .form-group-bd .form-control {
  width: 61%;
}
.aboutLayout .hr-form .global-form-box .form-group-sex .form-group-bd .radiobox {
  font-size: 0.2rem;
  line-height: 0.26rem;
}
.aboutLayout .hr-form .global-form-box .form-group-sex .form-group-bd .radiobox input {
  margin-left: 0.35rem;
  margin-right: 0.12rem;
  width: 0.17rem;
  height: 0.17rem;
  border: 1px solid #424242;
}
.aboutLayout .hr-form .global-form-box .form-group-sex .form-group-bd .radiobox input:checked {
  border: 1px solid #424242;
  background-color: #424242;
}
.aboutLayout .hr-form .global-form-box .frm-btn-group {
  float: left;
  width: 100%;
}
.aboutLayout .hr-form .global-form-box .frm-btn-group .btn {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #72a22e;
  font-size: 0.32rem;
  line-height: 0.86rem;
  color: #fff;
}
.aboutLayout .hr-form .global-form-box .frm-btn-group .btn:hover {
  background: #2f63a4;
}

.productLayout {
  padding: 0.52rem 0 0;
}
.productLayout .title-top {
  overflow: hidden;
  display: none;
}
.productLayout .title-top .more {
  float: left;
}
.productLayout .title-top .more span {
  float: left;
  margin-top: 0.13rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #080202;
}
.productLayout .title-top .more a {
  float: left;
  text-transform: uppercase;
  font-family: "sourceMedium";
  margin-left: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #080202;
}
.productLayout .switch-list {
  margin-top: 0.55rem;
  margin-bottom: 0.55rem;
  overflow: hidden;
}
.productLayout .switch-list .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  overflow: hidden;
}
.productLayout .switch-list .item:nth-child(2n) {
  border-right: 1px solid #ccc;
}
.productLayout .switch-list .item:last-child {
  border-right: 1px solid #ccc;
}
.productLayout .switch-list .item:nth-child(1),
.productLayout .switch-list .item:nth-child(2) {
  border-top: 1px solid #ccc;
}
.productLayout .switch-list .item a {
  display: flex;
  align-items: center;
  height: 3.94rem;
  overflow: hidden;
}
.productLayout .switch-list .item a .text {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  padding: 0 0.4rem 0 0.6rem;
  font-family: "sourceRegular";
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #111;
}
.productLayout .switch-list .item a .imgs {
  float: right;
  transform-origin: right center;
  transform: scale(0);
  transition: all 0.4s ease;
  width: 0%;
  text-align: center;
  height: 1.48rem;
  line-height: 1.48rem;
  background: #c8ec99;
}
.productLayout .switch-list .item a .imgs img {
  display: inline-block;
  vertical-align: middle;
  max-width: 82.5%;
  max-height: 100%;
}
.productLayout .switch-list .item.active a{
  background: #72a22e;
}
.productLayout .switch-list .item.active a .text{
  width: 61.15%;
  color: #fff;
}
.productLayout .switch-list .item.active a .imgs{
  width: 38.85%;
  transform: scale(1);
}
.productLayout .listbox {
  margin-top: 0.22rem;
  background: #f7f7f7;
  padding: 0.27rem 0;
}
.productLayout .listbox .list {
  overflow: hidden;
}
.productLayout .listbox .list li {
  float: left;
  width: 49.1%;
  margin-right: 1.8%;
  margin-bottom: 0.27rem;
}
.productLayout .listbox .list li:nth-child(2n) {
  margin-right: 0;
}
.productLayout .listbox .list li a {
  display: block;
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 0.2rem 0.1rem;
  overflow: hidden;
}
.productLayout .listbox .list li a .imgbox {
  position: relative;
  height: 2.8rem;
}
.productLayout .listbox .list li a .imgbox img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}
.productLayout .listbox .list li a .imgbox span {
  position: absolute;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/line.png) no-repeat center;
  background-size: 0.22rem;
  transition: all 0.3s;
}
.productLayout .listbox .list li a .imgbox .line1 {
  left: -40px;
  top: -40px;
  transform: rotate(90deg);
}
.productLayout .listbox .list li a .imgbox .line2 {
  right: -40px;
  top: -40px;
  transform: rotate(180deg);
}
.productLayout .listbox .list li a .imgbox .line3 {
  right: -40px;
  bottom: -40px;
  transform: rotate(270deg);
}
.productLayout .listbox .list li a .imgbox .line4 {
  left: -40px;
  bottom: -40px;
  transform: rotate(360deg);
}
.productLayout .listbox .list li a .txtbox {
  margin-top: 0.28rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.46rem;
  height: 0.46rem;
}
.productLayout .listbox .list li a:hover {
  border: 1px solid #72a22e ;
}
.productLayout .listbox .list li a:hover .imgbox .line1 {
  left: 0;
  top: 0;
}
.productLayout .listbox .list li a:hover .imgbox .line2 {
  right: 0;
  top: 0;
}
.productLayout .listbox .list li a:hover .imgbox .line3 {
  right: 0;
  bottom: 0;
}
.productLayout .listbox .list li a:hover .imgbox .line4 {
  left: 0;
  bottom: 0;
}
.productLayout .pages {
  margin-top: 0.8rem;
}

.newsLayout {
  padding: 0;
}
.inner-switch{
  margin-top: 0.3rem;
  text-align: center;
  overflow: hidden;
}
.inner-switch a{
  float: left;
  width: 50%;
  font-size: 0.36rem;
  line-height: 0.78rem;
  color: #666;
}
.inner-switch a.active{
  background: #72a22e;
  color: #fff;
}
.newsLayout .hot-list {
  margin-top: 0.73rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: none;
}
.newsLayout .hot-list li {
  float: left;
  width: calc(100% - 1.58rem);
  margin-right: 7.14%;
}
.newsLayout .hot-list li:nth-child(3n) {
  margin-right: 0 !important;
}
.newsLayout .hot-list li a {
  display: block;
  height: 5.98rem;
  border: 1px solid #cdcdcd;
}
.newsLayout .hot-list li a .imgbox {
  overflow: hidden;
}
.newsLayout .hot-list li a .imgbox .imgs {
  height: 3.03rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.35s ease;
}
.newsLayout .hot-list li a .txtbox {
  padding: 0.24rem 0.3rem 0;
}
.newsLayout .hot-list li a .txtbox .date {
  font-size: 0.16rem;
  line-height: 1;
  color: #999;
}
.newsLayout .hot-list li a .txtbox .tit {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  line-height: 0.32rem;
  height: 0.64rem;
}
.newsLayout .hot-list li a .txtbox .det {
  margin-top: 0.15rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #999;
}
.newsLayout .hot-list li a .txtbox .bot {
  overflow: hidden;
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px solid #d5d5d5;
}
.newsLayout .hot-list li a .txtbox .bot .lf {
  float: left;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #999;
}
.newsLayout .hot-list li a .txtbox .bot .iconfont {
  float: right;
  font-size: 0.26rem;
  line-height: 1;
  color: #999;
}
.newsLayout .list li {
  margin-top: 0.3rem;
}
.newsLayout .list li a {
  display: block;
  overflow: hidden;
  padding: 0.35rem 0 0.7rem;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.newsLayout .list li a .lf {
  float: left;
  width: 100%;
}
.newsLayout .list li a .lf .top .tit {
  font-size: 0.32rem;
  line-height: 0.42rem;
  height: 0.42rem;
}
.newsLayout .list li a .lf .top .date {
  position: absolute;
  left: 0;
  bottom: 0.26rem;
  font-size: 0.26rem;
  line-height: 1;
  color: #999;
}
.newsLayout .list li a .lf .det {
  margin-top: 0.17rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
  max-height: 0.8rem;
  overflow: hidden;
  color: #666;
}
.newsLayout .list li a .more {
  margin-top: 0.27rem;
  float: right;
  text-align: right;
  width: 1.75rem;
  border-left: 1px solid #c8c8c8;
  font-size: 0.16rem;
  line-height: 0.55rem;
  color: #999;
  display: none;
}
.newsLayout .list li a .more span {
  display: inline-block;
}
.newsLayout .list li a .more .iconfont {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.28rem;
  line-height: 0.55rem;
}
.newsLayout .list li a:hover {
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(71, 71, 71, 0.11);
}
.newsLayout .list li a:hover .lf .top .tit {
  color: #72a22e;
}
.newsLayout .list li a:hover .more {
  color: #72a22e;
}
.newsLayout .pages {
  margin-top: 0.8rem;
}

.serviceLayout {
  padding: 0.75rem 0 0.3rem;
}
.serviceLayout .inner-switch{
  margin-top: 0;
}
.serviceKFLayout .inner-switch{
  margin-top: 0;
}
.serviceLayout .top {
  margin-top: 0.6rem;
  padding: 0.7rem 0 0.57rem;
  background: url(../images/service_top_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.serviceLayout .top .t1 {
  font-weight: bold;
  font-family: "sourceBold";
  font-size: 0.48rem;
  line-height: 1;
  color: #fff;
}
.serviceLayout .top .t2 {
  margin-top: 0.28rem;
  font-size: 0.26rem;
  line-height: 1;
  color: #fff;
}
.serviceLayout .list {
  margin-top: 0.5rem;
  overflow: hidden;
}
.serviceLayout .list li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0.3rem;
  background: #ececec;
}
.serviceLayout .list li:nth-child(2n) {
  float: right;
}
.serviceLayout .list li a {
  display: block;
}
.serviceLayout .list li .imgbg {
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.serviceLayout .list li .tit {
  position: absolute;
  left: 0.4rem;
  top: 0.57rem;
  width: 70%;
  font-size: 0.3rem;
  line-height: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.serviceLayout .list li .iconfont {
  position: absolute;
  right: 0.3rem;
  top: 0.45rem;
  font-size: 0.56rem;
  line-height: 1;
}
.serviceLayout .pages {
  margin-top: 0.5rem;
}

.serviceKFLayout {
  padding: 0.8rem 0 0.3rem;
}
.serviceKFLayout .title {
  font-size: 0.22rem;
  line-height: 1;
  color: #c63738;
  display: none;
}
.serviceKFLayout .list1 {
  overflow: hidden;
  display: none;
}
.serviceKFLayout .list1 li {
  float: left;
  margin-top: 0.48rem;
  width: 47.44%;
}
.serviceKFLayout .list1 li:nth-child(2n) {
  float: right;
}
.serviceKFLayout .list1 li a {
  display: block;
  overflow: hidden;
  padding: 0.17rem 0.42rem 0.16rem;
  background: #efefef;
}
.serviceKFLayout .list1 li a .lf {
  float: left;
  width: 0.87rem;
  height: 0.87rem;
  border-radius: 50%;
  overflow: hidden;
  background: #e77d7d;
}
.serviceKFLayout .list1 li a .lf img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.serviceKFLayout .list1 li a .rf {
  float: right;
  width: calc(100% - 1.1rem);
}
.serviceKFLayout .list1 li a .rf .tit {
  margin-top: 0.12rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.serviceKFLayout .list1 li a .rf .det {
  margin-top: 0.08rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.serviceKFLayout .list2 {
  overflow: hidden;
  padding-top: 0.3rem;
}
.serviceKFLayout .list2 li {
  float: left;
  margin-top: 0.3rem;
  width: 100%;
  text-align: center;
}
.serviceKFLayout .list2 li:nth-child(3n) {
  margin-right: 0;
}
.serviceKFLayout .list2 li .txtbox {
  border: 1px solid #cdcdcd;
  padding: 0.4rem 0.3rem 0.35rem;
}
.serviceKFLayout .list2 li .txtbox .tit {
  font-size: 0.36rem;
  line-height: 0.46rem;
  margin-bottom: 0.2rem;
}
.serviceKFLayout .list2 li .txtbox .det {
  font-size: 0.32rem;
  line-height: 0.42rem;
  color: #666;
}

.solutionLayout {
  padding: 0.8rem 0 0.3rem;
}
.solutionLayout .list{
  /* margin-top: 0.55rem; */
}
.solutionLayout .list li {
  margin-bottom: 0.78rem;
  padding-bottom: 0.58rem;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
/* .solutionLayout .list li:nth-child(2n) .imgbox {
  float: right;
}
.solutionLayout .list li:nth-child(2n) .txtbox {
  float: left;
} */
.solutionLayout .list li:nth-child(1) .txtbox .num {
  background-image: url(../images/01.png);
}
.solutionLayout .list li:nth-child(2) .txtbox .num {
  background-image: url(../images/02.png);
}
.solutionLayout .list li:nth-child(3) .txtbox .num {
  background-image: url(../images/03.png);
}
.solutionLayout .list li:nth-child(4) .txtbox .num {
  background-image: url(../images/04.png);
}
.solutionLayout .list li:nth-child(5) .txtbox .num {
  background-image: url(../images/05.png);
}
.solutionLayout .list li:nth-child(6) .txtbox .num {
  background-image: url(../images/06.png);
}
.solutionLayout .list li .imgbox {
  width: 5.3rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.solutionLayout .list li .imgbox .imgbg1 {
  position: relative;
  z-index: 10;
}
.solutionLayout .list li .imgbox .imgbg1 img {
  display: block;
  width: 100%;
}
.solutionLayout .list li .imgbox .imgbg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.solutionLayout .list li .imgbox .imgbg2 img {
  display: block;
  width: 100%;
}
.solutionLayout .list li .imgbox .imgs {
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  z-index: -8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.solutionLayout .list li .txtbox {
  width: 100%;
  padding-top: 0.25rem;
}
.solutionLayout .list li .txtbox .num {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 50%;
  height: 0.7rem;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.solutionLayout .list li .txtbox .tit-en {
  font-family: "sourceBold";
  font-weight: bold;
  font-size: 0.26rem;
  line-height: 1;
}
.solutionLayout .list li .txtbox .line {
  margin-top: 0.26rem;
}
.solutionLayout .list li .txtbox .tit-cn {
  margin-top: 0.25rem;
  font-size: 0.36rem;
  line-height: 0.46rem;
}
.solutionLayout .list li .txtbox .tit-cn span {
  font-size: 0.28rem;
  line-height: 0.46rem;
}
.solutionLayout .list li .txtbox .det {
  margin-top: 0.25rem;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #666;
}
.solutionLayout .list li .txtbox .more {
  display: block;
  width: 2.8rem;
  line-height: 0.88rem;
  border: 1px solid #666;
  margin: 0.4rem 0 0;
  text-align: center;
}
.solutionLayout .list li .txtbox .more span {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.88rem;
  color: #666;
}
.solutionLayout .list li .txtbox .more .iconfont {
  margin-left: 0.12rem;
  display: inline-block;
  font-size: 0.32rem;
  line-height: 0.88rem;
  color: #000;
}
.solutionLayout .list li a {
  display: block;
  overflow: hidden;
}
/* .solutionLayout .list li a:hover .imgbox .imgbg1 {
  opacity: 0;
}
.solutionLayout .list li a:hover .txtbox .more {
  background: #d05859;
  border: 1px solid #d05859;
}
.solutionLayout .list li a:hover .txtbox .more span {
  color: #fff;
}
.solutionLayout .list li a:hover .txtbox .more .iconfont {
  color: #fff;
}
 */
.caseLayout {
  padding: 0.8rem 0 0;
}
.caseLayout .lf {
  /* margin-top: 0.55rem; */
  position: relative;
  box-shadow: 1px 3px 0.43rem rgba(0, 0, 0, 0.12);
}
.caseLayout .lf .tit {
  padding: 0.25rem 0.2rem 0.25rem;
  background: #fff;
  font-size: 0.32rem;
  line-height: 0.42rem;
  border-bottom: 1px solid #dedede;
}
.caseLayout .lf .switch {
  padding: 0.06rem 0 0.28rem;
}
.caseLayout .lf .switch .item {
  display: block;
  padding: 0.1rem 0.07rem;
  background: #fff;
}
.caseLayout .lf .switch .item .con {
  border-left: 0.04rem solid #fff;
  overflow: hidden;
  padding: 0 0.07rem;
}
.caseLayout .lf .switch .item .con .imgbox {
  float: left;
  height: 0.72rem;
  width: 1.07rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.caseLayout .lf .switch .item .con .txtbox {
  float: left;
  margin-left: 0.4rem;
  font-size: 0.34rem;
  line-height: 0.72rem;
  color: #161616;
}
.caseLayout .lf .switch .item.active{
  background: #ececec;
}
.caseLayout .lf .switch .item.active .con{
  border-left: 0.04rem solid #72a22e;
}
.caseLayout .lf .switch .item.active .con .txtbox{
  color: #72a22e;
}
.caseLayout .lf .imgtit {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.34rem;
  display: none;
}
.caseLayout .lf .imgtit img {
  display: block;
  width: 2.27rem;
}
.caseLayout .rf {
  margin-top: 0.6rem;
}
.caseLayout .rf .imgbox{
  height: 4.73rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.caseLayout .rf .imgbox img {
  display: block;
  width: 100%;
}
.caseLayout .rf .list {
  padding: 0.59rem 0 0.18rem;
  overflow: hidden;
}
.caseLayout .rf .list li {
  float: left;
  width: calc((100% - 0.2rem)/2);
  margin-right: 0.2rem;
  margin-bottom: 0.4rem;
  background: url(../images/case_list-bg.png) no-repeat center;
  background-size: contain;
}
.caseLayout .rf .list li:nth-child(2n) {
  margin-right: 0;
}
.caseLayout .rf .list li a {
  display: block;
  padding: 0.28rem 0.15rem 0;
  height: 1.24rem;
  box-sizing: border-box;
  color: #fff;
}
.caseLayout .rf .list li a .txt {
  font-size: 0.26rem;
  line-height: 0.34rem;
}

.messageLayout {
  /* background: url(../images/message_bg.jpg) no-repeat center;
  background-size: cover; */
  padding: 0.8rem 0 0.3rem;
}
.messageLayout .messagebox {
  max-width: 100%;
  margin: 0 auto;
  /* padding: 0.56rem 0 0; */
}
.messageLayout .messagebox .tit-cn {
  font-size: 0.32rem;
  line-height: 0.42rem;
}
.messageLayout .messagebox .tit-en {
  margin-top: 0.06rem;
  font-size: 0.16rem;
  line-height: 1;
  color: #666;
}
.messageLayout .messagebox .global-form-box {
  width: 100%;
  margin: 0.34rem auto 0;
}
.messageLayout .messagebox .global-form-box .form-group {
  margin-bottom: 0.18rem;
}
.messageLayout .messagebox .global-form-box .form-control {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  padding: 0.12rem 0.28rem;
  font-size: 0.26rem;
  line-height: 0.3rem;
  color: #000003;
}
.messageLayout .messagebox .global-form-box .frm-btn-group {
  padding-top: 0.3rem;
}
.messageLayout .messagebox .global-form-box .btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0.32rem;
  line-height: 0.7rem;
  color: #fff;
  background: #72a22e;
}
.messageLayout .messagebox .global-form-box .btn:hover {
  background: #2f63a4;
}

.contactLayout {
  padding: 0.5rem 0 0;
}
.contactLayout .title {
  /* margin-top: 0.55rem; */
}
.contactLayout .title span {
  display: inline-block;
  background-size: auto 0.67rem;
  font-size: 0.4rem;
  line-height: 0.67rem;
  color: #333333;
}
.contactLayout .det {
  margin-top: 0.8rem;
}
.contactLayout .det img {
  display: block;
  margin: 0 auto;
}
.contactLayout .mapbox {
  margin-top: 0.6rem;
  height: 5rem;
}
.contactLayout .mapbox iframe {
  width: 100%;
  height: 5rem;
}

.detail-title {
  text-align: center;
}
.detail-title .tit {
  font-family: '微软雅黑 Light';
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #161515;
}
.detail-title .date {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  line-height: 1;
  color: #666;
}
.detail-title .line {
  margin: 0.2rem auto 0;
  width: 1.1rem;
  height: 0.02rem;
  background: #000;
}

.detail-box {
  padding: 0.65rem 0 0.3rem;
}
.detail-box .detail-imgbox {
  margin-top: 0.4rem;
}
.detail-box .detail-imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.detail-box .doc {
  margin-top: 0.48rem;
  font-size: 0.32rem;
  line-height: 0.52rem;
}

.pagelayout {
  overflow: hidden;
  padding-top: 0.26rem;
  margin-top: 0.26rem;
  border-top: 1px solid #bfbfbf;
}
.pagelayout .iconfont {
  position: absolute;
  font-size: 0.2rem;
  line-height: 0.26rem;
  top: 0;
  color: #000;
}
.pagelayout .page-prev {
  position: relative;
  float: left;
  padding-left: 0.4rem;
  width: 45%;
  font-size: 0.24rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  display: flex;
  white-space: nowrap;
}
.pagelayout .page-prev .iconfont {
  left: 0;
}
.pagelayout .page-prev a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.pagelayout .page-next {
  position: relative;
  float: right;
  padding-right: 0.4rem;
  width: 45%;
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: right;
  display: flex;
  white-space: nowrap;
}
.pagelayout .page-next .iconfont {
  right: 0;
}
.pagelayout .page-next a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: right;
}

.prod-detbox {
  padding-bottom: 0.3rem;
}
.prod-detbox .pd-top {
  padding: 0.8rem 0 0;
}
.prod-detbox .pd-top .lf {
  float: left;
  width: 100%;
  position: relative;
}
.prod-detbox .pd-top .lf .easyzoom  {
  /* float: left; */
  position: relative;
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 5.2rem;
  line-height: 5.2rem;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  text-align: center;
}
.prod-detbox .pd-top .lf .easyzoom img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 100%;
  cursor: crosshair;
}
.easyzoom-flyout{
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #FFF;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
.easyzoom-flyout img{
  display: block;
  width: 200%
}
.prod-detbox .pd-top .lf .detswp {
  width: 100%;
  height: 1.6rem;
  margin-top: 0.28rem;
}
.prod-detbox .pd-top .lf .detswp .swiper-slide {
  border: 1px solid #bfbfbf;
  font-size: 0;
  text-align: center;
  line-height: 1.6rem;
  height: 1.6rem;
  box-sizing: border-box;
  width: 2.12rem;
  margin-right: 0.32rem;
}
.prod-detbox .pd-top .lf .detswp .swiper-slide:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.prod-detbox .pd-top .lf .detswp .swiper-slide.swiper-slide-active {
  border: 1px solid #72a22e;
}
.prod-detbox .pd-top .lf .detswp .swiper-slide img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 98%;
}
.prod-detbox .pd-top .rf {
  float: left;
  width: 100%;
  margin-top: 0.77rem;
}
.prod-detbox .pd-top .rf .tit {
  display: none;
  font-family: 'hbreg';
  font-size: 0.32rem;
  line-height: 0.54rem;
  color: #111;
}
.prod-detbox .pd-top .rf .det {
  font-size: 0.32rem;
  line-height: 0.54rem;
  color: #111;
}
.prod-detbox .pd-top .rf .tel {
  margin-top: 0.48rem;
  font-family: 'sourceRegular';
  font-size: 0.24rem;
  line-height: 0.78rem;
  color: #fff;
  background: #72a22e;
  padding: 0 0.32rem;
  border-radius: 0.39rem;
  text-align: center;
}
.prod-detbox .pd-bot {
  margin-top: 0.52rem;
}
.prod-detbox .pd-bot .switch {
  overflow: hidden;
  border-bottom: 1px solid #c7c7c7;
}
.prod-detbox .pd-bot .switch a {
  float: left;
  font-size: 0.36rem;
  line-height: 1.1rem;
  padding: 0 1rem;
  background: #ebebeb;
}
.prod-detbox .pd-bot .switch a.active{
  background: #72a22e;
  color: #fff;
}
.prod-detbox .pd-bot .list {
  margin-top: 0.3rem;
}
.prod-detbox .pd-bot .list .doc {
  display: none;
  font-size: 0.32rem;
  line-height: 0.52rem;
}
.prod-detbox .pd-bot .list .doc.active {
  display: block;
}



.productLayout .switch-list .item a{
  height: 0.8rem;
}
.productLayout .switch-list .item.active a .text, 
.productLayout .switch-list .item:hover a .text{
  width: 100%;
}
.productLayout .switch-list .item.active a .imgs, 
.productLayout .switch-list .item:hover a .imgs{
  width: 0%;
}


.contactLayout .det{
  overflow: hidden;
  margin-top: 0.5rem;
}
.contactLayout .det .item{
  float: left;
}
.contactLayout .det .item .it{
  position: relative;
  overflow: hidden;
  margin-bottom: 0.18rem;
}
.contactLayout .det .item:last-child .it:last-child{
  margin-bottom: 0;
}
.contactLayout .det .item .it .set{
  float: left;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #333;
}
.contactLayout .det .item .it .set .i{
  float: left;
  width: 0.6rem;
}
.contactLayout .det .item .it .set .i img{
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 0.28rem;
}
.contactLayout .det .item .it .set .t{
  float: left;
}
.contactLayout .det .item .it .txt{
  float: left;
  font-size: 0.32rem;
  line-height: 0.38rem;
  color: #333;
}
.contactLayout .det .item:nth-child(2) .it:last-child .txt{
  font-size: 0.28rem;
}






.active .buynow{
    color: #E5511D;
    background: #FFE4D0;
    padding: 3px 5px;
    border-radius: 3px;
    margin-top: 20px;
    cursor: pointer;
}
.active .buynow:hover{
   background: #FFD9BC; 
}
.active .cart{
    color: #fff;
    background: #FF6744;
    padding: 3px 5px;
    border-radius: 3px;
    margin-top: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.active .cart:hover{

    background: #F22D00;
}
.active i{
    font-style: normal;
    display: inline-block;
    text-align: center;
    width: 20px;
    border:1px solid #ccc;
    cursor: pointer;
}


.cart_but{
    position: fixed;
    right: 20px;
    top: 200px;
    width: 80px;
    height: 80px;
    z-index: 999999;
}
.cart_but img{
    border-radius: 50%;
    max-width: 100%;
}
.cart_but .close{
    position: absolute;
    right: -5px;
    top: 0;
    width: 9px;
    height: 20px;
    color: #fff;
    cursor: pointer;
}



.inset_product_infos_con p{
    font-size: 14px;
    line-height: 38px;
}
.inset_product_infos_con img{
    display: block;
    margin: 10px 0;
    max-width: 1000px;
}


.cart_peijian{
    width: 100%;
}
.cart_peijian td{
    width: 20%;
}