
/* banner处 */
.wrapper{
  position: relative;
  height: 100vh;
}

.photo{
  width: 100%;
  height: 100%;
}
.photo>img{
  width: 100%;
  height: 100%;
}

.photo-text{
  position: absolute;
  top: 38%;
  left: 4%;
}
.photo-text a{
  text-decoration: none;
}
.pt-one{
  font-size: 78px;
  font-weight: 500;
  color: #000;
}
.pt-two{
  font-size: 30px;
  font-weight: 400;
  color: #444;
}
.pt-three{
  text-align: center;
  width: 270px;
  height: 45px;
  background-color: rgb(233,51,35);
  margin-top: 10px;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  font-size: 29px;
}



.arr{
  width: 16%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
.arr>div{
  width: 70%;
  height: 8%;
  background-color: red;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.arr>div>a{
  color: #fff;
  font-size: 16px;
}
.arr>div>a:hover{
  text-decoration: none;
  color: #409eff;
}


.serivceItem{
    background-color: rgba(6, 36, 98, .8);
    width: 100%;
    height: 300px;
}
.introduce{
    padding: 80px 0;
}
.introduce h2{
    color: aliceblue;
}
.introduce p{
    text-indent: 2em;
    color: aliceblue;
}
.introduce-details{
    padding: 50px 0 0;
}
.introduce-details p{
    text-indent: 2em;
}
.service-item img{
    width: 100%;
    height: 70%;
    border-radius: 10px;
}
.pic-text{
    padding: 20px 0px;
}
#faq-p1{
    padding:100px 0;
  } 
  
.toggle .toggle-title {
  position: relative;
  display: block;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 6px;
}
.toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0px;
  line-height: 25px;
  cursor: pointer;
  font-weight: 200;
}
.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
  display: block;
  padding: 25px 25px 14px;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle .toggle-title i {
  position: absolute;
  background: url("http://arielbeninca.com/Storage/plus_minus.png") 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px;
  right: 0;
}
.toggle .toggle-title.active i {
  background: url("http://arielbeninca.com/Storage/plus_minus.png") 0px 0px no-repeat;
}
@media (max-width: 575px){
  .toggle .toggle-title i { 
    margin: 20px 0 20px 20px;
    right: 0;
  }
}

@media screen and (max-width: 1098px) {
  .arr>div{
    border-radius: 0;
  }
  .arr>div>a{
    font-size: 5px;
  }
  .wrapper{
    height: 100%;
  }
  .introduce {
    padding: 20px 0;
  }
  .pt-one{
    font-size: 16px;
  }
  .pt-two{
    font-size: 7px;
  }
  .pt-three{
    width: 70px;
    height: 15px;
    margin-top: 2px;
    font-size: 10px;

  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .arr>div>a {
    font-size: 16px;
  }
}