/* 轮播图 */
/* #swiper {
  height: 600px;
}
#swiper .banner-swiper {
  width: 100%;
  height: 100%;
} */


.swiper-container > .swiper-wrapper > .swiper-slide > img {
  width: 100%;
}

.swiper-container > .swiper-wrapper > .swiper-slide {
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
}

.swiper-container > .swiper-wrapper > .swiper-slide > .slide-box-right {
  position: absolute;
  color: #fff;
  z-index: 9999;
  top: 15%;
  left: 55%;
}
.swiper-container > .swiper-wrapper > .swiper-slide > .slide-box-right h1,
.swiper-container > .swiper-wrapper > .swiper-slide > .slide-box-left h1{
  font-size: 80px;
}
.swiper-container > .swiper-wrapper > .swiper-slide > .slide-box-right .p1,
.swiper-container > .swiper-wrapper > .swiper-slide > .slide-box-left .p1{
  font-size: 30px;
  margin: 22px 0px;
}
.swiper-container > .swiper-wrapper > .swiper-slide > .slide-box-right .p2 {
  margin: 0 0 22px 0;
  opacity: .7;
  font-size: 24px;
}
.swiper-container > .swiper-wrapper > .swiper-slide > .slide-box-right .dialog-btn,
.swiper-container > .swiper-wrapper > .swiper-slide > .slide-box-left .dialog-btn{
  border-radius: 5px;
    width: 110px;
    height: 40px;
    background-color: #fff;
    color: #000;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    z-index: 9998;
    cursor: pointer;

}

.swiper-container > .swiper-wrapper > .swiper-slide > .slide-box-left {
  position: absolute;
  z-index: 9999;
  top: 15%;
  left: 28%;
  color: #fff;
}



#dialog {
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  position: fixed;
}

#dialog .dialog-container {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

#dialog .dialog-container .dialog-body {
  border-radius: 20px;
  width: 440px;
  height: 490px;
  background-color: #fff;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#dialog .dialog-container .dialog-body img {
  border-radius: 20px;
  width: 400px;
  height: 400px;
  display: block;
  margin: 0 0 0 0;
}

#dialog .dialog-container .dialog-body h1 {
  margin: 20px 0px 0px 0px;
  text-align: center;
  font-size: 24px;
}

/* 固定盒子 */
#online-consult {
  text-align: center;
    padding-top: 12px;
  top: 300px;
  right: 0px;
  position: fixed;
  width: 30px;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  z-index: 998;
  border-radius: 5px 0px 0px 5px;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
#online-consult:hover .code {
  display: block;
}
#online-consult .code {
  animation: code_show 1s;
  display: none;
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #fff;
  border-radius: 20px;
  z-index: 997;
  left: -320px;
  top: -90px;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.16);
  border: 3px solid #FFF;
}
#online-consult .code img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@keyframes code_show {
  0% {
    transform: scale(0.3);
  }
}


/* 轮播图 */
#swiper {
  height: 600px;
}
#swiper .banner-swiper {
  width: 100%;
  height: 100%;
}
#swiper .banner-swiper .swiper-slide {
  position: relative;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-1,
#swiper .banner-swiper .swiper-slide .slideshow-text-2 {
  position: absolute;
  top: 26%;
  color: #fff;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-1 .dialog-btn,
#swiper .banner-swiper .swiper-slide .slideshow-text-2 .dialog-btn {
  border-radius: 5px;
  width: 110px;
  height: 40px;
  background-color: #fff;
  color: #000;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  z-index: 9998;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-1 {
  left: 55%;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-1 h1 {
  font-size: 80px;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-1 p {
  font-size: 24px;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-1 :nth-child(2) {
  margin: 22px 0px;
  font-size: 30px;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-1 :nth-child(3) {
  margin: 0px 0px 22px 0px;
  opacity: 0.7;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-2 {
  left: 28%;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-2 h1 {
  font-size: 80px;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-2 p {
  font-size: 24px;
}
#swiper .banner-swiper .swiper-slide .slideshow-text-2 :nth-child(2) {
  margin: 22px 0px;
  font-size: 30px;
  width: 460px;
}
#swiper .banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}



/* 弹框 */
.herder-pop-up {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.herder-pop-up .box {
  border-radius: 20px;
  height: 550px;
  width: 800px;
  background-color: #fff;
  padding: 10px 0 0 0;
}
.herder-pop-up .box .box-title {
  width: 700px;
  height: 130px;
  text-align: center;
  margin: 0px auto;
  border-bottom: 1px solid #162f5e;
}
.herder-pop-up .box .box-title h1 {
  margin: 20px 0px 0px 0px;
  color: #162f5e;
  font-weight: bold;
}
.herder-pop-up .box .box-title .title {
  width: 310px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  border: 1px solid #837f7f;
  text-align: center;
  color: #837f7f;
  margin: 20px auto 0 auto;
  border-radius: 6px;
  padding: 7px;
}
.herder-pop-up .box .from {
  width: 700px;
  height: 380px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.herder-pop-up .box .from #from-input {
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px 0px 0px 0px;
  align-items: center;
}
.herder-pop-up .box .from #from-input .form-control {
  width: 400px;
  height: 70px;
  margin: 0px 0px 20px 0px;
  border: 1px solid #837f7f;
}
.herder-pop-up .box .from #from-input .form-btn {
  width: 400px;
  height: 70px;
  margin: 0px 10px 0px 10px;
  border: 0px;
  background-color: #162f5e;
  color: #fff;
  border-radius: 4px;
}
.herder-pop-up .box .from .from-code {
  margin: 0px 0px 0px 30px;
  width: 240px;
  height: 266px;
  border: dashed 2px #162f5e;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.herder-pop-up .box .from .from-code .from-img {
  width: 180px;
  height: 180px;
  margin: 18px 0px;
}
.herder-pop-up .box .from .from-code p {
  font-size: 20px;
}



/* 为什么使用我们 */
#whyChooseUs {
  background-color: #f5f5f5;
  padding: 70px 100px 70px 100px;
}
#whyChooseUs .whyChooseUs-title {
  margin-bottom: 40px;
}
#whyChooseUs .whyChooseUs-title p:nth-of-type(1) {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
#whyChooseUs .whyChooseUs-title p:nth-of-type(2) {
  font-size: 14px;
}
#whyChooseUs .server-block {
  background-color: #fff;
  border-radius: 16px;
  padding: 50px 20px;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.16);
  height: 250px;
  width: 320px;
  margin: 0px 20px;
}
#whyChooseUs .server-block img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
#whyChooseUs .server-block > p {
  font-size: 30px;
  margin: 30px 0;
  text-align: center;
}
#whyChooseUs .server-block > div {
  font-size: 20px;
  padding: 0px 20px;
    text-align: center;
    line-height: 35px;
}
#whyChooseUs .container .row {
  display:flex;
  /* justify-content: space-around; */
  justify-content: center;
  /* width: 1200px; */
    margin: 0 auto;
}



/*我们的优势  */
#advantages {
  color: #fff;
  position: relative;
  height: 580px;
}
#advantages img {
  width: 100%;
  height: 100%;
}
#advantages > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#advantages > div h2 {
  font-size: 40px;
  margin: 50px 0px;
  text-align: center;
}
#advantages > div .advantages-info {
  display: flex;
  justify-content: space-around;
}
#advantages > div .advantages-info .ad-character {
  margin-left: 100px;
}
#advantages > div .advantages-info .ad-character > div:nth-child(1) {
  margin-bottom: 100px;
}
#advantages > div .advantages-info .ad-character > div h3 {
  font-size: 30px;
}
#advantages > div .advantages-info .ad-character > div p {
  font-size: 22px;
  opacity: 0.6;
}
#advantages > div .advantages-info .am-character {
  margin-left: 230px;
}
#advantages > div .advantages-info .am-character > div {
  margin-bottom: 60px;
}
#advantages > div .advantages-info .am-character > div h3 {
  font-size: 30px;
}
#advantages > div .advantages-info .am-character > div p {
  font-size: 22px;
  opacity: 0.6;
}
#advantages > div .advantages-info .am-character > div:nth-child(3) {
  margin-bottom: 0px;
}


/* 第一个大图层 */
#manage-tags {
  padding: 50px 50px;
  height: 620px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
}
#manage-tags .show-info {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#manage-tags .show-info .show-img {
  width: 772px;
  height: 440px;
}
#manage-tags .show-info .show-img img {
  width: 100%;
  /* height: 100%; */
}
#manage-tags .show-info .show-text {
  width: 600px;
  height: 440px;
  font-size: 22px;
  padding: 0px 40px;
}
#manage-tags .show-info .show-text h2 {
  margin-bottom: 20px;
}
#manage-tags .show-view {
  height: 100px;
  display: flex;
  justify-content: center;
}
#manage-tags .show-view .left {
  width: 772px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 87px;
}
#manage-tags .show-view .left .pre {
  width: 20px;
  height: 30px;
}
#manage-tags .show-view .left .pre img {
  width: 100%;
  height: 100%;
}
#manage-tags .show-view .left .view {
  width: 140px;
  height: 80px;
  border: 1px solid red;
}
#manage-tags .show-view .left .view img {
  width: 100%;
  height: 100%;
}
#manage-tags .show-view .left .next {
  width: 20px;
  height: 30px;
}
#manage-tags .show-view .left .next img {
  width: 100%;
  height: 100%;
}
#manage-tags .show-view .right {
  width: 600px;
}




/* 第二个大图层 */
#commodity-stock {
  padding: 50px 50px;
  height: 620px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
#commodity-stock .show-info {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#commodity-stock .show-info .show-img {
  width: 772px;
  height: 440px;
}
#commodity-stock .show-info .show-img img {
  width: 100%;
  /* height: 100%; */
}
#commodity-stock .show-info .show-text {
  font-size: 22px;
  width: 600px;
  height: 440px;
  padding: 0px 40px;
}
#commodity-stock .show-info .show-text h2 {
  margin-bottom: 20px;
}
#commodity-stock .show-view {
  height: 100px;
  display: flex;
  justify-content: center;
}
#commodity-stock .show-view .left {
  width: 600px;
}
#commodity-stock .show-view .right {
  width: 772px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 87px;
}
#commodity-stock .show-view .right .pre {
  width: 20px;
  height: 30px;
}
#commodity-stock .show-view .right .pre img {
  width: 100%;
  height: 100%;
}
#commodity-stock .show-view .right .view {
  width: 140px;
  height: 80px;
  border: 1px solid red;
}
#commodity-stock .show-view .right .view img {
  width: 100%;
  height: 100%;
}
#commodity-stock .show-view .right .next {
  width: 20px;
  height: 30px;
}
#commodity-stock .show-view .right .next img {
  width: 100%;
  height: 100%;
}


@media (min-width: 768px) and (max-width: 991px){ 
  #whyChooseUs {
    background-color: #f5f5f5;
    padding: 70px 0px 70px 130px;
  }
  #whyChooseUs .whyChooseUs-title {
    margin-bottom: 40px;
  }
  #whyChooseUs .whyChooseUs-title p:nth-of-type(1) {
    font-size: 25px;
    font-weight: 500;
  }
  #whyChooseUs .whyChooseUs-title p:nth-of-type(2) {
    font-size: 14px;
  }
  #whyChooseUs .container .row {
    display:flex;
    flex-direction: column;
  }
  #whyChooseUs .server-block {
    background-color: #fff;
    border-radius: 16px;
    padding: 50px 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.16);
    margin: 20px 0px;
    width: 1000px;
  }
  #whyChooseUs .server-block img {
    width: 60px;
    height: 60px;
  }
  #whyChooseUs .server-block > p {
    font-size: 30px;
    margin: 30px 0;
  }
  #whyChooseUs .server-block > div {
    font-size: 20px;
  }
  
}