/* common */
.product-com-title {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 1em;
}

.product-com-title-w {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
}

.product-com-p-w {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: normal;
}

.clear {
  clear: both;
}
/* common */
/* import index_new */
.banner {
  position: relative;
  width: 100%;
  min-height: 500px;
  max-height: 820px;
  height: 100%;
  text-align: left;
  overflow: hidden;
}
.index-app-list {
  margin: 100px auto 70px;
}
/* 应用列表 */
.index-app-box {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.index-app-box:hover {
  box-shadow: 0px 5px 19px 1px rgba(0, 0, 0, 0.05);
}

.index-app-box > img {
  display: block;
  width: 100%;
  height: auto;
}

.index-app-h3 {
  font-size: 20px;
  height: 4em;
  line-height: 4em;
  color: #333333;
}

.index-app-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity .2s;
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
}

.index-app-hover > h3 {
  font-size: 20px;
  color: #333333;
  padding: 37px 0 19px 0;
  line-height: 1em;
}

.index-app-hover > p.index-app-intro {
  font-size: 14px;
  color: #333333;
  padding: 10px 0;
  line-height: 1em;
}

.index-app-hover > p.index-app-border {
  width: 40px;
  height: 1px;
  background-color: #28a1f6;
  color: #333333;
  margin: 6px auto 17px;
}

.index-app-hover > a {
  border-radius: 4px;
  border: solid 1px #aaaaaa;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  display: block;
  width: 108px;
  margin: 0 auto;
}

.index-app-box:hover .index-app-hover {
  opacity: 1;
}

.index-app-ul li {
  margin-bottom: 30px;
}

/* 应用列表 */
/* import index_new */
.product-banner .container {
  text-align: left;
}

.product-banner h2 {
  margin: 160px auto 0px;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.product-banner h3 {
  margin: 41px auto 46px;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.product-banner a {
  font-size: 26px;
  color: #ffffff !important;
  /* padding: 6px 50px; */
  border: solid 1px #ffffff;
  cursor: pointer;
  border-radius: 10px;
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2px;
}

.product-banner a:hover {
  color: #ffffff;
  background-color: #28a1f6;
  border: 1px solid #28a1f6;
}



/* 弹出层 */

/* 专属定制 */
.product-custom {
  background-color: #000000;
  padding: 100px 0;
}

.product-custom .product-com-title-w {
  margin-bottom: 28px;
}

.product-custom .product-com-p-w {
  margin-bottom: 85px;
}

.product-custom-form {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.product-custom-error {
  position: absolute;
  bottom: 57px;
  font-size: 24px;
  color: red;
  text-align: center;
  width: 100%;
}

.product-custom-item {
  font-size: 0;
  margin-bottom: 30px;
}

.product-custom-item input {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #fff;
  /* outline: none; */
  height: 50px;
  padding-left: 10px;
  box-sizing: border-box;
}

.product-custom-item span {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}

.product-custom-submit {
  font-size: 26px;
  color: #ffffff !important;
  border: solid 1px #ffffff;
  cursor: pointer;
  border-radius: 10px;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 2px;
  text-align: center;
  margin: 50px auto 0;
}

.product-custom-submit:hover {
  background-color: #28a1f6;
  border-color: transparent;
}
/* 专属定制 */
/* 解决方案 开始 */
.product-case-kong {
  text-align: center;
  padding: 182px;
  border: 1px solid lightgray;
  font-size: 35px;
  color: #666;
}
/* 解决方案 结束 */
/* import css form index_new */

.no-more {
  width: 110px;
  height: 38px;
  font-size: 16px;
  color: #999;
  display: none;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
} 
.s-function-more {
  display: block;
  width: 110px;
  color: #28A1F6;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  margin-top: 20px;
  cursor: pointer;
}
 
/* import css form index_new */
/* 适配部分 开始 */
@media (min-width: 1200px) {
 
  .t_item .img {
    height: 151.67px;
  }

}
@media (min-width: 992px) {
  /* 没有更多 */
  .no-more {
    width: 158px;
    height: 41px;
  }
  .s-function-more {
    display: block;
    width: 158px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  } 
  .t_item .img {
    height: 121.67px;
  }
 }

@media (min-width: 768px){
    .banner {
      height: 500px;
      width: 100%;
    }
  }
@media (max-width: 767px) { 
  .product-banner h2 {  
    font-size: 24px;
    letter-spacing: 0px;
    margin: 90px auto 20px;
  }

  .product-banner h3 {
    margin: 0px auto 20px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .product-com-title {
    font-size: 24px !important;
  }
  .plug-in {
    padding: 50px 0 44px !important;
  }
  /* 专属定制 */
  .product-custom .product-com-p-w {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .product-custom-form {
    width: 100%;
  }

  .product-custom-item {
    margin-bottom: 40px;
  }

  .product-custom-item input {
    height: 40px;
    font-size: 18px;
  }

  .product-custom-item span {
    font-size: 18px;
  }


  /* 专属定制 */
  .product-banner a {
    display: inline-block;
    text-emphasis: center;
    text-align: center;
    margin-left: 0;
    height: 40px;
    line-height: 40px;
    width: 120px;
    font-size: 16px;
    -webkit-transform: -webkit-translateX(0);
    -ms-transform: -ms-translateX(0);
    transform: translateX(0);
    color: #ffffff;
    border: solid 1px #ffffff;
  }

  .plug-in .container .row > div {
    margin-bottom: 50px;
    height: 92px;
  }

  .plug-in-right p {
    line-height: 1.5em !important;
    margin-bottom: 10px !important;
    height: 2.5rem !important;
  }
  .banner {
    height: 260px;
    width: 100%;
    min-height: 260px;
  }
  /* import form index——new */
  .index-app-list {
    margin: 40px auto 20px;
  }
  
  .index-com-title h3 {
    font-size: 24px !important;
  }

  .index-technique {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .index-technique .index-com-title {
    padding-bottom: 40px !important;
  }
 
  .index-com-title {
    font-size: 24px !important;
  }
 
}

@media screen and (max-width: 567px) {
  .banner {
    min-height: 260px;
  }

  .product-banner h2 {
    font-size: 20px;
  }

  .product-banner h3 {
    font-size: 18px;
  }

  .plug-in .container .row > div {
    height: 120px;
    margin-bottom: 20px;
  }
 
  .product-case-kong {
    padding: 180px 0;
  }
}
 
@media screen and (max-width: 500px) {
  .plug-in .container .row > div {
    height: 180px;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .banner {
    height: 180px;
    width: 100%;
  }
  .plug-in-left {
    width: 100% !important;
    height: 40% !important;
    text-align: center;
  }

  .plug-in-right {
    width: 100% !important;
    text-align: center;
  }

  .plug-in-right p {
    line-height: 20px !important;
  }
}
@media (max-width: 414px) {
  /* banner部分 */
  .product-banner .container {
    padding: 0 3.5vw;
  }

  .product-banner .banner {
    background: url('../image/prd/product-lgbg.png') no-repeat center center !important;
    background-size: cover !important;
  }

  .product-banner h2 {
    font-size: 20px;
    margin: 18px auto 20px;
    font-size: 18px;
    text-align: left;
    padding-left: 0;
  }

  .product-banner h3 {
    font-size: 14px;
    margin: 25px auto 35px;
  }

  .product-banner a {
    height: 27px;
    line-height: 25px;
    width: 84px;
    font-size: 13px;
    -webkit-transform: -webkit-translateX(0);
    -ms-transform: -ms-translateX(0);
    transform: translateX(0);
    margin-left: 0;
    border-radius: 3px;
  }
  /* 第二部分 */
  .img-414 {
    margin-top: 6vw !important;
  }

  .index-app-h3 {
    font-size: 17px !important;
    margin-top: 21vw !important;
  }

  .index-app-hover > p.index-app-intro {
    font-size: 16px !important;
    padding: 3vw 0 !important;
  }

  .index-app-ul li {
    width: 100% !important;
  }

  .mt-com-li-inner,
  .index-app-box {
    width: 100% !important;
    height: 42vw !important;
  }

  .index-app-box > img {
    width: 100% !important;
    height: auto !important;
  }
  /* 第三部分 */
  .plug-in {
    display: none;
  }
  /* 私人定制部分 */
  .product-custom {
    padding: 10vw 0;
  }

  .product-custom .product-com-title-w {
    margin-bottom: 21px;
    font-size: 18px;
  }

  .product-custom .product-com-p-w {
    font-size: 13px;
    margin-bottom: 7vw;
  }

  .product-custom-item {
    margin-bottom: 7vw;
  }

  .product-custom-item span {
    font-size: 15px;
    text-align: right;
    display: inline-block;
    width: 23vw;
    margin-right: 6vw;
    box-sizing: border-box;
    padding-left: 4vw;
  }

  .product-custom-item input {
    height: 9vw;
    font-size: 18px;
    width: 63vw;
  }

  .product-custom-submit {
    font-size: 18px;
    width: 30vw;
    height: 10vw;
    line-height: 9.5vw;
    margin: 7vw auto 0;
    border-radius: 5px;
  }
  .s-function-more {
    width: 100px;
    border-radius: 3px;
    font-size: 13px;
    color: white!important;
    border-color: #63b9ff;
    background: #63b9ff;
}
}
@media (min-width: 375px) and (max-width: 414px){
  .plug-in-left {
    width: 100% !important;
    height: 40% !important;
    text-align: center;
  }

  .plug-in-right {
    width: 100% !important;
    text-align: center;
  }

  .plug-in-right p {
    line-height: 20px !important;
  }
}

@media screen and (min-width: 320px)and (max-width: 414px) {
  .banner {
    height: 180px;
    width: 100%; 
  }
}
@media screen and (max-width: 365px) {
  .plug-in-btn {
    font-size: 14px;
  }
  
  .plug-in-right p {
    height: 3.5rem !important;
  }
}
  
@media (min-width: 320px) and (max-width: 375px) {
  .plug-in-left {
    width: 100% !important;
    height: 40% !important;
    text-align: center;
  }

  .plug-in-right {
    width: 100% !important;
    text-align: center;
  }

  .plug-in-right p {
    line-height: 20px !important;
  }
}

@media (min-width: 992px) {
  .plug-in-right p {
    font-size: 12px;
  }
}


/* 适配部分 结束 */

/* 默认样式 开始 */

/* 默认样式 结束 */

/* 小程序解决方案增加标分类 */
.solution_ul {
  display: flex;
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 40px;
  color:#666666;
  box-sizing: border-box;
}

.solution_ul .solution_li {
  padding: 0 30px;
  cursor: pointer;
}

.solution_ul .solution_li.active {
  color: #28a1f6;
  border: 1px solid #28a1f6;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .solution_ul {
    font-size: 15px;
    line-height: 32px;
  }
  .solution_ul .solution_li {
    padding: 0 15px;
  }
}

@media (max-width: 414px){
  .solution_ul .solution_li {
    padding: 0 8px;
  }
}


@media (max-width: 320px){
  .solution_ul .solution_li {
    padding: 0 3px;
  }
}
