@charset "utf-8";
/**/
.sect1 {
  padding: 50px 0;
  background: #000000;
  color: #fff;
}
.sect1 .container{
	display: flex;
	align-items: center;
}
.sect1 .pic{
	width: 50%;
	order:2;
}
.sect1 .pic img{
	max-width: 80%;
}
.sect1 .text-box{
	width: 50%;
	letter-spacing: 0;
}
.sect1 .text-box .text{
	line-height: 1.5;
	font-size: 24px;
}
.sect1 .sub-title {
  margin: 0 0 20px;
  font-weight: 900;
  font-size: 56px;
}
.sect1 .text-box .text_sm{
	font-size: 20px;
	font-weight: 300;
	margin: 15px 0px;
}
.sect2{
  padding: 80px 0px;
}
.faq-box .item {
  position: relative;
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
}
.faq-box .item .box {
  max-width: 1555px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  color: #000000;
  background-size: auto 100%;
  background-repeat: no-repeat;
  gap: 40px;
}
.faq-box .item .box .pic {
  /* position: absolute;
	right: 55px;
	top: 55px;
	bottom: 55px;
	left: 55px; */
  position: relative;
  aspect-ratio: 800/280;
  width: 65%;
  max-width: 800px;
  max-height: 280px;
  align-self: stretch;
}
.faq-box .item .box .pic::before {
  content: '';
  position: absolute;
  right: 0;
  width: 20%;
  top: 0;
  bottom: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.faq-box .item .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .faq-box .item:nth-child(odd) .box .pic img { */
/*right: 55px;*/
/*object-position: left;*/
/* } */
.faq-box .item:nth-child(odd) .box .pic {
  order: 5;
}

.faq-box .item:nth-child(odd) .box .pic::before {
  content: '';
  position: absolute;
  left: 0;
  width: 20%;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
/* .faq-box .item:nth-child(even) .box .text {
  margin-left: 50%;
} */
.faq-box .item .text {
  width: 50%;
  position: relative;
}
/* .faq-box .item .pic {
  position: absolute;
  top: 55px;
  bottom: 55px;
} */
.faq-box .item .pic img {
  height: 100%;
  object-fit: cover;
}
.faq-box .item .cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
  font-size: 0;
}
.faq-box .item .name {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.1;
  margin: 0px 0 30px;
  letter-spacing: 0;
}
.faq-box .item .tag {
  font-weight: 500;
  font-size: 24px;
}
/**/
.accordion {
  border-top: 1px solid #d9e5e8;
}
.faq-item {
  position: relative;
  padding: 25px 15px;
  border-top: solid 1px #cccccc;
  position: relative;
}
.faq-item:last-child {
  border-bottom: solid 1px #cccccc;
}
.faq-item .name:before {
  content: '';
  background: url(../images/faq/ic.png);
  width: 28px;
  height: 17px;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 15px;
}
.faq-item .name:after{
  content: '';
  background: url(../images/faq/ic2.png);
  width: 16px;
  height: 17px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq-item:hover:after {
  background-position: bottom;
}
.faq-item .name{
  color: #111111;
  font-size: 20px;
  font-weight: bold;
  transition: all ease 0.3s;
  width: 100%;
  display: flex;
  align-items: baseline;
  cursor: pointer;
  padding-right: 15px;
}
.faq-item .name.active:after {
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq-item .name.active{
  color: #009742;
}
.faq_inner{
  display: none;
  padding: 12px 45px;
  font-size: 16px;
  color: #111111;
}
.faq-item:hover .name {
  color: #009742;
}
.faq-item .cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 30;
  font-size: 0;
}
.faq-sect{
  background: rgba(234, 234, 233, 0.6);
  padding: 80px 0;
}
/**/
.sect-detail {
  background: #ffffff;
  padding: 95px 0 100px;
}
.btn-box {
  text-align: center;
}
.btn-box .back {
  margin-top: 0;
}
.sect-detail2 {
  padding: 115px 0 50px;
}
.sect-detail2 .sub-title {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 120px;
  text-align: center;
}
.detail-title {
  text-align: center;
}
.banner .box {
  display: block;
}
.inner_form{
  display: none;
}
@media screen and (max-width: 1440px) {
  .sect1 {
		padding: 65px 0;
	}
	.sect1 .sub-title{
		font-size: 42px;
	}
  .sect2{
    padding: 50px 0px;
  }
  .faq-box .item {
    padding: 30px;
  }
  .faq-box .item .name {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media(max-width: 1299px){
  .sect1 .sub-title{
		font-size: 36px;
	}
	.sect1 .text-box .text{
		font-size: 20px;
	}
	.sect1 .text-box .text_sm{
		font-size: 18px;
	}
  .faq-box .item .tag {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sect1 {
		padding: 50px 0;
	}
  .sect1 .container{
		flex-wrap: wrap;
	}
  .sect1 .sub-title {
    font-size: 28px;
  }
  .sect1 .text-box .text{
		font-size: 18px;
	}
	.sect1 .text-box .text_sm{
		font-size: 16px;
		margin: 10px 0px;
	}
  .sect1 .text-box,.sect1 .pic{
		width: 100%;
		padding: 0;
	}
  .sect1 .pic{
    order: 1;
  }
  .sect1 .text-box{
		order: 2;
	}
  .faq-sect {
    padding: 50px 0;
  }
  .sect2{
    padding: 30px 0px;
  }
  .sect-detail2 .sub-title {
    margin-bottom: 60px;
  }
  .solutions-list .item {
    width: 100%;
  }
  .solutions-list .item .box {
    margin-bottom: 70px;
  }
  .faq-box .item .name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .faq-box .item .tag {
    font-size: 18px;
    margin-top: 0;
  }
  /* .faq-box .item .box {
  } */
  /* .faq-box .item .box .pic {
    right: 20px;
    top: 20px;
    bottom: 20px;
    left: 20px;
  } */
  .faq-item .name {
    font-size: 20px;
  }
  .inner_form{
    display: block;
    max-width: 500px;
    padding: 0px 30px;
    margin: 30px auto 0px auto;
  }
  .inner_form .form-control{
    margin-bottom: 0px;
  }
}
@media(max-width: 991px){
  .sect1{
		padding: 30px 0;
	}
  .faq-box .item .name {
    font-size: 24px;
  }
}
@media(max-width: 768px){
  .faq-box .item {
    padding: 20px;
  }
  .faq-item{
    padding: 20px 10px;
  }
  .faq-item .name:before {
    width: 20px;
    height: 12px;
    margin-right: 5px;
    background-size: contain;
  }
  .faq-item .name:after{
    width: 12px;
    height: 13px;
    background-size: cover;
  }
  .faq-item .name {
    font-size: 18px;
  }
  .faq_inner{
    padding: 12px 0px 12px 25px;
    font-size: 14px;

  }
}
@media screen and (max-width: 500px) {
  .sect1 .sub-title{
		font-size: 24px;
	}
  .faq-box .item .box {
    flex-direction: column;
    gap: 20px;
  }
  .faq-box .item .box .pic {
    width: 100%;
    order: -1 !important;
  }
  .faq-box .item .box .pic::before {
    left: 0;
    right: auto;
    top: auto !important;
    bottom: 0;
    width: 100% !important;
    height: 20%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%) !important;
  }
  .faq-box .item .text {
    width: 100%;
  }
  /* .faq-box .item .text {
    width: 70%;
  }
  .faq-box .item:nth-child(even) .box .text {
    margin-left: 30%;
  } */
  .faq-item{
    padding: 15px 0px;
  }
  .faq-item .name:before {
    width: 15px;
    height: 9px;
  }
  .faq-box .item .name {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .faq-item .name:after{
    display: none;
  }
  .faq-item .name {
    font-size: 16px;
    padding-right: 0px;
  }
}
@media(max-width: 390px){
  .faq-box .item .name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}



