body {
  --win_padd: 11.45vw;
}
html,
body {
  scroll-behavior: smooth;
}
.maodian {
  position: relative;
  top: 0rem;
}
@media screen and (max-width: 1680px) {
  body {
    --win_padd: 7vw;
  }
}
.w1480 {
  padding-left: var(--win_padd);
  padding-right: var(--win_padd);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.header_Container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  padding: 5px 0 0;
  transition: 0.4s;
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px #e5e5e5;
  box-shadow: 0px 0px 0px 1px #e5e5e5;
}
.header_Container::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  background: #0d6fb8;
  height: 5px;
}
.header_Container::after {
  content: '';
  position: absolute;
  width: 3.9rem;
  top: 0;
  background: #d2091d;
  height: 5px;
}
.header_Container .box .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_Container .box .boxLeft a img {
  height: 0.53rem;
}
.header_Container .box .boxRight .boxTop {
  padding: 0.15rem 0;
}
.header_Container .box .boxRight .boxTop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_Container .box .boxRight .boxTop ul li {
  margin-left: 0.1rem;
}
.header_Container .box .boxRight .boxTop ul li a {
  display: block;
  font-size: 0.16rem;
  color: #333;
  line-height: 32px;
  padding: 0 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.header_Container .box .boxRight .boxTop ul li a svg {
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 0.06rem;
}
.header_Container .box .boxRight .boxTop ul li a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header_Container .box .boxRight .boxTop ul li a:hover {
  color: #d2091d;
}
.header_Container .box .boxRight .boxTop ul li a:hover svg path {
  fill: #d2091d;
}
.header_Container .box .boxRight .boxTop ul li.active a {
  color: #d2091d;
}
.header_Container .box .boxRight .boxTop ul li.active a svg path {
  fill: #d2091d;
}
.header_Container .box .boxRight .boxTop ul .li a {
  background: #d2091d;
  color: #fff;
  cursor: pointer;
}
.header_Container .box .boxRight .boxTop ul .li a:hover {
  color: #fff;
}
.header_Container .box .boxRight .boxTop ul .li a:hover svg path {
  fill: #fff;
}
.header_Container .box .boxRight .boxBot nav .nav_item {
  padding: 0 0.35rem;
}
.header_Container .box .boxRight .boxBot nav .nav_item > p a {
  display: block;
  font-size: 0.18rem;
  color: #444;
  padding: 5px 0 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.header_Container .box .boxRight .boxBot nav .nav_item > p a span {
  display: block;
  position: relative;
}
.header_Container .box .boxRight .boxBot nav .nav_item > p a span::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -0.35rem;
  width: 1px;
  height: 12px;
  background: #ccc;
}
.header_Container .box .boxRight .boxBot nav .nav_item > p a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #d2091d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.header_Container .box .boxRight .boxBot nav .nav_item:last-child > p a span::after {
  opacity: 0;
}
.header_Container .box .boxRight .boxBot nav .nav_item.active > p a {
  color: #d2091d;
}
.header_Container .box .boxRight .boxBot nav .nav_item.active > p a::after {
  opacity: 1;
}
.header_Container .box .boxRight .boxBot nav .nav_item:hover > p a {
  color: #d2091d;
}
.header_Container .box .boxRight .boxBot nav .nav_item:hover > p a::after {
  opacity: 1;
}
.header_Container .box .boxRight .boxBot nav .nav_item:hover .product_Nav {
  display: block;
}
.header_Container .box .boxRight .boxBot nav .nav_item:hover .select_Nav {
  display: block;
}
.header_Container .box .boxRight .boxBot nav .nav_item:hover .solution_Nav {
  display: block;
}
.header_Container .box .boxRight .boxBot nav .nav_item_acquiesce {
  position: relative;
}
.header_Container .box .boxRight .boxBot .Language {
  padding: 5px 0 0;
  margin-left: 0.35rem;
  position: relative;
}
.header_Container .box .boxRight .boxBot .Language > a {
  color: #333;
  font-size: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header_Container .box .boxRight .boxBot .Language > a svg {
  vertical-align: bottom;
}
.header_Container .box .boxRight .boxBot .Language > a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header_Container .box .boxRight .boxBot .Language > a .down {
  -webkit-transform: translateY(-0.08rem);
  -ms-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
}
.header_Container .box .boxRight .boxBot .Language ul {
  position: absolute;
  top: 100%;
  left: -30%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px #f5f5f5;
  box-shadow: 0px 3px 12px #f5f5f5;
  width: 160%;
  display: none;
  padding: 6px 0;
}
.header_Container .box .boxRight .boxBot .Language ul li a {
  display: block;
  text-align: center;
  line-height: 0.35rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header_Container .box .boxRight .boxBot .Language ul li a:hover {
  color: #d2091d;
}
.header_Container .box .boxRight .boxBot .Language:hover > a {
  color: #d2091d;
}
.header_Container .box .boxRight .boxBot .Language:hover > a svg path {
  fill: #d2091d;
}
.header_Container .box .boxRight .boxBot .Language:hover ul {
  display: block;
}
.header_Container .box .boxRight .boxBot .search {
  padding: 5px 0 0;
  margin-left: 0.3rem;
  position: relative;
}
.header_Container .box .boxRight .boxBot .search p {
  cursor: pointer;
}
.header_Container .box .boxRight .boxBot .search form {
  display: none;
  position: absolute;
  width: 5.9rem;
  right: 0;
  top: 100%;
  background: #eeeeee;
  height: 0.7rem;
  padding: 0.15rem 0;
}
.header_Container .box .boxRight .boxBot .search form::after {
  content: '';
  width: 14px;
  height: 14px;
  background: #eee;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 50%, 100% 0%, 100% 100%, 0% 100%);
}
.header_Container .box .boxRight .boxBot .search form ._main {
  padding: 0 0.25rem;
  height: 100%;
}
.header_Container .box .boxRight .boxBot .search form ._main .one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_Container .box .boxRight .boxBot .search form ._main .two {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 12px;
}
.header_Container .box .boxRight .boxBot .search form ._main .two input {
  display: block;
  height: 100%;
  border: 0;
  background: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.header_Container .box .boxRight .boxBot .search form ._main .trhee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header_Container .box .boxRight .boxBot .search form ._main .trhee svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header_Container .box .boxRight .boxBot .search form ._main .trhee:hover svg path {
  fill: #d2091d;
}
.header_Container.s_t {
  overflow: hidden;
  transform: translateY(-100%);
}
.product_Nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 5;
  border-top: 1px solid #dfe6ea;
  background: #fff url(../images/bg1.png) no-repeat 50% 50% / cover;
  display: none;
}
.product_Nav .scroll {
  height: calc(var(--vh) - 1.2rem);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #d2091d #fff;
  -ms-overflow-style: none;
  -webkit-box-shadow: 0px 0px 12px #eee;
  box-shadow: 0px 0px 12px #eee;
}
.product_Nav .scroll .product_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.product_Nav .scroll .product_box .grid {
  position: relative;
  border-right: 1px solid #e5e5e5;
}
.product_Nav .scroll .product_box .grid .list_item .item {
  border-bottom: 1px solid #e5e5e5;
}
.product_Nav .scroll .product_box .grid .list_item .item > a {
  cursor: pointer;
  padding: 0 0 0 1.54rem;
  line-height: 0.64rem;
}
.product_Nav .scroll .product_box .grid .list_item .item > a .img {
  width: 1rem;
  text-align: center;
}
.product_Nav .scroll .product_box .grid .list_item .item > a .img img {
  max-height: 0.3rem;
}
.product_Nav .scroll .product_box .grid .list_item .item > a .title {
  font-size: 0.18rem;
  color: #333;
  padding-left: 0.25rem;
  width: 2.78rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_Nav .scroll .product_box .grid .list_item .item > a .btn {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.product_Nav .scroll .product_box .grid .list_item .item > a .btn svg {
  vertical-align: middle;
}
.product_Nav .scroll .product_box .grid .list_item .item.active > a .title {
  color: #d2091d;
}
.product_Nav .scroll .product_box .grid .list_item .item.active > a .btn {
  opacity: 1;
}
.product_Nav .scroll .product_box .grid .list_item .item.active .product_two_nav {
  display: block;
}
.product_Nav .scroll .product_box .grid .button_item {
  margin-top: 0.4rem;
}
.product_Nav .scroll .product_box .grid .button_item a {
  font-size: 0.18rem;
  color: #fff;
  background: #d2091d;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0.8rem;
}
.product_Nav .scroll .product_box .grid .button_item a svg {
  margin-left: 0.2rem;
  vertical-align: middle;
}
.product_Nav .scroll::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}
.product_Nav .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #d2091d;
}
.product_Nav .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #ddd;
}
.product_Nav .product_two_nav {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  padding: 0.26rem 0;
  border-right: 1px solid #e5e5e5;
  display: none;
}
.product_Nav .product_two_nav .product_two_nav_item > a {
  padding: 0.16rem 1.2rem 0.16rem 1rem;
  display: block;
  position: relative;
}
.product_Nav .product_two_nav .product_two_nav_item > a .title {
  font-size: 0.24rem;
  color: #333;
}
.product_Nav .product_two_nav .product_two_nav_item > a .desc {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.06rem;
}
.product_Nav .product_two_nav .product_two_nav_item > a .btn {
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.2rem;
  opacity: 0;
}
.product_Nav .product_two_nav .product_two_nav_item.active > a .title,
.product_Nav .product_two_nav .product_two_nav_item.active > a .desc {
  color: #d2091d;
}
.product_Nav .product_two_nav .product_two_nav_item.active > a .btn {
  opacity: 1;
}
.product_Nav .product_two_nav .product_two_nav_item.active .product_three_nav {
  display: block;
}
.product_Nav .product_three_nav {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  padding: 0.26rem 0;
  display: none;
}
.product_Nav .product_three_nav .product_three_nav_item > a {
  padding: 0.16rem 1.2rem 0.16rem 1rem;
  display: block;
  position: relative;
}
.product_Nav .product_three_nav .product_three_nav_item > a .title {
  font-size: 0.18rem;
  color: #333;
  transition: 0.4s;
}
.product_Nav .product_three_nav .product_three_nav_item > a .desc {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.06rem;
}
.product_Nav .product_three_nav .product_three_nav_item > a .btn {
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  opacity: 0;
}
.product_Nav .product_three_nav .product_three_nav_item > a:hover .title {
  color: #d2091d;
}
.product_Nav .product_three_nav .product_three_nav_item > a:hover .desc{
     color: #d2091d;
}
.product_Nav .product_three_nav .product_three_nav_item.active > a .title,
.product_Nav .product_three_nav .product_three_nav_item.active > a .desc {
  color: #d2091d;
}
.product_Nav .product_three_nav .product_three_nav_item.active > a .btn {
  opacity: 1;
}
.solution_Nav {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 3rem;
  z-index: 5;
  border-top: 1px solid #dfe6ea;
  background: #fff url(../images/bg1.png) no-repeat 50% 50% / cover;
}
.solution_Nav .scroll {
  /*height: calc(var(--vh) - 1.2rem);*/
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #d2091d #fff;
  -ms-overflow-style: none;
  -webkit-box-shadow: 0px 0px 12px #eee;
  box-shadow: 0px 0px 12px #eee;
}
.solution_Nav .scroll .solution_box {
  /*display: grid;*/
  /*grid-template-columns: repeat(3, 1fr);*/
}
.solution_Nav .scroll .solution_box .grid {
  position: relative;
  /*border-right: 1px solid #e5e5e5;*/
}
.solution_Nav .scroll .solution_box .grid .list_item .item {
  border-bottom: 1px solid #e5e5e5;
}
.solution_Nav .scroll .solution_box .grid .list_item .item > a {
  cursor: pointer;
  padding:  0 0.4rem;
  line-height: 0.64rem;
}
.solution_Nav .scroll .solution_box .grid .list_item .item > a .img {
  width: 0.35rem;
  text-align: center;
}
.solution_Nav .scroll .solution_box .grid .list_item .item > a .img img {
  max-height: 0.3rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_Nav .scroll .solution_box .grid .list_item .item > a .title {
  font-size: 0.18rem;
  color: #333;
  padding-left: 0.25rem;
  /*width: 2.78rem;*/
  flex:1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_Nav .scroll .solution_box .grid .list_item .item > a .btn {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_Nav .scroll .solution_box .grid .list_item .item > a .btn svg {
  vertical-align: middle;
}
.solution_Nav .scroll .solution_box .grid .list_item .item.active > a .img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.solution_Nav .scroll .solution_box .grid .list_item .item.active > a .title {
  color: #d2091d;
}
.solution_Nav .scroll .solution_box .grid .list_item .item.active > a .btn {
  opacity: 1;
}
.solution_Nav .scroll .solution_box .grid .list_item .item.active .solution_two_nav {
  display: block;
}
.solution_Nav .scroll .solution_box .grid .button_item {
  margin-top: 0.4rem;
}
.solution_Nav .scroll .solution_box .grid .button_item a {
  font-size: 0.18rem;
  color: #fff;
  background: #d2091d;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0.8rem;
}
.solution_Nav .scroll .solution_box .grid .button_item a svg {
  margin-left: 0.2rem;
  vertical-align: middle;
}
.solution_Nav .scroll::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}
.solution_Nav .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #d2091d;
}
.solution_Nav .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #ddd;
}
.solution_two_nav {
  position: absolute;
  width: 200%;
  left: 100%;
  top: 0;
  padding: 0 1rem 0.8rem;
  display: none;
}
.solution_two_nav .solution_two_nav_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.4rem;
}
.solution_two_nav .solution_two_nav_box .solution_two_nav_item .title {
  padding: 0.4rem 0 0.2rem;
  border-bottom: 1px solid #dfe6ea;
}
.solution_two_nav .solution_two_nav_box .solution_two_nav_item .title a {
  font-size: 0.24rem;
  color: #333;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.solution_two_nav .solution_two_nav_box .solution_two_nav_item .title a svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.solution_two_nav .solution_two_nav_box .solution_two_nav_item ul {
  margin-top: 0.15rem;
}
.solution_two_nav .solution_two_nav_box .solution_two_nav_item ul li a {
  font-size: 0.14rem;
  color: #666;
  display: block;
  line-height: 0.28rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solution_two_nav .solution_two_nav_box .solution_two_nav_item ul li a:hover {
  color: #d2091d;
}
.solution_two_nav .solution_two_nav_box .solution_two_nav_item.active .title a {
  color: #d2091d;
}
.solution_two_nav .solution_two_nav_box .solution_two_nav_item.active .title a svg {
  opacity: 1;
}
.solution_two_nav .solution_two_nav_box .solution_two_nav_item:hover .title a {
  color: #d2091d;
}
.solution_two_nav .solution_two_nav_box .solution_two_nav_item:hover .title a svg {
  opacity: 1;
}
.select_Nav {
  width: 2.2rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 12px #eee;
  box-shadow: 0px 0px 12px #eee;
  z-index: 5;
  display: none;
  background: #fff url(../images/img14.png) no-repeat 50% 50% / cover;
}
.select_Nav ul {
  padding: 0.3rem 0;
}
.select_Nav ul li a {
  font-size: 0.18rem;
  color: #333;
  display: block;
  text-align: center;
  line-height: 0.42rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.select_Nav ul li a:hover {
  color: #d2091d;
}
.search_over {
  font-size: 0.24rem;
  padding: 1.4rem 0 0.4rem;
}
.search_over span {
  font-family: 'gilroy_bold';
}
.SearchContainer .box .item {
  padding: 0.6rem 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.SearchContainer .box .item a {
  cursor: pointer;
}
.SearchContainer .box .item a .left {
  width: 76%;
}
.SearchContainer .box .item a .left h5 {
  font-size: 0.24rem;
  font-family: 'gilroy_bold';
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SearchContainer .box .item a .left p {
  font-size: 0.16rem;
  font-family: 'gilroy_regular';
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.SearchContainer .box .item a .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.SearchContainer .box .item a .right div {
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #d2091d;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}
.SearchContainer .box .item a .right div i {
  font-size: 0.24rem;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SearchContainer .box .item a .right p {
  width: 0.54rem;
  text-align: center;
}
.SearchContainer .box .item a .right p svg {
  margin: auto;
}
.SearchContainer .box .item a .right p svg path {
  transition: 0.4s;
}
.SearchContainer .box .item a:hover .left h5 {
  color: #d2091d;
}
.SearchContainer .box .item a:hover .right div {
  background: #d2091d;
  -webkit-box-shadow: 6px 6px 12px #dfe7ee;
  box-shadow: 6px 6px 12px #dfe7ee;
}
.SearchContainer .box .item a:hover .right div i {
  color: #351818;
}
.SearchContainer .box .item a:hover .right p svg path {
  fill: #d2091d;
}
.SearchContainer .box1 {
  padding-top: 0.2rem;
}
.bg {
  background: #f5f5f5;
}
.article_container {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 7;
  display: none;
}
.article_container ul {
  display: grid;
  gap: 5px;
}
.article_container ul li {
  position: relative;
}
.article_container ul li a {
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(3, 73, 158, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(3, 73, 158, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.article_container ul li a svg {
  margin: auto;
}
.article_container ul li .ewm {
  position: absolute;
  top: 50%;
  right: -webkit-calc(120%);
  right: calc(100% + 20px);
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 1.2rem;
  background: #fff;
  padding: 5px;
  -webkit-filter: drop-shadow(0px 5px 15px rgba(3, 73, 158, 0.2));
  filter: drop-shadow(0px 5px 15px rgba(3, 73, 158, 0.2));
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.article_container ul li .ewm::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  border: 10px solid transparent;
  border-left-color: #fff;
}
.article_container ul li .phone {
  position: absolute;
  top: 50%;
  right: -webkit-calc(120%);
  right: calc(100% + 20px);
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  padding: 0px 0.2rem;
  -webkit-filter: drop-shadow(0px 5px 15px rgba(3, 73, 158, 0.2));
  filter: drop-shadow(0px 5px 15px rgba(3, 73, 158, 0.2));
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  white-space: nowrap;
  line-height: 50px;
  cursor: default;
}
.article_container ul li .phone::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  border: 10px solid transparent;
  border-left-color: #fff;
}
.article_container ul li:hover .ewm {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.article_container ul li:hover .phone {
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.article_container ul .go a {
  cursor: pointer;
}
.home_banner .img img {
  min-height: calc(var(--vh) - 1.26rem);
  width: 100%;
}
.home_banner .banner .swiper-slide {
  position: relative;
}
.home_banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 2.3rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
.home_banner .banner .swiper-slide .orientation .content1 {
  font-size: 0.72rem;
  line-height: 1;
  color: #d2091d;
  font-weight: bold;
}
.home_banner .banner .swiper-slide .orientation .content1 span {
  display: inline-block;
}
.home_banner .banner .swiper-slide .orientation .content1 span img {
  vertical-align: text-top;
}
.home_banner .banner .swiper-slide .orientation .content2 {
  font-size: 0.72rem;
  color: #fff;
  line-height: 1;
  margin-top: 0.12rem;
  /*max-height: 1.2rem;*/
}
.home_banner .banner .swiper-slide .orientation .content3 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.32rem;
  max-width: 6.32rem;
  margin-top: 0.36rem;
}
.home_banner .banner .swiper-slide .orientation .content4 {
  margin-top: 0.56rem;
}
.home_banner .banner .swiper-slide .orientation .content4 p {
  margin-right: 0.5rem;
}
.home_banner .banner .swiper-slide .orientation .content4 p a {
  display: inline-block;
  font-size: 0.18rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_banner .banner .swiper-slide .orientation .content4 p a svg {
  margin-left: 0.24rem;
}
.home_banner .banner .swiper-slide .orientation .content4 p a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_banner .banner .swiper-slide .orientation .content4 p a:hover {
  color: #d2091d;
}
.home_banner .banner .swiper-slide .orientation .content4 p a:hover svg path {
  fill: #d2091d;
}
.home_banner .banner .swiper-slide .orientation .content1,
.home_banner .banner .swiper-slide .orientation .content2,
.home_banner .banner .swiper-slide .orientation .content3,
.home_banner .banner .swiper-slide .orientation .content4 {
  max-height: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.home_banner .banner .swiper-slide-active .orientation .content1,
.home_banner .banner .swiper-slide-active .orientation .content2,
.home_banner .banner .swiper-slide-active .orientation .content3,
.home_banner .banner .swiper-slide-active .orientation .content4 {
  max-height: 0.9rem;
  opacity: 1;
  overflow: initial;
}
.home_banner .banner .swiper-slide-active .orientation .content3 {
  max-height: 1rem;
}
.home_banner .orientation_button {
  bottom: 0.6rem;
  z-index: 4;
  position: absolute;
  right: var(--win_padd);
}
.home_banner .orientation_button div {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #ffffff;
  margin-left: 0.1rem;
  cursor: pointer;
  opacity: 0.33;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home_banner .orientation_button div:hover {
  opacity: 1;
}
.p96 {
  padding-top: 0.96rem;
}
.p96_ {
  padding-bottom: 0.96rem;
}
.home_News .toggle ul li {
  margin-right: 0.3rem;
}
.home_News .toggle ul li a {
  display: block;
  font-size: 0.48rem;
  color: #666;
  line-height: 1;
  padding-left: 0.2rem;
  border-left: 4px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_News .toggle ul li a:hover {
  color: #d2091d;
}
.home_News .toggle ul .active {
  color: #d2091d;
}
.home_News .toggle ul .active a {
  border-color: #d2091d;
  color: #000;
}
.home_News .toggle div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_News .toggle div p {
  display: none;
}
.home_News .toggle div p a {
  font-size: 0.18rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_News .toggle div p a svg {
  margin-left: 0.1rem;
}
.home_News .toggle div p a:hover {
  color: #d2091d;
}
.home_News .toggle div .active {
  display: block;
}
.home_News .box {
  margin-top: 0.42rem;
}
.home_News .box .banner {
  display: none;
}
.home_News .box .banner .swiper {
  height: 5rem;
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide {
  height: 2.2rem;
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide a .img {
  width: 2.66rem;
  overflow: hidden;
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide a .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide a .main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.4rem 0.4rem 0;
  border: 1px solid #dfe6ea;
  position: relative;
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide a .main .content1 {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide a .main .content2 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.32rem;
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide a .main .content2 svg {
  vertical-align: middle;
  margin-left: 0.1rem;
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide a .main::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d2091d;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide a:hover .main .content1 {
  color: #d2091d;
}
.home_News .box .banner .swiper .swiper-wrapper .swiper-slide a:hover .main::after {
  opacity: 1;
}
.home_News .box .banner .button {
  margin-top: 0.4rem;
}
.home_News .box .banner .button .btn svg {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  cursor: pointer;
}
.home_News .box .banner .button .btn svg path {
  fill: #dfe6ea;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_News .box .banner .button .btn svg:hover path {
  fill: #d2091d;
}
.home_News .box .banner .button .page {
  padding: 0 0.15rem;
}
.home_News .box .banner .button .page div span {
  border-radius: 0;
  width: 12px;
  height: 12px;
  background: #dfe6ea;
  opacity: 1;
  margin: 0 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_News .box .banner .button .page div .swiper-pagination-bullet-active {
  background: #d2091d;
}
.home_News .box .active {
  display: block;
}
.home_Case {
  background: url(../images/img17.png) no-repeat 50% 50% / cover;
}
.home_Case .title span {
  color: #fff;
  font-size: 0.48rem;
}
.home_Case .title span img {
  vertical-align: text-top;
}
.home_Case .title .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_Case .title .right a {
  font-size: 0.18rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_Case .title .right a svg {
  margin-left: 0.1rem;
  vertical-align: middle;
}
.home_Case .title .right a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_Case .title .right a:hover {
  color: #d2091d;
}
.home_Case .title .right a:hover svg path {
  fill: #d2091d;
}
.home_Case .box {
  margin-top: 0.54rem;
}
.home_Case .box .banner .swiper-slide a {
  display: block;
}
.home_Case .box .banner .swiper-slide a figure {
  overflow: hidden;
}
.home_Case .box .banner .swiper-slide a figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_Case .box .banner .swiper-slide a figcaption {
  background: #fff;
  padding: 0.48rem 0.4rem;
}
.home_Case .box .banner .swiper-slide a figcaption .content1 {
  font-size: 0.2rem;
  color: #333;
  line-height: 0.3rem;
  height: 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_Case .box .banner .swiper-slide a figcaption .content2 {
  margin-top: 0.26rem;
  font-size: 0.16rem;
  color: #333;
}
.home_Case .box .banner .swiper-slide a figcaption .content2 svg {
  vertical-align: middle;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 0.1rem;
}
.home_Case .box .banner .swiper-slide a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.home_Case .box .banner .swiper-slide a:hover figcaption .content1 {
  color: #d2091d;
}
.home_Case .button {
  margin-top: 0.4rem;
}
.home_Case .button .btn svg {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  cursor: pointer;
}
.home_Case .button .btn svg path {
  fill: #dfe6ea;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_Case .button .btn svg:hover path {
  fill: #d2091d;
}
.home_Case .button .page {
  padding: 0 0.15rem;
}
.home_Case .button .page div span {
  border-radius: 0;
  width: 12px;
  height: 12px;
  background: #dfe6ea;
  opacity: 1;
  margin: 0 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_Case .button .page div .swiper-pagination-bullet-active {
  background: #d2091d;
}
.home_Case_banner {
  margin-top: 0.64rem;
  padding: 0.48rem 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.home_Case_banner .box_ .swiper-slide a {
  display: block;
  text-align: center;
}
.home_Case_banner .box_ .swiper-slide a figure img {
  height: 0.41rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_Case_banner .box_ .swiper-slide a figcaption {
  font-size: 0.2rem;
  color: #fff;
  margin-top: 0.12rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_Case_banner .box_ .swiper-slide a:hover figcaption {
  color: #d2091d;
}
.ServiceSupport {
  position: relative;
}
.ServiceSupport .orientation {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(240, 240, 240, 0.6);
}
.ServiceSupport .orientation .content1 {
  font-size: 0.36rem;
  line-height: 0.47rem;
}
.ServiceSupport .orientation .content2 {
  margin-top: 0.35rem;
}
.home_button .a {
  display: block;
  width: 2.2rem;
  line-height: 0.62rem;
  background: #d2091d;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_button .a svg {
  vertical-align: middle;
  margin-left: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.home_button .a:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.footer {
  background: url(../images/img21.png) no-repeat 50% 50% / cover;
}
.footer .box1 {
  padding: 1rem 0 0.64rem;
}
.footer .box1 .boxLeft .content1 {
  font-size: 0.2rem;
  color: #fff;
}
.footer .box1 .boxLeft .content2 {
  margin-top: 0.26rem;
}
.footer .box1 .boxLeft .content2 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .box1 .boxLeft .content2 form .input1 {
  width: 2.48rem;
  height: 0.64rem;
  background: #fff;
  border: 0;
  padding: 0 0.3rem;
  font-size: 0.18rem;
}
.footer .box1 .boxLeft .content2 form label {
  width: 1.2rem;
}
.footer .box1 .boxLeft .content2 form label input {
  display: none;
}
.footer .box1 .boxLeft .content2 form label p {
  width: 100%;
  background: #d2091d;
  line-height: 0.64rem;
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.footer .box1 .boxLeft .content2 form label p svg {
  vertical-align: middle;
  margin-left: 0.1rem;
}
.footer .box1 .boxLeft .content3 {
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.34rem;
}
.footer .box1 .boxLeft .content4 {
  margin-top: 0.25rem;
}
.footer .box1 .boxLeft .content4 p {
  margin-right: 0.15rem;
  position: relative;
}
.footer .box1 .boxRight .item h5 {
  font-size: 0.24rem;
  color: #fff;
}
.footer .box1 .boxRight .item ul {
  margin-top: 0.25rem;
}
.footer .box1 .boxRight .item ul li {
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.footer .box1 .boxRight .item ul li a {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .box1 .boxRight .item ul li a:hover {
  color: #d2091d;
}
.footer .box1 .boxRight .item1 {
  margin-left: 0.98rem;
}
.footer .box1 .boxRight .item1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer .box1 .boxRight .item1 ul li {
  padding-right: 0.6rem;
}
.footer .box2 {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.64rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.footer .box2 svg {
  vertical-align: middle;
  margin-right: 0.1rem;
}
.footer .box2 div {
  margin-right: 0.64rem;
}
.footer .box2 div span {
  display: inline-block;
  width: 10px;
}
.footer .box3 {
  color: rgba(255, 255, 255, 0.44);
  padding: 0.32rem 0 0.96rem;
  font-size: 0.18rem;
}
.footer .box3 a {
  color: rgba(255, 255, 255, 0.44);
  margin-left: 0.1rem;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.footer .box3 a:hover {
  color: #d2091d;
}
.homr_product {
  background: url(../images/img27.png) no-repeat 50% 50% / cover;
}
.homr_product .box .boxLeft {
  width: 1.5rem;
}
.homr_product .box .boxLeft ul {
  height: 100%;
  background: #fff;
}
.homr_product .box .boxLeft ul li {
  height: 25%;
  border-bottom: 1px solid #eee;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homr_product .box .boxLeft ul li a {
  display: block;
}
.homr_product .box .boxLeft ul li a figure {
  position: relative;
}
.homr_product .box .boxLeft ul li a figure .img1 {
  height: 0.54rem;
}
.homr_product .box .boxLeft ul li a figure .img2 {
  position: absolute;
  top: 0%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homr_product .box .boxLeft ul li a figcaption {
  font-size: 0.2rem;
  color: #333;
  margin-top: 0.14rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homr_product .box .boxLeft ul .active {
  background: #d2091d;
}
.homr_product .box .boxLeft ul .active a figure .img1 {
  opacity: 0;
}
.homr_product .box .boxLeft ul .active a figure .img2 {
  opacity: 1;
}
.homr_product .box .boxLeft ul .active a figcaption {
  color: #fff;
}
.homr_product .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  --wid: 1.6rem;
}
.homr_product .box .boxRight .main_list .img1 img {
  width: 100%;
}
.homr_product .box .boxRight .main_list .main {
  position: relative;
  display: none;
}
.homr_product .box .boxRight .main_list .main .title1 {
  position: absolute;
  top: 0;
  width: 100%;
  top: 0.5rem;
  padding: 0 var(--wid);
}
.homr_product .box .boxRight .main_list .main .title1 .left {
  font-size: 0.36rem;
  color: #fff;
}
.homr_product .box .boxRight .main_list .main .title1 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.homr_product .box .boxRight .main_list .main .title1 .right a {
  font-size: 0.16rem;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homr_product .box .boxRight .main_list .main .title1 .right a svg {
  margin-left: 0.1rem;
  vertical-align: middle;
}
.homr_product .box .boxRight .main_list .main .title1 .right a:hover {
  color: #d2091d;
}
.homr_product .box .boxRight .main_list .main .orientation {
  position: absolute;
  top: 1.24rem;
  padding: 0 var(--wid);
  width: 100%;
}
.homr_product .box .boxRight .main_list .main .orientation ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem 0.24rem;
}
.homr_product .box .boxRight .main_list .main .orientation ul li {
  background: #fff;
}
.homr_product .box .boxRight .main_list .main .orientation ul li a {
  cursor: pointer;
  line-height: 0.64rem;
}
.homr_product .box .boxRight .main_list .main .orientation ul li a .img {
  width: 1.6rem;
  text-align: center;
}
.homr_product .box .boxRight .main_list .main .orientation ul li a .img img {
  max-height: 0.3rem;
}
.homr_product .box .boxRight .main_list .main .orientation ul li a .title {
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 2.7rem;
  	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-justify: distribute-all-lines;
  
      
}
.homr_product .box .boxRight .main_list .main .orientation ul li a .btn {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.homr_product .box .boxRight .main_list .main .orientation ul li a .btn svg {
  vertical-align: middle;
}
.homr_product .box .boxRight .main_list .main .orientation ul li:hover > a .title {
  color: #d2091d;
}
.homr_product .box .boxRight .main_list .main .orientation ul li:hover > a .btn {
  opacity: 1;
}
.homr_product .box .boxRight .main_list .main.active {
  display: block;
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img img {
  width: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  top: 2.2rem;
  left: 0;
  width: 100%;
}
.InnerBanner .orientation .box {
  color: #fff;
}
.InnerBanner .orientation .box .content1 {
  font-size: 0.48rem;
  line-height: 1;
}
.InnerBanner .orientation .box .content2 {
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.crumbs {
  position: absolute;
  top: 0.28rem;
  left: 0;
  width: 100%;
}
.crumbs .box_ {
  font-size: 16px;
  color: #fff;
}
.crumbs .box_ i {
  font-size: 16px;
  opacity: 0.4;
}
.crumbs .box_ a {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.crumbs .box_ a:hover {
  color: #d2091d;
}
.productContainer {
  background: url(../images/img81.png) no-repeat right bottom;
}
.productContainer .box .boxLeft {
  width: 3.8rem;
  padding: 0.82rem 0;
  border-right: 1px solid #e5e5e5;
}
.productContainer .box .boxLeft ul li {
  border-bottom: 1px solid #e5e5e5;
}
.productContainer .box .boxLeft ul li a {
  cursor: pointer;
  line-height: 0.7rem;
}
.productContainer .box .boxLeft ul li a .img {
  width: 0.88rem;
  text-align: center;
}
.productContainer .box .boxLeft ul li a .img img {
  max-height: 0.3rem;
}
.productContainer .box .boxLeft ul li a .title {
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-left: 0.32rem;
  width: 2.42rem;
}
.productContainer .box .boxLeft ul li a .btn {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productContainer .box .boxLeft ul li a .btn svg {
  vertical-align: middle;
}
.productContainer .box .boxLeft ul .active > a .title {
  color: #d2091d;
}
.productContainer .box .boxLeft ul .active > a .btn {
  opacity: 1;
}
.productContainer .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.82rem 0 0.82rem 0.9rem;
}
@media screen and (max-width: 1024PX) {
  .productContainer .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding: 0;
  }
}
.productContainer .box .boxRight .list {
  display: grid;
  gap: 0.2rem;
}
.productContainer .box .boxRight .list .item {
  background: #fff;
}
.productContainer .box .boxRight .list .item .a {
  border: 1px solid #e5e5e5;
  padding: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.productContainer .box .boxRight .list .item .a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.15rem;
  height: 0.15rem;
  background: #d2091d;
  transition: 0.4s;
  opacity: 0;
}
.productContainer .box .boxRight .list .item .a .left {
  width: 2.74rem;
  border: 1px solid #e5e5e5;
}
.productContainer .box .boxRight .list .item .a .left img {
  width: 100%;
}
.productContainer .box .boxRight .list .item .a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.productContainer .box .boxRight .list .item .a .right .main .content1 {
  font-size: 0.36rem;
  color: #333;
  line-height: 1.2;
}
.productContainer .box .boxRight .list .item .a .right .main .content1 svg {
  vertical-align: middle;
  margin-left: 0.4rem;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.productContainer .box .boxRight .list .item .a .right .main .content1 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productContainer .box .boxRight .list .item .a .right .main .content2 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productContainer .box .boxRight .list .item .a .right .main .content3 {
  margin-top: 0.18rem;
  max-height: 1.1rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #d2091d #fff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.productContainer .box .boxRight .list .item .a .right .main .content3 ul li {
  margin-bottom: 0.16rem;
  display: inline-block;
  margin-right: 0.4rem;
}
.productContainer .box .boxRight .list .item .a .right .main .content3 ul li a .h5 {
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productContainer .box .boxRight .list .item .a .right .main .content3 ul li a .desc {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.productContainer .box .boxRight .list .item .a .right .main .content3 ul li a:hover .h5 {
  color: #d2091d;
}
.productContainer .box .boxRight .list .item .a .right .main .content3 ul li a:hover .desc {
  color: #d2091d;
}
.productContainer .box .boxRight .list .item .a .right .main .content3::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.productContainer .box .boxRight .list .item .a .right .main .content3::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #d2091d;
}
.productContainer .box .boxRight .list .item .a .right .main .content3::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #f8e8e9;
}
.productContainer .box .boxRight .list .item .a:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 34.04px 11.96px rgba(142, 142, 142, 0.19);
  box-shadow: 0px 0px 34.04px 11.96px rgba(142, 142, 142, 0.19);
}
.productContainer .box .boxRight .list .item .a:hover::after {
  opacity: 1;
}
.productContainer .box .boxRight .list .item .a:hover .right .main .content1 {
  color: #d2091d;
}
.productContainer .box .boxRight .list .item .a:hover .right .main .content1 svg path {
  fill: #d2091d;
}
.productContainer .box .boxRight .list .item .a:hover .right .main .content2 {
  color: #d2091d;
}
.SecondaryNavigation {
  line-height: 1rem;
  border-bottom: 1px solid #eee;
}
.SecondaryNavigation .box {
  overflow: auto;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #d2091d #fff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.SecondaryNavigation .box .l_scroll::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.SecondaryNavigation .box .l_scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.7);
}
.SecondaryNavigation .box .l_scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.SecondaryNavigation .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.SecondaryNavigation .box li {
  margin-right: 0.35rem;
}
.SecondaryNavigation .box li a {
  font-size: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
  white-space: nowrap;
}
.SecondaryNavigation .box li a svg {
  margin-right: 0.1rem;
  opacity: 0;
}
.SecondaryNavigation .box li a:hover {
  color: #d2091d;
}
.SecondaryNavigation .box .active a {
  color: #d2091d;
}
.SecondaryNavigation .box .active a svg {
  opacity: 1;
}
.f48 {
  font-size: 0.48rem;
}
.productInfoContainer .summarize .box .content2 {
  margin-top: 0.36rem;
}
.productInfoContainer .summarize .box .content2 .left {
  max-width: 7.6rem;
  padding-right: 0.9rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
}
.productInfoContainer .summarize .box .content2 .left li {
  padding-left: 0.26rem;
  position: relative;
}
.productInfoContainer .summarize .box .content2 .left li::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #d2091d;
}
.productInfoContainer .summarize .box .content2 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.productInfoContainer .summarize .box .content3 {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
}
.productInfoContainer .summarize .box .content3 img {
  /*display: block;*/
  /*margin: auto;*/
}
.MainFunction {
  background: url(../images/img38.png) no-repeat 50% 50% / cover;
}
.MainFunction .box .content1 {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
}
.MainFunction .box .content1 p {
  padding-left: 0.26rem;
  position: relative;
  color: #333;
}
.MainFunction .box .content1 p::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0.05rem;
  /*-webkit-transform: translateY(-50%);*/
  /*-ms-transform: translateY(-50%);*/
  /*transform: translateY(-50%);*/
  background: #d2091d;
}
.MainFunction .box .content2 {
  margin-top: 0.86rem;
}
.MainFunction .box .content2 p {
  font-size: 0.3rem;
  color: #666;
  cursor: pointer;
  margin-right: 0.8rem;
  padding-bottom: 0.24rem;
  border-bottom: 4px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom:0.3rem;
}


.MainFunction .box .content2 p:hover {
  color: #d2091d;
   transform: translateY(-0.1rem);
}
.MainFunction .box .content2 .active {
  color: #d2091d;
  border-color: #d2091d;
}
.MainFunction .box .content3 {
  background: #fff;
}
.MainFunction .box .content3 .main {
  display: none;
  padding: 0.54rem 0.84rem;
}
.MainFunction .box .content3 .main .tit {
  font-size: 0.36rem;
}
.MainFunction .box .content3 .main .desc {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.MainFunction .box .content3 .main .desc img {
  display: block;
  margin: auto;
}
.MainFunction .box .content3 .active {
  display: block;
}
.solutionC .title .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.solutionC .title .right a {
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solutionC .title .right a svg {
  margin-left: 0.2rem;
}
.solutionC .title .right a:hover {
  color: #d2091d;
}
.solutionC .box .banner {
  margin: -0.3rem;
}
.solutionC .box .banner .swiper {
  padding: 0.3rem;
}
.solutionC .box .banner .swiper-slide {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #e5e5e5;
  position: relative;
}
.solutionC .box .banner .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 3px;
  background: #d2091d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.solutionC .box .banner .swiper-slide a {
  display: block;
}
.solutionC .box .banner .swiper-slide figure {
  overflow: hidden;
}
.solutionC .box .banner .swiper-slide figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solutionC .box .banner .swiper-slide figcaption {
  padding: 0.45rem 0.4rem;
  border-top: 1px solid #e5e5e5;
}
.solutionC .box .banner .swiper-slide figcaption .l {
  font-size: 0.26rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-width: 90%;
}
.solutionC .box .banner .swiper-slide figcaption .r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.solutionC .box .banner .swiper-slide figcaption .r svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solutionC .box .banner .swiper-slide:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 34.04px 11.96px rgba(142, 142, 142, 0.16);
  box-shadow: 0px 0px 34.04px 11.96px rgba(142, 142, 142, 0.16);
}
.solutionC .box .banner .swiper-slide:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.solutionC .box .banner .swiper-slide:hover figcaption .l {
  color: #d2091d;
}
.solutionC .box .banner .swiper-slide:hover figcaption .r svg path {
  fill: #d2091d;
}
.solutionC .box .banner .swiper-slide:hover::after {
  opacity: 1;
}
.solutionC .box .button {
  margin-top: 0.4rem;
}
.solutionC .box .button .btn svg {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  cursor: pointer;
}
.solutionC .box .button .btn svg path {
  fill: #dfe6ea;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solutionC .box .button .btn svg:hover path {
  fill: #d2091d;
}
.solutionC .box .button .page {
  padding: 0 0.15rem;
}
.solutionC .box .button .page div span {
  border-radius: 0;
  width: 12px;
  height: 12px;
  background: #dfe6ea;
  opacity: 1;
  margin: 0 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.solutionC .box .button .page div .swiper-pagination-bullet-active {
  background: #d2091d;
}
.m54 {
  margin-top: 0.54rem;
}
.ApplicationCase {
  background-color: #f5f5f5;
}
.ApplicationCase .info {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #666;
  margin-top: 0.22rem;
}
.ApplicationCase .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.ApplicationCase .box .item a {
  display: block;
  position: relative;
}
.ApplicationCase .box .item a figure {
  position: relative;
}
.ApplicationCase .box .item a figure img {
  width: 100%;
}
.ApplicationCase .box .item a figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(50, 56, 79, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(50, 56, 79, 0.4));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(50, 56, 79, 0.4));
}
.ApplicationCase .box .item a figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  z-index: 1;
  bottom: 0.36rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ApplicationCase .box .item a .orientation {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(210, 9, 29, 0.88);
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0.55rem 0.85rem 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ApplicationCase .box .item a .orientation .content1 {
  font-size: 0.24rem;
}
.ApplicationCase .box .item a .orientation .content2 {
  margin-top: 0.38rem;
}
.ApplicationCase .box .item a .orientation .content2 p {
  height: 4px;
  width: 30px;
  background: #fff;
}
.ApplicationCase .box .item a .orientation .content3 {
  font-size: 0.18rem;
  line-height: 0.36rem;
  height: 1.44rem;
  margin-top: 0.32rem;
}
.ApplicationCase .box .item a .orientation .content4 {
  margin-top: 0.5rem;
}
.ApplicationCase .box .item a .orientation .content4 svg {
  vertical-align: middle;
  margin-left: 0.1rem;
}
@media screen and (min-width: 1024px) {
  .ApplicationCase .box .item a:hover figure figcaption {
    opacity: 0;
  }
  .ApplicationCase .box .item a:hover .orientation {
    opacity: 1;
  }
}
.Download .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.4rem;
}
.Download .box .item {
  border: 1px solid #e5e5e5;
  position: relative;
}
.Download .box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d2091d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Download .box .item a {
  line-height: 1.2rem;
  padding: 0 0.4rem;
  cursor: pointer;
}
.Download .box .item a .left {
  font-size: 0.24rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Download .box .item a .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Download .box .item a .right svg path {
  fill: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Download .box .item:hover::after {
  opacity: 1;
}
.Download .box .item:hover a .left {
  color: #d2091d;
}
.Download .box .item:hover a .right svg path {
  fill: #d2091d;
}
.RelatedActivity {
  background: url(../images/img44.png) no-repeat 50% 50% / cover;
}
.RelatedActivity .title .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.RelatedActivity .title .right a {
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RelatedActivity .title .right a svg {
  margin-left: 0.2rem;
}
.RelatedActivity .title .right a:hover {
  color: #d2091d;
}
.RelatedActivity .box .banner .swiper .swiper-slide a {
  background: #fff;
  display: block;
  position: relative;
}
.RelatedActivity .box .banner .swiper .swiper-slide a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #d2091d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.RelatedActivity .box .banner .swiper .swiper-slide a figure {
  overflow: hidden;
}
.RelatedActivity .box .banner .swiper .swiper-slide a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RelatedActivity .box .banner .swiper .swiper-slide a figcaption {
  padding: 0.56rem 0.4rem 0.7rem;
}
.RelatedActivity .box .banner .swiper .swiper-slide a figcaption .h5 {
  font-size: 0.3rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RelatedActivity .box .banner .swiper .swiper-slide a figcaption .desc {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  height: 0.9rem;
  margin-top: 0.16rem;
}
.RelatedActivity .box .banner .swiper .swiper-slide a:hover::after {
  opacity: 1;
}
.RelatedActivity .box .banner .swiper .swiper-slide a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.RelatedActivity .box .banner .swiper .swiper-slide a:hover figcaption .h5 {
  color: #d2091d;
}
.RelatedActivity .box .button {
  margin-top: 0.4rem;
}
.RelatedActivity .box .button .btn svg {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  cursor: pointer;
}
.RelatedActivity .box .button .btn svg path {
  fill: #dfe6ea;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RelatedActivity .box .button .btn svg:hover path {
  fill: #d2091d;
}
.RelatedActivity .box .button .page {
  padding: 0 0.15rem;
}
.RelatedActivity .box .button .page div span {
  border-radius: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  margin: 0 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RelatedActivity .box .button .page div .swiper-pagination-bullet-active {
  background: #d2091d;
}
.CaseToggle .box ul li {
  margin-right: 0.12rem;
}
.CaseToggle .box ul li a {
  font-size: 0.18rem;
  color: #333;
  display: block;
  min-width: 1.8rem;
  line-height: 0.58rem;
  border: 1px solid #e5e5e5;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CaseToggle .box ul .active a {
  background: #d2091d;
  color: #fff;
  border-color: #d2091d;
}
.caseContainer .info {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.26rem;
}
.caseContainer .box {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.caseContainer .box .item {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #e5e5e5;
  position: relative;
}
.caseContainer .box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 3px;
  background: #d2091d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.caseContainer .box .item a {
  display: block;
}
.caseContainer .box .item figure {
  overflow: hidden;
}
.caseContainer .box .item figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseContainer .box .item figcaption {
  padding: 0.45rem 0.4rem;
  border-top: 1px solid #e5e5e5;
}
.caseContainer .box .item figcaption .l {
  font-size: 0.3rem;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 90%;
}
.caseContainer .box .item figcaption .r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.caseContainer .box .item figcaption .r svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseContainer .box .item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 34.04px 11.96px rgba(142, 142, 142, 0.16);
  box-shadow: 0px 0px 34.04px 11.96px rgba(142, 142, 142, 0.16);
}
.caseContainer .box .item:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.caseContainer .box .item:hover figcaption .l {
  color: #d2091d;
}
.caseContainer .box .item:hover figcaption .r svg path {
  fill: #d2091d;
}
.caseContainer .box .item:hover::after {
  opacity: 1;
}
.m70 {
  margin-top: 0.7rem;
}
.pageBox .box_ a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border: 1px solid #e5e5e5;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.pageBox .box_ .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageBox .box_ .btn a svg {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.pageBox .box_ .btn a svg path {
  fill: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pageBox .box_ .btn a:hover {
  background: #d2091d;
}
.pageBox .box_ .btn a:hover svg path {
  fill: #fff;
}
.pageBox .box_ .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.05rem;
}
.pageBox .box_ .link a {
  display: block;
  margin: 0 0.05rem;
}
.pageBox .box_ .link a:hover {
  color: #fff;
  background: #d2091d;
}
.pageBox .box_ .link .active {
  background: #d2091d;
  color: #fff;
}
.SolutionOverview .box1 .left {
  width: 7.2rem;
}
.SolutionOverview .box1 .right {
  width: 6.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.SolutionOverview .box1 .right .main {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
}
.SolutionOverview .box1 .right .main li {
  padding-left: 0.26rem;
  position: relative;
}
.SolutionOverview .box1 .right .main li::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #d2091d;
}
.SolutionOverview .box1 .right .main li li {
  color: #d2091d;
}
.SolutionOverview .box2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
}
.SolutionOverview .box2 img {
  /*display: block;*/
  /*margin: auto;*/
}
.SolutionOverview .box3 {
  margin-top: 0.4rem;
}
.SolutionOverview .box3 .tit {
  font-size: 0.18rem;
  color: #333;
}
.SolutionOverview .box3 ._main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0.32rem;
  gap: 0.4rem;
}
.SolutionOverview .box3 ._main ._main_item {
  border: 1px solid #e5e5e5;
}
.SolutionOverview .box3 ._main ._main_item figure img {
  width: 100%;
}
.SolutionOverview .box3 ._main ._main_item figcaption {
  font-size: 0.18rem;
  text-align: center;
  line-height: 1rem;
  border-top: 1px solid #e5e5e5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.SolutionOverview .box3 ._main ._main_item:hover figcaption {
  color: #d2091d;
}
.RelatedSoftware {
  background: url(../images/img51.png) no-repeat 50% 50% / cover;
}
.RelatedSoftware .box {
  max-width: 7.75rem;
  background: #fff;
  padding: 0.74rem 0;
  display: grid;
  gap: 0.3rem;
  grid-gap:0.3rem;
}
.RelatedSoftware .box p {
  font-size: 0.2rem;
}
.RelatedSoftware .box p a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  position: relative;
  padding: 0 0.54rem;
  border-left: 3px solid transparent;
}
.RelatedSoftware .box p a:hover {
  color: #d2091d;
  border-color: #d2091d;
}
.MoreSolutions {
  background: url(../images/img52.png) no-repeat 50% 50% / cover;
}
.MoreSolutions .title .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.MoreSolutions .title .right a {
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MoreSolutions .title .right a svg {
  margin-left: 0.2rem;
}
.MoreSolutions .title .right a:hover {
  color: #d2091d;
}
.MoreSolutions .box .banner .swiper-slide a {
  display: block;
  position: relative;
}
.MoreSolutions .box .banner .swiper-slide a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d2091d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.MoreSolutions .box .banner .swiper-slide a figure {
  overflow: hidden;
}
.MoreSolutions .box .banner .swiper-slide a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MoreSolutions .box .banner .swiper-slide a figcaption {
  background: #fff;
  padding: 0.54rem 0.4rem 0.72rem;
  border: 1px solid #f5f5f5;
}
.MoreSolutions .box .banner .swiper-slide a figcaption .content1 {
  font-size: 0.3rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MoreSolutions .box .banner .swiper-slide a figcaption .content2 {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.16rem;
  display: grid;
  gap: 0.1rem;
  height: 1.15rem;
}
.MoreSolutions .box .banner .swiper-slide a figcaption .content2 svg {
  margin-right: 0.1rem;
}
.MoreSolutions .box .banner .swiper-slide a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.MoreSolutions .box .banner .swiper-slide a:hover figcaption .content1 {
  color: #d2091d;
}
.MoreSolutions .box .banner .swiper-slide a:hover::after {
  opacity: 1;
}
.MoreSolutions .button {
  margin-top: 0.4rem;
}
.MoreSolutions .button .btn svg {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  cursor: pointer;
}
.MoreSolutions .button .btn svg path {
  fill: #dfe6ea;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MoreSolutions .button .btn svg:hover path {
  fill: #d2091d;
}
.MoreSolutions .button .page {
  padding: 0 0.15rem;
}
.MoreSolutions .button .page div span {
  border-radius: 0;
  width: 12px;
  height: 12px;
  background: #dfe6ea;
  opacity: 1;
  margin: 0 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MoreSolutions .button .page div .swiper-pagination-bullet-active {
  background: #d2091d;
}
.CaseScreening .title {
  font-size: 0.18rem;
}
.CaseScreening .f48 {
  margin-bottom: 0.34rem;
}
.CaseScreening .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-top: 0.2rem;
}
.CaseScreening .box .item {
  position: relative;
}
.CaseScreening .box .item select,
.CaseScreening .box .item .layui-form-select .layui-input {
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  padding: 0 0.2rem;
  border: 1px solid #ddd;
  color: #333;
  font-size: 0.18rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CaseScreening .box .item select:hover,
.CaseScreening .box .item .layui-form-select .layui-input:hover {
  border-color: #d2091d !important;
  color: #d2091d !important;
}
.CaseScreening .box .item .layui-form-select dl {
  top: 0.62rem;
}
.CaseScreening .box .item .layui-form-selectup dl {
  top: auto;
  bottom: 0.62rem;
}
.CaseScreening .box .item .layui-form-select dl dd.layui-this {
  color: #d2091d;
}
.CaseScreening .box .item svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.2rem;
}
.CaseScreening .box .item1 {
  position: relative;
}
.CaseScreening .box .item1 form {
  display: block;
}
.CaseScreening .box .item1 input {
  display: block;
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  padding: 0 0.2rem;
  border: 1px solid #ddd;
  color: #333;
  font-size: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CaseScreening .box .item1 label {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1rem;
  background: #d2091d;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.CaseScreening .box .item1 label input {
  display: none;
}
.CaseScreening .box .item1 label svg {
  margin-right: 7px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.caseList .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.caseList .box .item a {
  display: block;
  border: 1px solid #eee;
}
.caseList .box .item a figure img {
  width: 100%;
}
.caseList .box .item a figcaption {
  border-top: 1px solid #eee;
  padding: 0.56rem 0.3rem 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseList .box .item a figcaption .content1 {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.32rem;
  height: 0.64rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseList .box .item a figcaption .content2 {
  display: grid;
  gap: 0.14rem;
  margin-top: 0.24rem;
}
.caseList .box .item a figcaption .content2 p {
  font-size: 0.16rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseList .box .item a figcaption .content2 p span {
  color: #333;
  font-size: 0.18rem;
  font-family: 'gilroy_regular';
  display: inline-block;
  margin-left: 0.15rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseList .box .item a figcaption .content3 {
  margin-top: 0.32rem;
  line-height: 0.32rem;
}
.caseList .box .item a figcaption .content3 .left p {
  font-size: 0.16rem;
  width: 1rem;
  border: 1px solid #eee;
  text-align: center;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseList .box .item a figcaption .content3 .right {
  font-size: 0.18rem;
  color: #666;
}
.caseList .box .item a figcaption .content3 .right svg {
  margin-left: 0.15rem;
}
.caseList .box .item a:hover figcaption {
  background: #d2091d;
  border-color: #d2091d;
}
.caseList .box .item a:hover figcaption .content1 {
  color: #fff;
}
.caseList .box .item a:hover figcaption .content2 p {
  color: #fff;
}
.caseList .box .item a:hover figcaption .content2 p span {
  color: #fff;
}
.caseList .box .item a:hover figcaption .content3 .left p {
  background: rgba(255, 255, 255, 0.22);
  border-color: transparent;
  color: #fff;
}
.caseList .box .item a:hover figcaption .content3 .right {
  color: #fff;
}
.caseList .box .item a:hover figcaption .content3 .right svg path {
  fill: #fff;
}
.crumbs1 {
  width: 100%;
  padding: 0.3rem 0 0;
}
.crumbs1 .box_ {
  font-size: 16px;
  color: #333;
}
.crumbs1 .box_ i {
  font-size: 16px;
  opacity: 0.4;
}
.crumbs1 .box_ a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.crumbs1 .box_ a:hover {
  color: #d2091d;
}
.caseInfiContainer .box .boxLeft {
  width: 9.5rem;
  padding-right: 0.65rem;
  border-right: 1px solid #eee;
}
.caseInfiContainer .box .boxLeft .content1 {
  font-size: 0.48rem;
}
.caseInfiContainer .box .boxLeft .content2 {
  margin-top: 0.3rem;
  border-top: 3px solid #d2091d;
}
.caseInfiContainer .box .boxLeft .content2 h5 {
  font-size: 0.24rem;
}
.caseInfiContainer .box .boxLeft .content2 p {
  font-size: 0.18rem;
  /*color: #666;*/
  line-height: 0.36rem;
}
.caseInfiContainer .box .boxLeft .content2 img {
  display: block;
  margin: auto;
}
.caseInfiContainer .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.65rem;
}
.caseInfiContainer .box .boxRight .fix{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.caseInfiContainer .box .boxRight .pdf a {
  display: block;
  background: #d2091d;
  color: #fff;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.6rem;
  cursor: pointer;
}
.caseInfiContainer .box .boxRight .pdf a svg {
  margin-left: 0.1rem;
}
.caseInfiContainer .box .boxRight .biaoti {
  padding: 0.36rem 0;
  border-bottom: 1px solid #eee;
}
.caseInfiContainer .box .boxRight .biaoti:last-child {
  border-bottom: 0;
}
.caseInfiContainer .box .boxRight .biaoti .title {
  font-size: 0.24rem;
  color: #d2091d;
  padding-left: 0.2rem;
  line-height: 1;
  border-left: 2px solid #d2091d;
}
.caseInfiContainer .box .boxRight .biaoti .desc {
  margin-top: 0.22rem;
}
.caseInfiContainer .box .boxRight .biaoti .desc a {
  font-size: 0.24rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseInfiContainer .box .boxRight .biaoti .desc a:hover {
  color: #d2091d;
}
.caseInfiContainer .box .boxRight .biaoti ul {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.24rem;
}
.caseInfiContainer .box .boxRight .biaoti ul li a {
  color: #666;
  font-size: 0.18rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseInfiContainer .box .boxRight .biaoti ul li a svg {
  margin-right: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseInfiContainer .box .boxRight .biaoti ul li a:hover {
  color: #d2091d;
}
.caseInfiContainer .box .boxRight .biaoti ul li a:hover svg {
  opacity: 1;
  margin-right: 0.16rem;
}
.caseInfiContainer .box .boxRight .biaoti1 {
  margin-top: -0.36rem;
}
.CustomerService .box {
  display: grid;
  gap: 0.4rem;
}
.CustomerService .box .item {
  position: relative;
}
.CustomerService .box .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d2091d;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CustomerService .box .item a {
  padding: 0 1.05rem;
  border: 1px solid #eee;
  height: 3.9rem;
}
.CustomerService .box .item .img {
  width: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.CustomerService .box .item .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1.05rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.CustomerService .box .item .content .title {
  font-size: 0.3rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CustomerService .box .item .content .desc {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.16rem;
}
.CustomerService .box .item .content .link {
  font-size: 0.16rem;
  margin-top: 0.32rem;
}
.CustomerService .box .item .content .link svg {
  margin-left: 0.2rem;
  vertical-align: middle;
}
.CustomerService .box .item:hover::after {
  opacity: 1;
}
.CustomerService .box .item:hover a {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(125, 125, 125, 0.13);
  box-shadow: 0px 0px 43px 0px rgba(125, 125, 125, 0.13);
}
.CustomerService .box .item:hover .content .title {
  color: #d2091d;
}
.profession {
  margin-top: 0.3rem;
  border-top: 3px solid #d2091d;
}
.profession .main1 h5 {
  font-size: 0.28rem;
  color: #d2091d;
  padding-left: 0.32rem;
  position: relative;
}
.profession .main1 h5::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  background: #d2091d;
}
.profession .main1 p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
}
.profession .main1 h6 {
  font-size: 0.18rem;
}
.profession .main2 {
  margin-top: 0.52rem;
}
.profession .main2 h5 {
  font-size: 0.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
}
.profession .main3 {
  margin-top: 0.45rem;
}
.profession .main3 .left {
  width: 1.7rem;
  border-right: 1px solid #eee;
  display: grid;
  gap: 0.25rem;
}
.profession .main3 .left p {
  font-size: 0.18rem;
  color: #666;
  padding-left: 0.2rem;
  border-left: 3px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.profession .main3 .left p:hover {
  color: #d2091d;
}
.profession .main3 .left .active {
  border-color: #d2091d;
  color: #d2091d;
}
.profession .main3 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.5rem;
}
.profession .main3 .right .item {
  display: none;
}
.profession .main3 .right .item .tit {
  font-size: 0.2rem;
}
.profession .main3 .right .item ul {
  display: grid;
  gap: 0.16rem;
  margin-top: 0.2rem;
}
.profession .main3 .right .item ul li {
  font-size: 0.18rem;
  color: #666;
}
.profession .main3 .right .item ul li a {
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.profession .main3 .right .item ul li a svg {
  margin-left: 0.1rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.profession .main3 .right .item ul li a:hover {
  color: #d2091d;
}
.profession .main3 .right .item ul li a:hover svg {
  opacity: 1;
}
.profession .main3 .right .active {
  display: block;
}
.ProductManual .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.4rem;
}
.ProductManual .box .item {
  border: 1px solid #eee;
  position: relative;
}
.ProductManual .box .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #d2091d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.ProductManual .box .item a {
  display: block;
  cursor: pointer;
}
.ProductManual .box .item .boxTop {
  line-height: 1.15rem;
  padding: 0 0.35rem;
}
.ProductManual .box .item .boxTop .left {
  font-size: 0.24rem;
  color: #333;
}
.ProductManual .box .item .boxTop .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ProductManual .box .item .boxTop .right svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ProductManual .box .item:hover::after {
  opacity: 1;
}
.ProductManual .box .item:hover .boxTop .left {
  color: #d2091d;
}
.ProductManual .box .item:hover .boxTop .right svg path {
  fill: #d2091d;
}
.MessageConsultation .box {
  background: #f5f5f5;
  padding: 0.9rem 1.25rem;
}
.MessageConsultation .box .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  margin-bottom: 0.64rem;
}
.MessageConsultation .box h5 {
  font-size: 0.24rem;
  padding-left: 0.1rem;
  border-left: 3px solid #d2091d;
  line-height: 1;
}
.MessageConsultation .box .content3 .layui-form-checkbox span {
  font-size: 0.18rem;
}
.MessageConsultation .box .content3 .layui-form-checkbox[lay-skin=primary] i {
  width: 0.18rem;
  height: 0.18rem;
  line-height: 0.18rem;
}
.MessageConsultation .box .content3 .desc {
  margin-top: 0.25rem;
  margin-bottom: 0.3rem;
}
.MessageConsultation .box .content3 .desc p {
  margin-right: 0.9rem;
  margin-bottom: 0.1rem;
}
.MessageConsultation .box .content4 {
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.4rem;
}
.MessageConsultation .box .content4 .layui-form-select dl {
  top: 0.62rem;
}
.MessageConsultation .box .content4 .layui-form-selectup dl {
  top: auto;
  bottom: 0.62rem;
}
.MessageConsultation .box .content4 .item .top {
  font-size: 0.18rem;
}
.MessageConsultation .box .content4 .item .top span {
  color: #d2091d;
}
.MessageConsultation .box .content4 .item .bot {
  margin-top: 0.2rem;
}
.MessageConsultation .box .content4 .item .bot input {
  display: block;
  height: 0.6rem;
  padding: 0 0.3rem;
  background: #fff;
  width: 100%;
  border: 0;
  font-size: 0.18rem;
  border: 1px solid #eee;
}
.MessageConsultation .box .content5 {
  margin-top: 0.6rem;
}
.MessageConsultation .box .content5 > div {
  margin-right: 0.2rem;
}
.MessageConsultation .box .content5 input {
  display: none;
}
.MessageConsultation .box .content5 .aa {
  display: block;
  width: 1.5rem;
  line-height: 0.62rem;
  background: #fff;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MessageConsultation .box .content5 .aa svg {
  vertical-align: middle;
  margin-left: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MessageConsultation .box .content5 .aa svg path {
  fill: #333;
}
.MessageConsultation .box .content5 .aa:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.TrainingDocument .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.4rem;
}
.TrainingDocument .box .item {
  border: 1px solid #eee;
  position: relative;
}
.TrainingDocument .box .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #d2091d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.TrainingDocument .box .item a {
  display: block;
  cursor: pointer;
  padding: 0.4rem 0.35rem;
}
.TrainingDocument .box .item .boxTop .left {
  font-size: 0.24rem;
  color: #333;
}
.TrainingDocument .box .item .boxTop .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.TrainingDocument .box .item .boxTop .right svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.TrainingDocument .box .item .boxBot {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #666;
}
.TrainingDocument .box .item:hover::after {
  opacity: 1;
}
.TrainingDocument .box .item:hover .boxTop .left {
  color: #d2091d;
}
.TrainingDocument .box .item:hover .boxTop .right svg path {
  fill: #d2091d;
}
.UserPaper .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 0.4rem;
}
.UserPaper .box .item {
  border: 1px solid #eee;
  position: relative;
}
.UserPaper .box .item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #d2091d;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.UserPaper .box .item a {
  padding: 0.4rem 0.4rem 0.5rem;
  display: block;
}
.UserPaper .box .item a .content1 {
  font-size: 0.24rem;
  color: #333;
  vertical-align: middle;
  padding-left: 0.4rem;
  position: relative;
}
.UserPaper .box .item a .content1 .svg {
  position: absolute;
  left: 0;
  top: 0.05rem;
}
.UserPaper .box .item a .content1 .svg2 {
  margin-left: 0.1rem;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.UserPaper .box .item a .content2 {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.15rem;
}
.UserPaper .box .item a .content3 {
  margin-top: 0.36rem;
  line-height: 0.35rem;
}
.UserPaper .box .item a .content3 .left p {
  font-size: 0.16rem;
  color: #666;
  border: 1px solid #eee;
  text-align: center;
  padding: 0 0.1rem;
}
.UserPaper .box .item a .content3 .right {
  font-size: 0.18rem;
  color: #666;
  font-family: 'gilroy_regular';
}
.UserPaper .box .item:hover::after {
  opacity: 1;
}
.UserPaper .box .item:hover a .content1 {
  color: #d2091d;
}
.UserPaper .box .item:hover a .content1 svg path {
  fill: #d2091d;
}
.UserPaper .box .item:hover a .content1 .svg2 {
  opacity: 1;
}
.LiveClass .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.LiveClass .box .item a {
  display: block;
  border: 1px solid #eee;
}
.LiveClass .box .item a figure img {
  width: 100%;
}
.LiveClass .box .item a figcaption {
  border-top: 1px solid #eee;
  padding: 0.56rem 0.3rem 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.LiveClass .box .item a figcaption .content1 {
  font-size: 0.24rem;
  color: #333;
  line-height: 0.32rem;
  height: 0.64rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.LiveClass .box .item a figcaption .content2 {
  margin-top: 0.24rem;
  height: 0.56rem;
}
.LiveClass .box .item a figcaption .content2 p {
  font-size: 0.14rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 0.28rem;
  padding: 0 0.1rem;
}
.LiveClass .box .item a figcaption .content3 {
  margin-top: 0.32rem;
  line-height: 0.32rem;
}
.LiveClass .box .item a figcaption .content3 .left p {
  font-size: 0.16rem;
  border: 1px solid #eee;
  text-align: center;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 0.1rem;
}
.LiveClass .box .item a figcaption .content3 .right {
  font-size: 0.18rem;
  color: #666;
}
.LiveClass .box .item a figcaption .content3 .right svg {
  margin-left: 0.15rem;
}
.LiveClass .box .item a:hover figcaption {
  background: #d2091d;
  border-color: #d2091d;
}

.LiveClass .box .item a:hover figcaption .content1 {
  color: #fff;
}
.LiveClass .box .item a:hover figcaption .content2 p {
  color: #fff;
}
.LiveClass .box .item a:hover figcaption .content2 p span {
  color: #fff;
}
.LiveClass .box .item a:hover figcaption .content3 .left p {
  background: rgba(255, 255, 255, 0.22);
  border-color: transparent;
  color: #fff;
}
.LiveClass .box .item a:hover figcaption .content3 .right {
  color: #fff;
}
.LiveClass .box .item a:hover figcaption .content3 .right svg path {
  fill: #fff;
}
.newsContainer .toggle ul li {
  margin-right: 0.12rem;
}
.newsContainer .toggle ul li a {
  display: block;
  line-height: 0.6rem;
  border: 1px solid #ddd;
  padding: 0 0.4rem;
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .toggle ul li a img {
  -webkit-filter: invert(1);
  filter: invert(1);
  margin-right: 0.12rem;
  opacity: 0.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .toggle ul .active a {
  background: #d2091d;
  color: #fff;
}
.newsContainer .toggle ul .active a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  opacity: 1;
}
.newsContainer .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.newsContainer .box .item a {
  display: block;
  position: relative;
}
.newsContainer .box .item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d2091d;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box .item a figure {
  overflow: hidden;
}
.newsContainer .box .item a figure img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box .item a figcaption {
  padding: 0.45rem 0.35rem;
  border: 1px solid #eee;
}
.newsContainer .box .item a figcaption .content1 {
  font-size: 0.16rem;
  font-family: 'gilroy_Medium';
  color: #999;
}
.newsContainer .box .item a figcaption .content2 {
  font-size: 0.2rem;
  color: #333;
  margin-top: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.newsContainer .box .item a figcaption .content3 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-top: 0.12rem;
}
.newsContainer .box .item a figcaption .content4 {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.65rem;
}
.newsContainer .box .item a figcaption .content4 svg {
  margin-left: 0.15rem;
  vertical-align: middle;
}
.newsContainer .box .item a:hover::after {
  opacity: 1;
}
.newsContainer .box .item a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newsContainer .box .item a:hover figcaption .content2 {
  color: #d2091d;
}
.NewsInfoContainer .box .boxLeft {
  width: 9.5rem;
  padding-right: 0.64rem;
}
.NewsInfoContainer .box .boxLeft .content1 {
  font-size: 0.48rem;
  line-height: 1.2;
}
.NewsInfoContainer .box .boxLeft .content2 {
  font-size: 0.18rem;
  color: #666;
  font-family: 'gilroy_regular';
  margin-top: 0.18rem;
  padding-bottom: 0.35rem;
  border-bottom: 3px solid #d2091d;
}
.NewsInfoContainer .box .boxLeft .content2 svg {
  vertical-align: middle;
  margin: -1px 0.1rem 0 0;
}
.NewsInfoContainer .box .boxLeft .content3 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  padding-top: 0.5rem;
}
.NewsInfoContainer .box .boxLeft .content4 {
  display: grid;
  gap: 0.2rem;
  margin-top: 0.7rem;
}
.NewsInfoContainer .box .boxLeft .content4 p a {
  /*display: block;*/
  font-size: 0.18rem;
  line-height: 0.68rem;
  border: 1px solid #eee;
  padding: 0 0.3rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsInfoContainer .box .boxLeft .content4 p a span {
  font-size: 0.16rem;
  color: #666;
  display: inline-block;
  margin-right: 0.1rem;
}
.NewsInfoContainer .box .boxLeft .content4 p a:hover {
  color: #d2091d;
}
.NewsInfoContainer .box .boxLeft .content5 {
  margin-top: 0.5rem;
}
.NewsInfoContainer .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.64rem;
}
.NewsInfoContainer .box .boxRight .content1 .left {
  font-size: 0.24rem;
  color: #d2091d;
  padding-left: 0.2rem;
  line-height: 1;
  border-left: 2px solid #d2091d;
}
.NewsInfoContainer .box .boxRight .content1 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.NewsInfoContainer .box .boxRight .content1 .right a {
  font-size: 0.18rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsInfoContainer .box .boxRight .content1 .right a svg {
  margin-left: 0.1rem;
}
.NewsInfoContainer .box .boxRight .content1 .right a:hover {
  color: #d2091d;
}
.NewsInfoContainer .box .boxRight .content2 {
  margin-top: 0.32rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}
.NewsInfoContainer .box .boxRight .content2 ul {
  display: grid;
  gap: 0.18rem;
}
.NewsInfoContainer .box .boxRight .content2 ul li a {
  font-size: 0.18rem;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.NewsInfoContainer .box .boxRight .content2 ul li a:hover {
  color: #d2091d;
}
.NewsInfoContainer .box .boxRight .content3 {
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.NewsInfoContainer .box .boxRight .content3 .ite figure img {
  width: 100%;
}
.NewsInfoContainer .box .boxRight .content3 .ite figcaption {
  margin-top: 8px;
  font-size: 0.16rem;
  color: #666;
  text-align: center;
}
.RecruitPerson .box {
  display: grid;
  gap: 0.2rem;
}
.RecruitPerson .box .item {
  padding: 0 0.85rem;
  background: #f5f5f5;
}
.RecruitPerson .box .item .boxTop {
  line-height: 1.16rem;
  font-size: 0.24rem;
  cursor: pointer;
}
.RecruitPerson .box .item .boxTop .content1 {
  width: 5.08rem;
}
.RecruitPerson .box .item .boxTop .content2 {
  width: 1.67rem;
}
.RecruitPerson .box .item .boxTop .content3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.RecruitPerson .box .item .boxTop .content4 {
  width: 0.3rem;
  text-align: right;
}
.RecruitPerson .box .item .boxTop .content4 svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RecruitPerson .box .item .boxTop .content4 svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.RecruitPerson .box .item .boxTop.active .content4 svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.RecruitPerson .box .item .boxTop.active .content4 svg path {
  fill: #d2091d;
}
.RecruitPerson .box .item .boxBot {
  display: none;
  padding-bottom: 0.72rem;
}
.RecruitPerson .box .item .boxBot h5 {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.RecruitPerson .box .item .boxBot p {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.34rem;
}
.CompanyIntroduction {
  background: url(../images/img72.png) no-repeat right 1rem;
}
.CompanyIntroduction .title {
  font-size: 0.18rem;
  color: #666;
}
.CompanyIntroduction .title1 {
  margin-top: 0.2rem;
}
.CompanyIntroduction .box .boxLeft {
  width: 52%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.CompanyIntroduction .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.6rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 0.4rem;
  text-align: justify;
}
.CompanyIntroduction .box .boxRight a {
  color: #d2091d;
  text-decoration: underline;
}
.CompanyIntroduction .box1 {
  margin-top: 1.12rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.CompanyIntroduction .box1 .item {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
}
.CompanyIntroduction .box1 .item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(184, 184, 184, 0.3);
  box-shadow: 0px 0px 24px 0px rgba(184, 184, 184, 0.3);
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CompanyIntroduction .box1 .item::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 3px solid #d2091d;
}
.CompanyIntroduction .box1 .item .ite {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0.36rem 0;
}
.CompanyIntroduction .box1 .item .ite .content1 {
  height: 0.83rem;
}
.CompanyIntroduction .box1 .item .ite .content1 img {
  max-height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.CompanyIntroduction .box1 .item .ite .content2 {
  font-size: 0.6rem;
  line-height: 1;
  color: #d2091d;
  margin: 0.15rem 0;
}
.CompanyIntroduction .box1 .item .ite .content3 {
  font-size: 0.18rem;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .CompanyIntroduction .box1 .item:not(:last-child) {
    border-right: 0;
  }
  .CompanyIntroduction .box1 .item:hover {
    border-color: transparent;
  }
  .CompanyIntroduction .box1 .item:hover::before,
  .CompanyIntroduction .box1 .item:hover::after {
    opacity: 1;
    height: -webkit-calc(100.5%);
    height: calc(100% + 0.5rem);
  }
  .CompanyIntroduction .box1 .item:hover .ite .content1 img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
  
  
  
  .MainFunction .box .content1 p{
      font-size: 0.26rem;
  }
  
.MainFunction .box .content1 p::after {
    top: 0.11rem;
}
  
}
.BusinessIntroduction {
  background: url(../images/img73.png) no-repeat 50% 50% / cover;
}
.BusinessIntroduction .box {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.42rem;
}
.BusinessIntroduction .box img {
  display: block;
  margin: auto;
}
.BusinessPartner .desc {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.36rem;
  padding-right: 3rem;
}
.BusinessPartner .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.BusinessPartner .box .item {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf0f4), to(#ffffff));
  background-image: -o-linear-gradient(top, #ecf0f4 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #ecf0f4 0%, #ffffff 100%);
  padding: 0.55rem 0.4rem 0.4rem;
  border: 1px solid #f2f7fd;
}
.BusinessPartner .box .item .content1 {
  height: 0.35rem;
}
.BusinessPartner .box .item .content1 img {
  max-height: 100%;
}
.BusinessPartner .box .item .content2 {
  font-size: 0.24rem;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  border-top: 1px solid #ddd;
}
.BusinessPartner .box .item .content3 {
  font-size: 0.16rem;
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.15rem;
}
.BusinessPartner .box .item .content3 a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.BusinessPartner .box .item .content3 a:hover {
  color: #d2091d;
}
.SendWord {
  background: url(../images/img76.png) no-repeat 50% 50% / cover;
}
.SendWord .title {
  color: #fff;
}
.SendWord .box {
  position: relative;
  padding-bottom: 2.1rem;
}
.SendWord .box .img img {
  width: 100%;
  min-height: 6.7rem;
}
.SendWord .box .orientation {
  width: 7.2rem;
  height: 6.7rem;
  position: absolute;
  left: 1rem;
  top: 1.15rem;
  background: url(../images/img78.png) no-repeat 50% 50% / cover;
  padding: 0.68rem;
}
.SendWord .box .orientation .content1 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.4rem;
  height: 4.4rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #d2091d #fff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  padding-right: 0.2rem;
}
.SendWord .box .orientation .content1::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.SendWord .box .orientation .content1::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ffffff;
}
.SendWord .box .orientation .content1::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.SendWord .box .orientation .content2 {
  color: #fff;
  text-align: right;
  margin-top: 0.45rem;
}
.SendWord .box .orientation .content2 p {
  font-size: 0.18rem;
}
.SendWord .box .orientation .content2 div {
  font-size: 0.24rem;
  margin-top: 6px;
}
.ContactUs {
  background: #f8fbff;
}
.ContactUs .title1 {
  margin-top: 0.7rem;
}
.ContactUs .box {
  background: #fff;
}
.ContactUs .box .boxLeft {
  padding: 0 0.5rem 0 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ContactUs .box .boxLeft .content2 {
  font-size: 0.3rem;
  margin-top: 0.3rem;
}
.ContactUs .box .boxLeft .content3 {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.2rem;
}
.ContactUs .box .boxLeft .content3 p {
  position: relative;
  padding-left: 0.42rem;
  font-size: 0.18rem;
  color: #666;
}
.ContactUs .box .boxLeft .content3 p img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 0.22rem;
}
.ContactUs .box .boxRight {
  width: 8.5rem;
}
.ContactUs .box .boxRight img {
  width: 100%;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.FreeTrial {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.FreeTrial .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.FreeTrial .box1 .box_main {
  width: 14.8rem;
  min-height: 5rem;
  background: #fff;
  margin: auto;
  padding-bottom: 0.6rem;
}
.FreeTrial .box1 .box_main .close {
  padding: 0.35rem 0.45rem 0;
}
.FreeTrial .box1 .box_main .close p {
  width: 0.6rem;
  height: 0.6rem;
  background: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.FreeTrial .box1 .box_main .close p svg {
  margin: auto;
}
.FreeTrial .box1 .box_main .close p svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FreeTrial .box1 .box_main .close p:hover {
  background: #d2091d;
}
.FreeTrial .box1 .box_main .close p:hover svg path {
  fill: #fff;
}
.FreeTrial .box1 .box_main .padd {
  padding: 0 1.28rem;
}
.FreeTrial .box1 .box_main .title {
  font-size: 0.24rem;
  line-height: 1.5;
}
.FreeTrial .box1 .box_main .title a {
  color: #d2091d;
}
.FreeTrial .box1 .box_main form .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  margin-bottom: 0.64rem;
}
.FreeTrial .box1 .box_main form h5 {
  font-size: 0.24rem;
  padding-left: 0.1rem;
  border-left: 3px solid #d2091d;
  line-height: 1;
}
.FreeTrial .box1 .box_main form .content3 .layui-form-checkbox span {
  font-size: 0.18rem;
}
.FreeTrial .box1 .box_main form .content3 .layui-form-checkbox[lay-skin=primary] i {
  width: 0.18rem;
  height: 0.18rem;
  line-height: 0.18rem;
}
.FreeTrial .box1 .box_main form .content3 .desc {
  margin-top: 0.25rem;
  margin-bottom: 0.3rem;
}
.FreeTrial .box1 .box_main form .content3 .desc p {
  margin-right: 0.9rem;
  margin-bottom: 0.1rem;
}
.FreeTrial .box1 .box_main form .content4 {
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 0.3rem;
}
.FreeTrial .box1 .box_main form .content4 .layui-form-select dl {
  top: 0.62rem;
}
.FreeTrial .box1 .box_main form .content4 .layui-form-selectup dl {
  top: auto;
  bottom: 0.62rem;
}
.FreeTrial .box1 .box_main form .content4 .item .top {
  font-size: 0.18rem;
}
.FreeTrial .box1 .box_main form .content4 .item .top span {
  color: #d2091d;
}
.FreeTrial .box1 .box_main form .content4 .item .bot {
  margin-top: 0.2rem;
}
.FreeTrial .box1 .box_main form .content4 .item .bot input {
  display: block;
  height: 0.6rem;
  padding: 0 0.3rem;
  background: #fff;
  width: 100%;
  border: 0;
  font-size: 0.18rem;
  border: 1px solid #eee;
}
.FreeTrial .box1 .box_main form .content5 {
  margin-top: 0.5rem;
}
.FreeTrial .box1 .box_main form .content5 > div {
  margin-right: 0.2rem;
}
.FreeTrial .box1 .box_main form .content5 input {
  display: none;
}
.FreeTrial .box1 .box_main form .content5 .aa {
  display: block;
  width: 1.5rem;
  line-height: 0.62rem;
  background: #eee;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FreeTrial .box1 .box_main form .content5 .aa svg {
  vertical-align: middle;
  margin-left: 0.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.FreeTrial .box1 .box_main form .content5 .aa svg path {
  fill: #333;
}
.FreeTrial .box1 .box_main form .content5 .aa:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.UserLogin {
  background: #fafafa;
}
.UserLogin .box {
  width: min(9.6rem, 90vw);
  margin: auto;
  background: #fff;
  min-height: 2rem;
  -webkit-box-shadow: 0px 0px 105.08px 36.92px rgba(142, 142, 142, 0.08);
  box-shadow: 0px 0px 105.08px 36.92px rgba(142, 142, 142, 0.08);
}
.UserLogin .box .toggle {
  font-size: 0.36rem;
  color: #666;
}
.UserLogin .box .toggle p {
  position: relative;
  cursor: pointer;
  margin: 0 0.28rem;
  padding-bottom: 0.2rem;
}
.UserLogin .box .toggle p a {
  color: #666;
}
.UserLogin .box .toggle p::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.56rem;
  height: 3px;
  background: #d2091d;
  opacity: 0;
}
.UserLogin .box .toggle .active a {
  color: #333;
}
.UserLogin .box .toggle .active::after {
  opacity: 1;
}
.UserLogin .box .toggleMain {
  padding: 0 1.85rem;
  margin-top: 0.78rem;
}
.UserLogin .box .toggleMain .content1 .top {
  font-size: 0.18rem;
}
.UserLogin .box .toggleMain .content1 .top span {
  color: #d2091d;
}
.UserLogin .box .toggleMain .content1 .bot {
  margin-top: 0.18rem;
  position: relative;
}
.UserLogin .box .toggleMain .content1 .bot input[type='text'],
.UserLogin .box .toggleMain .content1 .bot input[type='password'] {
  font-size: 0.16rem;
  display: block;
  width: 100%;
  height: 0.56rem;
  border: 1px solid #ddd;
  padding: 0 0.3rem;
}
.UserLogin .box .toggleMain .content2 .bot p {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.16rem;
}
.UserLogin .box .toggleMain .content2 .bot p a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.UserLogin .box .toggleMain .content2 .bot p a:hover {
  color: #d2091d;
}
.UserLogin .box .toggleMain .content3 p {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.UserLogin .box .toggleMain .content3 p input {
  font-size: 0.18rem;
  background: none;
  border: 0;
  height: 0.25rem;
  padding: 0 0.2rem;
  cursor: pointer;
  color: #d2091d;
  border-left: 1px solid #d2091d;
}
.UserLogin .box .toggleMain .content4 {
  font-size: 0.16rem;
  color: #999;
}
.UserLogin .box .toggleMain .content4 a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.UserLogin .box .toggleMain .content4 a:hover {
  color: #d2091d;
}
.UserLogin .box .toggleMain .content5 input {
  display: none;
}
.UserLogin .box .toggleMain .content5 .aa {
  padding-left: 0.4rem;
}
.UserLogin .box .toggleMain .content5 .aa a {
  color: #d2091d;
  font-size: 0.18rem;
  line-height: 0.62rem;
}
.UserLogin .box .toggleMain .content5 .home_button {
  cursor: pointer;
}
.UserLogin .box .toggleMain .main_login {
  display: grid;
  gap: 0.3rem;
}
.UserServiceAgreement .box {
  font-size: 0.18rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 1520px) {
  .MessageConsultation .box {
    padding: 0.9rem;
  }
}
@media screen and (max-width: 1450px) {
  .home_banner .banner .swiper-slide .orientation .content2,
  .home_banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.62rem;
  }
  .SecondaryNavigation .box li a svg {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  .CustomerService .box .item .img {
    width: 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .product_Nav .scroll .product_box .grid .list_item .item > a .img {
    width: 0.8rem;
  }
  .product_Nav .scroll .product_box .grid .list_item .item > a .title {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .SolutionOverview .box1 .left {
    width: 6.8rem;
  }
  .footer .box3 {
    padding: 0.32rem 0 0.56rem;
  }
  .homr_product .box .boxRight .main_list .main .orientation ul li a .title{
      width: 2.6rem;
  }
  .homr_product .box .boxRight .main_list .main .orientation ul li a .img{
      width: 1.2rem;
  }
  .homr_product .box .boxRight .main_list .main .orientation ul li a .img img{
      max-width:90%;
  }
  
  .product_Nav .scroll .product_box .grid .list_item .item > a .title ,
  .solution_Nav .scroll .solution_box .grid .list_item .item > a .title{
    width: 2.48rem;
  }
  .home_banner .banner .swiper-slide .orientation{
      top: 2rem;
  }
  .FreeTrial .box1 .box_main {
    transform: scale(0.86);
  }
  
  
  
  
}
@media screen and (max-width: 1200px) {
  .header_Container {
    display: none;
  }
  .article_container {
    display: none !important;
  }
  body {
    --win_padd: 5vw;
  }
  .footer .box1 .boxRight {
    /*display: none;*/
    margin-top: 0.4rem;
  }
  
  .footer .box1 .boxRight .item1 {
    margin-left: 0.4rem;
  }
  
 .footer .box1 .boxRight .item1 ul li {
    padding-right: 0.3rem;
}
  
  
  .home_banner .img img {
    min-height: 6rem;
    width: 100%;
  }
  .home_banner .banner .swiper-slide .orientation {
    top: 1.2rem;
  }
  .home_banner .banner .swiper-slide .orientation .content2,
  .home_banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.4rem;
  }
  .homr_product .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    --wid: 0.3rem;
  }
  .homr_product .box .boxLeft {
    width: 100%;
  }
  .homr_product .box .boxLeft ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .homr_product .box .boxLeft ul li {
    height: 100%;
    padding: 0.2rem 0;
  }
  .homr_product .box .boxRight .main_list .img1 img {
    min-height: 5.3rem;
  }
  .homr_product .box .boxRight .main_list .main .orientation ul li a .img {
    width: 1rem;
  }
  .homr_product .box .boxRight .main_list .main .orientation ul li a .title {
    width: 1.7rem;
  }
  .homr_product .box .boxRight .main_list .main .orientation ul li a .btn {
    opacity: 1;
  }
  .p96_ {
    padding-bottom: 0.76rem;
  }
  .p96 {
    padding-top: 0.76rem;
  }
  .home_News .box .banner .swiper .swiper-wrapper .swiper-slide,
  .home_News .box .banner .swiper {
    height: auto;
  }
  .home_News .box .banner .swiper .swiper-wrapper .swiper-slide a .main {
    padding: 0.4rem 0.3rem 0;
  }
  .home_Case .button .page div span,
  .home_News .box .banner .button .page div span {
    margin: 0 0.1rem;
  }
  .ServiceSupport .img img {
    min-height: 4rem;
  }
  .footer .box1 {
    padding: 0.7rem 0 0.6rem;
  }
  .footer .box3 a {
    margin-left: 0;
  }
  .footer .box3 .left {
    line-height: 2;
  }
  .HeaderMobile .Language {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .HeaderMobile .Language p {
    font-size: 0.18rem;
  }
  .HeaderMobile .Language p svg {
    vertical-align: middle;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .HeaderMobile .Language ul {
    position: absolute;
    top: 100%;
    left: -30%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 12px #f5f5f5;
    box-shadow: 0px 3px 12px #f5f5f5;
    width: 160%;
    display: none;
    padding: 6px 0;
  }
  .HeaderMobile .Language ul li a {
    display: block;
    text-align: center;
    line-height: 0.35rem;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .HeaderMobile .Language ul li a:hover {
    color: #d2091d;
  }
  .InnerBanner .img img {
    min-height: 4rem;
  }
  .homr_product .box .boxRight .main_list .main .title1 .left,
  .home_News .toggle ul li a,
  .f48,
  .home_Case .title span,
  .ServiceSupport .orientation .content1,
  .InnerBanner .orientation .box .content1 {
    font-size: 0.32rem;
  }
  .productContainer .box .boxLeft {
    display: none;
  }
  .productContainer .box .boxRight {
    padding: 0.76rem 0;
  }
  .productContainer .box .boxRight .list .item .a .right .main .content1 {
    font-size: 0.26rem;
  }
  .productInfoContainer .summarize .box .content2 .left {
    max-width: 100%;
    padding-right: 0;
  }
  .productInfoContainer .summarize .box .content2 .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    margin-top: 0.3rem;
  }
  .MainFunction .box .content2 p {
    font-size: 0.22rem;
    margin-right: 0.5rem;
    margin-bottom: 0.3rem;
    padding-bottom: 0.14rem;
  }
  .MainFunction .box .content3 .main {
    padding: 0.4rem;
  }
  .MainFunction .box .content3 .main .tit {
    font-size: 0.26rem;
  }
  .solutionC .box .banner {
    margin: 0;
  }
  .solutionC .box .banner .swiper {
    padding: 0;
  }
  .solutionC .box .banner .swiper-slide figcaption .l,
  .caseContainer .box .item figcaption .l {
    font-size: 0.22rem;
  }
  .solutionC .box .banner .swiper-slide figcaption,
  .caseContainer .box .item figcaption {
    padding: 0.45rem 0.3rem;
  }
  .ApplicationCase .box,
  .Download .box {
    gap: 0.2rem;
  }
  .ApplicationCase .box .item a figure figcaption {
    font-size: 0.22rem;
    bottom: 0.2rem;
  }
  .Download .box .item a .left {
    font-size: 0.2rem;
  }
  .Download .box .item a {
    padding: 0 0.2rem;
  }
  .RelatedActivity .box .banner .swiper .swiper-slide a figcaption .h5,
  .MoreSolutions .box .banner .swiper-slide a figcaption .content1,
  .CustomerService .box .item .content .title,
  .profession .main1 h5 {
    font-size: 0.24rem;
  }
  .CustomerService .box .item .img {
    width: 1.2rem;
  }
  .CaseToggle .box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.12rem;
  }
  .CaseToggle .box ul li {
    margin-right: 0rem;
  }
  .CustomerService .box .item a {
    height: 3.2rem;
  }
  .CaseToggle .box ul li a {
    min-width: 1rem;
  }
  .caseContainer .box {
    margin-top: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .SolutionOverview .box1 .left {
    width: 100%;
  }
  .SolutionOverview .box1 .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .SolutionOverview .box3 ._main {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .MoreSolutions .box .banner .swiper-slide a figcaption {
    padding: 0.3rem;
  }
  .CaseScreening .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .caseList .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .caseList .box .item a figcaption .content1 {
    font-size: 0.2rem;
  }
  .pageBox .box_ .link {
    display: none;
  }
  .pageBox .box_ .btn {
    margin: 0 0.1rem;
  }
  .caseInfiContainer .box .boxLeft .content1 {
    font-size: 0.28rem;
  }
  .caseInfiContainer .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .caseInfiContainer .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
    width: 100%;
    margin-top: 0.5rem;
  }
  .CustomerService .box .item a {
    padding: 0 0.45rem;
  }
  .CustomerService .box .item .content {
    padding-left: 0.65rem;
  }
  .CompanyIntroduction .box .boxLeft {
    width: 100%;
  }
  .CompanyIntroduction .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 0.3rem;
  }
  .CompanyIntroduction .box1 {
    margin-top: 0.6rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .CompanyIntroduction .box1 .item .ite .content2 {
    font-size: 0.4rem;
  }
  .CompanyIntroduction .box1 .item .ite .content1 {
    height: 0.73rem;
  }
  .BusinessPartner .desc {
    padding-right: 0;
  }
  .BusinessPartner .box,
  .newsContainer .box,
  .ProductManual .box,
  .LiveClass .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .BusinessPartner .box .item {
    padding: 0.55rem 0.3rem 0.4rem;
  }
  .BusinessPartner .box .item .content2 {
    font-size: 0.2rem;
  }
  .SendWord .box .orientation {
    width: 100%;
    height: -webkit-calc(99.3%);
    height: calc(100% - 0.7rem);
    top: 0;
    left: 0;
    padding: 0.56rem;
  }
  .SendWord .box {
    padding-bottom: 0.7rem;
  }
  .ContactUs .box .boxLeft {
    padding: 0.4rem;
  }
  .ContactUs .box .boxRight {
    width: 100%;
    padding: 0.4rem;
    padding-top: 0;
  }
  .ContactUs .box .boxRight img {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .ContactUs .box .boxLeft .content1 img {
    height: 0.4rem;
  }
  .ProductManual .box .item .boxTop {
    padding: 0 0.25rem;
  }
  .ContactUs .box .boxLeft .content2 {
    font-size: 0.24rem;
  }
  .ContactUs .box .boxLeft .content3 {
    margin-top: 0.3rem;
  }
  .RecruitPerson .box .item {
    padding: 0 0.4rem;
  }
  .RecruitPerson .box .item .boxTop .content2 {
    display: none;
  }
  .RecruitPerson .box .item .boxTop {
    line-height: 0.4rem;
    font-size: 0.22rem;
    padding: 0.2rem 0;
  }
  .RecruitPerson .box .item .boxTop .content1 {
    width: 3.78rem;
  }
  .newsContainer .box .item a figcaption .content4 {
    margin-top: 0.25rem;
  }
  .NewsInfoContainer .box .boxLeft .content1 {
    font-size: 0.28rem;
  }
  .NewsInfoContainer .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .NewsInfoContainer .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0.4rem;
    padding-left: 0;
  }
  .NewsInfoContainer .box .boxRight .content3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .MessageConsultation .box {
    padding: 0.5rem 0.3rem;
  }
  .MessageConsultation .box .content4 {
    gap: 0.3rem 0.2rem;
  }
  .MessageConsultation .box .content4 .item .bot input {
    padding: 0 0.2rem;
  }
  .TrainingDocument .box .item a {
    padding: 0.4rem 0.25rem;
  }
  .UserPaper .box .item a .content1 {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .UserPaper .box .item a {
    padding: 0.3rem 0.2rem 0.3rem;
  }
  .LiveClass .box .item a figcaption {
    padding: 0.36rem 0.2rem 0.3rem;
  }
  .LiveClass .box .item a figcaption .content1 {
    font-size: 0.22rem;
  }
  .UserLogin .box .toggleMain {
    padding: 0 0.55rem;
    margin-top: 0.6rem;
  }
  .UserLogin .box .toggle {
    font-size: 0.26rem;
  }
  .caseInfiContainer .box .boxLeft {
    border-right: 0;
  }
  .ServiceSupport .orientation {
    background: none;
  }
  .homr_product .box .boxLeft ul li{
      border-bottom: 0;
  }
  
  .FreeTrial .box1 .box_main .padd {
      padding: 0 0.68rem;
  }
    
    .FreeTrial .box1 .box_main .close p {
        width: 0.4rem;
        height: 0.4rem;
    }
    
    .Download .box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.3rem 0.4rem;
    }
      .Download .box .item a .left {
        width: 80%;
    }
  .RecruitPerson .box .item .boxTop .content1 {
        padding-right: 0.3rem;
    }
}
@media screen and (max-width: 699px) {
    .ApplicationCase .box {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.2rem;
    }
.maodian {
    top: -58px;
}
    
    .Download .box .item a {
    line-height: 0.8rem;
}
    .MainFunction .box .content1 {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.16rem;
    }
    .FreeTrial .box1 .box_main .padd {
        padding: 0 0.18rem;
    }
    .FreeTrial .box1 .box_main form .content4 {
        gap: 0.2rem 0.1rem;
    }
    
    .FreeTrial .box1 .box_main form .content4 .item .bot input {
        padding: 0 0.1rem;
    }
    .Download .box .item a {
        line-height: 0.4rem;
        padding: 0.2rem;
    }
      
    
  .home_banner .banner .swiper-slide .orientation .content2,
  .home_banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.3rem;
  }
  .MobileMain .HeaderMobile .box .button .menu,
  .MobileMain .HeaderMobile .box .button .search {
    margin-left: 0.3rem;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 26px;
  }
  .HeaderMobile .Language ul li a {
    line-height: 0.45rem;
  }
  .homr_product .box .boxLeft ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .homr_product .box .boxRight .main_list .main .orientation ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .homr_product .box .boxRight .main_list .main .orientation ul li a .title {
    width: 2.4rem;
  }
  .homr_product .box .boxRight .main_list .main .title1 .left,
  .home_News .toggle ul li a,
  .f48,
  .home_Case .title span,
  .ServiceSupport .orientation .content1,
  .InnerBanner .orientation .box .content1 {
    font-size: 0.26rem;
  }
  .home_News .toggle ul li {
    margin-right: 0.2rem;
  }
  .home_News .box .banner .swiper .swiper-wrapper .swiper-slide a .img {
    width: 2.16rem;
  }
  .home_News .box .banner .swiper .swiper-wrapper .swiper-slide a .main {
    padding: 0.3rem 0.2rem 0;
  }
  .home_News .box .banner .swiper {
    padding-right: 1px;
  }
  .home_News .toggle div p a svg {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .footer .box1 .boxLeft {
    width: 100%;
  }
  .footer .box1 .boxLeft .content2 form .input1 {
    width: 3.38rem;
  }
  .HeaderMobile .Language p svg {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .productContainer .box .boxRight .list .item .a .left {
    width: 100%;
  }
  .productContainer .box .boxRight .list .item .a .right {
    padding-left: 0;
    padding-top: 0.3rem;
  }
  .CaseToggle .box ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .caseContainer .box,
  .CaseScreening .box,
  .caseList .box,
  .Download .box,
  .BusinessPartner .box,
  .newsContainer .box,
  .ProductManual .box,
  .LiveClass .box,
  .TrainingDocument .box,
  .MessageConsultation .box .content4,
  .UserPaper .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .RelatedSoftware .box p a {
    padding: 0 0.24rem;
  }
  .Download .box .item a .right svg,
  .ProductManual .box .item .boxTop .right svg,
  .TrainingDocument .box .item .boxTop .right svg {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .caseInfiContainer .box .boxLeft .content1,
  .NewsInfoContainer .box .boxLeft .content1 {
    font-size: 0.24rem;
  }
  .CustomerService .box .item .content {
    padding-left: 0.35rem;
  }
  .CustomerService .box .item a {
    padding: 0 0.25rem;
  }
  .UserPaper .box .item a .content1 .svg2 {
    display: none;
  }
  .profession .main3 .right {
    padding: 0 0.3rem;
  }
  .SendWord .box .orientation {
    padding: 0.56rem 0.4rem;
  }
  .SendWord .box .orientation .content2 div {
    font-size: 0.22rem;
  }
  .RecruitPerson .box .item .boxTop .content4 svg path {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .newsContainer .toggle ul li {
    margin-bottom: 0.12rem;
  }
  .NewsInfoContainer .box .boxRight {
    margin-top: 0.7rem;
  }
  .NewsInfoContainer .box .boxRight .content3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .NewsInfoContainer .box .boxRight .content3 .ite figcaption {
    line-height: 0.3rem;
  }
  .NewsInfoContainer .box .boxRight .content3 .ite figcaption img {
    width: 0.3rem;
  }
  .MessageConsultation .box h5 {
    font-size: 0.22rem;
  }
  .home_button .a {
    width: 1.9rem;
  }
  .UserLogin .box .toggleMain {
    padding: 0 0.35rem;
  }
  .homr_product .box .boxRight .main_list .main .orientation ul li {
    display: none;
  }
  .homr_product .box .boxRight .main_list .main .orientation ul li:nth-child(1),
  .homr_product .box .boxRight .main_list .main .orientation ul li:nth-child(2),
  .homr_product .box .boxRight .main_list .main .orientation ul li:nth-child(3),
  .homr_product .box .boxRight .main_list .main .orientation ul li:nth-child(4) {
    display: block;
  }
  .footer .box1 .boxRight .item1 ul {
    grid-template-columns: repeat(1, 1fr);
}
  .footer .box1 {
    padding: 0.6rem 0 0.3rem;
}
  .footer .box1 .boxRight .item h5 {
        font-size: 0.22rem;
    }
    
    
    
}
/*# sourceMappingURL=./style.css.map */