.home .header {
  width: 100%;
  height: 750px;
  background: url("https://saas-2-ryx.oss-cn-guangzhou.aliyuncs.com/1522186891129004033/e0477b49182d4de3967f8a7af7b4d7e2.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home .header .topOn {
  width: 100%;
  height: 92px;
  z-index: 300;
}
.home .header .topOnTop {
  width: 100%;
  height: 92px;
  z-index: 199;
  background-color: #ffffff;
  position: relative;
  z-index: 300;
}
.home .header .navTop {
  display: flex;
  justify-content: space-between;
  height: 92px;
}
.home .header .navTop .logo {
  margin-top: 24px;
}
.home .header .navTop .logo img {
  width: 179.99px;
  height: 38.05px;
}
.home .header .navTop .logo .logoTitle {
  margin-top: 3px;
}
.home .header .navTop .logo .logoTitle h3 {
  font-size: 15px;
  font-weight: normal;
  color: #393939;
  line-height: 17px;
}
.home .header .navTop .tabs {
  width: 1146px;
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
}
.home .header .navTop .tabs .tabsActive {
  height: 22px;
  color: #ff2e2c;
  border-bottom: 1px solid #ff2e2c;
}
.home .header .navTop .tabs .tabsActive a {
  color: #ff2e2c;
}
.home .header .navTop .tabs li a {
  font-size: 17px;
  font-weight: normal;
  color: #393939;
  line-height: 17px;
}
.home .header .navTop .tabs li .line {
  width: 2px;
  height: 20px;
  background: #393939;
}
.home .header .nav {
  display: flex;
  justify-content: space-between;
  height: 92px;
}
.home .header .nav .logo {
  margin-top: 24px;
}
.home .header .nav .logo img {
  width: 179.99px;
  height: 38.05px;
}
.home .header .nav .logo .logoTitle {
  margin-top: 3px;
}
.home .header .nav .logo .logoTitle h3 {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  line-height: 17px;
}
.home .header .nav .tabs {
  width: 1146px;
  margin-top: 34px;
  display: flex;
  justify-content: space-between;
}
.home .header .nav .tabs .tabsActive {
  height: 22px;
  color: #ff2e2c;
  border-bottom: 1px solid #ff2e2c;
}
.home .header .nav .tabs .tabsActive a {
  color: #ff2e2c;
}
.home .header .nav .tabs li a {
  font-size: 17px;
  font-weight: normal;
  color: #ffffff;
  line-height: 17px;
}
.home .header .nav .tabs li .line {
  width: 2px;
  height: 20px;
  background: #fff;
}
.home .header .welcome_box {
  margin-left: 139px;
  margin-top: 506px;
}
.home .header .welcome_box .welcome {
  display: flex;
}
.home .header .welcome_box .welcome h3 {
  font-size: 42px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .header .welcome_box .welcome span {
  font-size: 24px;
  font-weight: 700;
  color: #cea983;
  margin-top: 24px;
  margin-left: 18px;
  text-transform: uppercase;
}
.home .header .welcome_box p {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.home .data_amount {
  width: 100%;
  height: 151px;
  background: url("../assets/img/screen11_background.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home .data_amount ul {
  display: flex;
  margin-top: 39px;
  justify-content: space-between;
}
.home .data_amount ul li {
  width: 219px;
  display: flex;
}
.home .data_amount ul li .amount {
  margin-left: 34px;
}
.home .data_amount ul li .amount h2 {
  font-size: 40px;
  font-weight: 700;
  color: #b63030;
}
.home .data_amount ul li .amount h3 {
  font-size: 23px;
  font-weight: 700;
  color: #b63030;
}
.home .data_amount ul li img {
  width: 70px;
  height: 72px;
  margin-left: 22px;
}
.home div::-webkit-scrollbar {
  height: 10px;
}
.home div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0.2;
  background: #2a2a2a;
}
.home div::-webkit-scrollbar-track {
  border-radius: 10px !important;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #767676;
}
.home .business {
  width: 100%;
  height: 828px;
  background: url("https://saas-2-ryx.oss-cn-guangzhou.aliyuncs.com/1522186891129004033/dc0733110c254acb87f16ca786348bea.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home .business .business_des {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.home .business .business_des .businessL {
  width: 658px;
}
.home .business .business_des .businessL .service {
  display: flex;
}
.home .business .business_des .businessL .service h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des .businessL .service span {
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
  margin-left: 18px;
  margin-top: 24px;
}
.home .business .business_des .businessL .service .details_arrow {
  display: flex;
  flex-direction: column;
  margin-left: 75px;
  margin-top: 8px;
}
.home .business .business_des .businessL .service .details_arrow a {
  font-size: 20px;
  font-weight: 400;
  color: #cea983;
}
.home .business .business_des .businessL .service .details_arrow img {
  width: 93px;
  height: 8px;
}
.home .business .business_des .businessL .content {
  width: 658px;
  height: 112px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.home .business .business_des .businessL .therr_btn {
  margin-top: 36px;
  display: flex;
  justify-content: space-around;
}
.home .business .business_des .businessL .therr_btn li .des_btn {
  width: 153px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des .businessL .therr_btn li p {
  width: 118px;
  height: 250px;
  font-size: 14px;
  font-weight: 400;
  color: #b8b8b8;
  line-height: 19px;
  margin: 18px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}
.home .business .business_des .businessR {
  width: 462px;
}
.home .business .business_des .businessR .bus_top {
  width: 462px;
  height: 186px;
}
.home .business .business_des .businessR .business_img_tabs {
  width: 462px;
  margin-top: -4px;
}
.home .business .business_des .businessR .business_img_tabs li {
  display: flex;
  cursor: pointer;
}
.home .business .business_des .businessR .business_img_tabs .business_img {
  width: 231px;
  height: 92px;
  position: relative;
}
.home .business .business_des .businessR .business_img_tabs .business_img img {
  width: 231px;
  height: 92px;
}
.home .business .business_des .businessR .business_img_tabs .business_img .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des .businessR .business_img_tabs .business_img .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des .businessR .business_img_tabs .business_img .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
}
.home .business .business_des .businessR .bus_bottom {
  width: 462px;
  height: 74px;
  position: relative;
  cursor: pointer;
}
.home .business .business_des .businessR .bus_bottom .bus_bottom_img {
  width: 462px;
  height: 74px;
}
.home .business .business_des .businessR .bus_bottom .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des .businessR .bus_bottom .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #cea983;
}
.home .business .business_des .businessR .bus_bottom .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.home .business .business_des2 {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.home .business .business_des2 .businessL {
  width: 658px;
}
.home .business .business_des2 .businessL .service {
  display: flex;
}
.home .business .business_des2 .businessL .service h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des2 .businessL .service span {
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
  margin-left: 18px;
  margin-top: 24px;
}
.home .business .business_des2 .businessL .service .details_arrow {
  display: flex;
  flex-direction: column;
  margin-left: 75px;
  margin-top: 8px;
}
.home .business .business_des2 .businessL .service .details_arrow a {
  font-size: 20px;
  font-weight: 400;
  color: #cea983;
}
.home .business .business_des2 .businessL .service .details_arrow img {
  width: 93px;
  height: 8px;
}
.home .business .business_des2 .businessL .content {
  width: 658px;
  height: 112px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.home .business .business_des2 .businessL .therr_btn {
  margin-top: 36px;
}
.home .business .business_des2 .businessL .therr_btn li:not(:first-child) {
  margin-top: 36px;
}
.home .business .business_des2 .businessL .therr_btn li {
  display: flex;
}
.home .business .business_des2 .businessL .therr_btn li .des_btn {
  width: 174px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des2 .businessL .therr_btn li p {
  font-size: 20px;
  font-weight: 400;
  color: #b8b8b8;
  margin-top: 8px;
  margin-left: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}
.home .business .business_des2 .businessR {
  width: 462px;
}
.home .business .business_des2 .businessR .bus_top {
  width: 462px;
  height: 186px;
}
.home .business .business_des2 .businessR .business_img_tabs {
  width: 462px;
  margin-top: -4px;
}
.home .business .business_des2 .businessR .business_img_tabs li {
  display: flex;
  cursor: pointer;
}
.home .business .business_des2 .businessR .business_img_tabs .business_img {
  width: 231px;
  height: 92px;
  position: relative;
}
.home .business .business_des2 .businessR .business_img_tabs .business_img img {
  width: 231px;
  height: 92px;
}
.home .business .business_des2 .businessR .business_img_tabs .business_img .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des2 .businessR .business_img_tabs .business_img .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des2 .businessR .business_img_tabs .business_img .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
}
.home .business .business_des2 .businessR .bus_bottom {
  width: 462px;
  height: 74px;
  position: relative;
  cursor: pointer;
}
.home .business .business_des2 .businessR .bus_bottom .bus_bottom_img {
  width: 462px;
  height: 74px;
}
.home .business .business_des2 .businessR .bus_bottom .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des2 .businessR .bus_bottom .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #cea983;
}
.home .business .business_des2 .businessR .bus_bottom .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.home .business .business_des3 {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.home .business .business_des3 .businessL {
  width: 658px;
  position: relative;
}
.home .business .business_des3 .businessL .service {
  display: flex;
}
.home .business .business_des3 .businessL .service h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des3 .businessL .service span {
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
  margin-left: 18px;
  margin-top: 24px;
}
.home .business .business_des3 .businessL .service .details_arrow {
  display: flex;
  flex-direction: column;
  margin-left: 75px;
  margin-top: 8px;
}
.home .business .business_des3 .businessL .service .details_arrow a {
  font-size: 20px;
  font-weight: 400;
  color: #cea983;
}
.home .business .business_des3 .businessL .service .details_arrow img {
  width: 93px;
  height: 8px;
}
.home .business .business_des3 .businessL .content {
  width: 658px;
  height: 112px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.home .business .business_des3 .businessL .therr_btn_view {
  width: 660px;
  height: 344px;
}
.home .business .business_des3 .businessL .therr_btn_view .therr_btn:nth-of-type(1) {
  margin-top: -12px;
}
.home .business .business_des3 .businessL .therr_btn_view .therr_btn:nth-of-type(2) {
  margin-top: 24px;
}
.home .business .business_des3 .businessL .therr_btn {
  display: flex;
  width: 1200px;
}
.home .business .business_des3 .businessL .therr_btn li:not(:first-child) {
  margin-left: 80px;
}
.home .business .business_des3 .businessL .therr_btn li .des_btn1 {
  width: 278px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des3 .businessL .therr_btn li .des_btn2 {
  width: 219px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des3 .businessL .therr_btn li .des_btn3 {
  width: 219px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des3 .businessL .therr_btn li .des_btn4 {
  width: 219px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des3 .businessL .therr_btn li p {
  width: 300px;
  font-size: 20px;
  font-weight: 400;
  color: #b8b8b8;
  line-height: 28px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}
.home .business .business_des3 .businessR {
  width: 462px;
}
.home .business .business_des3 .businessR .bus_top {
  width: 462px;
  height: 186px;
}
.home .business .business_des3 .businessR .business_img_tabs {
  width: 462px;
  margin-top: -4px;
}
.home .business .business_des3 .businessR .business_img_tabs li {
  display: flex;
  cursor: pointer;
}
.home .business .business_des3 .businessR .business_img_tabs .business_img {
  width: 231px;
  height: 92px;
  position: relative;
}
.home .business .business_des3 .businessR .business_img_tabs .business_img img {
  width: 231px;
  height: 92px;
}
.home .business .business_des3 .businessR .business_img_tabs .business_img .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des3 .businessR .business_img_tabs .business_img .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des3 .businessR .business_img_tabs .business_img .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
}
.home .business .business_des3 .businessR .bus_bottom {
  width: 462px;
  height: 74px;
  position: relative;
  cursor: pointer;
}
.home .business .business_des3 .businessR .bus_bottom .bus_bottom_img {
  width: 462px;
  height: 74px;
}
.home .business .business_des3 .businessR .bus_bottom .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des3 .businessR .bus_bottom .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #cea983;
}
.home .business .business_des3 .businessR .bus_bottom .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.home .business .business_des4 {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.home .business .business_des4 .businessL {
  width: 658px;
  position: relative;
}
.home .business .business_des4 .businessL .service {
  display: flex;
}
.home .business .business_des4 .businessL .service h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des4 .businessL .service span {
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
  margin-left: 18px;
  margin-top: 24px;
}
.home .business .business_des4 .businessL .service .details_arrow {
  display: flex;
  flex-direction: column;
  margin-left: 75px;
  margin-top: 8px;
}
.home .business .business_des4 .businessL .service .details_arrow a {
  font-size: 20px;
  font-weight: 400;
  color: #cea983;
}
.home .business .business_des4 .businessL .service .details_arrow img {
  width: 93px;
  height: 8px;
}
.home .business .business_des4 .businessL .content {
  width: 658px;
  height: 112px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.home .business .business_des4 .businessL .mask {
  width: 89px;
  height: 361px;
  position: absolute;
  top: 125px;
  right: -3px;
}
.home .business .business_des4 .businessL .therr_btnBox {
  width: 660px;
  height: 344px;
  overflow: hidden;
  overflow-x: scroll;
}
.home .business .business_des4 .businessL .therr_btn_view {
  width: 1800px;
  height: 361px;
}
.home .business .business_des4 .businessL .therr_btn_view .therr_btn:nth-of-type(2) {
  margin-top: 24px;
}
.home .business .business_des4 .businessL .therr_btn {
  display: flex;
  width: 1200px;
}
.home .business .business_des4 .businessL .therr_btn li:not(:first-child) {
  margin-left: 58px;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn1 {
  width: 278px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn2 {
  width: 307px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn3 {
  width: 397px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn4 {
  width: 268px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn5 {
  width: 327px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn6 {
  width: 143px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn7 {
  width: 229px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn1_1 {
  width: 307px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn1_2 {
  width: 397px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn1_3 {
  width: 229px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn1_4 {
  width: 209px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn1_5 {
  width: 140px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn1_6 {
  width: 111px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn1_7 {
  width: 209px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li .des_btn {
  width: 307px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des4 .businessL .therr_btn li p {
  width: 300px;
  height: 88px;
  font-size: 16px;
  font-weight: 400;
  color: #b8b8b8;
  line-height: 22px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}
.home .business .business_des4 .businessR {
  width: 462px;
}
.home .business .business_des4 .businessR .bus_top {
  width: 462px;
  height: 186px;
}
.home .business .business_des4 .businessR .business_img_tabs {
  width: 462px;
  margin-top: -4px;
}
.home .business .business_des4 .businessR .business_img_tabs li {
  display: flex;
  cursor: pointer;
}
.home .business .business_des4 .businessR .business_img_tabs .business_img {
  width: 231px;
  height: 92px;
  position: relative;
}
.home .business .business_des4 .businessR .business_img_tabs .business_img img {
  width: 231px;
  height: 92px;
}
.home .business .business_des4 .businessR .business_img_tabs .business_img .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des4 .businessR .business_img_tabs .business_img .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des4 .businessR .business_img_tabs .business_img .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
}
.home .business .business_des4 .businessR .bus_bottom {
  width: 462px;
  height: 74px;
  position: relative;
  cursor: pointer;
}
.home .business .business_des4 .businessR .bus_bottom .bus_bottom_img {
  width: 462px;
  height: 74px;
}
.home .business .business_des4 .businessR .bus_bottom .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des4 .businessR .bus_bottom .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #cea983;
}
.home .business .business_des4 .businessR .bus_bottom .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.home .business .business_des5 {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.home .business .business_des5 .businessL {
  width: 658px;
}
.home .business .business_des5 .businessL .service {
  display: flex;
}
.home .business .business_des5 .businessL .service h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des5 .businessL .service span {
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
  margin-left: 18px;
  margin-top: 24px;
}
.home .business .business_des5 .businessL .service .details_arrow {
  display: flex;
  flex-direction: column;
  margin-left: 75px;
  margin-top: 8px;
}
.home .business .business_des5 .businessL .service .details_arrow a {
  font-size: 20px;
  font-weight: 400;
  color: #cea983;
}
.home .business .business_des5 .businessL .service .details_arrow img {
  width: 93px;
  height: 8px;
}
.home .business .business_des5 .businessL .content {
  width: 658px;
  height: 112px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.home .business .business_des5 .businessL .therr_btn_view {
  width: 660px;
  height: 344px;
}
.home .business .business_des5 .businessL .therr_btn_view h3 {
  font-size: 18px;
  font-weight: 700;
  color: #cea983;
  margin-top: 30px;
}
.home .business .business_des5 .businessL .therr_btn_view .therr_btn:nth-of-type(1) {
  margin-top: 35px;
}
.home .business .business_des5 .businessL .therr_btn_view .therr_btn:nth-of-type(2) {
  margin-top: 24px;
}
.home .business .business_des5 .businessL .therr_btn_view .therr_btn:nth-of-type(3) {
  margin-top: 24px;
}
.home .business .business_des5 .businessL .therr_btn {
  display: flex;
  width: 1200px;
}
.home .business .business_des5 .businessL .therr_btn li:not(:first-child) {
  margin-left: 24px;
}
.home .business .business_des5 .businessL .therr_btn li .des_btn {
  width: 108px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des5 .businessL .therr_btn li .des_btn1 {
  width: 153px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des5 .businessL .therr_btn li .des_btn2 {
  width: 93px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des5 .businessR {
  width: 462px;
}
.home .business .business_des5 .businessR .bus_top {
  width: 462px;
  height: 186px;
}
.home .business .business_des5 .businessR .business_img_tabs {
  width: 462px;
  margin-top: -4px;
}
.home .business .business_des5 .businessR .business_img_tabs li {
  display: flex;
  cursor: pointer;
}
.home .business .business_des5 .businessR .business_img_tabs .business_img {
  width: 231px;
  height: 92px;
  position: relative;
}
.home .business .business_des5 .businessR .business_img_tabs .business_img img {
  width: 231px;
  height: 92px;
}
.home .business .business_des5 .businessR .business_img_tabs .business_img .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des5 .businessR .business_img_tabs .business_img .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des5 .businessR .business_img_tabs .business_img .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
}
.home .business .business_des5 .businessR .bus_bottom {
  width: 462px;
  height: 74px;
  position: relative;
  cursor: pointer;
}
.home .business .business_des5 .businessR .bus_bottom .bus_bottom_img {
  width: 462px;
  height: 74px;
}
.home .business .business_des5 .businessR .bus_bottom .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des5 .businessR .bus_bottom .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #cea983;
}
.home .business .business_des5 .businessR .bus_bottom .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.home .business .business_des6 {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.home .business .business_des6 .businessL {
  width: 658px;
}
.home .business .business_des6 .businessL .service {
  display: flex;
}
.home .business .business_des6 .businessL .service h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des6 .businessL .service span {
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
  margin-left: 18px;
  margin-top: 24px;
}
.home .business .business_des6 .businessL .service .details_arrow {
  display: flex;
  flex-direction: column;
  margin-left: 75px;
  margin-top: 8px;
}
.home .business .business_des6 .businessL .service .details_arrow a {
  font-size: 20px;
  font-weight: 400;
  color: #cea983;
}
.home .business .business_des6 .businessL .service .details_arrow img {
  width: 93px;
  height: 8px;
}
.home .business .business_des6 .businessL .content {
  width: 658px;
  height: 112px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.home .business .business_des6 .businessL .content2 {
  width: 658px;
  height: 100px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.home .business .business_des6 .businessL .therr_btn_view {
  width: 660px;
  height: 344px;
}
.home .business .business_des6 .businessL .therr_btn_view h3 {
  font-size: 18px;
  font-weight: 700;
  color: #cea983;
  margin-top: 6px;
}
.home .business .business_des6 .businessL .therr_btn_view .therr_btn:nth-of-type(1) {
  margin-top: 24px;
}
.home .business .business_des6 .businessL .therr_btn_view .therr_btn:nth-of-type(2) {
  margin-top: 18px;
}
.home .business .business_des6 .businessL .therr_btn_view .therr_btn:nth-of-type(3) {
  margin-top: 18px;
}
.home .business .business_des6 .businessL .therr_btn_view .therr_btn:nth-of-type(4) {
  margin-top: 18px;
}
.home .business .business_des6 .businessL .therr_btn_view .therr_btn:nth-of-type(5) {
  margin-top: 18px;
}
.home .business .business_des6 .businessL .therr_btn {
  display: flex;
  width: 1200px;
}
.home .business .business_des6 .businessL .therr_btn li:not(:first-child) {
  margin-left: 24px;
}
.home .business .business_des6 .businessL .therr_btn li .des_btn {
  width: 270px;
  height: 32px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  line-height: 32px;
  cursor: pointer;
}
.home .business .business_des6 .businessL .therr_btn li .des_btn1 {
  width: 366px;
  height: 32px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  line-height: 32px;
  cursor: pointer;
}
.home .business .business_des6 .businessL .therr_btn li .des_btn2 {
  width: 256px;
  height: 32px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  line-height: 32px;
  cursor: pointer;
}
.home .business .business_des6 .businessL .therr_btn li .des_btn3 {
  width: 355px;
  height: 32px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  line-height: 32px;
  cursor: pointer;
}
.home .business .business_des6 .businessL .therr_btn li .des_btn4 {
  width: 311px;
  height: 32px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  line-height: 32px;
  cursor: pointer;
}
.home .business .business_des6 .businessL .therr_btn li .des_btn5 {
  width: 335px;
  height: 32px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  line-height: 32px;
  cursor: pointer;
}
.home .business .business_des6 .businessR {
  width: 462px;
}
.home .business .business_des6 .businessR .bus_top {
  width: 462px;
  height: 186px;
}
.home .business .business_des6 .businessR .business_img_tabs {
  width: 462px;
  margin-top: -4px;
}
.home .business .business_des6 .businessR .business_img_tabs li {
  display: flex;
  cursor: pointer;
}
.home .business .business_des6 .businessR .business_img_tabs .business_img {
  width: 231px;
  height: 92px;
  position: relative;
}
.home .business .business_des6 .businessR .business_img_tabs .business_img img {
  width: 231px;
  height: 92px;
}
.home .business .business_des6 .businessR .business_img_tabs .business_img .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des6 .businessR .business_img_tabs .business_img .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des6 .businessR .business_img_tabs .business_img .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
}
.home .business .business_des6 .businessR .bus_bottom {
  width: 462px;
  height: 74px;
  position: relative;
  cursor: pointer;
}
.home .business .business_des6 .businessR .bus_bottom .bus_bottom_img {
  width: 462px;
  height: 74px;
}
.home .business .business_des6 .businessR .bus_bottom .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des6 .businessR .bus_bottom .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #cea983;
}
.home .business .business_des6 .businessR .bus_bottom .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.home .business .business_des7 {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.home .business .business_des7 .businessL {
  width: 658px;
}
.home .business .business_des7 .businessL .service {
  display: flex;
}
.home .business .business_des7 .businessL .service h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des7 .businessL .service span {
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
  margin-left: 18px;
  margin-top: 24px;
}
.home .business .business_des7 .businessL .service .details_arrow {
  display: flex;
  flex-direction: column;
  margin-left: 75px;
  margin-top: 8px;
}
.home .business .business_des7 .businessL .service .details_arrow a {
  font-size: 20px;
  font-weight: 400;
  color: #cea983;
}
.home .business .business_des7 .businessL .service .details_arrow img {
  width: 93px;
  height: 8px;
}
.home .business .business_des7 .businessL .content {
  width: 658px;
  height: 112px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.home .business .business_des7 .businessL .therr_btn {
  margin-top: 36px;
}
.home .business .business_des7 .businessL .therr_btn li:not(:first-child) {
  margin-top: 24px;
}
.home .business .business_des7 .businessL .therr_btn li {
  display: flex;
}
.home .business .business_des7 .businessL .therr_btn li .des_btn {
  width: 174px;
  height: 40px;
  border-radius: 705px 705px 705px 705px;
  border: 1px solid #cea983;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #cea983;
  line-height: 40px;
  cursor: pointer;
}
.home .business .business_des7 .businessL .therr_btn li p {
  font-size: 20px;
  font-weight: 400;
  color: #b8b8b8;
  margin-top: 8px;
  margin-left: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 13;
  overflow: hidden;
}
.home .business .business_des7 .businessR {
  width: 462px;
}
.home .business .business_des7 .businessR .bus_top {
  width: 462px;
  height: 186px;
}
.home .business .business_des7 .businessR .business_img_tabs {
  width: 462px;
  margin-top: -4px;
}
.home .business .business_des7 .businessR .business_img_tabs li {
  display: flex;
  cursor: pointer;
}
.home .business .business_des7 .businessR .business_img_tabs .business_img {
  width: 231px;
  height: 92px;
  position: relative;
}
.home .business .business_des7 .businessR .business_img_tabs .business_img img {
  width: 231px;
  height: 92px;
}
.home .business .business_des7 .businessR .business_img_tabs .business_img .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des7 .businessR .business_img_tabs .business_img .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ff2e2c;
}
.home .business .business_des7 .businessR .business_img_tabs .business_img .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
  text-transform: uppercase;
}
.home .business .business_des7 .businessR .bus_bottom {
  width: 462px;
  height: 74px;
  position: relative;
  cursor: pointer;
}
.home .business .business_des7 .businessR .bus_bottom .bus_bottom_img {
  width: 462px;
  height: 74px;
}
.home .business .business_des7 .businessR .bus_bottom .business_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home .business .business_des7 .businessR .bus_bottom .business_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #cea983;
}
.home .business .business_des7 .businessR .bus_bottom .business_title p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.home .team {
  width: 100%;
  height: 711px;
  background: url("../assets/img/screen11_background@2x(5).png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home .team .teacher {
  width: 956px;
  margin: 36px auto 0;
  display: flex;
  justify-content: space-between;
}
.home .team .teacher img {
  height: 358px;
  height: 361px;
}
.home .team .teacher .teacher_des {
  width: 540px;
  margin-top: 56px;
}
.home .team .teacher .teacher_des .teacher_des_l {
  display: flex;
}
.home .team .teacher .teacher_des .teacherL .teacher1 {
  display: flex;
}
.home .team .teacher .teacher_des .teacherL .teacher1 li h3 {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
}
.home .team .teacher .teacher_des .teacherL .teacher1 li .teacher_btn {
  width: 260px;
  height: 40px;
  background: linear-gradient(180deg, rgba(203, 77, 63, 0.9) 0%, #ac1414 100%);
  border-radius: 784px 784px 784px 784px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin-left: 24px;
  margin-top: 3px;
}
.home .team .teacher .teacher_des .teacherL .teacher2 {
  display: flex;
  margin-top: 24px;
}
.home .team .teacher .teacher_des .teacherL .teacher2 li {
  height: 28px;
  border-bottom: 1px solid #ffc278;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}
.home .team .teacher .teacher_des .teacherL .teacher2 .label:not(:first-child) {
  margin-left: 27px;
}
.home .team .teacher .teacher_des .teacherR {
  width: 90px;
  height: 90px;
  margin-left: 54px;
}
.home .team .teacher .teacher_des .teacherR img {
  width: 90px;
  height: 90px;
}
.home .team .teacher .description {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 27px;
}
.home .team .rotograph {
  width: 1196px;
  height: 154px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(255, 8, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  position: relative;
}
.home .team .rotograph .L {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #cea983;
  position: absolute;
  top: 56px;
  left: 60px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
}
.home .team .rotograph .L img {
  width: 19.2px;
  height: 7.8px;
  margin-top: 12px;
}
.home .team .rotograph .R {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #cea983;
  position: absolute;
  top: 56px;
  left: 1096px;
  z-index: 99;
  text-align: center;
  cursor: pointer;
}
.home .team .rotograph .R img {
  width: 19.2px;
  height: 7.8px;
  margin-top: 12px;
}
.home .team .rotograph .roto_box {
  width: 1058px;
  height: 154px;
  margin: 0 auto;
}
.home .team .rotograph .roto_box .teacherList {
  width: 1058px;
  height: 154px;
  margin: 0 auto;
  overflow: hidden;
}
.home .team .rotograph .roto_box .teacherList ul {
  width: 870px;
  display: flex;
  margin: 15px auto 0;
  justify-content: space-between;
}
.home .team .rotograph .roto_box .teacherList ul .acitveRound {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid #b63030;
}
.home .team .rotograph .roto_box .teacherList ul li {
  cursor: pointer;
  text-align: center;
}
.home .team .rotograph .roto_box .teacherList ul li .round {
  width: 75px;
  height: 75px;
  margin: 4.5px auto;
  border-radius: 50%;
  background: #d8ba9c;
}
.home .team .rotograph .roto_box .teacherList ul li .roundA {
  width: 75px;
  height: 75px;
  margin: 4.5px auto;
  border-radius: 50%;
  background: #e4e4e4;
}
.home .team .rotograph .roto_box .teacherList ul li img {
  width: 75px;
  height: 75px;
}
.home .team .rotograph .roto_box .teacherList ul li p {
  font-size: 18px;
  font-weight: normal;
  color: #6476c8;
  margin-top: 8px;
}
.home .consultation {
  width: 100%;
  height: 534px;
  background: url("../assets/img/screen11_background@2x(2).png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home .consultation .handle {
  margin-top: 36px;
  display: flex;
}
.home .consultation .posslble_handle {
  width: 600px;
  height: 338px;
  background: url("../assets/img/consultationL.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.home .consultation .posslble_handle h3 {
  font-size: 30px;
  font-weight: 700;
  color: #b63030;
  margin-top: 30px;
  margin-left: 102px;
}
.home .consultation .posslble_handle .ul_list {
  margin-top: 29px;
  margin-left: 171px;
}
.home .consultation .posslble_handle .ul_list li:not(:first-child) {
  margin-top: 15px;
}
.home .consultation .posslble_handle .ul_list li {
  display: flex;
}
.home .consultation .posslble_handle .ul_list li img {
  width: 19px;
  height: 19px;
  margin-top: 5px;
}
.home .consultation .posslble_handle .ul_list li a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 15px;
}
.home .consultation .individual_handle {
  width: 550px;
  height: 302px;
  background: url("../assets/img/consultationR.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-left: -18px;
  margin-top: 18px;
}
.home .consultation .individual_handle h3 {
  font-size: 28px;
  font-weight: 700;
  color: #767676;
  margin-top: 24px;
  margin-left: 302px;
}
.home .consultation .individual_handle .ul_list {
  margin-top: 24px;
  margin-right: 129px;
}
.home .consultation .individual_handle .ul_list li:not(:first-child) {
  margin-top: 15px;
}
.home .consultation .individual_handle .ul_list li {
  display: flex;
  justify-content: flex-end;
}
.home .consultation .individual_handle .ul_list li img {
  width: 19px;
  height: 19px;
  margin-top: 5px;
}
.home .consultation .individual_handle .ul_list li a {
  font-size: 20px;
  font-weight: 400;
  color: #767676;
  margin-right: 15px;
}
.home .qualification {
  width: 100%;
  height: 550px;
  background: url("../assets/img/makback.png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home .qualification .qualificationTest {
  margin-top: 36px;
}
.home .qualification .qualificationTest li {
  text-align: center;
  color: #393939;
  font-size: 20px;
  font-weight: normal;
  margin-top: 12px;
}
.home .qualification .qualificationTest li span {
  color: #ff2e2c;
}
.home .qualification .carousel_box {
  width: 100%;
  height: 168.96px;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}
.home .qualification .carousel_box #swiper {
  width: 1554px;
  height: 168.96px;
  display: flex;
  overflow: hidden;
  position: relative;
}
.home .qualification .carousel_box .L {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border: 1px solid #b63030;
  text-align: center;
  position: absolute;
  top: 66px;
  left: 24px;
  z-index: 9;
}
.home .qualification .carousel_box .L img {
  width: 19.2px;
  height: 7.8px;
  margin-top: 12px;
}
.home .qualification .carousel_box .R {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border: 1px solid #b63030;
  text-align: center;
  position: absolute;
  top: 66px;
  left: 1124px;
  z-index: 9;
}
.home .qualification .carousel_box .R img {
  width: 19.2px;
  height: 7.8px;
  margin-top: 12px;
}
.home .qualification .carousel_box .shadowImg {
  width: 100%;
  height: 168.96px;
  position: absolute;
  top: 0px;
  z-index: 8;
}
.home .qualification .carousel_box .shadowImg img {
  width: 100%;
  height: 168.96px;
}
.home .qualification .carousel_box .shadowL {
  width: 130px;
  height: 176px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 8;
  background: linear-gradient(90deg, #f1f1f1 0%, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%);
  opacity: 0.8;
}
.home .qualification .carousel_box .shadowR {
  width: 130px;
  height: 176px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 8;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%, #f1f1f1 0%);
  opacity: 0.8;
}
.home .qualification .carousel_box .brand_left {
  width: 222px;
  height: 163px;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}
.home .qualification .carousel_box .brand_left00 {
  transform: translateX(-170px) scale(0.8);
}
.home .qualification .carousel_box .brand_left01 {
  transform: translateX(1147px) scale(0.8);
}
.home .qualification .carousel_box .brand_left02 {
  transform: translateX(955px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left03 {
  transform: translateX(739px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left04 {
  transform: translateX(495px) scale(1);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left05 {
  transform: translateX(249px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left06 {
  transform: translateX(31px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left10 {
  transform: translateX(-190px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left11 {
  transform: translateX(-390px) scale(0.8);
}
.home .qualification .carousel_box .brand_left12 {
  transform: translateX(928px) scale(0.8);
}
.home .qualification .carousel_box .brand_left13 {
  transform: translateX(732px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left14 {
  transform: translateX(518px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left15 {
  transform: translateX(273px) scale(1);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left16 {
  transform: translateX(28px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left20 {
  transform: translateX(-194px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left21 {
  transform: translateX(-412px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left22 {
  transform: translateX(-615px) scale(0.8);
}
.home .qualification .carousel_box .brand_left23 {
  transform: translateX(708px) scale(0.8);
}
.home .qualification .carousel_box .brand_left24 {
  transform: translateX(512px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left25 {
  transform: translateX(294px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left26 {
  transform: translateX(52px) scale(1);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left30 {
  transform: translateX(-171px) scale(1);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left31 {
  transform: translateX(-418px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left32 {
  transform: translateX(-636px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left33 {
  transform: translateX(-839px) scale(0.8);
}
.home .qualification .carousel_box .brand_left34 {
  transform: translateX(485px) scale(0.8);
}
.home .qualification .carousel_box .brand_left35 {
  transform: translateX(289px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left36 {
  transform: translateX(75px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left40 {
  transform: translateX(-148px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left41 {
  transform: translateX(-396px) scale(1);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left42 {
  transform: translateX(-638px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left43 {
  transform: translateX(-857px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left44 {
  transform: translateX(-1057px) scale(0.8);
}
.home .qualification .carousel_box .brand_left45 {
  transform: translateX(264px) scale(0.8);
}
.home .qualification .carousel_box .brand_left46 {
  transform: translateX(68px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left50 {
  transform: translateX(-155px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left51 {
  transform: translateX(-374px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left52 {
  transform: translateX(-614px) scale(1);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left53 {
  transform: translateX(-860px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left54 {
  transform: translateX(-1080px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left55 {
  transform: translateX(-1282px) scale(0.8);
}
.home .qualification .carousel_box .brand_left56 {
  transform: translateX(44px) scale(0.8);
}
.home .qualification .carousel_box .brand_left60 {
  transform: translateX(-178px) scale(0.8);
}
.home .qualification .carousel_box .brand_left61 {
  transform: translateX(-387px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left62 {
  transform: translateX(-592px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left63 {
  transform: translateX(-837px) scale(1);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left64 {
  transform: translateX(-1082px) scale(0.9);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left65 {
  transform: translateX(-1301px) scale(0.8);
  transition: transform 0.4s;
}
.home .qualification .carousel_box .brand_left66 {
  transform: translateX(-1502px) scale(0.8);
}
.home .qualification .carousel_box .brand {
  width: 222px;
  height: 163px;
  border-radius: 2px 2px 2px 2px;
}
.home .about {
  width: 100%;
  height: 516px;
  background: url("../assets/img/screen11_background@2x(4).png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home .about .logoDes {
  width: 85%;
  display: flex;
  justify-content: space-between;
  margin: 36px auto 0;
}
.home .about .logoDes li .logoDes1 {
  width: 244px;
  height: 66px;
}
.home .about .logoDes li .logoDes2 {
  width: 244px;
  height: 217.06px;
  margin-top: 37px;
}
.home .about .logoDes .aboutDes {
  width: 719px;
}
.home .about .logoDes .aboutDes p {
  font-size: 20px;
  font-weight: 400;
  color: #393939;
  line-height: 32px;
}
.home .about .logoDes .aboutDes p span {
  color: #ff2e2c;
}
.home .information {
  width: 100%;
  height: 516px;
  background: url("../assets/img/screen11_background@2x(1).png") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.home .information .inf_therr {
  width: 74%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 26px;
}
.home .information .inf_1 {
  width: 360px;
}
.home .information .inf_title {
  display: flex;
  justify-content: space-between;
}
.home .information .inf_title h3 {
  font-size: 20px;
  font-weight: 400;
  color: #232323;
  margin-top: 6px;
}
.home .information .inf_title .details_arrow {
  display: flex;
  flex-direction: column;
  margin-left: 75px;
  margin-top: 8px;
}
.home .information .inf_title .details_arrow a {
  font-size: 14px;
  font-weight: 400;
  color: #cea983;
}
.home .information .inf_title .details_arrow img {
  width: 68px;
  height: 7px;
}
.home .information .banner1,
.home .information .banner2 {
  width: 360px;
  height: 124px;
}
.home .information .banner1 {
  margin-top: 38px;
}
.home .information .banner2 {
  margin-top: 19px;
}
.home .information .inf_2 {
  width: 384px;
}
.home .information .inf_2 .ul_inf .inf_list:nth-of-type(1) {
  margin-top: 37px;
}
.home .information .inf_2 .ul_inf .inf_list:not(:first-child) {
  margin-top: 18px;
}
.home .information .inf_list {
  cursor: pointer;
}
.home .information .inf_list .content_title {
  display: flex;
  justify-content: space-between;
}
.home .information .inf_list .content_title p {
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  width: 282px;
  height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home .information .inf_list .content_title span {
  font-size: 12px;
  font-weight: 400;
  color: #393939;
}
.home .information .inf_list .line {
  width: 384px;
  height: 1px;
  background: linear-gradient(90deg, rgba(227, 227, 227, 0) 0%, #e3e3e3 39%, #e3e3e3 64%, rgba(227, 227, 227, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  margin-top: 18px;
}
