/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0.000001%
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0.000001%
*/



.icon {
  display: inline-block;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon-arrow,
.icon-arrow-blue {
  height: 14px;
  width: 18px;
}
.icon-arrow {
  background-image: url("../../image/product/banner_img/icon-arrow.png");
}

.icon-bubble,
.icon-bubble-blue {
  height: 17px;
  width: 18px;
}
.icon-bubble {
  background-image: url("../../image/product/banner_img/icon-bubble.png");
}


.banner-container .banner-left .banner-bottom .btn{
  display: block;
  width: 144px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  -o-transition: -o-transform 500ms;
  -moz-transition: transform 500ms, -moz-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms, -moz-transform 500ms,
  -o-transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms, -moz-transform 500ms,
  -o-transform 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner-container .banner-left .banner-bottom .btn span{
  margin-right: 12px;
}
.banner-container .banner-left .banner-bottom .btn i{
  font-size: 16px;
  vertical-align: middle;
}
.banner-container .banner-left .banner-bottom .btn:hover{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner-container .banner-left .banner-bottom .btn{
  color: #fff;
  background: #1bd1d1;
}

.wd1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.bg-blue {
  background: #f5fcfd;
}
@media screen and (max-width: 1200px) {
  .wd1200 {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  .wd1200 {
    padding: 0 24px;
  }
}
@media screen and (max-width: 378px) {
  .wd1200 {
    padding: 0 20px;
  }
}

.banner-container {
  padding-top: 90px;
  background: #f5fcfd;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-container.banner-circle::after {
  height: 1100px;
  width: 1100px;
  padding: 0;
  top: -422px;
  right: -168px;
}
.banner-container .banner-tit {
  height: 200px;
  position: absolute;
  top: 0;
  left: -39px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner-container .banner-tit img {
  height: 100%;
}
.banner-container .banner-con {
  height: 640px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
}
.banner-container .banner-left {
  width: 50%;
  padding-top: 140px;
  position: relative;
  z-index: 4;
  color: rgba(0, 0, 0, 0.85);
  text-align: left;
}
.banner-container .banner-left h1 {
  display: block;
  color: rgba(0, 0, 0, 0.85);
  font-size: 36px;
  /* font-size: 28px; */
  margin-bottom: 40px;
  font-weight: 600;
  /* line-height: 1.5; */
  line-height: 68px;
}

.banner-container .banner-left h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px;
}
.banner-container .banner-left .banner-top {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 50px;
}
.banner-container .banner-left .banner-intra {
  display: inline-block;
  height: 160px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 20px;
  overflow: hidden;
  margin-top: 5px;

}
.banner-container .banner-left .banner-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 100px;
  left: 0;
  z-index: 6;
}
.banner-container .banner-right {
  position: absolute;
  z-index: 2;
}
.banner-container .banner-right img {
  width: 100%;
}
.over {
  overflow: hidden;
}
.banner-product .banner-right {
  width: 718px;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(56px);
  -moz-transform: translateX(56px);
  -ms-transform: translateX(56px);
  -o-transform: translateX(56px);
  transform: translateX(56px);
}
.banner-product.it-consult h2 {
  margin-bottom: 40px;
}
.banner-product.it-consult h2 span {
  line-height: 1;
}
.banner-product.it-consult h3 {
  display: none;
}
.banner-product.it-consult .banner-right {
  width: 940px;
  -webkit-transform: translateX(-180px);
  -moz-transform: translateX(-180px);
  -ms-transform: translateX(-180px);
  -o-transform: translateX(-180px);
  transform: translateX(-180px);
}
.banner-product.consult h3 {
  display: none;
}
.banner-product.consult h2 {
  margin-bottom: 40px;
}
.banner-product.consult h2 span {
  line-height: 1;
}
.banner-product.consult .banner-right {
  width: 1258px;
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
@media screen and (max-width: 1200px) {
  .banner-container .banner-tit {
    left: 16px;
  }
}
@media screen and (max-width:1101px) {
  .banner-container .banner-tit {
    height: 160px;
    left: 10px;
  }
  .banner-container .banner-con {
    display: block;
    height: auto;
  }
  .banner-container .banner-left {
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  .banner-container .banner-left .banner-content {
    font-size: 36px;
    font-weight: 450;
  }

  .banner-container .banner-left h1 {
    font-size: 24px;
  }
  .banner-container .banner-left .banner-intra {
    height: auto;
    position: relative;
  }
  .banner-container .banner-left .banner-bottom {
    position: relative;
    margin-top: 40px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner-container .banner-right {
    top: 20px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    overflow: hidden;
  }
  .banner-container .banner-right img {
    width: 100%;
  }
  .banner-container.it-consult {
    padding-bottom: 30px;
  }
  .banner-container.it-consult .banner-right {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .vedioButtonPhone{
    margin-top: 70px !important;
  }
}

@media screen and (max-width: 378px) {
  .banner-container {
    padding-top: 50px;
    overflow: hidden;
  }
  .banner-container .banner-tit {
    height: 90px;
    left: 10px;
  }
  .banner-container .banner-tit img {
    width: 100%;
  }
  .banner-container .banner-left .banner-content {
    font-size: 36px;
  }
  .banner-container .banner-left .banner-intra {
    font-size: 14px;
  }
  .banner-container.consult .banner-right {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.banner-container {
  overflow: hidden;
}
.detail-intra {
  padding: 70px 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 22px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
}
.detail-intra p {
  margin: 0 auto;
  /* white-space: pre-wrap; */
}
.detail-intra p.pic {
  margin: 30px auto 0;
}
.detail-intra p.pic img {
  width: 100%;
}




@media screen and (max-width: 1200px) {

  .wd1200 {
    width: 90%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1101px) {
  .wd1200 {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .detail-intra {
    font-size: 18px;
    line-height: 36px;
  }

  .vedioButtonPc{
    display:none !important
  }
  .vedioButtonPhone {
    display: block !important;

  }
}
@media screen and (max-width: 750px) {

  .wd1200 {
    padding: 0 15px;
  }


}
@media screen and (max-width:550px){

  .banner-bottom{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

  }
  .banner-bottom a {
    margin: 0 !important;
  }
  /* .titleBtn a:nth-child(2) {
    margin-top: 10px !important;
    display: block;
  } */
  .banner-bottom a:not(.banner-bottom a:first-child){
    margin-top: 10px !important;
    display: block;
  }
}
.banner-bottom .buttonAnimation{
  width: auto !important;
  padding: 0 15px;
}
@media (max-width: 1350px){
  .banner-bottom .buttonAnimation{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

}