﻿/*  ----- 首页 ----- */

img {
  background: transparent;

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(

    startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)"; /* IE8 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  /* IE6 & 7 */

}


header {
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}


.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
  margin-bottom: 0;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 25px;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #349147;
  background: transparent !important;
}

.navbar-content {
  background: #fff;
  color: #000;
  display: flex;
  padding: 1% 0;
}

.navbar-content a {
  color: #000;
}

.nav-style {
  font-size: 16px;
  z-index: 9999;
}


/* 导航栏下划线 */
.my_nav .active a::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #349147;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}


.nav-style .li-active {
  color: #349147;
}

.navbar-b {
  float: left;
  height: 50px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-b .logo {
  width: 244px;
  height: 58px;
}

.navbar-toggle {
  margin-left: 10px;
  margin-right: -6px;
}

.sousuo {
  width: 23px;
  height: 23px;
  cursor: pointer;
  margin-top: 8px;
}

.sousuo-xs {
  margin-top: 14px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  margin-left: 20px;
}

/* 遮罩层 */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.87);
}

/* 搜索页面 */

.search_box {
  display: none;
  /* display: block; */
  padding: 0 5%;
  position: fixed;
  width: 50%;
  height: 68%;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}

.search_box {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.search_box .search-i {
  position: relative;
  text-align: left;
}

.search_box .close-img {
  width: 34px;
  height: 34px;
  margin-bottom: 100px;
}

.search_box .sousuo-m {
  width: 26px;
  height: 26px;
  left: 20px;
  top: 20px;
  z-index: 5;
  position: absolute;
}

.search_box input {
  background: #ffffff;
  width: 100%;
  border-radius: 11px;
  min-height: 71px;
}

.search_box p {
  opacity: 1;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-bottom: 26px;
  padding-left: 1%;
}

.search-tabs {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
}

.search-tabs div {
  flex: 0 0 42%;
  min-height: 82px;
  line-height: 82px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-right: 8%;
  text-align: left;
}

.search-tabs div a {
  color: #fff;
}

.search-tabs div a:hover {
  color: #46d35d;
}

.search-tabs .div-a a {
  color: #46d35d;
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide p {
  margin: 0;
}

.swiper-slide img {
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.7rem;
  border-radius: 26%;
}

.swiper-pagination-bullet-active {
  background: #349147;
  width: 3.0rem !important;
}

.swiper-father{
  position: relative;
}
.swiper-father .swiper-button-next, .swiper-father .swiper-container-rtl .swiper-button-prev {
    right: -30px;
}
.swiper-father .swiper-button-prev, .swiper-father .swiper-container-rtl .swiper-button-next {
    left: -30px;
}

/* options选项 */
.options {
  width: 100%;
  height: 101px;
  line-height: 101px;
  text-align: center;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.06);
}

.options {
  display: flex;
  font-size: 20px;
}

.options div {
  flex: 1;
  border: 1px solid #eee;
}

.options div a {
  color: #000;
  display: block;
  width: 100%;
}

.options .active {
  background: #38934b;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.06);
}

.options .active a {
  color: #fff !important;
}

/* 了解更多 */

.move {
  background: linear-gradient(180deg, #f6f6f6 8%, #f0f0f0, #f3f3f3);
  overflow: hidden;
  height: 803px;
}

.move-main {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.move-main .move-main-title {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  line-height: 50px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.move-main .move-main-light {
  font-size: 48px;
  font-weight: 600;
  color: #419d50;
  line-height: 67px;
  letter-spacing: 1px;
  margin-bottom: 31px;
}

.move-main .move-main-info {
  font-size: 21px;
  font-weight: 400;
  color: #707070;
  line-height: 29px;
  margin-bottom: 32px;
}

.move-m-btn {
  display: flex;
  align-items: center;
}

.move-m-btn button {
  width: 162px;
  height: 47px;
  border: 1px solid #137e2a;
  color: #000;
  font-size: 18px;
}


.move-m-btn button:hover {
  border: 1px solid #137e2a;
  color: #fff;
  background: #137e2a;
}

.move-main-pic img {
  width: 75%;
}

/* 商品 */
.goods {
  display: flex;
  flex-wrap: wrap;
}

.goods .goods-item {
  flex: 1;
  max-width: 33%;
}



.good-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4% 0;
}


.good-item-p-hover {
  color: #419D50;
}

.good-item .goods-item-pic {
  width: 80%;
}

.good-item .goods-item-pic img {
  width: 100%;
}

/* .goods .goods-item:nth-child(2) {
  background: #f6f6f6;
} */


.goods .goods-item .goods-item-img {
  width: 37px;
  height: 37px;
  margin-top: 20px;
}

.goods .goods-item p:nth-child(1) {
  font-size: 14px;
  letter-spacing: 1px;
  color: #3b3c3b;
}

.goods .goods-item p:nth-child(2) {
  font-size: 21px;
  letter-spacing: 1px;
  color: #3b3c3b;
  font-weight: 500;
}


.goods .goods-item p:nth-child(3) {
  font-size: 14px;
  letter-spacing: 1px;
  color: #6c6c6c;
  font-weight: 500;
}

.l-goods-item:hover {
  box-shadow: 0px 2px 4px 8px rgba(0, 0, 0, 0.02);
}

/* 新闻 */
.news {
  background: linear-gradient(0deg, #f9f9f9, #eeeeee);
  padding: 112px 130px;
}

.news .news-top {
  display: flex;
  /* min-height: 463px; */
}

.news-top .news-top-l {
  flex: 1;
  position: relative;
}

.news-top-text {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.top-text-l {
  font-size: 21px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  letter-spacing: 1px;
  margin-right: 15px;
}


.top-text-r .text-r {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 21px;
  letter-spacing: 1px;
}

.top-text-line {
  width: 120%;
  height: 1px;
  background: #fff;
  margin-bottom: 10px;
}

.news-top .news-top-info {
  flex: 1;
}


.news .news-top img {
  width: 100%;
  height: 100%;
}

.news .news-top-info {
  width: 832px;
  background: #fff;
  flex: 1;
}

.news .news-top-info .news-top-ul {
  padding: 0 39px;
}


.news-top-ul .yuandian {
  width: 10px;
  height: 10px;
  background: #7b7a7a;
  border-radius: 50%;
}

.news .news-top-info li {
  line-height: 60px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 0 20px;
  border-bottom: 1px dashed #979797;
  display: flex;
  align-items: center;
  position: relative;
}

.news .news-top-info li a {
  color: #5A5A5A;
}

.news .news-top-info li a:hover {
  color: #55AF5A;
}

.news .news-top-info li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background: #7b7a7a;
  vertical-align: middle;
  margin-right: 14px;
}

.news .news-top-info li:hover::before {
  background: #55AF5A;
}


.news-top-ul .news-top-span-l {
  width: 50%;
}

.news-top-ul .news-top-span-r {
  position: absolute;
  right: 0;
  top: 0;
}


.news-top-info .see {
  line-height: 78px;
  text-align: right;
  vertical-align: middle;
  width: 100%;
  padding: 0 38px;
}

.news-top-info .see span {
  line-height: 20px;
}

.news-top-info .see span a:hover {
  color: #419D50;
}


.news-top-info .see span:nth-child(2) {
  padding-right: 58px;
}

.news-top-info .see img {
  width: 8px;
  height: 12px;
  margin-left: 8px;
}

.news .news-bottom {
  display: flex;
  background: #fff;
}

/* .news .news-bottom div {
  width: 832px;
  flex: 1;
} */

.news .news-bottom img {
  width: 100%;
  height: 100%;
}

.news .news-bottom .news-info {
  /* width: 792px; */
  flex: 1;
  /* padding: 3% 2%; */
  width: 50%;
}

.news-bottom .news-info h3 {
  line-height: 33px;
  letter-spacing: 1px;
}

.news-bottom .news-info p {
  font-size: 14px;
  color: #8e9092;
  line-height: 27px;
}

.news-info-box {
  padding: 5%;
}

.news-info-box-b {
  position: relative;
}

.news-bottom .news-info input {
  width: 47%;
  border: 0;
  height: 45px;
  color: #878787;
  letter-spacing: 1;
  background: #f1f1f1;
  padding-left: 14px;
  margin-top: 1%;
}

.news-info-box-phone {
  float: left;
}

.news-info-box-phone {
  float: right;
}

.news-bottom .news-info textarea {
  width: 100%;
  height: 135px;
  margin-top: 20px;
  background: #f1f1f1;
  padding: 12px;
  resize: none;
  border: 0;
}

.news-info-jinru {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.news-bottom .news-info div img {
  width: 37px;
  height: 39px;
}

.news-bottom .news-info .span_t img {
  position: absolute;
  bottom: 34px;
  right: 123px;
}

.news-info-img {
  position: relative;
  flex: 1;
}

.news-info-img .news-info-img-m {
  position: absolute;
  top: 50%;
  left: 10%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transform: translateY(-50%);
}

.download1 {
  height: 99px;
  background: #fff;
  position: relative;
}

.download1 .download-l {
  font-size: 18px;
  color: #232323;
  letter-spacing: 1;
  position: absolute;
  left: 0;
  top: 0;
}


.download1 .download-r {
  position: absolute;
  right: 0;
  top: 0;
}

.download-r .download-r-t {
  width: 123px;
  height: 31px;
  border: 1px solid #419d50;
  line-height: 31px;
  padding-left: 11px;
  color: #419d50;
}

.download-r img {
  margin-left: 35px;
}

.download-r .download-r-b {
  width: 123px;
  height: 31px;
  border: 2px solid #137e2a;
  background: #fff;
  color: #137e2a;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.download-r .download-r-b a {
  color: #137e2a;
  font-size: 14px;
}

.download-r .download-r-b img {
  width: 8px;
  height: 12px;
}

.download-r .download-r-b:hover {
  background: #137e2a;
  color: #fff;
}

.download-r .download-r-b:hover a {
  color: #fff;
}


.download2 {
  width: 84%;
  margin: 0 auto;
  height: 99px;
  background: #fff;
  vertical-align: middle;
}

.download-big {
  position: relative;
  height: 100%;
}

.download-big-title {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #232323;
  letter-spacing: 1px;
  margin-top: 4px;
}

.download-big-btn {
  /* width: 380px; */
  text-align: center;
  padding:20px 60px;
  height: 36px;
  border: 2px solid #419D50;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.download-big-btn p {
  margin: 0 0 0 0;
}

.download-big-title {
  position: absolute;
  right: 0;
  bottom: 5%;
}

.download-big-btn a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #419D50;
  height: 100%;
  font-size: 21px;
}

.download-big-btn span {
  /* margin-left: 32px; */
}

.download-big-btn:hover {
  border: 1px solid #fff;
  background: #419D50;
}

.download-big-btn:hover a {
  color: #fff;
}

.footer_all {
  background: url(../img/footer-bg.png);
}

.footer_all footer {
  width: 100%;
  padding: 40px 260px;
  display: flex;
  flex-wrap: wrap;
}

.footer-l {
  flex: 1;
}

.footer-l p {
  margin: 8px 0;
}

.footer-img {
  margin-top: 5px;
}

.footer-l .footer-logo {
  width: 295px;
  margin-bottom: 10px;
}

.footer-l p:nth-child(1) {
  font-size: 13px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #2f2f2f;
  letter-spacing: 1px;
  display: inline;
}

.footer-l span {
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: left;
  color: #2f2f2f;
  line-height: 33px;
  margin-top: 29px;
  color: #3B9249;
}

.footer-l .footer-img img {
  width: 33px;
  height: 33px;
}

.footer-l .footer-img img:nth-child(1) {
  margin-right: 22px;
}

.footer-l .code img {
  width: 96px;
  height: 96px;
  margin-left: 55px;
  margin-top: 2%;
}

.footer-r {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
}


.footer-r dl dt {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 600;
  text-align: left;
  color: #2b2b2b;
  margin-bottom: 24px;
}

.footer-r dl dd {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  margin-bottom: 15px;
}

.footer-r dl dd a {
  color: #333333;
}

.footer-r dl dd a:hover {
  color: #3B9249;
}

.footer-r .dl_active {
  color: #3B9249;
}

.company-info {
  padding-bottom: 61px;
  margin-left: 264px;
  margin-top: -10px;
}

.company-info span {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  margin-right: 9px;
}

.company-info img {
  width: 24px;
  height: 25px;
  margin-top: -10px;
}

/*  ----- 关于虎成页面 ----- */
.about-t {
  width: 100%;
  position: relative;
}

.about-t img {
  width: 100%;
}

.about-t span {
  font-size: 48px;
  letter-spacing: 4;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.about-info {
  padding: 120px 0 58px 0;
}

.about-info p {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #121212;
  line-height: 45px;
  letter-spacing: 2;
  margin: 0;
  padding-bottom: 2px;
}

.line {
  width: 4%;
  height: 4px;
  background: #39934c;
  margin: 0 auto;
  margin-bottom: 71px;
}

.about-info .info {
  padding: 0 347px;
  margin-bottom: 41px;
}

.about-info .info p {
  font-size: 18px;
  color: #343434;
  line-height: 32px;
  letter-spacing: 1px;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: left;
}

.about-info .equipment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-info .equipment div {
  flex: 0 0 30%;
  height: 52px;
  line-height: 52px;
  background: #39934c;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
}

.about-c {
  width: 100%;
  /* min-height: 671px; */
  text-align: center;
  position: relative;
}

.about-c .about-c-ban {
  width: 100%;
}


.about-c-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

}

.about-c .title {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 45px;
  letter-spacing: 2px;
  padding-top: 127px;
  margin: 0;
  padding-bottom: 2px;
}

.about-c .line-w {
  width: 4%;
  height: 4px;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 71px;
  margin-bottom: 98px;
}

.about-c .li-box {
  width: 88%;
  display: flex;
  color: #fff;
  justify-content: space-between;
  margin: 0 6%;
  font-size: 18px;
}

.about-c .li-box div {
  flex: 1;
}


.about-c .li-box p {
  width: 80%;
  margin: 1% auto;
}

.about-c .li-box img {
  width: 138px;
  height: 138px;
  margin-bottom: 28px;
}

.honor {
  padding-top: 164px;
}


.honor p {
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #343434;
  line-height: 45px;
  letter-spacing: 2px;
  text-align: center;
}

.honor p:first-child {
  margin: 0;
  padding-bottom: 2px;
}

.honor .honor-swiper {
  margin-top: 8px;
  margin: 0 auto;
  width: 70%;
  height: auto;
}

.contact {
  padding-top: 131px;
}

.contact p {
  text-align: center;
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #343434;
  line-height: 45px;
  letter-spacing: 2px;
}

.contact p:first-child {
  margin: 0;
  padding-bottom: 2px;
}

.contact .img-small {
  text-align: center;
  margin-bottom: 44px;
}

.contact .img-small span {
  width: 36px;
  height: 29px;
  display: inline-block;
  margin: 0 24px;
}

.img-small span img {
  width: 100%;
  height: 100%;
}

.map {
  /* height: 718px; */
  width: 80%;
  margin: 0 10%;
  display: flex;
  margin-bottom: 70px;
}

.map .map-back {
  width: 100%;
}

.map .map-info {
  width: 26%;
  height: 80%;
  opacity: 0.91;
  background: #137e2a;
  border-radius: 9px;
  padding: 2%;
  overflow: auto;
  margin-right: 2%;
}

.map .map-info p {
  color: #fff;
  font-size: 17px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 25px;
  letter-spacing: 1px;
}

#container {
  width: 82%;
  height: auto;
}

/* ----- 服务 ----- */
.search {
  height: 100%;
  position: relative;
}

.search-back {
  width: 100%;
}


.search .search-t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search .search-t input {
  width: 732px;
  min-height: 72px;
  border: 1px solid #ffffff;
  border-radius: 39px;
  padding-left: 31px;
  background: 0;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #fff !important;
}

.search-t p {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 18px;
  margin-top: 6px;
  margin-left: 15px;
  text-align: center;
}

.search-t .sousuo {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 29px;
  top: 27px;
  margin-top: 0;
}

.con-style {
  margin-top: 83px;
  margin-bottom: 82px;
}

.cont-l {
  background: #f6f6f6;
  padding-bottom: 5%;
}

.cont-l .title {
  font-size: 21px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #383838;
  line-height: 29px;
  min-height: 119px;
  text-align: center;
  line-height: 119px;
}

.cont-l .line-h {
  width: 164px;
  height: 1px;
  opacity: 1;
  background: #979797;
  margin: 0 auto;
}

.cont-l .con-ul {
  padding-left: 20%;
  margin-top: 46px;
}

.cont-l .con-ul li {
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #383838;
  line-height: 25px;
  margin-bottom: 29px;
}

.cont-l .con-ul li a {
  color: #000;
}

.cont-l .con-ul li a:hover {
  color: #39934C;
}

.cont-l .con-ul .active {
  color: #39934C;
}


.cont-l .con-ul div {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #626462;
  line-height: 22px;
  padding-left: 5%;
  margin-top: 29px;
}

.cont-l .con-ul div::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background: #4f8eff;
  vertical-align: middle;
  margin-right: 14px;
}

.cont-r {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 0 39px;
}

/* 服务页面公共标题 公共行样式 */
.cont-r .title {
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #262626;
  letter-spacing: 1px;
  line-height: 120px;
}

.cont-r .line-h {
  width: 100%;
  height: 1px;
  opacity: 1;
  background: #979797;
}

/* 技术问题页面 */
.cont-r-info {
  margin-top: 23px;
  padding: 0 2%;
}

.cont-r-info-item {
  position: relative;
}

.cont-r-info-item-p {
  font-size: 21px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #39934c;
  line-height: 29px;
  padding-left: 14px;
}

.cont-r-info-item div {
  background: #f6f6f6;
  padding: 8% 8%;
}

.cont-r-info-item img {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 0;
}

.cont-r-info-item .shouqi {
  position: absolute;
  bottom: 12px;
  right: 30px;
}

/* 未点开时 */
.cont-r-info-item-noClick {
  min-height: 58px;
  line-height: 58px;
  position: relative;
}

.cont-r-info-item-noClick p {
  margin-bottom: 19px;
  border-bottom: 1px solid #979797;
  font-size: 21px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #383838;
  padding-left: 14px;
}

.shangjiantou {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #666;
  background: #666;
  border-radius: 50%;
  margin-right: 14px;
  display: inline-block;
}

/* .shangjiantou-active{
  position: absolute;
  left: 0;
  top: 18px;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #00a100;
  background: #00a100;
  border-radius: 50%;
} */

.iconfont {
  font-size: 12px;
}


.aJiantou {
  color: #fff;
}

.cont-r-info-item-noClick img {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 28px;
  right: 0;
}

/* 产品咨询页面 */
.cont-r .pro-phone {
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #393939;
  line-height: 25px;
  margin-top: 38px;
  margin-bottom: 32px;
}

.cont-r .pro-info {
  opacity: 1;
  font-size: 21px;
  font-weight: 400;
  color: #393939;
  margin-top: 2%;
}

.pro-input {
  margin-top: 11px;
}

.pro-input input {
  background: #f6f6f6;
  border-radius: 2px;
  min-height: 53px;
  width: 48%;
  border: 0;
  padding-left: 18px;
}

.pro-input .pro-i-name {
  float: left;
}

.pro-input .pro-i-phone {
  float: right;
}

.pro-textarea {
  margin-top: 32px;
  height: 226px;
  background: #f6f6f6;
  border-radius: 2px;
  width: 100%;
  margin-bottom: 67px;
  padding: 16px;
  border: 0;
  resize: none;
}

.pro-btn {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

.pro-btn button {
  width: 198px;
  height: 58px;
  border: 1px solid #137e2a;
  color: #137e2a;
  background: #fff;
}

.pro-btn button:hover {
  border: 1px solid #137e2a;
  color: #fff;
  background: #137e2a;
}


/* 资料下载 */
.data-input {
  margin-top: 38px;
  margin-bottom: 77px;
  display: flex;
  justify-content: space-between;
}

.data-input select {
  width: 30%;
  padding-left: 16px;
}

.data-input .data-input-div {
  width: 30%;
  position: relative;
}

.data-input .data-input-div input {
  width: 100%;
  padding-left: 16px;
  border: 1px solid #000;
  height: 36px;
}

.data-input-div .data-input-img {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 9px;
  right: 8px;
}

.download-box ul {
  width: 100%;
}

.download-box ul li {
  background: #f6f6f6;
  border-radius: 2px;
  padding: 0 23px 0 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 83px;
  margin-bottom: 21px;
}

.download-box ul li a {
  color: #000;
}

.download-box ul li:hover a {
  color: #1E702F;
}

.download-li-l img {
  width: 25px;
  height: 31px;
  margin-right: 14px;
}

.download-li-r img {
  width: 27px;
  height: 25px;
  margin-right: 10px;
}

.paging {
  text-align: center;
  margin-bottom: 20px;
}

/* ----- 光源 -----*/

.tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  min-height: 64px;
  opacity: 0.95;
}

.tabs .tab-item {
  padding: 0 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}

.tabs .tab-a a {
  color: #349147;
}

.tab-item a {
  color: #3d3d3d;
}



.tab-item a:hover {
  color: #349147;
}

.l-goods {
  padding-top: 9px;
}

.l-goods .title {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 22px;
  margin-bottom: 1px;
}

.l-goods-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

.l-goods-items .l-goods-item {
  flex: 0 0 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: 1px solid #f3f3f3;
  margin: 20px 0;
  height: auto;
  margin: 1% 1%;
  height: auto;
  padding: 2% 0;
}

.l-goods-item img {
  width: 100%;
}

.l-goods-item .item-a {
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
  color: #383838;
  line-height: 24px;
  letter-spacing: 1px;
}

.l-goods-item .item-b {
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: 20px;
  letter-spacing: 1px;
}


/* 光源遮罩层 */
.light-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

/* 光源商品详情 */
.light-goods-box {
  width: 70%;
  height: 70%;
  background: #fafafa;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -35%);
  z-index: 9999;
  position: fixed;

}

.light-goods-details {
  display: flex;
  width: 100%;
  height: 100%;
}

.light-goods-details-l {
  width: 50%;
  height: auto;
  padding: 0 20px;
}

.light-goods-details-l .swiper-slide img {
  width: 70%;
}

.light-goods-details-r {
  padding-top: 66px;
  width: 50%;
  overflow: auto;
}


.light-goods-details-r .title-all .l-pro-title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #3f3f3f;
  line-height: 20px;
  margin-bottom: 18px;
}

/* .title-all .clone-x {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50px;
  right: 30px;
  cursor: pointer;
} */

.clone {
  position: absolute;
  top: 18px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
}

.icon-guanbi {
  font-size: 24px;
}

.light-goods-details-r .l-pro-type {
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  color: #3f3f3f;
  line-height: 20px;
}

.light-goods-details-r .l-pro-p {
  font-size: 14px;
  font-weight: 400;
  color: #7b7b7b;
  width: 90%;
  padding: 0 10%;
}

.parameter {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-top: 27px;
}

.parameter-box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.parameter-box .parameter-item {
  flex: 0 0 24%;
  margin-bottom: 35px;
}

.parameter-item-p1 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.parameter-item-p2 {
  font-size: 11px;
  font-weight: 500;
  color: #5f5f5f;
  text-align: center;
}

.details-btn {
  margin-top: 47px;
  text-align: center;
  margin-bottom: 6%;
}

.details-btn button {
  width: 140px;
  height: 44px;
  border: 1px solid #349147;
  color: #349147;
  background: #fff;
}

.details-btn button:hover {
  border: 1px solid #349147;
  color: #fff;
  background: #349147;
}


/* -----  新闻页面 -----  */

.news-banner {
  width: 100%;
  position: relative;
}

.news-banner-pic {
  width: 100%;
}

.news-banner-title {
  font-size: 48px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 4px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%)
}

.news-tabs {
  margin-bottom: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 67px;
}

.news-tabs div {
  width: 12%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 2px;
  padding-left: 10px;
}

.news-tabs a {
  color: #282828;
}

.news-tabs .n-active a {
  color: #39934c;
  padding-bottom: 7px;
  border-bottom: 3px solid #39934c;
}

.news-box-item {
  margin-bottom: 58px;
  height: 360px;
  width: 100%;
  background: #f5f5f5;
}


.news-box-item .row {
  display: flex;
}

.news-box-item-l {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 46px;
}

.news-box-item .news-box-item-a {
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  color: #282828;
  /* padding-left: 30px; */
}

.news-box-item .news-box-item-b {
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  color: #282828;
  /* padding-left: 30px; */
}


.news-box-item-info {
  /* background: #f5f5f5; */
  display: flex;
  height: 360px;
  align-items: center;
  padding: 5% 0;
}

.news-box-item-r {
  margin-left: 230px;
}

.news-box-item-t {
  width: 100%;
}

.news-box-item-info-t {
  font-size: 30px;
  font-weight: 600;
  color: #282828;
  letter-spacing: 1px;
}

.news-line-l {
  width: 81px;
  min-height: 2px;
  background: #39934c;
  margin: 18px 0 28px 0;
}

.news-box-item-info-c {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  letter-spacing: 1px;
  width: 84%;
}

.news-jinru {
  width: 46px;
  height: 46px;
  margin-top: 13px;
}

.news-item-img {
  width: 406px;
  height: 270px;
  position: absolute;
  top: 48px;
  left: -240px;
}

.news-paging {
  margin-top: 23px;
  text-align: center;
  margin-bottom: 77px;
}

/* ----- 新闻内页 ----- */

.news-detail-cont {
  margin-top: 149px;
}

.news-detail-title {
  font-size: 48px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.news-detail-time {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  letter-spacing: 1px;
  margin-bottom: 70px;
}

.news-detail-line {
  width: 100%;
  height: 1px;
  background: #979797;
  margin-bottom: 58px;
}

.detail p {
  font-size: 16px;
}

.news-detail-cont .pro-t {
  font-size: 24px;
  font-weight: 600;
  color: #414141;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.news-detail-cont .pro-info {
  font-size: 16px;
  font-weight: 400;
  color: #393939;
  letter-spacing: 1px;
  margin-bottom: 70px;
  padding: 1%;
}

.news-detail-cont .pro-style {
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
}

.news-detail-cont .pro-style-img {
  text-align: center;
  margin-bottom: 86px;
  width: 100%;
}

.news-detail-cont .pro-style-img img {
  width: 100%;
}

.news-detail-cont .ad-t {
  margin-bottom: 61px;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
}

.news-detail-cont .ad-img {
  text-align: center;
  width: 100%;
}

.news-detail-cont .ad-img img {
  width: 100%;
}

.news-detail-cont .model-t {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
  margin-top: 98px;
  margin-bottom: 64px;
}


.news-detail-cont .model-img {
  text-align: center;
  margin-bottom: 123px;
  width: 100%;
}

.news-detail-cont .model-img img {
  width: 100%;
}


.news-detail-cont .news-detail-line-t {
  text-align: center;
  margin-bottom: 123px;
}

.news-detail-cont .n-bottom {
  margin-bottom: 64px;
}

.news-detail-cont .news-detail-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 73px;
}

.news-detail-c .news-detail-l {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 1px;
}

.news-detail-l a {
  display: block;
  color: #000;
}

.news-detail-l a:hover {
  color: #349147;
}

.news-detail-l p:hover {
  color: #349147;
}

.news-detail-c .news-detail-r button {
  width: 156px;
  height: 55px;
  background: #fff;
  color: #137e2a;
  border: 1px solid #137e2a;
}

.news-detail-r button:hover {
  background: #137e2a;
  color: #fff;
  border: 1px solid #137e2a;
}


/* 适配 */

@media (max-width: 1200px) {
  .footer_all footer {
    display: block;
  }

  .footer-l {
    text-align: center;
  }

  .footer-r {
    margin-top: 3%;
  }
}


@media (min-width: 1200px) {
  .container {
    width: 1450px;
  }
}

@media (max-width: 992px) {

  .news .news-top {
    display: block;
  }

  .news .news-top-info {
    width: 100%;
  }

  .news .news-bottom {
    display: block;
  }

  .news .news-bottom .news-info {
    width: 100%;
  }

  .about-info .info {
    padding: 0 2%;
  }

  .about-c-info {
    position: static;
  }

  .about-c .title {
    font-size: 32px;
    color: #000;
    padding: 0;
    margin-top: 8%;
  }

  .about-info .line-w {
    font-size: 16px;
    height: 2px;
    width: 25%;
    margin-bottom: 0;
  }


  .about-c .line-w {
    font-size: 16px;
    height: 4px;
    width: 71px;
    margin-bottom: 0;
    background: #39934c;
    margin-bottom: 1%;
  }

  .about-c .li-box {
    background: rgba(0, 0, 0, .5);
    padding: 5%;
  }

  .about-c .li-box div {
    flex: 0 0 30%;
  }

  .about-c .li-box div p {
    font-size: 14px;
    color: #fff;
  }

  .about-c .li-box img {
    width: 60%;
    height: auto;
    margin-bottom: 2%;
  }

  .honor {
    padding-top: 8%;
  }
}

@media (min-width: 992px) {
  .col-md-offset-3 {
    margin-left: 38%;
  }
}

@media screen and (max-width: 768px) {

  /* 首页 */

  .navbar-b .logo {
    width: 200px;
    height: auto;
    margin-left: -6%;
  }

  .options {
    height: 40px;
    line-height: 40px;
  }


  .goods .goods-item {
    max-width: 100%;

  }

  .move {
    height: auto;
  }

  .move-main .move-main-title {
    font-size: 16px;
    padding-left: 10px;
    line-height: 40px;
  }

  .move-main .move-main-light {
    margin: 0;
    font-size: 18px;
    padding-left: 10px;
    line-height: 48px;
  }

  .move-main .move-main-info {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 0;
    margin-top: -10px;
  }

  .move-m-btn {
    padding-left: 10px;
  }

  .move-m-btn button {
    width: 70%;
    height: 30%;
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: 12px;
  }

  .move-main-pic {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .move-main-pic img {
    width: 100%;
  }

  .news .news-top-info {
    width: auto;
  }

  .news .news-top-info li {
    padding: 0;
    font-size: 12px;
    line-height: 46px;
  }



  .top-text-r {
    width: 100%;
  }

  .news {
    padding: 0;
  }

  .news .news-top {
    display: block;
  }

  .news-info-img-m {
    display: block;
  }


  .news .news-bottom .news-info {
    display: block;
    padding: 2% 3%;
    height: auto;
  }

  .news-bottom {
    display: block;
  }



  .download {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 40px;
    padding: 8% 0;
  }

  .download .download-l {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
  }

  .download .download-l p {
    margin: 0;
  }

  .download .download-r {
    font-size: 14px;
    margin: 0;
  }

  .footer_all footer {
    padding: 0;
    display: block;
  }

  .company-info {
    margin: 0;
    padding: 0 5% 5% 5%;
  }

  .footer-l {
    padding: 5% 10px;
    display: block;
  }

  .footer-l p {
    font-size: 14px;
  }

  .footer-l span:nth-child(1) {
    font-size: 18px;
  }

  .footer-r {
    display: flex;
    justify-content: space-around;
  }

  .footer-r dl dt {
    margin-bottom: 15px;
  }

  .footer-r dl dd {
    margin-bottom: 10px;
  }

  /* 光源 */
  .tabs {
    padding: 0;
    display: flex;
    min-height: 40px;
    overflow: auto;
    justify-content: flex-start;
  }

  .tabs .tab-item {
    flex: 0 0 30%;
    font-size: 14px;
    padding: 0;
    text-align: center;
  }

  .l-goods-item .item-a {
    font-size: 14px;
  }

  .l-goods-items .l-goods-item {
    flex: 0 0 48%;
  }

  /* 技术问题 */


  .search {
    width: auto;
  }

  .search-t {
    width: 60%;
  }

  .search .search-t img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 11px;
    top: 4px;
  }

  .search .search-t input {
    width: 100%;
    min-height: 32px;
    font-size: 14px;
    padding-left: 16px;
  }

  .search-t .sousuo {
    position: absolute;
    right: 9px;
    top: 7px;
    margin-top: 0;
    height: 18px;
  }

  .cont-l .title {
    line-height: 36px;
    min-height: 36px;
  }

  .con-style {
    margin-top: 20px;
  }

  .cont-l .con-ul {
    margin-top: 10px;
  }


  .cont-l a {
    font-size: 14px;
  }

  .cont-r .title {
    font-size: 16px;
    line-height: 40px;
  }


  .cont-r-info-item-p {
    font-size: 16px;
    line-height: 24px;
  }

  .cont-r-info-item-noClick p {
    font-size: 16px;
  }

  .cont-r .pro-info {
    font-size: 14px;
  }

  .pro-input input {
    width: 80%;
    margin: 1% 0;
    min-height: 38px;
  }


  .cont-r .pro-textarea {
    margin-top: 2%;
    width: 97%;
    height: 18%;
    margin-bottom: 25px;
  }

  .pro-btn {
    margin-bottom: 5%;
  }

  .pro-btn button {
    width: 50%;
    height: 30%;
  }

  /* 资料下载 */
  .data-input {
    display: block;
    margin-bottom: 14%;
    margin-top: 3%;
  }

  .data-input select {
    width: 50%;
    margin: 3% 0;
  }

  .data-input .data-input-div {
    width: 60%;
    top: 17px;
  }

  .data-input-div input {
    border: 1px solid #000;
  }

  .download-box ul li {
    padding: 0 2%;
    display: flex;
    min-height: 40px;
    margin-bottom: 10px;
  }

  .download-li-l {
    flex: 1;
  }

  .download-li-l img {
    width: 10%;
    height: 10%;
    margin: 0;
  }

  .download-li-r img {
    width: 15%;
    height: 15%;
    margin: 0;
  }

  /* 关于虎成 */
  .about-t {
    height: auto;
    position: relative;
  }

  .about-t img {
    width: 100%;

  }

  .about-t span {
    font-size: 18px;
    position: absolute;
  }

  .about-info {
    padding: 2% 2%;
  }

  .about-info p {
    font-size: 18px;
    margin: 0;
  }

  .about-info .line {
    font-size: 16px;
    height: 2px;
    width: 25%;
    margin-bottom: 0;
  }

  .about-info .info {
    margin-bottom: 2%;
    padding: 0 2%;
  }

  .about-info .info p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .about-info .equipment div {
    flex: 0 0 30%;
    line-height: 30px;
    font-size: 14px;
    margin-top: 2%;
  }

  .about-c {
    min-height: 220px;
  }

  .about-c img {
    width: 100%;
  }

  .about-c .title {
    font-size: 18px;
    color: #000;
    padding: 0;
    margin: 0;
  }

  .about-info .line-w {
    font-size: 16px;
    height: 2px;
    width: 25%;
    margin-bottom: 0;
  }


  .about-c .line-w {
    font-size: 16px;
    height: 2px;
    width: 25%;
    margin-bottom: 0;
    background: #39934c;
    margin-bottom: 1%;
  }

  .about-c .li-box {
    background: rgba(0, 0, 0, .5);
    padding: 5%;
  }

  .about-c .li-box div {
    flex: 0 0 30%;
  }

  .about-c .li-box div p {
    font-size: 14px;
    color: #fff;
  }

  .about-c .li-box img {
    width: 60%;
    height: auto;
    margin-bottom: 2%;
  }

  .honor {
    padding: 0;
  }

  .honor p {
    font-size: 18px;
    margin: 0;
  }

  .honor .line {
    font-size: 16px;
    height: 2px;
    width: 25%;
    margin-bottom: 0;
    background: #39934c;
    margin-bottom: 2%;
  }

  .honor .honor-swiper {
    width: 90%;
    height: 50%;
  }

  .contact {
    padding-top: 2%;
  }

  .contact p {
    font-size: 18px;
    margin: 0;
  }

  .contact .line {
    font-size: 16px;
    height: 2px;
    width: 25%;
    margin-bottom: 0;
    background: #39934c;
    margin-bottom: 1%;
  }

  .contact .img-small {
    margin-bottom: 2%;
  }

  /* 新闻 */

  .news-tabs {
    margin-bottom: 4%;
  }

  .news-banner-title {
    font-size: 18px;
  }

  .news-tabs div {
    width: 40%;
    margin-top: 2%;
    font-size: 16px;
  }

  .news-line-l {
    width: 100%;
    margin: 3% 0;
  }

  .news-tabs .n-active a {
    border-bottom: 2px solid #39934c;
  }

  .news-box-item {
    height: 40%;
    margin-bottom: 3%;
  }

  .news-box-item .news-box-item-a {
    font-size: 16px;
    font-weight: 400;
  }

  .news-box-item .news-box-item-b {
    font-size: 16px;
    font-weight: 400;
  }

  .news-box-item-info-t {
    font-size: 16px;
    margin-top: 3%;
  }

  .news-box-item-info-c {
    font-size: 14px;
  }

  .news-jinru {
    width: 10%;
    height: 10%;

  }

  .news-paging {
    margin-bottom: 0;
  }

  .news-detail-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .news-detail-time {
    font-size: 16px;
    margin-bottom: 2%;
  }

  .news-detail-cont {
    margin-top: 5%;
  }

  .news-detail-line {
    margin-bottom: 6%;
  }

  .news-detail-cont .pro-t {
    font-size: 18px;
    margin-bottom: 3%;
  }

  .news-detail-cont .pro-info {
    font-size: 14px;
    margin-bottom: 6%;
  }

  .news-detail-cont .pro-style {
    font-size: 18px;
    margin-bottom: 3%;
  }

  .news-detail-cont .pro-style-img {
    margin-bottom: 6%;
  }

  .news-detail-cont .ad-t {
    font-size: 18px;
    margin-bottom: 3%;
  }

  .news-detail-cont .model-t {
    margin: 7% 0;
    font-size: 18px;
  }

  .news-detail-cont .model-img {
    margin-bottom: 10%;
  }

  .news-detail-cont .n-bottom {
    margin-bottom: 8%;
  }

  .news-detail-cont .news-detail-c {
    display: block;
  }

  .news-detail-c .news-detail-l {
    font-size: 14px;
    display: flex;
    justify-content: space-around;
  }

  .news-detail-c .news-detail-r {
    text-align: center;
    margin-top: 2%;
  }

  .news-detail-c .news-detail-r button {
    width: 40%;
    height: 30px;
  }

  .search_box {
    width: 80%;
    height: 50%;
  }

  .search_box .close-img {
    width: 26px;
    height: 26px;
    margin-bottom: 8%;
  }

  .search_box p {
    font-size: 16px;
  }

  .search_box p {
    margin-bottom: 3%;
  }

  .search_box input {
    width: 100%;
    min-height: 40px;
  }

  .search_box .sousuo-m {
    top: 8px;
    left: 10px;
  }

  .search-tabs {
    margin-top: 5%;
  }

  .search-tabs div {
    font-size: 14px;
    min-height: 36px;
    line-height: 36px;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background: #eee;
  }

  .my_nav .active a::after {
    width: 100%;
    height: 1px;
    background: #0779bf;
    margin-left: 0;
  }

  .light-goods-details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    top: 45%;
    overflow: auto;
  }

  .light-goods-details-l {
    width: 100%;
    margin-top: 2%;
  }

  .light-goods-details-l .swiper-slide img {
    width: 68%;
  }

  .title-all .clone-x {
    position: fixed;
    top: 16px;
    right: 19px;
    z-index: 999;
    cursor: pointer;
  }

  .light-goods-details-r {
    width: 100%;
    height: auto;
    padding-top: 2%;
    height: auto;
  }

  .light-goods-details-r .title-all .l-pro-title {
    font-size: 16px;
    margin-bottom: 1%;
  }

  .light-goods-details-r .l-pro-type {
    font-size: 14px;
  }

  .light-goods-details-r .l-pro-p {
    width: 100%;
  }

  .parameter {
    margin-top: 0;
  }

  .parameter-box {
    margin-top: 0;
    padding: 1%;
  }

  .parameter-box .parameter-item {
    margin-bottom: 2%;
    flex: 0 0 32%;
  }

  .details-btn {
    margin-top: 0;
    margin-bottom: 2%;
  }

  .details-btn button {
    width: 30%;
    height: 28px;
  }

  .cont-l .con-ul li {
    margin-bottom: 8px;
  }

  .cont-l .con-ul div {
    font-size: 14px;
    margin-top: 2%;
  }

  .good-item {
    min-height: auto;
    border: 1px solid #eee;
  }

  .good-item .goods-item-pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }

  .goods .goods-item .goods-item-img {
    margin-top: 0;
  }

  .news-top-info .see {
    line-height: 28px;
  }

  .company-info {
    text-align: center;
  }

  .news-bottom .news-info input {
    margin-top: 2%;
    padding-left: 2%;
    height: 30px;
    width: 100%;
  }

  .about-c-info {
    position: static;
  }

  .news-bottom .news-info textarea {
    margin-top: 2%;
    padding: 2%;
  }

  .cont-r .pro-phone {
    margin-top: 8%;
    margin-bottom: 0;
    font-size: 16px;
  }

  .search .search-t {
    top: 60%;
  }

  .pro-input input {
    width: 97%;
  }

  .pro-input .pro-i-name {
    margin-right: 0;
  }

  .download-r .download-r-b {
    width: 258px;
  }

  .download-r .download-r-b p {
    margin: 0;
  }

  .download-r img {
    margin-left: 0;
  }

  .news-item-img {
    position: static;
    width: 100%;
    height: 100%;
    margin: 2% auto;
  }

  .news-box-item-info {
    height: auto;
  }

  .news-box-item-time {
    margin-top: 2%;
  }

  .news-box-item-time p {
    float: left;
  }

  .pro-input .pro-i-phone {
    float: none;
  }

  .goods {
    display: block;
  }

  .news-box-item-r {
    margin-left: 20px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 20px;
  }

  .download1 {
    height: 60px;
    margin: 0 3%;
  }

  .download1 .download-l {
    font-size: 14px;
  }

  .map {
    display: block;
  }

  .map .map-info {
    width: 100%;
    margin: 0 auto;
  }

  .map .map-info p {
    font-size: 14px;
  }

  #container {
    width: 100%;
    margin: 0 auto;
    height: 300px;
    margin-top: 20px;
  }

  .clone {
    top: 3px;
    right: 6px;
  }

  .light-goods-box {
    width: 90%;
  }

  .xqfb_showbox{
    padding:0!important;
  }


.xqfb_closebox img,.xqfb_prev img,.xqfb_bannext img{width: 30px !important;}
.xqfb_showbox .xqfb_prev,.xqfb_showbox .xqfb_bannext {top:80%;}


  /*.swiper-father .swiper-button-next, .swiper-father .swiper-container-rtl .swiper-button-prev{
   right: -22px;
  }

  .swiper-father .swiper-button-prev, .swiper-father .swiper-container-rtl .swiper-button-next{
    left: -22px;
  }*/

  .swiper-father .swiper-button-next, .swiper-father .swiper-container-rtl .swiper-button-prev{
   right: -10px;
  }

  .swiper-father .swiper-button-prev, .swiper-father .swiper-container-rtl .swiper-button-next{
    left: -10px;
  }

  .swiper-father .swiper-container{
    width: 90%;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 28px;
  }



}

@media (max-width: 500px) {
  .shangjiantou {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
  }

  .cont-r-info-item-noClick p {
    padding-left: 0;
  }
}