.service_banner {
  padding: 120px 0 90px;
  margin-top: -127px;
  position: relative;
  
  /* background: url(../img/service.jpg) no-repeat right bottom / cover; */
}
.service_banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.49;
  background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}
.service_banner .flex:nth-child(1) {
  flex-direction: column;
  min-height: 554px;
}
.service_banner .head {
  flex: 1;
  padding-top: 225px;
  position: relative;
  z-index: 2;
}
.service_banner .head h1 {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  max-width: 793px;
}
.service_banner .head p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
  max-width: 730px;
  margin-top: 25px;
}
.service_banner .nav {
  position: relative;
  z-index: 2;
}
.service_banner .nav ul {
  display: flex;
  gap: 29px;
}
.service_banner .nav ul li.active a {
  background-color: var(--theme_color);
  color: #fff;
}
.service_banner .nav ul li.active a i {
  background-color: #fff;
}
.service_banner .nav ul li.active a i::after {
  filter: grayscale(0) brightness(1);
}
.service_banner .nav ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 328px;
  text-wrap: nowrap;
  border-radius: 6px;
  height: 96px;
  font-size: 20px;
  font-weight: 500;
  color: #161616;
  background-color: #fff;
  width: fit-content;
  padding: 0 26px;
  transition: all 0.3s;
}
.service_banner .nav ul a:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.service_banner .nav ul a:hover i {
  background-color: #fff;
}
.service_banner .nav ul a:hover i::after {
  filter: grayscale(0) brightness(1);
}
.service_banner .nav ul a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--theme_color);
  transition: all 0.3s;
}
.service_banner .nav ul a i::after {
  display: block;
  content: '';
  width: 12px;
  height: 11px;
  filter: grayscale(1) brightness(3);
  transition: all 0.3s;
  background: url(../img/garrow.svg) no-repeat center / contain;
}
.service_help {
  padding: 138px 0;
}
.service_help .left {
  width: 36.20277%;
  padding-top: 23px;
}
.service_help .left h2 {
  margin-bottom: 23px;
}
.service_help .left p {
  font-size: 17px;
  line-height: 28px;
  color: #383838;
}
.service_help .left a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 6px;
  background-color: var(--theme_color);
  margin-top: 31px;
  transition: all 0.3s;
}
.service_help .left a:hover {
  background-color: #373737;
}
.service_help .left a:hover::after {
  transform: translateX(5px);
}
.service_help .left a::after {
  content: '';
  display: block;
  width: 8px;
  height: 15px;
  margin-left: 6px;
  margin-top: 2px;
  transition: all 0.3s;
  background: url(../img/arrow-wr.svg) no-repeat center / contain;
}
.service_help .right {
  width: 46.3194444%;
  display: flex;
  position: relative;
}
.service_help .right::after {
  content: '';
  display: block;
  width: 90.254872%;
  height: 100%;
  position: absolute;
  top: 7.1588%;
  left: -4px;
  border-radius: 10px;
  z-index: -1;
  background-color: rgba(0, 120, 30, 0.07);
}
.service_help .right .img {
  width: 100%;
  max-width: 602px;
  aspect-ratio: 602/447;
  position: relative;
  margin-left: auto;
  margin-right: 6.4%;
}
.service_help .right .img:hover img {
  transform: scale(1.03);
}
.service_help .right .img::before {
  content: '';
  display: block;
  position: absolute;
  top: -8%;
  right: -7%;
  width: 16.11295%;
  height: 20.3579%;
  z-index: 2;
  background: url(../img/helpimgtop.svg) no-repeat center / contain;
}
.service_help .right .img .imgcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: all 1s;
}
.service_help .right .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s;
}
.service_resource {
  padding: 50px 0;
}
.service_resource .nav {
  border-bottom: 1px solid #dcdcdc;
  margin-top: 66px;
}
.service_resource .nav ul {
  display: flex;
  gap: 0.5%;
  margin: auto;
  width: fit-content;
  text-align: center;
}
.service_resource .nav ul li {
  text-wrap: nowrap;
  padding: 0px 15px;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  font-weight: 600;
  font-weight: 400;
  color: #515151;
  height: 64px;
  min-width: 259px;
  line-height: 64px;
  transition: all 0.3s;
  cursor: pointer;
}
.service_resource .nav ul li.active,
.service_resource .nav ul li:hover {
  background-color: var(--theme_color);
  color: #fff;
  font-weight: 600;
}
.service_resource .nav ul li:last-child {
  margin-left: auto;
}
.service_resource .nav ul li:first-child {
  margin-right: auto;
}
.service_resource .head_main {
  margin-top: 72px;
  margin-bottom: 38px;
}
.service_resource .head_main h3 {
  font-size: 36px;
  font-weight: 600;
  color: #141414;
}
.service_resource .main {
  padding-bottom: 60px;
  display: none;
}
.service_resource .main.active{
  display: flex;
}
.service_resource .lefttype {
  width: 23.6111%;
  flex-shrink: 0;
}
.service_resource .lefttype .type_menu,
.service_resource .lefttype .type_close,
.service_resource .lefttype .only_mobilemask {
  display: none;
}
.service_resource .lefttype .type_container li:nth-child(2) .options {
  display: block;
}
.service_resource .lefttype .item.active .options {
  display: block;
}
.service_resource .lefttype .item.active .title i {
  transform: rotate(180deg);
}
.service_resource .lefttype .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 15px;
  padding: 12px 0 16px;
}
.service_resource .lefttype .title i {
  display: block;
  width: 15px;
  height: 8px;
  background: url(../img/g-b.svg) no-repeat center / contain;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.service_resource .lefttype strong {
  font-size: 20px;
  font-weight: 500;
  color: #141414;
  line-height: 24px;
}
.service_resource .lefttype .options {
  padding-bottom: 29px;
  display: none;
}
.service_resource .lefttype .options li {
  display: flex;
  align-items: center;
  column-gap: 14px;
  cursor: pointer;
}
.service_resource .lefttype .options label {
  padding: 3.5px 0;
  font-size: 17px;
  font-weight: 300;
  color: #6d6d6d;
  display: flex;
  width: fit-content;
  cursor: pointer;
}
.service_resource .lefttype .options label input {
  flex-shrink: 0;
  width: auto;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #d7d7d7;
  position: relative;
  margin-right: 13px;
  margin-top: 6px;
}
.service_resource .lefttype .options li.active label input {
  background-color: var(--theme_color);
  border: 1px solid var(--theme_color);
}
.service_resource .lefttype .options li.active label span {
  color: var(--theme_color);
  font-weight: 500;
}
.service_resource .lefttype .options li.active label input::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: url("../img/yes.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.service_resource .right {
  width: 71.11111%;
  flex-shrink: 0;
}
.service_resource .right .seatch_top span {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme_color);
  display: block;
  margin-bottom: 3px;
}
.service_resource .right .seatch_top strong {
  font-size: 27px;
  font-weight: 600;
  color: #141414;
}
.service_resource .right .seatch_top form {
  width: 411px;
  height: 52px;
  border-radius: 6px;
  background: rgba(220, 220, 220, 0.25);
  display: grid;
  margin-top: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.service_resource .right .seatch_top input {
  font-size: 17px;
  padding: 0 25px;
  width: 100%;
  background: transparent;
}
.service_resource .right .seatch_top input::placeholder {
  font-size: 17px;
  color: #494949;
}
.service_resource .right .seatch_top input[type="submit"] {
  flex-shrink: 0;
  text-indent: -999px;
  width: 21px;
  height: 21px;
  padding-left: 44px;
  background: url('../img/searchicon.svg') no-repeat center / contain;
}
.service_resource .right .filer {
  padding-bottom: 19px;
  margin-top: 47px;
}
.service_resource .right .filer .filte_nums {
  font-size: 18px;
  color: #5e5f60;
}
.service_resource .right .filer .filte_nums span {
  font-weight: 600;
  color: var(--theme_color);
}
.service_resource .right .filer .filte_by {
  font-size: 18px;
  color: #242424;
}
.service_resource .right .filer .filte_by select {
  font-size: 18px;
  font-weight: 500;
  border: none;
  width: 54px;
  margin-left: 9px;
  background: url(../img/seleicon.svg) no-repeat;
  background-size: 19%;
  background-position: 100% center;
}
.service_resource .right .resources p.center {
  margin-top: 12px;
}
.service_resource .right .resources p.center button {
  padding: 13px 37.5px;
  gap: 10px;
}
.service_resource .right .resources .resources_item {
  display: flex;
  align-items: center;
  border-top: 1px solid #e8e8e8;
  cursor: pointer;
}
.service_resource .right .resources .resources_item.hide{
  display: none;
}
.service_resource .right .resources .resources_item.active i {
  background-color: var(--theme_color);
  border: 1px solid var(--theme_color);
}
.service_resource .right .resources .resources_item.active i::after {
  opacity: 1;
}
.service_resource .right .resources .resources_item i {
  display: block;
  width: 20px ;
  height: 20px;
  border-radius: 2px;
  position: relative;
  flex-shrink: 0;
  border: 1px solid #d7d7d7;
  cursor: pointer;
}
.service_resource .right .resources .resources_item i::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  opacity: 0;
  transition: all 0.3s;
  background: url(../img/yes.svg) no-repeat center / contain;
}
.service_resource .right .resources .resources_item .con {
  display: flex;
  width: 100%;
  padding: 35px 0;
  align-items: center;
  gap: 20px;
  margin-left: 27px;
}
.service_resource .right .resources .resources_item .img {
  width: 110px;
  aspect-ratio: 110/156;
  overflow: hidden;
  border: 1px solid #dddddd;
  display: flex;
  background-color: #fff;
  margin-right: 6px;
  box-shadow: 0 6px 6px rgba(188, 188, 188, 0.35);
}
.service_resource .right .resources .resources_item .img img {
  width: calc(100% - 6px);
  height: calc(100% - 8px);
  display: block;
  object-fit: cover;
  margin: auto;
}
.service_resource .right .resources .resources_item .info {
  display: flex;
  flex-direction: column;
  max-width: 639px;
  padding-top: 15px;
  min-height: 156px;
}
.service_resource .right .resources .resources_item .info span {
  font-size: 15px;
  color: var(--theme_color);
  font-weight: 500;
  margin-bottom: 2px;
}
.service_resource .right .resources .resources_item .info strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.service_resource .right .resources .resources_item .info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #636363;
  flex: 1;
  margin-top: 5px;
}
.service_resource .right .resources .resources_item .resourcebtn {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 6px;
  height: fit-content;
  background-color: var(--theme_color);
  margin-left: auto;
  gap: 7px;
  transition: all 0.3s;
}
.service_resource .right .resources .resources_item .resourcebtn:hover {
  background-color: #373737;
}
.service_resource .right .resources .resources_item .resourcebtn::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/downbtn.svg) no-repeat center / contain;
}
.service_resource .downall {
  position: sticky;
  bottom: 0;
  padding: 17px 0;
  background-color: #fff;
  box-shadow: 0 -1px 15px rgba(211, 211, 211, 0.25);
}
.service_resource .downall .filte_nums {
  font-size: 18px;
  color: #5e5f60;
  font-weight: 500;
}
.service_resource .downall .filte_nums span {
  font-weight: 600;
  color: var(--theme_color);
}
.service_resource .downall a {
  display: flex;
  align-items: center;
  min-width: 197px;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  background-color: var(--theme_color);
  text-align: center;
  justify-content: center;
  gap: 7px;
  transition: all 0.3s;
}
.service_resource .downall a:hover {
  background-color: #373737;
}
.service_resource .downall a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: translateY(-2px);
  background: url(../img/downbtn.svg) no-repeat center / contain;
}
.service_brand {
  padding-bottom: 100px;
}
.service_brand .topicon {
  display: block;
  width: 97px;
  height: 91px;
  position: absolute;
  top: 0;
  left: -18px;
  background: url(../img/sbrand.png) no-repeat center / contain;
}
.service_brand .head {
  padding-top: 76px;
  margin-bottom: 68px;
}
.service_brand .head h2 {
  max-width: 1114px;
  margin: 0 auto;
}
.service_brand .mian ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px;
}
.service_brand .mian ul li {
  padding: 47px 36px;
  border-radius: 10px;
  border: 1px solid #ededed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.service_brand .mian ul li i {
  display: block;
  width: 73px;
  height: 73px;
  margin-bottom: 34px;
}
.service_brand .mian ul li i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.service_brand .mian ul li strong {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 19px;
  transition: all 0.3s;
}
.service_brand .mian ul li p {
  line-height: 24px;
  color: #5b5b5b;
  font-weight: 300;
  transition: all 0.3s;
}
.service_brand .mian ul li.active {
  background-color: var(--theme_color);
}
.service_brand .mian ul li.active i {
  filter: contrast(0) brightness(100);
}
.service_brand .mian ul li.active strong {
  color: white;
}
.service_brand .mian ul li.active p {
  color: rgba(255, 255, 255, 0.85);
}
.video_sales {
  padding: 82px 0;
}
.video_sales .main {
  position: relative;
  padding: 30px 0;
}
.video_sales .main::after {
  content: '';
  display: block;
  position: absolute;
  width: 82.36111%;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -2;
  background-color: #eef5ee;
  border-radius: 16px;
}
.video_sales .left {
  width: 49.1%;
}
.video_sales .left .img {
  aspect-ratio: 707/419;
  border-radius: 10px;
  overflow: hidden;
}
.video_sales .left .img:hover img {
  transform: scale(1.03);
}
.video_sales .left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}
.video_sales .right {
  width: 50.9%;
  padding-left: 7.9%;
  padding-top: 52px;
  margin-right: 26px;
}
.video_sales .right .head h2 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 12px;
}
.video_sales .right p {
  font-size: 17px;
  line-height: 28px;
  color: #4c4c4c;
  margin-bottom: 19px;
  max-width: 491px;
}
.video_sales .right .way {
  padding-left: 24.5%;
  background: url('../img/flag-contact.png') no-repeat left top 9px/73%;
  padding-bottom: 1rem;
}
.video_sales .right div strong {
  font-size: 26px;
  display: block;
  margin-bottom: 13%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.video_sales .right li {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.video_sales .right li:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  background: url('../img/phone-blue.svg') no-repeat center / contain;
}
.video_sales .right li:nth-of-type(2):before {
  background-image: url('../img/email-blue.svg');
}
.service_sales {
  padding-top: 127px;
  padding-bottom: 200px;
}
