
.main { /*padding-top: 88px; */}
.main .title-icon-1 { width: 28px; height: 5px; background: #DDE8F7; display: inline-block; }
.main .title-icon-2 { width: 12px; height: 5px; background: #6481E2; display: inline-block; }


.btns{
  position:absolute;
  top:20px;
  right:0;
}
.btns .arrow-left{
  background:url('../../images/web/arrow-left.png') no-repeat;
}
.btns .arrow-right{
  background:url('../../images/web/arrow-right.png') no-repeat;
}


/* 顶部轮播 */
.slide {
  position:relative;
  overflow:hidden;
  width: 100%;
  height:90vh;
}
.slide .swiper-wrapper {
  /* 通过改变animation-timing-function 制作弹性切换效果 */
  /*transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;*/
}
.slide .swiper-slide {
    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;
  }
.slide a{
  display:block;
  width:100%;
  height:100%;
}

/* 顶部banner  */
.banner{
  height:100vh;
  overflow:hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}


.main h3{
  font-size:42px;
  font-weight:700;
}


.section-title{
  position: relative;
  margin-bottom:20px;
  padding-left:30px;
}

.section-title::before{
  content: '';
  display:block;
  position: absolute;
  left:0;
  top:-40px;
  width:100px;
  height:100px;
  border-radius:100%;
  background: rgba(233, 119, 65,0.16);
  /*background-image: radial-gradient(circle at center, rgba(233, 119, 65,0.3), rgba(233, 119, 65,0.3) 80%);*/
  box-shadow: 0px 0px 100px rgba(233, 119, 65, 0.60);
}
.section-title i{
  position: absolute;
  display: block;
  background:#E97741;
  width:24px;
  height:24px;
  border-radius:100%;
  top: -15px;
  left: 150px;
}
.section-title span{
  font-size:20px;
  font-weight: normal;
  margin-left:20px;
  color:#454545;
}
.section-title .filter{
  position: absolute;
  right:0;
  bottom:15px;
}


/* 服务  */
.service{
  position: relative;
  margin: 0 auto;
  padding:15px 0;
  background:url('../../images/web/section-bg-7.jpg') center center / cover no-repeat;
}
.service::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
/*  background: rgb(233,119,65,0.3);*/
  z-index: 0;
/*  opacity: 0.9;*/
}

.service-icon img{
  width:90px;
  height: 90px;
  display: block;
  margin: 10px auto;
  padding:10px;
  border-radius:30px;
  border:10px solid #fff;
  background:#fff;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.service h4{
  text-align: center;
}
.service *{
  color:#fff;
}

.service-box .service-icon img{
  transition: 1s;
}
.service-box:hover{
  cursor: pointer;
}
.service-box:hover .service-icon img{
  transform: rotate(360deg);
  transition: all 1s ease;
}

/* 公司简介 */
.about{
  padding:100px 0;
}
.about .heading-bg {
  font-size: 14px;
  letter-spacing: 0px;
  color: #fc5e16;
  text-transform: uppercase;
  border: 1px solid #fc5e16;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 600;
}
.about h2{
  margin-top: 10px;
  font-size: 40px;
  line-height: 48px;
  color: #001c47;
  font-weight: 700;
}
.about .small-heading {
    font-size: 20px;
    line-height: 30px;
    color: #001c47;
    font-weight: 700;
    font-family: "Open Sans",sans-serif;
    margin: 20px auto 30px auto;
}
.about .heading-dot{
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 3px solid #fc5e16;
  margin-bottom: 0px;
  margin-left: 0px;
}
.about ul{
  margin: 30px 0;
}
.about ul li{
  font-size: 16px;
  line-height: 27px;
  color: #001c47;
  font-weight: 600;
  margin-bottom: 10px;
}
.about ul li i{
  display: inline-block;
  width:20px;
  height:20px;
  background: url('../../images/web/check.png') center center / cover no-repeat;
  margin-right:10px;
  vertical-align: middle;
}
.about p.intro{
  color: #E97741;
  background: #F4F2F9;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  padding: 23px 40px 24px 40px;
}
.about .boss-profile{
  margin-top: 40px;
  align-items: center !important;
  flex-wrap: wrap !important;
  display: flex !important;
}
.about .boss-profile .avatar{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 30px;
  background:#f7f7f7;
}
.about .boss-profile .info{
  margin-right: 50px;
}
.about .boss-profile .signature{
  align-self: flex-end!important;
}
.about .about-thumb{
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.about .about-thumb img{
  object-fit: cover;
  width:100%;
  height:100%;
}

/* 产品 */
.product{
  background:url('../../images/web/section-bg-1.png') fixed center center / cover no-repeat;
  padding:70px 0;
}
.product .con{
  overflow:hidden;
  position:relative;
}
.product-menu{
  margin: 0 auto;
}
.product-menu ul{
  margin: 0;
}
.product-menu li{
  font-size: 18px;
  font-weight: 600;
  line-height: 48px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 20px;
}
.product-menu li.cur{
  transition: .5s;
  color: #fff;
  background: #E97741;
  border-top-left-radius:30px;
  border-bottom-right-radius: 30px;
}
.product .con .default{
  display: none;
  transition: 1s;
}
.product .con .item{
  position: relative;
  width: 100%;
}
.product .con .image{
  margin: 0 auto;
  width: 30vw;
  height: 30vw;
  position: relative;
  z-index: 3;
}
.product .con .image img{
  object-fit: contain;
  width: 90%;
  height:90%;
}
.product .con .sn{
  text-align: center;
  font-size:240px;
  position: absolute;
  top: 20%;
  left: 5vw;
  text-align: left;
  width: 90%;
  opacity: .2;
  color: #fff;
  line-height: 1;
  -webkit-text-stroke: 4px #E97741;
  -webkit-text-fill-color: transparent;
}
.product .con .name{
  position: absolute;
  left:5vw;
  bottom:20px;
  font-size:24px;
}
.product .con .name a:hover{
  color: #E97741;
  display: block;
  animation: shake 1s ease;
}
.product .con .desc{
  position: absolute;
  right:10vw;
  top:20%;
  width:20vw;
  font-size:20px;
  text-indent:2em;
}
.product .con a.button{
  position: absolute;
  bottom:20px;
  right:10vw;
  display:block;
  font-size:16px;
  color: #E97741;
  border:1px solid #E97741;
  background:#fff;
  padding: 10px 15px;
}
.product .con a.button:hover{
  background:#E97741;
  color:#fff;
  transition: .5s;
}
.product .con a.button svg{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  fill: #E97741;
  transform: rotate(180deg);
}
.product .con a.button:hover svg{
  fill: #fff;
}

/*
.product .num{
  margin: 30px auto;
  position: relative;
}
.product .num .total{
  position: absolute;
  bottom: 0;
  right: 0;
}
.product .num #product-no{
  font-size:48px;
}
.product .imgs .default{
  display: none;
  transition: 1s;
}
.product .imgs .cur{
  display: block;
  transition: 1s;
}
.product .image{
  width: 100%;
  height:350px;
}

.product .image img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product h4{
  font-size:24px;
  font-weight:bold;
}
.product .slogan{
  color:#787878;
  font-size:16px;
}
.product .desc{
  font-size: 16px;
  max-height: 250px;
  line-height:1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  border-top:1px solid #f2f2f2;
  padding-top:10px;
}

*/
/* 解决方案 */
.solution{
  position:relative;
  background:url('../../images/web/map_balck_whole_bg.jpg') fixed center center / cover no-repeat;
  padding:80px 0;
}
.solution .section-title *{
  color:#fff;
}

.solution .item{
  height:280px;
  margin:30px 0 60px 0;
  position:relative;
}
.solution .item img{
  transition: .5s;
}
.solution .item:hover{
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
/*.solution .item:hover img{
  transform: scale(1.3);
  transition: all .5s ease-in-out;
}*/
.solution .item .image{
  height:100%;
  overflow: hidden;
  border-radius: 6px;
}
.solution .item .image img{
  object-fit: cover;
  width:100%;
  height:100%;
}
.solution .item .info{
  position: absolute;
  bottom: 0;
  width: 100%;
  height:0;
  transition: .5s;
  overflow: hidden;
  text-align: center;
  padding:0 30px;
}
.solution .item:hover .info{
  height:100%;
  background: rgba(0,0,0,0.9);
  color:#fff;
  padding:40px 30px;
  border-radius: 6px;
}
.solution .item:hover .image img{
  transform: scale(1.3);
}
.solution .item h4{
  transition: .5s;
}
.solution .item .desc{
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 新闻 */
.news{
  
}
.news-menu{
  max-width: 640px;
  margin: 0 auto;
  background:#261C10;
  color:#fff;
  border-radius:24px;
}
.news-menu ul{
  text-align:center;
  margin: 0;
}
.news-menu ul li{
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  display: inline-block;
  z-index: 5;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  cursor: pointer;
  padding: 0 30px;
}
.news-menu ul li:hover, .news-menu ul li.active {
    background: #E97741;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius:24px;
}

.news .image{
  width:100%;
  height:220px;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
  border-radius:10px;
  display:block;
  margin:0 auto 10px auto;
  position:relative;
}
.news .image i{
  position:absolute;
  right:8px;
  bottom:8px;
  background:rgba(0,0,0,0.4);
  color:#fff;
  font-style:normal;
  padding:0 10px;
  font-size:12px;
  border-radius:4px;
}

.news h4{
  font-size:22px;
  margin:0 0 10px 0;
  font-weight:700;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .date{
  font-size:16px;
}
.news .desc{
  color:#999;
  font-size:16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .goto{
  float:right;
  margin-top:15px;
  width:32px;
  height:32px;
  background:url('../../images/web/goto-right.png') center center / cover no-repeat;
}


/* 合作伙伴 */
.partner{
  
}

.partner .image{
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
  height:75px;
  border-radius:4px;
}

/* 合作咨询 */
.consult{
  padding-bottom:0;
}
.consult .bg{
  position: relative;
  height:420px;
  background:url('../../images/web/index/bg_consult.jpg') center center / cover no-repeat;
}
.consult .bg ul{
  position: absolute;
  right:0;
  top:0;
  bottom:0;
  background:rgba(0,0,0,0.7);
  width:120px;
  color:#fff;
  margin:0;
}
.consult .bg li{
  height:25%;
  padding:20px 30px;
}
.consult .robot{
  position: absolute;
  bottom:0;
  right:100px;
  width:80px;
  height:100px;
  background:url('../../images/web/index/robot.png') center center / cover no-repeat;
}
.consult .info{
  padding:30px 50px;
  background:rgba(38, 28, 16, 0.02);
}
.consult .info .divider{
  background:#261C10;
  height:4px;
  width:40px;
  margin: 20px 0 40px 0;
}
.consult .info button{
  width:100%;
  height:48px;
}


/* PAD */
@media screen and (min-width:768px) and (max-width:1199px) {
  .slide{
    height:50vh;
  }
  .product .con .sn{
    font-size: 200px;
  }
  .product .con .desc{
    top: 5%;
    right: 5%;
    font-size:18px;
    width: 30%;
  }
  .solution .item{
    height:200px;
  }
  .main h3{
    font-size:28px;
  }
}

/* 手机 */
@media screen and (max-width:767px) {
  .banner{
    background-size: contain;
    height:48vw;
    background-position: center 60px;
  }
  .main{
    padding-top:64px;
  }
  .service-icon img{
    width: 64px;
    height: 64px;
    padding: 8px;
  }
  .service *{
    font-size:12px;
  }
  .service h4{
    font-size:14px;
  }
  .about{
    padding:30px 0;
  }
  .about h2{
    font-size:28px;
  }
  .about .small-heading{
    font-size:16px;
    margin:10px auto;
  }
  .about .about-thumb{
    margin:20px auto 0 auto;
    height:200px;
  }
  .about ul li{
    font-size: 14px;
  }
  .product{
    padding:30px 0;
  }
  .product .con .item{
    margin: 0 auto 20px auto;
  }
  .product .con .sn{
    font-size: 100px;
    top: 0%;
  }
  .product .con .image{
    width: 90vw;
    height: 90vw;
    margin: 0 auto;
  }
  .product .con .image img {
    margin: 0 auto;
    display: block;
  }
  .product .con .desc{
    position: relative;
    top: 0;
    right: 0;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }
  .product .con .name{
    position: relative;
    font-size:16px;
  }
  .product .con a.button{
    position: relative;
    right: 0;
    bottom: 0;
    margin: 20px auto 0 5%;
    padding: 5px 10px;
    display: inline-block;
  }
  .product-menu{
    margin: 20px auto 0 auto;
  }
  .product-menu li{
    font-size:14px;
  }
  .solution{
    padding:30px 0;
  }
  .solution .item{
    height:200px;
  }
  .main h3{
    font-size:28px;
  }
  .slide{
    height:30vh;
  }
  .section-title{
    padding-left: 0;
  }
  .section-title i{
    width: 12px;
    height: 12px;
    top:0;
    left: 90px;
  }
  /*.product .num{
    margin: 0;
  }
  .product .num #product-no{
    text-align: right;
    margin-right: 30px;
  }
  .product .imgs .image{
    height:200px;
  }
  .product .slogan{
    font-size:14px;
  }
  .product .desc{
    font-size:14px;
  }
  .product .con ul li{
    font-size:14px;
    margin: 10px 0 !important;
  }
  .product .con ul li:hover, .product .con ul li.cur{
    font-size:16px;
  }*/
  .solution .item{
    height:220px;
    margin:10px auto 15px auto;
  }
  .solution .item h4{
    font-size:20px;
  }
  .section-title .filter{
    position: relative;
    left:0;
    bottom:0;
  }
  .news{
    padding: 30px 0;
  }
  .news-menu{
    max-width:100%;
    border-radius: 8px;
  }
  .news-menu ul li{
    font-size:14px;
    padding: 0 24px;
  }
  .news-menu ul li:hover, .news-menu ul li.active{
    border-radius: 8px;
  }
  .news h4{
    font-size:16px;
  }
  .news .desc{
    font-size:12px;
  }
  .consult .bg{
    height:300px;
  }
  .consult .bg li{
    padding: 5px 30px;
  }
  .partner .image{
    height:75px;
  }

}


@keyframes shake {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}