
@font-face {
  font-family: myFont;
  src: url(../../fonts/alliance-art-lu-shuai-sharp-black-body.ttf);
}

h1{
  font-weight: 0!important;
}
.flexible-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.flexible-box .flexible-box-l img {
  width: 490px;
  height: 84px;
}

.flexible-box .flexible-box-r {
  display: flex;
  align-items: center;
}

.flexible-box .flexible-box-r img {
  width: 45px;
  height: 45px;
  margin-right: 8px;
}

.flexible-box .flexible-box-r .flexible-box-r-dsc p {
  font-size: 18px;
  font-weight: 900;
  color: #f58e22;
}

.banner-container a {
  display: block;
  width: 100%;
}

.banner-container a img {
  width: 100%;
  height: 543px;
  margin-top: 10px;
}

.consultants-form-container {
  position: relative;
  height: 100px;
}

.consultants-form-container .consultants-form-box {
  margin-top: -80px;
  background: #fff;
  height: 150px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 1px;
  box-sizing: border-box;
  box-shadow: 0 0 20px -13px;
}

.consultants-form-container .consultants-form-box p {
  letter-spacing: 2px;
   font-family: myFont;
   font-size: 30px;
}

.consultants-form-container .consultants-form-box p span {
  color: #f9bf3c;
}

.consultants-form-container .consultants-form-box .form-box {
  border: 2px solid #254bc6;
  height: 50px;
  line-height: 50px;
  width: 90%;
  margin-top: 20px;
  border-radius: 10px;
}

.consultants-form-container .consultants-form-box .form-box form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.consultants-form-container .consultants-form-box .form-box form .input-group {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  border-right: 1px solid #e8e8e8;
  color: #999;
  height: 40px;
  width: 256px;
}

.consultants-form-container .consultants-form-box .form-box form .input-group img {
  width: 13px;
  height: 17px;
  margin-right: 5px;
}

.consultants-form-container .consultants-form-box .form-box form .input-group input {
  height: 100%;
  display: inline-block;
  line-height: 50px;
  width: 100%;
  padding-left: 5px;
  color: #999;
}

.consultants-form-container .consultants-form-box .form-box form .input-group:nth-child(4) {
  border-right: none;
}

.consultants-form-container .consultants-form-box .form-box form .button-group {
  background: #254bc6;
  width: 195px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  margin-right: -2px;
  border-top: 2px solid #254bc6;
  border-bottom: 2px solid #254bc6;
  margin-top: -2px;
}

.consultants-form-container .consultants-form-box .form-box form .button-group:hover {
  background: rgb(249, 191, 60);
  border-top: 2px solid rgb(249, 191, 60);
  border-bottom: 2px solid rgb(249, 191, 60);
}

.consultants-form-container .consultants-form-box .form-box form .button-group button {
  height: 100%;
  color: #fff;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}

.enterprise-solution-box .qiye {
  text-align: center;
  letter-spacing: 3px;
  font-family: myFont;
  font-size: 36px;
}

.enterprise-solution-box .qiye span {
  color: #f9bf3c;
}

.enterprise-solution-box .enterprise-solution-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.enterprise-solution-box .enterprise-solution-content ul li {
  width: 48%;
  color: #fff;
  margin-top: 20px;
  padding: 30px 30px;
  box-sizing: border-box;
}

.enterprise-solution-box .enterprise-solution-content ul li a {
  display: flex;
}

.enterprise-solution-box .enterprise-solution-content ul li a img {
  height: 110px;
  width: 110px;
}

.enterprise-solution-box .enterprise-solution-content ul li a .enterprise-solution-item-dsc {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-left: 20px;
}

.enterprise-solution-box .enterprise-solution-content ul li a .enterprise-solution-item-dsc h2 {
  width: 120px;
  padding-bottom: 8px;
  border-bottom: 2px solid #feeca6;
}

.enterprise-solution-box .enterprise-solution-content ul li:nth-child(1) {
  background: linear-gradient(-90deg, #cc99ff 0%, #9858fb 100%);
  border-radius: 0 0 15px 0;
}

.enterprise-solution-box .enterprise-solution-content ul li:nth-child(2) {
  background: linear-gradient(-90deg, #7fd5ff 0%, #71a5fe 100%);
  border-radius: 0 0 0 15px;
}

.enterprise-solution-box .enterprise-solution-content ul li:nth-child(3) {
  background: linear-gradient(-90deg, #fd9992 0%, #f07a73 100%);
  border-radius: 0 15px 0 0;
}

.enterprise-solution-box .enterprise-solution-content ul li:nth-child(4) {
  background: linear-gradient(-90deg, #4fe0f2 0%, #5cc3f1 100%);
  border-radius: 15px 0 0 0;
}

.major-container {
  background-image: url(../imgs/flexibile/pic5.png);
  height: 666px;
  overflow: hidden;
  position: relative;
}

.major-container .major-container-p {
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  margin-top: 60px;
  font-family: myFont;
  font-size: 36px;
}

.major-container .major-container-p span {
  color: #f9bf3c;
}

.major-container .major-content {
  margin-top: 70px;
}

.major-container .major-content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.major-container .major-content ul li:nth-child(1),
.major-container .major-content ul li:nth-child(3),
.major-container .major-content ul li:nth-child(5) {
  width: 260px;
  height: 154px;
  position: relative;
}

.major-container .major-content ul li:nth-child(1) img,
.major-container .major-content ul li:nth-child(3) img,
.major-container .major-content ul li:nth-child(5) img {
  width: 260px;
  height: 154px;
}

.major-container .major-content ul li:nth-child(1) .major-dsc,
.major-container .major-content ul li:nth-child(3) .major-dsc,
.major-container .major-content ul li:nth-child(5) .major-dsc {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.major-container .major-content ul li:nth-child(1) .major-dsc h1,
.major-container .major-content ul li:nth-child(3) .major-dsc h1,
.major-container .major-content ul li:nth-child(5) .major-dsc h1 {
  letter-spacing: 2px;
}

.major-container .major-content ul li:nth-child(1) .major-dsc span,
.major-container .major-content ul li:nth-child(3) .major-dsc span,
.major-container .major-content ul li:nth-child(5) .major-dsc span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.33);
  padding: 0 5px;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
}

.major-container .major-content ul li:nth-child(2),
.major-container .major-content ul li:nth-child(4) {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.major-container .center {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.major-container .center .center-box {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.major-container .center .center-box p {
  margin-right: 10px;
}

.major-container .center .center-box img {
  margin-right: 10px;
}

.major-container .center .img-box {
  width: 261px;
  height: 106px;
  position: relative;
}

.major-container .center .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.major-container .center .img-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.major-container .jiantou {
  position: absolute;
  left: 50%;
  width: 826px;
  height: 253px;
  transform: translateX(-50%);
  top: 50%;
}

.major-container .jiantou p {
  color: #fff;
  text-align: center;
  margin-top: 8px;
}

.major-container .explain {
  position: absolute;
  right: 15%;
  bottom: 12%;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px;
}

.major-container .explain .explain-item {
  display: flex;
  color: #fff;
  align-items: center;
}

.major-container .explain .explain-item img {
  width: 48px;
  height: 7px;
  margin-left: 10px;
}

.solution-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-box .solution-box-p  {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 30px;
  font-family: myFont;
  font-size: 36px;
}

.solution-box .solution-box-p span {
  color: #f9bf3c;
}

.solution-box p {
  text-align: center;
  margin-top: 8px;
}

.solution-box .solution-content {
  margin-top: 20px;
  width: 100%;
}

.solution-box .solution-content ul {
  display: flex;
  justify-content: space-between;
}

.solution-box .solution-content ul li:hover img{
 transform: scale(1.1);
}
.solution-box .solution-content ul li {
  width: 13%;
  position: relative;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;

}

.solution-box .solution-content ul li img {
  display: block;
  transition: all 0.5s linear;
}

.solution-box .solution-content ul li .solution-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.solution-box .solution-content ul li .solution-item p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.solution-box .more {
  background: #254bc6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 200px;
  padding: 0 25px;
  border-radius: 15px;
  margin-top: 30px;
}

.solution-box .more:hover {
  background: rgb(249, 191, 60);
  color: #fff;
}

.solution-box .more img {
  width: 19px;
  height: 25px;
  margin-right: 10px;
}

.select-box {
  background-image: url(../imgs/flexibile/pic22.png);
  height: 536px;
  padding-top: 30px;
}

.select-box .select-box-p {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 30px;
  color: #254bc6;
  font-family: myFont;
  font-size: 36px;
}

.select-box .select-box-p span {
  color: #f9bf3c;
}

.select-box .select-content ul {
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.select-box .select-content ul li {
  width: 34%;
  display: flex;
  height: 215px;
  margin-top: 50px;
}

.select-box .select-content ul li img {
  width: 60px;
  height: 49px;
}

.select-box .select-content ul li .select-dsc h2 {
  color: #254bc6;
}

.select-box .select-content ul li .select-dsc p {
  color: #999;
  width: 86%;
  margin-top: 20px;
  line-height: 23px;
}

.process-service {
  position: relative;
  margin-top: 150px;
}

.process-service .process-form-box {
  background: #fff;
  height: 150px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 1px;
  box-sizing: border-box;
  box-shadow: 0 0 20px -13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -36%;
}

.process-service .process-form-box .process-form-box-p {
  letter-spacing: 2px;
  /* font-family: "Trebuchet MS", Helvetica, sans-serif;
   */
   font-family: myFont;
   font-size: 30px;
   margin-top: 20px;
}

.process-service .process-form-box .process-form-box-p span {
  color: #f9bf3c;
}

.process-service .process-form-box .form-box {
  border: 2px solid #254bc6;
  height: 50px;
  line-height: 50px;
  width: 90%;
  margin-top: 20px;
  border-radius: 10px;
}

.process-service .process-form-box .form-box form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.process-service .process-form-box .form-box form .input-group {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  border-right: 1px solid #e8e8e8;
  color: #999;
  height: 40px;
  width: 256px;
}

.process-service .process-form-box .form-box form .input-group img {
  width: 13px;
  height: 17px;
  margin-right: 5px;
}

.process-service .process-form-box .form-box form .input-group input {
  height: 100%;
  display: inline-block;
  line-height: 50px;
  width: 100%;
  padding-left: 5px;
  color: #999;
}

.process-service .process-form-box .form-box form .input-group:nth-child(4) {
  border-right: none;
}

.process-service .process-form-box .form-box form .button-group {
  background: #254bc6;
  width: 195px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  margin-right: -2px;
  border-top: 2px solid #254bc6;
  border-bottom: 2px solid #254bc6;
  margin-top: -2px;

}

.process-service .process-form-box .form-box form .button-group:hover {
  background: rgb(249, 191, 60);
  border-top: 2px solid rgb(249, 191, 60);
  border-bottom: 2px solid rgb(249, 191, 60);

}

.process-service .process-form-box .form-box form .button-group button {
  height: 100%;
  color: #fff;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}

.process-service .process-service-bottom {
  background-image: url(../imgs/flexibile/pic23.png);
  height: 254px;
}

.process-service .process-service-bottom .process-service-content {
  display: flex;
  align-items: center;
  height: 100%;
}

.process-service .process-service-bottom .process-service-content ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  color: #fff;
  align-items: center;
  margin-top: 90px;
}

.process-service .process-service-bottom .process-service-content ul li {
  width: 11%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-service .process-service-bottom .process-service-content ul li p {
  margin-top: 10px;
  white-space: nowrap;
}

.process-service .process-service-bottom .process-service-content ul li:nth-child(2n) img {
  width: 57px;
  height: 8px;
}

.process-service .process-service-bottom .process-service-content ul li:nth-child(2n-1) img {
  width: 64px;
  height: 64px;
}