.header-slide-container {
  width: 100%;
  position: relative;
  height: 100%;
}
.header-slide-container ul {
  padding: 0;
  margin: 0;
}
.header-slide-container li {
  padding: 0;
  margin: 0;
}
.header-slide-container .bd,
.header-slide-container .bd ul,
.header-slide-container .bd li,
.header-slide-container .slider-box {
  width: 100%;
}
.header-slide-container .hd {
  position: relative;
  margin: 0 auto;
  bottom: 30px;
  width: 200px;
  height: 20px;
  text-align: center;
}
.slider-box {
  height: 100%;
  position: relative;
}
.slider-box.section1 {
  background: url("../images/banner1.jpg") center center no-repeat;
  background-size: cover;
}
.slider-box.albanner1 {
  background: url("../images/albanner1.jpg") center center no-repeat;
  background-size: cover;
}
.slider-box.albanner2 {
  width: 100%;
  background: url("../images/albanner2.jpg") 0 0 no-repeat;
  background-size: cover;
}
.slider-box.albanner3 {
  width: 100%;
  background: url("../images/albanner3.jpg") 0 0 no-repeat;
  background-size: cover;
}
.pic-slider {
  position: relative;
}
.pic-slider .slider-text-content {
  margin-top: 17%;
}
.pic-slider h2 {
  font-size: 36px;
  color: #FFFFFF;
  font-family: "webfontB";
}
.pic-slider h3 {
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.85;
  filter: alpha(opacity=85);
  padding: 15px 0 35px;
  font-family: "webfont";
}
.pic-slider .button-box a {
  padding: 8px 35px;
  border: 1px solid #FFF;
  border-radius: 4px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  margin-right: 20px;
  color: #FFF;
  text-decoration: none;
}
.pic-slider .button-box a.icon-btn {
  text-indent: -15px;
  background: url("../images/index/icon-video.png") no-repeat 90px center;
}
.section-wrap {
  width: 100%;
  height: 100%;
  overflow: visible;
  transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}
.slider-record {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 153px;
  bottom: 0;
  background: rgba(10, 10, 10, 0.2);
  padding: 48px 0px;
}
.slider-record ul li {
  display: flex;
  padding: 0 20px 0 40px;
  border-right: 1px solid #777a81;
}
.slider-record ul li .icon {
  width: 43px;
  height: 43px;
  display: inline-block;
  margin-top: 4px;
  margin-right: 10px;
  cursor: pointer;
}
.slider-record ul li .icon-play {
  background: url("../images/icon-play.png") 0 0 no-repeat;
}
.slider-record ul li .icon-pause {
  background: url("../images/icon-pause.png") 0 0 no-repeat;
}
.slider-record ul li .icon-dx {
  background: url("../images/icon-dx.png") 0 0 no-repeat;
}
.slider-record ul li .record-right {
  flex: 1;
}
.slider-record ul li .record-right p:first-child {
  font-size: 16px;
}
.slider-record ul li .record-right p:last-child {
  font-size: 12px;
  font-family: "webfont";
}
/**第二屏**/
.list-box {
  height: 100%;
  padding: 9% 5%;
  color: #fff;
  width: 100%;
}
.list-box .case-item-left {
  margin: 60px auto;
}
.list-box .case_cont_right {
  border-left: 1px solid #aeb1bd;
}
.list-box .case_cont_left ul li {
  width: 233px;
  height: 4.5rem;
  line-height: 4.5rem;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.list-box .case_cont_left ul li.current {
  background: #1ab394;
  border-radius: 3px;
}
.list-box .case_cont_left ul li .more {
  color: #fff;
}
.list-box .case-list {
  position: relative;
}
.list-box .case-text {
  position: relative;
  text-align: left;
  margin-top: 30px;
  line-height: 2;
}
.list-box .case-span span {
  display: inline-block;
  padding: 0px 10px;
  border-radius: 3px;
  border: 1px solid #fff;
  margin-right: 5px;
  font-size: 12px;
}
.list-box .case-item ul {
  /*width:e("calc(100% - 98px)");*/
  margin: 0 auto;
  padding: 0;
}
.list-box .case-item ul li {
  margin: 0;
  width: 100%;
  height: 100%;
}
.list-box .case-tmp,
.list-box .case-box {
  text-align: center;
}
.list-box .case-tmp p {
  font-size: 18px;
  margin-top: 10px;
}
.list-box .slideBox .prev,
.list-box .slideBox .next {
  position: absolute;
  left: 15px;
  top: 38%;
  margin-top: -25px;
  display: block;
  width: 34px;
  height: 96px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.list-box .slideBox .next {
  left: auto;
  right: 15px;
  background-position: 8px 5px;
}
.list-box .slideBox .prev:hover,
.list-box .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.list-box .slideBox .prevStop {
  display: none;
}
.list-box .slideBox .nextStop {
  display: none;
}
.list-box .case-item-right {
  border: 1px solid #7ea7be;
  background: rgba(42, 58, 83, 0.32);
  position: relative;
  padding: 0;
  width: 48%;
}
.list-box .robot {
  background: url("../images/robot.png") center center no-repeat;
  width: 135px;
  height: 177px;
  text-align: center;
  margin: 70px auto 50px auto;
}
.list-box .module-btn {
  line-height: 2;
  margin-bottom: 12%;
}
.list-box .module-btn button {
  border-radius: 3px;
  line-height: 2;
  background-color: #1ab394;
  font-size: 14px;
  padding: 5px 20px;
}
.list-box .module-btn .btn-calling {
  background: #1ab394 url("../images/icon-module.png") 13px -24px no-repeat;
  padding-left: 34px;
}
.list-box .cicle1,
.list-box .cicle4 {
  position: absolute;
  z-index: 2;
}
.list-box .cicle:before {
  content: "";
  width: 38px;
  height: 3px;
  background: #c4dbff;
  position: absolute;
  top: -2px;
  left: -2px;
  box-shadow: 7px 0 20px rgba(26, 172, 255, 0.6);
}
.list-box .cicle:after {
  content: "";
  width: 3px;
  height: 38px;
  background: #c4dbff;
  position: absolute;
  z-index: 2;
  left: -2px;
  box-shadow: 7px 0 20px rgba(26, 172, 255, 0.6);
}
.list-box .cicle4 {
  bottom: 0;
  right: 0;
  transform: rotate(-180deg);
}
.list-box .case-box {
  margin-top: 4%;
  text-align: center;
  padding: 12% 10%;
  position: relative;
  margin-bottom: 10%;
  min-height: 415px;
}
.list-box .case-box .pos-list {
  margin-bottom: 20px;
  height: 40px;
}
.list-box .case-box input {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #fff;
  height: 40px;
  float: left;
}
.list-box .case-box input[name='captcha-number'],
.list-box .case-box input[name='name'] {
  width: 76%;
}
.list-box .case-box input::-webkit-input-placeholder {
  color: #d4d4d4;
}
.list-box .case-box :-moz-placeholder {
  color: #d4d4d4;
}
.list-box .case-box ::-moz-placeholder {
  color: #d4d4d4;
}
.list-box .case-box :-ms-input-placeholder {
  color: #d4d4d4;
}
.list-box .case-box .getCode {
  width: 20%;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 33px;
  display: inline-block;
  line-height: 33px;
  position: relative;
  top: 5px;
  text-align: center;
  left: 2%;
  cursor: pointer;
}
.list-box .case-box .sexText {
  border: 1px solid #fff;
  background-color: rgba(42, 58, 83, 0.5);
  height: 33px;
  width: 20%;
  position: relative;
  top: 8px;
  border-radius: 3px;
}
.list-box .case-box .sexText option {
  background: transparent;
}
.list-box .case-box .button {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: #1ab394;
  color: #fff;
  border-radius: 3px;
}
.list-box .case-box .button-disable {
  background: #a5a5a5;
  cursor: default;
}
.list-box .case-box .input-error {
  color: red;
}
.list-box #case-success h4 {
  padding-top: 7%;
}
.list-box #case-success img {
  margin: 40px auto;
}
.list-box #case-success .re-experiencing {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.header-box {
  background: transparent !important;
}
.index-main {
  margin-top: 20px;
}
.index-main .list-title {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  background: url("../images/index/title-bg-line.png") repeat-x left center;
}
.index-main .list-title h4 {
  font-size: 3rem;
  color: #3d3d3d;
  display: inline-block;
  background: #eee;
  padding: 0 20px;
}
.index-main .list-item .item {
  height: 190px;
  margin-bottom: 46px;
}
.index-main .list-item .item > div {
  background: #FFFFFF;
  border-radius: 4px;
}
.index-main .list-item .item:nth-of-type(even) {
  padding-right: 0 !important;
  padding-left: 28px;
}
.index-main .list-item .item:nth-of-type(odd) {
  padding-left: 0 !important;
  padding-right: 28px;
}
.index-main .list-item .item .col-md-12 {
  padding: 0 !important;
}
.index-main .list-item .item .col-md-9 {
  padding-right: 0 !important;
}
.index-main .list-item .item h4 {
  margin-top: 70px;
  font-size: 20px;
  font-weight: 600;
}
.index-main .list-item .item p {
  font-size: 14px;
}
.index-main .list-item .item-img {
  text-align: right;
  line-height: 190px;
  padding-right: 15px !important;
}
.index-main .hot-list {
  height: 60px;
  line-height: 60px;
}
.index-main .hot-list .tpl-title {
  font-size: 22px;
  line-height: 40px;
  text-indent: 30px;
  background: url("../images/index/icon-tpl.png") no-repeat left center;
}
.index-main .hot-list .btn-more {
  letter-spacing: normal;
  text-decoration: none;
  font-size: 14px;
  color: #5c6064;
}
.index-main .hot-item .item-horizontal:nth-of-type(even) {
  padding-right: 0 !important;
  padding-left: 28px;
}
.index-main .hot-item .item-horizontal:nth-of-type(odd) {
  padding-left: 0 !important;
  padding-right: 28px;
}
.index-main .hot-item .item-horizontal .item {
  height: 255px;
  width: 248px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.index-main .hot-item .item-horizontal .item:first-child {
  padding-left: 0;
  margin-right: 28px;
}
.index-main .hot-item .item-horizontal .item:first-child span {
  left: 0;
}
.index-main .hot-item .item-horizontal .item:last-child {
  padding-right: 0;
  margin-left: 28px;
}
.index-main .hot-item .item-horizontal .item:last-child span {
  right: 0;
}
.index-main .hot-item .item-horizontal .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.index-main .hot-item .item-horizontal .item span {
  position: absolute;
  height: 37px;
  line-height: 37px;
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  bottom: 0;
  background: url("../images/index/tpl-item-bg.png") no-repeat center center;
}
.customer-box {
  height: 608px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.customer-box .customer-container {
  height: 100%;
}
.customer-box .content {
  width: 100%;
  height: 100%;
  padding-top: 98px;
}
.customer-box .pin-an {
  background: url("../images/index/customer-bg.jpg") no-repeat center center;
  background-size: cover;
}
.customer-box .wang-da {
  background: url("../images/index/customer-bg1.jpg") no-repeat center center;
  background-size: cover;
}
.customer-box .detail-box {
  width: 688px;
  margin: 2% auto;
}
.customer-box {
  position: relative;
}
.customer-box .bd,
.customer-box ul,
.customer-box li {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.customer-box .hd {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -36px;
}
.customer-box .hd li {
  display: block;
  width: 6px;
  height: 36px;
  background: #FFF;
  opacity: 0.36;
  filter: alpha(opacity=36);
  cursor: pointer;
}
.customer-box .hd li.on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.customer-list {
  padding: 107px 0;
}
.customer-list .title {
  font-size: 34px;
}
.customer-list .intro {
  font-size: 20px;
  color: #201f1f;
  margin-top: 20px;
}
.customer-list .item-box {
  margin-top: 5%;
}
.customer-list .item-box .img-box {
  width: 158px;
  height: 78px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background: #FFF;
  text-align: center;
  line-height: 76px;
  margin-bottom: 40px;
}
.customer-list .item-box .img-box img {
  display: inline-block;
}
.index-video-box {
  display: none;
}
.video-mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
.video-container {
  width: 678px;
  height: 384px;
  margin: 0 auto;
  position: fixed ;
  margin-top: -192px;
  text-align: center;
  margin-left: -339px;
  left: 50%;
  z-index: 1000;
  top: 50%;
}
.video-container .closeVideo {
  width: 32px;
  height: 32px;
  background: url('../images/icon2.png') 0 -78px no-repeat;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: -12px;
  cursor: pointer;
}
.arrow {
  background: url("../images/arrow.png") 0 0 no-repeat;
  width: 38px;
  height: 21px;
  position: absolute;
  bottom: 4rem;
  left: 49%;
  cursor: pointer;
  opacity: 1;
  animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
  -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
  overflow: hidden;
}
.arrow:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
@keyframes arrow {
  0%,
  100% {
    bottom: 10px;
    opacity: 1;
  }
  50% {
    bottom: 30px;
    opacity: 0.5;
  }
}
@-webkit-keyframes arrow {
  0%,
  100% {
    bottom: 10px;
    opacity: 1;
  }
  50% {
    bottom: 30px;
    opacity: 0.5;
  }
}
@media (min-width: 1265px) and (max-width: 1365px) {
  .arrow {
    left: 48%;
  }
  .pic-slider .slider-text-content {
    margin-top: 8%;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .pic-slider .slider-text-content {
    margin-top: 10%;
  }
  .customer-box .detail-box {
    margin: 5% auto;
  }
  .customer-list .item-box .img-box {
    margin-bottom: 20px;
  }
  .list-box {
    padding: 3% 5%;
  }
  .list-box .case-box {
    padding: 9.5% 10%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .customer-list .item-box {
    margin-top: 2%;
  }
  .list-box .case-item-left {
    margin: 34px auto;
  }
  .arrow {
    left: 48.6%;
  }
}
@media (min-width: 1440px) and (max-width: 1659px) {
  .customer-list {
    padding: 5% 0 0;
  }
  .customer-list .item-box {
    margin-top: 3%;
  }
  .arrow {
    left: 48.6%;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .arrow {
    left: 48.8%;
  }
}
.case-input .msg-box.n-right {
  visibility: visible;
  margin-bottom: 10px;
}
.case-input .msg-box {
  display: none;
  height: 30px;
  line-height: 30px;
  background: #f89fb6;
  color: #a92f4f;
  border-radius: 2px;
  position: absolute;
  width: 80%;
  top: -24px;
  visibility: hidden;
  left: 53px;
}
.case-input input.n-invalid {
  border-bottom-color: #1ab394;
}
/*最新新闻消息*/
.newsMore {
  position: absolute;
  bottom: 0;
  height: 86px;
  background: rgba(10, 10, 10, 0.25);
  width: 100%;
  color: #fff;
  display: flex;
}
.newsMore .container {
  display: flex;
}
.newsMore .container span:first-child {
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 29px 0;
  padding: 3px 8px;
}
.newsMore .container ul {
  flex: 1;
  margin: 0 15px;
  line-height: 86px;
}
.newsMore .container ul li {
  float: left;
  width: 33.3%;
  height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsMore .container ul li i {
  font-style: normal;
  border-right: 1px solid #858996;
  margin-right: 5px;
  padding-right: 3px;
}
.newsMore .container a {
  line-height: 86px;
  color: #fff;
}
