.w_1520 {
  margin: 0 10.4vw;
}
.maodian {
  position: relative;
  top: -100px;
}
.header_box_phone {
  background: #fff;
  padding: 10px 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: 0.5s;
  display: none;
  border-bottom: 1px solid #f5f5f5;
}
.header_box_phone .header_main {
  width: 94%;
  margin: auto;
}
.header_box_phone .header_main .logo img {
  height: 46px;
}
.header_box_phone .header_main .stock {
  line-height: 2.875rem;
  font-size: 1.2rem;
  margin-left: 2rem;
}
.header_box_phone .header_main .shouS {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  font-family: #0d69c4;
}
.header_box_phone .header_main .language {
  font-size: 1.5rem;
  line-height: 34px;
  margin-right: 2rem;
}
.header_box_phone .header_main .language a {
  color: #0d69c4;
}
.header_box_phone .header_main .language i {
  font-size: 1.4rem;
}
.header_box_phone .header_main .call {
  font-size: 1.5rem;
  font-family: 'gilroy_bold';
  margin-left: 2.25rem;
  line-height: 46px;
  cursor: default;
  margin-right: 3rem;
}
.header_box_phone .header_main .call img {
  filter: invert(0.4);
  margin-right: 0.5rem;
}
.header_box_phone .header_main .call a {
  color: #999;
}
.header_box_phone .header_main .header_menu {
  display: flex;
  align-items: center;
}
.header_box_phone .header_main .header_menu span {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 3px;
  background-color: #999;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
}
.header_box_phone .header_main .header_menu span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  left: 0;
  border-radius: 2px;
  top: -10px;
  background-color: #999;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.header_box_phone .header_main .header_menu span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  left: 0;
  border-radius: 2px;
  bottom: -10px;
  background-color: #999;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.header_box_phone .header_main .act span {
  background: none;
}
.header_box_phone .header_main .act span::before {
  transform: rotate(45deg);
  top: 0;
}
.header_box_phone .header_main .act span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mob_header.active {
  top: 76px;
  height: calc(100% - 76px);
}
.mob_header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 67px;
  height: calc(100% - 67px);
  background: #fff;
  z-index: 10;
  display: none;
}
.mob_header .mob_top {
  width: 90%;
  margin: auto;
}
.mob_header .mob_top .btn {
  line-height: 50px;
}
.mob_header .mob_top .btn span {
  font-size: 26px;
  color: #666;
}
.mob_header .bob_nav {
  margin: 50px 2vw 0 3vw;
  padding-bottom: 50px;
  padding-right: 1vw;
  height: calc(100% - 150px);
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
}
.mob_header .bob_nav .nav_item {
  border-bottom: 1px solid #eee;
}
.mob_header .bob_nav .nav_item > a {
  line-height: 55px;
  font-size: 16px;
  width: 100%;
}
.mob_header .bob_nav .nav_item > a span {
  color: #000;
}
.mob_header .bob_nav .nav_item > a i {
  color: #999;
  transition: 0.4s;
  display: inline-block;
}
.mob_header .bob_nav .nav_item .act i {
  transform: rotate(45deg);
}
.mob_header .bob_nav .nav_item .nav_select {
  display: none;
}
.mob_header .bob_nav .nav_item .nav_select .select_item {
  border-top: 1px dashed #eee;
}
.mob_header .bob_nav .nav_item .nav_select .select_item > a {
  width: 100%;
  color: #666;
  line-height: 50px;
  font-size: 15px;
  box-sizing: border-box;
}
.mob_header .bob_nav .nav_item .nav_select .select_item > a i {
  color: #999;
  transition: 0.4s;
  display: inline-block;
}
.mob_header .bob_nav .nav_item .nav_select .select_item ul {
  display: none;
}
.mob_header .bob_nav .nav_item .nav_select .select_item ul li {
  border-bottom: 1px dashed #ddd;
}
.mob_header .bob_nav .nav_item .nav_select .select_item ul li a {
  display: block;
  width: 100%;
  color: #999;
  line-height: 50px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #f5f5f5;
}
.index_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
}
.index_header .box .boxTop {
  padding: 1rem 0;
}
.index_header .box .boxTop .boxLeft .left a img {
  height: 62px;
}
.index_header .box .boxTop .boxLeft .right {
  margin-left: 2.125rem;
  position: relative;
}
.index_header .box .boxTop .boxLeft .right div {
  font-size: 15px;
  font-family: 'albb_m';
  color: #fff;
  margin-top: 12px;
}
.index_header .box .boxTop .boxLeft .right p {
  font-size: 13px;
  color: #fff;
}
.index_header .box .boxTop .boxLeft .right::after {
  content: '';
  position: absolute;
  top: 16px;
  left: -0.875rem;
  background: #fff;
  opacity: 0.3;
  width: 2px;
  height: 56%;
}
.index_header .box .boxTop .boxRight {
  line-height: 62px;
}
.index_header .box .boxTop .boxRight div {
  font-size: 1.8rem;
  font-family: 'gilroy_bold';
  color: #fff;
  margin-left: 4rem;
  cursor: default;
}
.index_header .box .boxTop .boxRight div img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.index_header .box .boxBot {
  margin-top: 1.75rem;
}
.index_header .box .boxBot .boxLeft .nav .item {
  position: relative;
  margin-right: 6.875rem;
}
.index_header .box .boxBot .boxLeft .nav .item:last-child {
  margin-right: 0;
}
.index_header .box .boxBot .boxLeft .nav .item > p {
  line-height: 48px;
}
.index_header .box .boxBot .boxLeft .nav .item > p a {
  font-size: 1.25rem;
  color: #fff;
  transition: 0.4s;
}
.index_header .box .boxBot .boxLeft .nav .item .select {
  position: absolute;
  top: 48px;
  width: 160%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
}
.index_header .box .boxBot .boxLeft .nav .item .select > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
.index_header .box .boxBot .boxLeft .nav .item .select ul {
  margin-top: 1rem;
  background: #fff;
  padding: 1rem 0;
  border-radius: 0.5rem;
}
.index_header .box .boxBot .boxLeft .nav .item .select ul li {
  text-align: center;
}
.index_header .box .boxBot .boxLeft .nav .item .select ul li a {
  font-family: 1rem;
  color: #000;
  display: block;
  line-height: 2.25rem;
}
.index_header .box .boxBot .boxLeft .nav .item .select ul li a:hover {
  color: #d53337;
}
.index_header .box .boxBot .boxLeft .nav .item .select ul .active a {
  color: #d53337;
}
.index_header .box .boxBot .boxLeft .nav .item:hover > p a {
  font-family: 'albb_b';
}
.index_header .box .boxBot .boxLeft .nav .item:hover .select {
  visibility: inherit;
}
.index_header .box .boxBot .boxLeft .nav .active > p a {
  font-family: 'albb_b';
}
.index_header .box .boxBot .boxRight a {
  display: block;
  line-height: 48px;
  background: #d53337;
  font-size: 16px;
  color: #fff;
  width: 11.25rem;
  text-align: center;
  border-radius: 0.5rem;
}
.index_header .box .boxBot .boxRight a img {
  margin-right: 0.1875rem;
}
.index_header .box .boxBot .boxRight a:hover {
  box-shadow: 0px 0px 0.625rem rgba(255, 255, 255, 0.3);
}
.indexBanner {
  position: relative;
}
.indexBanner > .box {
  position: relative;
}
.indexBanner > .box .swiper-slide {
  position: relative;
}
.indexBanner > .box .swiper-slide a{
	display: block;
}
.indexBanner > .box .swiper-slide  img {
  width: 100%;
  /* height: 100vh; */
  object-fit: cover;
}
.indexBanner > .box .swiper-slide .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.indexBanner > .box .swiper-slide .main ._box .content1 div {
  font-size: 3.75rem;
  font-family: 'albb_b';
  color: #0d69c4;
}
.indexBanner > .box .swiper-slide .main ._box .content1 p {
  font-size: 1.625rem;
  font-family: 'gilroy_bold';
  color: #afaba5;
  text-transform: uppercase;
  margin-top: 0.625rem;
}
.indexBanner > .box .swiper-slide .main ._box .content2 {
  margin-top: 2.8125rem;
}
.indexBanner > .box .swiper-slide .main ._box .content2 .item .img img {
  height: 2.5rem;
}
.indexBanner > .box .swiper-slide .main ._box .content2 .item .text {
  margin-top: 0.75rem;
  font-size: 1.125rem;
}
.indexBanner > .box .swiper-slide .main ._box .content2 .item1 {
  height: 50px;
  width: 1px;
  background: #ddd;
  margin: 1rem 2.5rem 0 4.5rem;
}
.indexBanner > .box .swiper-slide .main ._box .content3 {
  margin-top: 3.75rem;
}
.indexBanner .page {
  position: absolute;
  right: 10.4vw;
  top: 50%;
  z-index: 6;
}
.indexBanner .page .text {
  font-family: 'gilroy_regular';
  color: #fff;
  line-height: 2.875rem;
  margin: 0 1.75rem;
}
.indexBanner .page .text span {
  font-size: 1.5rem;
}
.indexBanner .page .text font {
  font-size: 1.125rem;
}
.indexBanner .page .text i {
  font-size: 1rem;
}
.indexBanner .page > p {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  border-radius: 0.5rem;
  cursor: pointer;
}
.indexBanner .page > p i {
  font-family: 'gilroy_bold';
}
.indexBanner .page > p:hover {
  border: 1px solid #d53337;
}
.indexBanner .page > p:hover i {
  color: #d53337;
}
.index_link a {
  display: block;
  width: 14.375rem;
  line-height: 3.5rem;
  color: #fff;
  background: #d53337;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.index_link a span {
  position: relative;
  z-index: 1;
}
.index_link a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  content: '';
  height: 3.5rem;
  width: 3.5rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.1;
  transition: 0.4s;
}
.index_link a:hover::after {
  transform: translateX(-50%) translateY(-50%) scale(5);
}
.index_link1 a {
  display: block;
  width: 10.625rem;
  line-height: 3.125rem;
  color: #fff;
  background: #d53337;
  font-size: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.index_link1 a span {
  position: relative;
  z-index: 1;
}
.index_link1 a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  content: '';
  height: 3.125rem;
  width: 3.125rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.1;
  transition: 0.4s;
}
.index_link1 a:hover::after {
  transform: translateX(-50%) translateY(-50%) scale(5);
}
.index_link2 a {
  display: block;
  width: 10.625rem;
  line-height: 3.125rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
  border: 1px solid #fff;
  transition: 0.4s;
}
.index_link2 a:hover {
  background: #d53337;
  border: 1px solid #d53337;
}
.index_fixed {
  position: fixed;
  right: 0rem;
  z-index: 8;
  display: none;
  bottom: 20%;
}
.index_fixed .box .item {
  width: 5.125rem;
  text-align: center;
  background: #fff;
  padding: 0.8125rem 0;
  border-radius: 0.5rem;
  transition: 0.2s;
  margin-bottom: 5px;
  position: relative;
}
.index_fixed .box .item .img img {
  height: 1.25rem;
  transition: 0.2s;
  filter: invert(1);
}
.index_fixed .box .item .text {
  font-size: 0.875rem;
  color: #333;
  margin-top: 0.75rem;
  transition: 0.2s;
}
.index_fixed .box .item .main {
  position: absolute;
  font-family: 'gilroy_bold';
  font-size: 1.625rem;
  top: 50%;
  right: 6.5rem;
  transform: translateY(-50%);
  width: 13.75rem;
  background: #fff;
  line-height: 3.625rem;
  border-radius: 0.4rem;
  display: none;
}
.index_fixed .box .item .main a {
  color: #000;
}
.index_fixed .box .item .main span {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #fff;
}
.index_fixed .box .item .ewm {
  position: absolute;
  font-size: 1.625rem;
  top: 50%;
  right: 6.5rem;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 0.4rem;
  padding: 6px;
  display: none;
}
.index_fixed .box .item .ewm img {
  width: 7rem;
}
.index_fixed .box .item .ewm span {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #fff;
}
.index_fixed .box .item:hover {
  background: #d53337;
}
.index_fixed .box .item:hover .img img {
  filter: invert(0);
}
.index_fixed .box .item:hover .text {
  color: #fff;
}
.index_fixed .box .item:hover .main {
  display: block;
}
.index_fixed .box .item:hover .ewm {
  display: block;
}
.index_quote {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 6;
  background: rgba(13, 105, 196, 0.9);
  padding: 2.1875rem 0;
}
.index_quote i {
  position: absolute;
  top: 1rem;
  right: 8vw;
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
  display: none;
}
.index_quote i:hover {
  font-weight: bold;
}
.index_quote .box .item {
  width: 13.5%;
  height: 48px;
  background: #fff;
  border-radius: 0.5rem;
  position: relative;
  box-sizing: border-box;
}
.index_quote .box .item > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  border: 6px solid transparent;
  border-top-color: #999;
}
.index_quote .box .item > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5625rem;
}
.index_quote .box .item select {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  font-size: 1rem;
  color: #666;
  padding-left: 3.125rem;
  padding-right: 1rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.index_quote .box .item1 input {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  font-size: 1rem;
  color: #666;
  padding-left: 3.125rem;
  padding-right: 1rem;
  cursor: pointer;
  box-sizing: border-box;
}
.index_quote .box .item2 {
  background: none;
}
.index_quote .box .item2 input[type='button'] {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  font-size: 1rem;
  background: none;
  color: #fff;
  padding-right: 1rem;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 0;
  transition: 0.4s;
}
.index_quote .box .item2 input[type='button']:hover {
  background: #d53337;
  border: 1px solid #d53337;
}
.p80 {
  padding-top: 5.625rem;
}
.p80_ {
  padding-bottom: 5.625rem;
}
.index_title .left {
  font-family: 'albb_m';
  font-size: 3.125rem;
  line-height: 3.375rem;
  height: 3.375rem;
}
.index_title .left span {
  font-family: 'albb_b';
  font-size: 3.375rem;
  color: #0d69c4;
}
.index_solution {
  background: url(../images/case1.png) no-repeat 50% 50%;
  background-size: cover;
}
.index_solution .box .content1 {
  font-size: 1.5rem;
  color: #666;
  margin-top: 1.375rem;
}
.index_solution .box .content2 {
  margin: 3.375rem 0 0;
}
.index_solution .box .content2 .item {
  position: relative;
}
.index_solution .box .content2 .item .list {
  width: 29.5rem;
  box-sizing: border-box;
  border-radius: 0.625rem;
  background: #f2f6fe;
}
.index_solution .box .content2 .item .list a {
  display: block;
  padding: 3.375rem 2rem 0;
}
.index_solution .box .content2 .item .list a .main1 {
  font-size: 5rem;
  color: #0d69c4;
  opacity: 0.3;
  font-family: 'gilroy_bold';
}
.index_solution .box .content2 .item .list a .main2 div {
  font-family: 'albb_b';
  font-size: 1.875rem;
  color: #000;
}
.index_solution .box .content2 .item .list a .main2 p {
  font-size: 1rem;
  font-family: 'gilroy_regular';
  color: #333;
  opacity: 0.4;
}
.index_solution .box .content2 .item .list a .main3 {
  padding: 2.5rem 0 1.25rem;
}
.index_solution .box .content2 .item .list a .main3 img {
  width: 100%;
}
.index_solution .box .content2 .item .list1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 62.875rem;
  background: #f2f6fe;
  box-sizing: border-box;
  border-radius: 0.625rem;
  padding: 3.375rem 2rem 0;
  display: none;
}
.index_solution .box .content2 .item .list1 .left_ .con1 {
  margin-top: 4.375rem;
  font-size: 5rem;
  color: #0d69c4;
  opacity: 0.3;
  font-family: 'gilroy_bold';
}
.index_solution .box .content2 .item .list1 .left_ .con2 div {
  font-family: 'albb_b';
  font-size: 1.875rem;
  color: #000;
}
.index_solution .box .content2 .item .list1 .left_ .con2 p {
  font-size: 1rem;
  font-family: 'gilroy_regular';
  color: #333;
  opacity: 0.4;
}
.index_solution .box .content2 .item .list1 .left_ .con3 {
  margin-top: 6.375rem;
}
.index_solution .box .content2 .item .list1 .right_ {
  margin-top: 1rem;
}
.index_solution .box .content2 .item .list1 .right_ img {
  max-width: 36.6875rem;
  max-height: 27rem;
}
.index_solution .box .content2 .item:last-child .list1 {
  right: 0;
  left: inherit;
}
.index_solution .box .content2 .active .list1 {
  display: flex;
}
.index_case {
  position: relative;
}
.index_case .box_box {
  position: absolute;
  left: 0vw;
  top: 5.625rem;
  z-index: 3;
  width: 100%;
}
.index_case .box_box .box .boxLeft .content1 {
  font-size: 2.5rem;
  color: #fff;
  font-family: 'albb_b';
}
.index_case .box_box .box .boxLeft .content2 {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.25rem;
}
.index_case .box_box .box .boxLeft .content3 {
  margin-top: 4.25rem;
}
.index_case .box_box .box .boxRight {
  overflow: hidden;
  border-radius: 8px;
}
.index_case .box_box .box .boxRight .item {
  width: 17.5rem;
}
.index_case .box_box .box .boxRight .item a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  text-align: center;
  padding: 1.25rem 0;
}
.index_case .box_box .box .boxRight .item a div img {
  filter: invert(1);
  height: 1.5rem;
}
.index_case .box_box .box .boxRight .item a p {
  margin-top: 0.5625rem;
  font-size: 1rem;
  color: #000;
}
.index_case .box_box .box .boxRight .active a {
  background: #d53337;
}
.index_case .box_box .box .boxRight .active a div img {
  filter: invert(0);
}
.index_case .box_box .box .boxRight .active a p {
  color: #fff;
}
.index_case .banner_box {
  position: relative;
}
.index_case .banner_box .banner {
  position: relative;
}
.index_case .banner_box .banner .swiper-slide p{
	position: relative;
	
}
.index_case .banner_box .banner .swiper-slide p::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.4);
	
}
.index_case .banner_box .banner .swiper-slide img {
  width: 100%;
}
.index_case .banner_box .banner .button .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  line-height: 2.875rem;
  cursor: pointer;
  color: #fff;
  transition: 0.4s;
}
.index_case .banner_box .banner .button .btn:hover {
  background: #d53337;
  border: 1px solid #d53337;
}
.index_case .banner_box .banner .button .prev {
  left: 5rem;
}
.index_case .banner_box .banner .button .next {
  right: 5rem;
}
.index_case .banner_box .main {
  position: absolute;
  left: 0;
  bottom: 2.1875rem;
  z-index: 4;
  width: 100%;
}
.index_case .banner_box .main .box_ .wenan .title_ {
  font-size: 2.25rem;
  color: #fff;
  margin: 2rem 0 1.25rem;
}
.index_case .banner_box .main .box_ .wenan .info p {
  margin-right: 1.875rem;
  color: #fff;
  font-size: 1rem;
}
.index_case .banner_box .main .box_ .wenan .info p img {
  margin-right: 0.5rem;
}
.index_case .banner_box .main .box_ .banner1 {
  width: 60%;
}
.index_case .banner_box .main .box_ .banner1 .swiper-slide {
  cursor: pointer;
}
.index_case .banner_box .main .box_ .banner1 .swiper-slide .item {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.index_case .banner_box .main .box_ .banner1 .swiper-slide .item img {
  width: 100%;
  height: 8.875rem;
  object-fit: cover;
}
.index_case .banner_box .main .box_ .banner1 .swiper-slide .item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.index_case .banner_box .main .box_ .banner1 .swiper-slide p {
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  margin-top: 1.25rem;
  opacity: 0.5;
}
.index_case .banner_box .main .box_ .banner1 .swiper-slide-thumb-active .item {
  border: 1px solid #979796;
}
.index_case .banner_box .main .box_ .banner1 .swiper-slide-thumb-active .item::after {
  background: rgba(0, 0, 0, 0);
}
.index_case .banner_box .main .box_ .banner1 .swiper-slide-thumb-active p {
  opacity: 1;
}
.index_process {
  background: url(../images/bg1.png) no-repeat left top;
  background-size: 100% auto;
}
.index_process .information {
  font-size: 1.5rem;
  color: #666;
  line-height: 2.25rem;
  margin-top: 1.25rem;
}
.index_process .box {
  margin-top: 3rem;
}
.index_process .box .banner .swiper-container {
  overflow: inherit;
}
.index_process .box .banner .swiper-container .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 0.75rem;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 12%;
  background: #f4f7fa;
  cursor: pointer;
  transition: 0.4s;
  background-image: linear-gradient(to right, #fff, #f7f9fb);
  box-sizing: border-box;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide:first-child {
  border-radius: 0.75rem 0 0 0.75rem;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item {
  padding: 2.875rem 1rem 2.8125rem 1.875rem;
  position: relative;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item::after {
  content: '';
  position: absolute;
  bottom: -2.5REM;
  left: 50%;
  transform: translateX(-50%);
  border: 1.25rem solid transparent;
  border-bottom-color: #0d69c4;
  opacity: 0;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content1 {
  font-size: 1.375rem;
  font-family: 'gilroy_bold';
  color: #000;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content2 {
  font-family: 'gilroy_regular';
  font-size: 1rem;
  color: #000;
  opacity: 0.5;
  margin-top: 0.875rem;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 {
  margin-top: 3.625rem;
  height: 5.375rem;
  overflow: hidden;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 div {
  font-size: 2.125rem;
  font-family: 'albb_b';
  color: #000;
  position: relative;
  top: 1.2rem;
  transition: 0.4s;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 p {
  font-size: 1rem;
  color: #000;
  position: relative;
  top: 1.2rem;
  transition: 0.4s;
  opacity: 0;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content4 {
  margin-top: 1.125rem;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content4 span {
  display: block;
  width: 2rem;
  height: 1px;
  background: #d53337;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content5 {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  opacity: 0;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content5 img {
  width: 7rem;
}
.index_process .box .banner .swiper-container .swiper-wrapper .active {
  background-image: linear-gradient(to right, #1584db, #1584db, #0066ca);
  width: 16%;
}
.index_process .box .banner .swiper-container .swiper-wrapper .active .item::after {
  opacity: 1;
}
.index_process .box .banner .swiper-container .swiper-wrapper .active .item .content1 {
  color: #fff;
}
.index_process .box .banner .swiper-container .swiper-wrapper .active .item .content2 {
  color: #fff;
}
.index_process .box .banner .swiper-container .swiper-wrapper .active .item .content3 div {
  color: #fff;
  top: 0rem;
}
.index_process .box .banner .swiper-container .swiper-wrapper .active .item .content3 p {
  color: #fff;
  top: 0rem;
  opacity: 1;
}
.index_process .box .banner .swiper-container .swiper-wrapper .active .item .content5 {
  opacity: 1;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide-active1 {
  background-image: linear-gradient(to right, #1584db, #1584db, #0066ca);
  width: 16%;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide-active1 .item::after {
  opacity: 1;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide-active1 .item .content1 {
  color: #fff;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide-active1 .item .content2 {
  color: #fff;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide-active1 .item .content3 div {
  color: #fff;
  top: 0rem;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide-active1 .item .content3 p {
  color: #fff;
  top: 0rem;
  opacity: 1;
}
.index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide-active1 .item .content5 {
  opacity: 1;
}
.index_process .box1_ {
  background: rgba(13, 105, 196, 0.9);
  padding: 4.375rem 0 5.625rem;
  margin-top: 2.5rem;
}
.index_process .box1_ .index_link2 {
  margin-top: 3rem;
}
.index_process .box1 .list {
  display: none;
}
.index_process .box1 .list .main .item {
  width: 32%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.index_process .box1 .list .main .item .img {
  overflow: hidden;
}
.index_process .box1 .list .main .item .img img {
  width: 100%;
  transition: 0.4s;
}
.index_process .box1 .list .main .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 3.125rem;
}
.index_process .box1 .list .main .item .text div {
  height: 3.5rem;
  
  margin-bottom: 0.625rem;
}
.index_process .box1 .list .main .item .text div span {
  font-size: 4.5rem;
  color: #fff;
  opacity: 0.3;
  font-family: 'gilroy_bold';
}
.index_process .box1 .list .main .item .text p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.125rem;
}
.index_process .box1 .list .main .item:hover .img img {
  transform: scale(1.1);
}
.index_process .box1 .active {
  display: block;
}
.index_data {
  background: url(../images/bg2.png) no-repeat 50% 50%;
  background-size: 100% 100%;
}
.index_data .box {
  padding: 5rem 0 4.6875rem;
}
.index_data .box .item {
  text-align: center;
  width: 11rem;
}
.index_data .box .item .top {
  color: #0d69c4;
  font-size: 2.625rem;
  font-family: 'albb_b';
}
.index_data .box .item .top span {
  font-size: 5rem;
  font-family: 'gilroy_bold';
}
.index_data .box .item .bot {
  font-size: 1.25rem;
  color: #000;
  margin-top: 1rem;
}
.index_data .box .item .bot img {
  max-height: 2.8125rem;
  margin-right: 0.375rem;
}
.index_about .box .boxLeft {
  position: relative;
  width: 63%;
}
.index_about .box .boxLeft .img img {
  width: 100%;
}
.index_about .box .boxLeft .main {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5.625rem 9vw 0 10.4vw;
  top: 0;
  left: 0;
  z-index: 3;
}
.index_about .box .boxLeft .main .content1 {
  font-size: 2.5rem;
  color: #000;
  font-family: 'albb_m';
}
.index_about .box .boxLeft .main .content1 span {
  color: #0d69c4;
}
.index_about .box .boxLeft .main .content2 {
  font-size: 1.25rem;
  font-family: 'albb_b';
  line-height: 2.25rem;
  margin-top: 1.125rem;
}
.index_about .box .boxLeft .main .content3 {
  font-size: 1.125rem;
  color: #555;
  line-height: 2.125rem;
  margin-top: 2rem;
}
.index_about .box .boxLeft .main .content4 {
  margin-top: 3.75rem;
}
.index_about .box .boxLeft .main .content4 .item {
  margin-right: 4.375rem;
  
}
.index_about .box .boxLeft .main .content4 .item .top {
  font-size: 1.5rem;
}
.index_about .box .boxLeft .main .content4 .item .top span {
  font-size: 3.75rem;
  font-family: 'gilroy_bold';
  color: #0d69c4;
}
.index_about .box .boxLeft .main .content4 .item .bot {
  font-size: 1.25rem;
  color: #888;
  margin-top: 0.5rem;
}
.index_about .box .boxLeft .main .content5 {
  margin-top: 7.5rem;
}
.index_about .box .boxLeft .main .content5 .play {
  margin-left: 4rem;
  cursor: pointer;
}
.index_about .box .boxLeft .main .content5 .play svg {
  width: 3rem;
  height: 3rem;
}
.index_about .box .boxLeft .main .content5 .play path {
  transition: 0.4s;
}
.index_about .box .boxLeft .main .content5 .play:hover path {
  fill: #d53337;
}
.index_about .box .boxRight {
  width: 37%;
  background: url(../images/bg3.png) no-repeat 50% 50%;
  background-size: auto 100%;
}
.index_about .box .boxRight .banner {
  width: 16.875rem;
  margin: 11rem auto 0;
}
.index_about .box .boxRight .banner .item .img img {
  width: 100%;
}
.index_about .box .boxRight .banner .item .text {
  font-size: 1.5rem;
  text-align: center;
  font-family: 'albb_m';
}
.index_about .box .boxRight .page {
  margin-top: 7.5rem;
}
.index_about .box .boxRight .page p span {
  margin: 0 0.5rem;
}
.index_about .box .boxRight .page .swiper-pagination-bullet-active {
  background: #d53337;
}
.index_partnership {
  background: url(../images/bg4.png) no-repeat 50% 50%;
  background-size: 100% auto ;
}
.index_partnership .information {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #666;
  margin-top: 1.25rem;
}
.index_partnership .information span {
  font-family: 'albb_b';
  color: #0d69c4;
}
.index_partnership .box {
  margin-top: 3.5rem;
}
.index_partnership .box .banner .item .content1 {
  overflow: hidden;
}
.index_partnership .box .banner .item .content1 img {
  width: 100%;
  transition: 0.4s;
}
.index_partnership .box .banner .item .content2 {
  background: #fff;
  padding: 2.25rem;
  transition: 0.4s;
}
.index_partnership .box .banner .item .content3 {
  font-size: 1.625rem;
  font-family: 'albb_m';
}
.index_partnership .box .banner .item .content4 {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.625rem;
  height: 3.25rem;
  margin-top: 1rem;
}
.index_partnership .box .banner .item .content5 {
  margin-top: 1.375rem;
}
.index_partnership .box .banner .item .content5 span {
  display: inline-block;
  font-size: 0.9375rem;
  color: #666;
  background: #f0f0f0;
  line-height: 2rem;
  padding: 0 5px;
}
.index_partnership .box .banner .item:hover .content1 img {
  transform: scale(1.1);
}
.index_partnership .box .banner .item:hover .content2 {
  color: #0d69c4;
}
.index_partnership .box .page {
  margin-top: 3rem;
}
.index_partnership .box .page .text {
  font-family: 'gilroy_regular';
  color: #666;
  line-height: 2.875rem;
  margin: 0 1.75rem;
}
.index_partnership .box .page .text span {
  font-size: 1.5rem;
}
.index_partnership .box .page .text font {
  font-size: 1.5rem;
}
.index_partnership .box .page .text i {
  font-size: 1rem;
}
.index_partnership .box .page > p {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.4s;
}
.index_partnership .box .page > p i {
  font-family: 'gilroy_bold';
}
.index_partnership .box .page > p:hover {
  border: 1px solid #d53337;
}
.index_partnership .box .page > p:hover i {
  color: #d53337;
}
.index_news .box .boxLeft {
  width: 50%;
  box-sizing: border-box;
  padding: 5.625rem 9.25rem 0 10.4vw;
}
.index_news .box .boxLeft .main .content1 {
  font-family: 'albb_m';
  font-size: 2.5rem;
}
.index_news .box .boxLeft .main .content2 {
  font-size: 1.25rem;
  color: #666;
  margin-top: 2.25rem;
}
.index_news .box .boxLeft .main .content3 {
  margin-top: 1.75rem;
}
.index_news .box .boxLeft .main .content3 .item {
  border-bottom: 1px solid #eee;
}
.index_news .box .boxLeft .main .content3 .item:last-child {
  border: 0;
}
.index_news .box .boxLeft .main .content3 .item a {
  line-height: 4rem;
}
.index_news .box .boxLeft .main .content3 .item a .title {
  font-size: 1rem;
  font-family: 'albb_m';
  color: #000;
  width: 80%;
  transition: 0.4s;
}
.index_news .box .boxLeft .main .content3 .item a .time {
  font-size: 12px;
  color: #999;
}
.index_news .box .boxLeft .main .content3 .item a:hover .title {
  color: #0d69c4;
}
.index_news .box .boxLeft .main .content4 {
  margin-top: 2.8125rem;
}
.index_news .box .boxRight {
  width: 50%;
}
.index_news .box .boxRight a .img {
  overflow: hidden;
}
.index_news .box .boxRight a .img img {
  width: 100%;
  transition: 0.4s;
}
.index_news .box .boxRight a .info {
  background: #f5f5f5;
  padding: 1.5rem 10.4vw 0 3.125rem;
  position: relative;
}
.index_news .box .boxRight a .info .content1 {
  font-size: 0.875rem;
  color: #999;
}
.index_news .box .boxRight a .info .content2 {
  font-size: 1.5rem;
  color: #000;
  font-family: 'albb_m';
  margin: 0.75rem 0 0;
}
.index_news .box .boxRight a .info .content3 {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  height: 3.75rem;
  margin-top: 1.25rem;
  transition: 0.4s;
}
.index_news .box .boxRight a .info .content4 {
  font-size: 0.875rem;
  color: #999;
  padding: 2.5rem 0 2.8125rem;
}
.index_news .box .boxRight a .info .content5 {
  position: absolute;
  top: 7rem;
  right: 5.625rem;
}
.index_news .box .boxRight a:hover .img img {
  transform: scale(1.1);
}
.index_news .box .boxRight a:hover .info .content3 {
  color: #d53337;
}
.index_index_quote {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0 5rem;
  background: url(../images/bg5.png) no-repeat 50% 50%;
  background-size: cover;
  display: none;
}
.index_index_quote > .box .content1 {
  font-size: 1.125rem;
  color: #666;
  text-align: center;
}
.index_index_quote > .box .content2 {
  font-size: 1.875rem;
  font-family: 'albb_b';
  text-align: center;
  margin-top: 0.5625rem;
}
.index_index_quote > .box .content2 span {
  font-family: 'gilroy_bold';
  color: #d53337;
}
.index_index_quote > .box .content3 .index_quote_ {
  padding: 2.1875rem 0 0;
}
.index_index_quote > .box .content3 .index_quote_ i {
  position: absolute;
  top: 2rem;
  right: 8vw;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
}
.index_index_quote > .box .content3 .index_quote_ i:hover {
  font-weight: bold;
}
.index_index_quote > .box .content3 .index_quote_ .box .item {
  width: 13.5%;
  height: 48px;
  background: #fff;
  border-radius: 0.5rem;
  position: relative;
  box-sizing: border-box;
}
.index_index_quote > .box .content3 .index_quote_ .box .item > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  border: 6px solid transparent;
  border-top-color: #999;
}
.index_index_quote > .box .content3 .index_quote_ .box .item > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5625rem;
}
.index_index_quote > .box .content3 .index_quote_ .box .item select {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  font-size: 1rem;
  color: #666;
  padding-left: 3.125rem;
  padding-right: 1rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.index_index_quote > .box .content3 .index_quote_ .box .item1 input {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  font-size: 1rem;
  color: #666;
  padding-left: 3.125rem;
  padding-right: 1rem;
  cursor: pointer;
  box-sizing: border-box;
}
.index_index_quote > .box .content3 .index_quote_ .box .item2 {
  background: none;
  position: relative;
  overflow: hidden;
}
.index_index_quote > .box .content3 .index_quote_ .box .item2 input[type='button'] {
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  font-size: 1rem;
  background: none;
  color: #fff;
  padding-right: 1rem;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 0;
  transition: 0.4s;
  background: #d53337;
  border: 1px solid #d53337;
}
.index_index_quote > .box .content3 .index_quote_ .box .item2::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  content: '';
  height: 3.125rem;
  width: 3.125rem;
  background: #fff;
  border-radius: 50%;
  opacity: 0.1;
  transition: 0.4s;
}
.index_index_quote > .box .content3 .index_quote_ .box .item2:hover::after {
  transform: translateX(-50%) translateY(-50%) scale(5);
}
.index_footer {
  background: url(../images/bg6.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.index_footer .box .content1 {
  padding: 2.875rem 0 0;
}
.index_footer .box .content1 .left .item h5 {
  padding-bottom: 1.875rem;
  font-size: 1.25rem;
  color: #fff;
  padding-right: 6.5625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.index_footer .box .content1 .left .item div {
  padding-right: 6.5625rem;
  line-height: 2.125rem;
  margin-top: 1.125rem;
}
.index_footer .box .content1 .left .item div p {
  font-size: 1rem;
  color: #fff;
  opacity: 0.4;
  transition: .4s;
}
.index_footer .box .content1 .left .item div p:hover{
	opacity: 1;
}
.index_footer .box .content1 .right {
  width: 32.5rem;
  position: relative;
}
.index_footer .box .content1 .right .list {
  margin-top: 1.875rem;
}
.index_footer .box .content1 .right .list .item {
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 2.8125rem;
}
.index_footer .box .content1 .right .list .item div {
  font-size: 1rem;
  color: #fff;
  opacity: 0.5;
}
.index_footer .box .content1 .right .list .item p {
  font-size: 1.25rem;
  font-family: 'gilroy_bold';
  color: #fff;
  margin-top: 0.3125rem;
}
.index_footer .box .content1 .right .list .item p span {
  font-size: 1rem;
}
.index_footer .box .content1 .right .list .item img {
  position: absolute;
  top: 0;
  left: 0;
}
.index_footer .box .content1 .right .ewm_box {
  position: absolute;
  top: 0rem;
  right: 0;
}
.index_footer .box .content1 .right .ewm_box .img img {
  width: 10.625rem;
}
.index_footer .box .content1 .right .ewm_box .f {
  margin-top: 2rem;
}
.index_footer .box .content1 .right .ewm_box .f .feng p {
  margin-left: 1rem;
  padding: 0;
  height: 20px;
  background: none;
  position: relative;
  cursor: pointer;
}
.index_footer .box .content1 .right .ewm_box .f .feng p::after {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.4);
  width: 1.2rem;
  height: 1.2rem;
  transform: scale(2);
  border-radius: 50%;
}
.index_footer .box .content1 .right .ewm_box .f .feng p a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  transform: scale(0.9);
  z-index: 1;
}
.index_footer .box .content1 .right .ewm_box .f .feng p img {
  filter: invert(0.5);
  position: relative;
  z-index: 1;
}
.index_footer .box .content1 .right .ewm_box .f .feng p:nth-child(1) {
  margin-left: 0;
}
.index_footer .box .content1 .right .ewm_box .f .feng p:nth-child(3) {
  margin-left: 1.5625rem;
}
.index_footer .box .content2 h5 {
  font-size: 1rem;
  color: #999;
}
.index_footer .box .content2 .list {
  margin-top: 0.6rem;
}
.index_footer .box .content2 .list p {
  margin-right: 4.375rem;
  line-height: 2rem;
}
.index_footer .box .content2 .list p a {
  font-size: 0.875rem;
  color: #666;
  transition: .4s;
}
.index_footer .box .content2 .list p a:hover{
	color: #fff;
}
.index_footer .box .content3 {
  width: 15rem;
  box-sizing: border-box;
  position: relative;
  margin-top: 1rem;
}
.index_footer .box .content3 > p {
  line-height: 3rem;
  border-radius: 0.5rem;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  font-size: 1rem;
  color: #666;
  padding-left: 1rem;
  padding-right: 1rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: none;
  border: 1px solid #fff;
}
.index_footer .box .content3 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  border: 6px solid transparent;
  border-top-color: #999;
  transition: 0.4s;
}
.index_footer .box .content3 ul {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  background: #212120;
  padding: 1rem 0;
  border: 1px solid #999;
  box-sizing: border-box;
  border-radius: 8px 8px 0 0;
  display: none;
  z-index: 1;
}
.index_footer .box .content3 ul li a {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.5rem;
  display: block;
  text-align: center;
  color: #999;
}
.index_footer .box .active span {
  transform: rotate(180deg) translateY(50%);
}
.index_footer .boxbg {
  background: rgba(0, 0, 0, 0.4);
}
.index_footer .boxbg .content3 {
  margin-top: 2.5rem;
  font-size: 12px;
  color: #fff;
  opacity: 0.3;
  line-height: 5.625rem;
}
.index_footer .boxbg .content3 a {
  color: #fff;
}
.jx_banner {
  position: relative;
}
.jx_banner .img img {
  width: 100%;
}
.jx_banner .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.jx_banner .main .box {
  text-align: center;
  width: 100%;
  color: #fff;
}
.jx_banner .main .box h5 {
  font-size: 3.75rem;
}
.jx_banner .main .box p {
  font-family: 'gilroy_bold';
  font-size: 1.625rem;
  text-transform: uppercase;
}
.breadCrumbs {
  margin-top: 1.5rem;
}
.breadCrumbs .box {
  line-height: 2rem;
  font-size: 14px;
}
.breadCrumbs .box a {
  color: #999999;
}
.breadCrumbs .box i {
  color: #999999;
  font-size: 14px;
}
.breadCrumbs .box span {
  color: #d53337;
}
.biaoti {
  text-align: center;
}
.biaoti h5 {
  font-family: 'albb_m';
  font-size: 3rem;
  color: #0d69c4;
}
.biaoti p {
  font-size: 1.5rem;
  color: #666;
  margin-top: 0.75rem;
}
.m48 {
  margin-top: 3.5rem;
}
.roofType .box {
  position: relative;
}
.roofType .box .img img {
  width: 100%;
  display: none;
}
.roofType .box .img .active {
  display: block;
}
.roofType .box .main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.roofType .box .main .item {
  width: 33.333%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.roofType .box .main .item5{
	 width: 25%;
}
.roofType .box .main .item:last-child {
  border: 0;
}
.roofType .box .main .item .content {
  position: relative;
  top: 56%;
  transition: 0.4s;
}
.roofType .box .main .item .content .content1 img {
  max-height: 8rem;
}
.roofType .box .main .item .content .content2 {
  font-size: 1.5rem;
  color: #fff;
  margin: 4rem 0 2rem;
}
.roofType .box .main .item .content .content3 {
  opacity: 0;
  transition: 0.4s;
}
.roofType .box .main .item .content .content3 span {
  width: 16.375rem;
  margin: auto;
  display: inline-block;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.roofType .box .main .item .content .content4 {
  opacity: 0;
  transition: 0.4s;
}
.roofType .box .main .item .content .content4 div {
  color: #fff;
  margin-top: 2.5rem;
}
.roofType .box .main .item .content .content4 div h6 {
  font-size: 1rem;
}
.roofType .box .main .item .content .content4 div p {
  margin-top: 0.375rem;
  font-size: 1rem;
  font-family: 'albb_b';
}
.roofType .box .main .active .content {
  top: 25%;
}
.roofType .box .main .active .content .content3 {
  opacity: 1;
}
.roofType .box .main .active .content .content4 {
  opacity: 1;
}
.solution {
  background: url(../images/bg7.png) no-repeat left top;
  background-size: 100% auto;
}
.solution .toggle p {
  margin: 0 0.375rem;
}
.solution .toggle p a {
  font-size: 1.5rem;
  color: #333;
  font-family: 'albb_m';
  display: block;
  line-height: 3.125rem;
  padding: 0 2.625rem;
  border-radius: 0.3125rem;
}
.solution .toggle .active a {
  background: #d53337;
  color: #fff;
}
.solution .box .list {
  display: none;
}
.solution .box .list .content1 {
  line-height: 6.25rem;
  background: #fff;
}
.solution .box .list .content1 div {
  font-size: 1.125rem;
  color: #333;
  margin: 0 4.375rem;
}
.solution .box .list .content1 div span {
  font-size: 1.5rem;
  font-family: 'albb_b';
  margin: 0 0.5rem;
}
.solution .box .list .content1 div img {
  height: 1.625rem;
  position: relative;
  top: -2px;
}
.solution .box .list .content2 {
  margin-top: 3rem;
}
.solution .box .list .content2 img {
  width: 100%;
}
.solution .box .active {
  display: block;
}
.benefit .box .item {
  width: 32%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 1.875rem;
}
.benefit .box .item:nth-child(3n) {
  margin-right: 0;
}
.benefit .box .item .img {
  overflow: hidden;
}
.benefit .box .item .img img {
  width: 100%;
  transition: 0.4s;
}
.benefit .box .item .main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 4rem 2.5rem 0;
}
.benefit .box .item .main .left img {
  width: 8.25rem;
}
.benefit .box .item .main .right {
  width: 60%;
}
.benefit .box .item .main .right h5 {
  font-size: 1.5rem;
  font-family: 'albb_b';
  color: #fff;
}
.benefit .box .item .main .right div {
  font-size: 1rem;
  color: #fff;
  line-height: 1.75rem;
  margin-top: 1rem;
}
.benefit .box .item:hover .img img {
  transform: scale(1.1);
}
.compositionPrinciple {
  background: #f5f5f5;
}
.compositionPrinciple .box {
  margin-top: 4rem;
}
.compositionPrinciple .box .boxLeft {
  width: 56%;
}
.compositionPrinciple .box .boxLeft img {
  width: 100%;
}
.compositionPrinciple .box .borRight {
  width: 44%;
  box-sizing: border-box;
  padding-left: 5rem;
}
.compositionPrinciple .box .borRight .top h5 {
  font-size: 1.5rem;
  font-family: 'albb_b';
  color: #0d69c4;
}
.compositionPrinciple .box .borRight .top div {
  margin-top: 2.1875rem;
  font-size: 1.125rem;
  color: #666;
  line-height: 1.875rem;
}
.compositionPrinciple .box .borRight .bot {
  margin-top: 4.625rem;
}
.compositionPrinciple .box .borRight .bot h5 {
  font-size: 1.5rem;
  font-family: 'albb_b';
  color: #0d69c4;
}
.compositionPrinciple .box .borRight .bot div {
  margin-top: 2.1875rem;
  font-size: 1.125rem;
  color: #666;
  line-height: 1.875rem;
}
.ServiceProcess .box .img img {
  width: 100%;
}
.commonProblem {
  background: #f5f5f5;
}
.commonProblem .box .item {
  background: #fff;
  margin-bottom: 0.625rem;
}
.commonProblem .box .item .boxTop {
  font-size: 1.5rem;
  font-family: 'albb_m';
  padding: 0 2.8125rem 0 4.375rem;
  line-height: 5rem;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
}
.commonProblem .box .item .boxTop img {
  position: absolute;
  top: 1.8rem;
  left: 1.75rem;
  width: 1.75rem;
}
.commonProblem .box .item .boxTop i {
  position: absolute;
  top: 0%;
  right: 1.75rem;
  color: #999;
  transition: 0.4s;
}
.commonProblem .box .item .boxTop:hover {
  color: #0d69c4;
}
.commonProblem .box .item .boxBot {
  display: none;
  border-top: 1px solid #ddd;
  position: relative;
  font-size: 1.125rem;
  color: #333;
  line-height: 2.25rem;
  padding: 1rem 2.8125rem 1rem 4.375rem;
}
.commonProblem .box .item .boxBot img {
  position: absolute;
  top: 1.8rem;
  left: 1.75rem;
}
.commonProblem .box .active .boxTop {
  color: #0d69c4;
}
.commonProblem .box .active .boxTop i {
  transform: rotate(180deg);
}
.commonProblem .box .active .boxBot {
  display: block;
}
.businessModel .box .list .item {
  width: 24.5%;
}
.businessModel .box .list .item .content1 {
  overflow: hidden;
}
.businessModel .box .list .item .content1 img {
  width: 100%;
  transition: 0.4s;
}
.businessModel .box .list .item .content2 {
  background: #f5f5f5;
  text-align: center;
  padding: 1.75rem 2rem 2rem;
}
.businessModel .box .list .item .content3 h5 {
  font-family: 'albb_b';
  padding: 0 0 1rem;
  font-size: 1.625rem;
  border-bottom: 1px solid #ddd;
}
.businessModel .box .list .item .content3 div {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.6875rem;
}
.businessModel .box .list .item .content4 {
  margin-top: 2rem;
}
.businessModel .box .list .item .content4 h5 {
  font-size: 1.25rem;
  font-family: 'albb_b';
}
.businessModel .box .list .item .content4 div {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.875rem;
}
.businessModel .box .list .item:hover .content1 img {
  transform: scale(1.1);
}
.roofType1 .box .main .item {
  width: 25%;
}
.jx_service .box .banner .swiper-container {
  overflow: inherit;
}
.jx_service .box .banner .swiper-container .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 0.75rem;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 18.75%;
  background: #f4f7fa;
  cursor: pointer;
  transition: 0.4s;
  background-image: linear-gradient(to right, #fff, #f7f9fb);
  box-sizing: border-box;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide:first-child {
  border-radius: 0.75rem 0 0 0.75rem;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item {
  padding: 1.625rem 0 2.8125rem 1.875rem;
  position: relative;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item::after {
  content: '';
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  border: 1.25rem solid transparent;
  border-bottom-color: #0d69c4;
  opacity: 0;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content1 {
  font-size: 1.375rem;
  font-family: 'gilroy_bold';
  color: #000;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content2 {
  font-family: 'gilroy_regular';
  font-size: 1rem;
  color: #000;
  opacity: 0.5;
  margin-top: 0.875rem;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 {
  margin-top: 3.625rem;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 div {
  font-size: 1.75rem;
  font-family: 'albb_b';
  color: #000;
  position: relative;
  transition: 0.4s;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 p {
  font-size: 1rem;
  color: #000;
  position: relative;
  top: 1.2rem;
  transition: 0.4s;
  opacity: 0;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content4 {
  margin-top: 1.125rem;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content4 span {
  display: block;
  width: 2rem;
  height: 1px;
  background: #d53337;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content5 {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  opacity: 0;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content5 img {
  width: 7rem;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .active {
  background-image: linear-gradient(to right, #1584db, #1584db, #0066ca);
  width: 25%;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .active .item::after {
  opacity: 1;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .active .item .content1 {
  color: #fff;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .active .item .content2 {
  color: #fff;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .active .item .content3 div {
  color: #fff;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .active .item .content3 p {
  color: #fff;
  top: 0rem;
  opacity: 1;
}
.jx_service .box .banner .swiper-container .swiper-wrapper .active .item .content5 {
  opacity: 1;
}
.jx_service .box1_ {
  background: #0d69c4;
  padding: 4.375rem 0 5.625rem;
  margin-top: 2.5rem;
}
.jx_service .box1_ .index_link1 {
  margin-top: 3rem;
}
.jx_service .box1_ .index_link2 {
  margin: 3rem 1rem 0;
}
.jx_service .box1 .list {
  display: none;
}
.jx_service .box1 .list .main .item {
  width: 32%;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.jx_service .box1 .list .main .item .img {
  overflow: hidden;
}
.jx_service .box1 .list .main .item .img img {
  width: 100%;
  transition: 0.4s;
}
.jx_service .box1 .list .main .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 3.125rem;
}
.jx_service .box1 .list .main .item .text div {
  height: 3.5rem;
  
  margin-bottom: 0.625rem;
}
.jx_service .box1 .list .main .item .text div span {
  font-size: 4.5rem;
  color: #fff;
  opacity: 0.3;
  font-family: 'gilroy_bold';
}
.jx_service .box1 .list .main .item .text p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2.125rem;
}
.jx_service .box1 .list .main .item:hover .img img {
  transform: scale(1.1);
}
.jx_service .box1 .active {
  display: block;
}
.CustomerPraise .box {
  margin-top: 4rem;
}
.CustomerPraise .box .banner {
  position: relative;
}
.CustomerPraise .box .banner .item {
  text-align: center;
}
.CustomerPraise .box .banner .item .img img {
  width: 100%;
}
.CustomerPraise .box .banner .item .text {
  margin-top: 1.875rem;
  font-size: 1.5rem;
}
.CustomerPraise .box .page {
  margin-top: 4rem;
}
.CustomerPraise .box .page p span {
  margin: 0 0.5rem;
}
.CustomerPraise .box .page p .swiper-pagination-bullet-active {
  background: #d53337;
}
.CustomerPraise .box .button .btn {
  position: absolute;
  top: 32%;
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #999;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  line-height: 2.875rem;
  cursor: pointer;
  color: #999;
  transition: 0.4s;
}
.CustomerPraise .box .button .btn:hover {
  background: #d53337;
  border: 1px solid #d53337;
  color: #fff;
}
.CustomerPraise .box .button .prev {
  left: -5rem;
}
.CustomerPraise .box .button .next {
  right: -5rem;
}
.SecondaryColumn {
  height: 0;
}
.SecondaryColumn .box {
  transform: translateY(-100%);
  background: rgba(0, 0, 0, 0.4);
}
.SecondaryColumn .box .main .item {
  height: 8.5rem;
}
.SecondaryColumn .box .main .item a {
  padding: 2.625rem 0;
  width: 12.375rem;
  display: block;
  text-align: center;
}
.SecondaryColumn .box .main .item a .top img {
  height: 1.25rem;
}
.SecondaryColumn .box .main .item a .bot {
  font-size: 1rem;
  font-family: 'albb_m';
  color: #fff;
  margin-top: 0.5rem;
}
.SecondaryColumn .box .main .active {
  background: #d53337;
}
.bg {
  background: #f5f5f5;
  padding-top: 1px;
}
.allCases {
  margin-top: 4rem;
}
.allCases .box .list .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.875rem;
  transition: 0.4s;
}
.allCases .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.allCases .box .list .item a .img {
  position: relative;
  overflow: hidden;
}
.allCases .box .list .item a .img > img {
  width: 100%;
  transition: 0.4s;
}
.allCases .box .list .item a .img > p {
  position: absolute;
  bottom: 1.25rem;
  left: 2.25rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.875rem;
  border-radius: 15px;
  padding: 0 1.125rem;
  z-index: 1;
  background: #d53337;
  transition: 0.4s;
}
.allCases .box .list .item a .img .gygf {
  background: #0d69c4;
}
.allCases .box .list .item a .img .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  background: rgba(13, 105, 196, 0.9);
  opacity: 0;
  transition: 0.4s;
}
.allCases .box .list .item a .img .posi img {
  margin: auto;
  width: 3.375rem;
}
.allCases .box .list .item a .content1 {
  padding: 1.625rem;
  background: #fff;
}
.allCases .box .list .item a .content1 .title {
  font-size: 1.5rem;
  font-family: 'albb_m';
  color: #000;
  transition: 0.4s;
}
.allCases .box .list .item a .content1 .info {
  margin-top: 1.5rem;
  line-height: 1.625rem;
}
.allCases .box .list .item a .content1 .info div {
  font-size: 1rem;
  color: #333;
}
.allCases .box .list .item a .content1 .info p {
  font-size: 0.75rem;
  color: #999;
}
.allCases .box .list .item a .content2 {
  border-top: 1px solid #ddd;
  background: #fff;
}
.allCases .box .list .item a .content2 .item_ {
  width: 33.333%;
  box-sizing: border-box;
  padding: 1rem 0 1.5625rem 1.875rem;
}
.allCases .box .list .item a .content2 .item_:nth-child(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.allCases .box .list .item a .content2 .item_ .content2_ {
  font-size: 0.875rem;
  color: #666;
  margin-top: 1rem;
}
.allCases .box .list .item a .content2 .item_ .content3_ {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  margin-top: 0.4rem;
}
.allCases .box .list .item:hover {
  box-shadow: 0px 0px 1.5rem #ccc;
}
.allCases .box .list .item:hover a .img p {
  opacity: 0;
}
.allCases .box .list .item:hover a .img .posi {
  opacity: 1;
}
.allCases .box .list .item:hover a .content1 .title {
  color: #0d69c4;
}
.layer_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.layer_img .box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.layer_img .box p {
  margin: auto;
  position: relative;
  max-width: 80%;
  max-height: 80%;
}
.layer_img .box p i {
  position: absolute;
  top: -2rem;
  right: -2rem;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.layer_img .box p img{
	max-width: 100%;
}
.pagination .btn a {
  font-size: 1rem;
  color: #448fc6;
  display: block;
  width: 8.25rem;
  line-height: 3.125rem;
  background: #fff;
  text-align: center;
  border-radius: 0.3125rem;
  transition: 0.4s;
}
.pagination .btn a:hover {
  background: #d53337;
  color: #fff;
}
.pagination .page {
  margin: 0 2rem;
}
.pagination .page a {
  display: block;
  line-height: 3.125rem;
  width: 3.125rem;
  text-align: center;
  border-radius: 0.3125rem;
  transition: 0.4s;
  background: #fff;
  color: #448fc6;
  margin: 0 0.375rem;
}
.pagination .page a:hover {
  background: #d53337;
  color: #fff;
}
.pagination .page .active {
  background: #d53337;
  color: #fff;
}
.CompanyProfile1 {
  background: url(../images/bg9.png) no-repeat left bottom;
}
.CompanyProfile {
  background-size: 100% auto;
}
.CompanyProfile .box {
  border-left: 1px solid #ddd;
}
.CompanyProfile .box .main1 .boxLeft {
  width: 21.25rem;
}
.CompanyProfile .box .main1 .boxLeft .item {
  margin-top: 4.2rem;
  padding-left: 6.25rem;
}
.CompanyProfile .box .main1 .boxLeft .item .top {
  font-size: 1.5rem;
  color: #000;
}
.CompanyProfile .box .main1 .boxLeft .item .top span {
  font-size: 4rem;
  font-family: 'gilroy_bold';
  color: #0d69c4;
}
.CompanyProfile .box .main1 .boxLeft .item .bot {
  font-size: 1.25rem;
  color: #888;
}
.CompanyProfile .box .main1 .boxRight {
  width: calc(100% - 21.25rem);
}
.CompanyProfile .box .main1 .boxRight p img {
  width: 100%;
}
.CompanyProfile .box .main2 .boxLeft {
  width: 21.25rem;
  height: 21.25rem;
  background: #d53337;
  display: flex;
  align-items: center;
}
.CompanyProfile .box .main2 .boxLeft img {
  margin: auto;
  width: 6.5625rem;
}
.CompanyProfile .box .main2 .boxRight {
  width: calc(100% - 21.25rem);
  box-sizing: border-box;
  padding: 3.5rem 5.875rem 0;
}
.CompanyProfile .box .main2 .boxRight .content1 {
  font-size: 1.25rem;
  font-family: 'albb_b';
  line-height: 2.25rem;
}
.CompanyProfile .box .main2 .boxRight .content2 {
  font-size: 1.125rem;
  color: #555;
  line-height: 2.125rem;
  margin-top: 1.5rem;
}
.CompanyProfile .box1 {
  border-top: 1px solid #ddd;
}
.CompanyProfile .box1 .main {
  border-left: 1px solid #ddd;
  padding: 4rem 0;
}
.CompanyProfile .box1 .main .item {
  text-align: center;
  width: 18.75rem;
}
.CompanyProfile .box1 .main .item .top {
  color: #0d69c4;
  font-size: 1.875rem;
  font-family: 'albb_b';
}
.CompanyProfile .box1 .main .item .top span {
  font-size: 3.125rem;
  font-family: 'gilroy_bold';
}
.CompanyProfile .box1 .main .item .bot {
  font-size: 1.25rem;
  color: #000;
  margin-top: 1rem;
}
.CompanyProfile .box1 .main .item .bot img {
  max-height: 2.125rem;
  margin-right: 0.375rem;
}
.CompanyProfile .box2 {
  background: url(../images/bg10.png) no-repeat 0% 4%;
  background-size: 100% auto;
  text-align: center;
  padding: 5rem 0 9.375rem;
}
.CompanyProfile .box2 h5 {
  font-size: 3.125rem;
  color: #fff;
}
.CompanyProfile .box2 h6 {
  font-size: 3.375rem;
  font-family: 'albb_b';
  color: #fff;
  margin: 2.875rem 0 1.125rem;
}
.CompanyProfile .box2 .index_link1 {
  margin-top: 0.75rem;
}
.developmentPath .box {
  position: relative;
}
.developmentPath .box .border {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
}
.developmentPath .box .border img {
  width: 100%;
}
.developmentPath .box .banner {
  position: relative;
  z-index: 3;
}
.developmentPath .box .banner .swiper-slide .height_ {
  height: 20rem;
  position: relative;
}
.developmentPath .box .banner .swiper-slide .height_ .item {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 60%;
  background: #fff;
  box-shadow: 0px 0px 1rem #ddd;
  padding: 1.75rem 5% 2rem;
  box-sizing: border-box;
  transition: 0.4s;
  border-radius: 1rem;
}
.developmentPath .box .banner .swiper-slide .height_ .item .top {
  font-size: 1rem;
  color: #666;
  line-height: 1.625rem;
  text-align: justify;
  transition: 0.4s;
}
.developmentPath .box .banner .swiper-slide .height_ .item .bot {
  padding-top: 1.25rem;
}
.developmentPath .box .banner .swiper-slide .height_ .item .bot img {
  width: 100%;
}
.developmentPath .box .banner .swiper-slide .height_ .item::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.25rem;
  border: 0.625rem solid transparent;
  border-top-color: #fff;
  transition: 0.4s;
}
.developmentPath .box .banner .swiper-slide .xian {
  text-align: center;
  margin-top: 2.5rem;
}
.developmentPath .box .banner .swiper-slide .xian span {
  display: inline-block;
  height: 2.5rem;
  width: 1px;
  background: #ddd;
  vertical-align: bottom;
}
.developmentPath .box .banner .swiper-slide .dian {
  text-align: center;
  position: relative;
  top: -9px;
}
.developmentPath .box .banner .swiper-slide .dian span {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #d53337;
  border-radius: 50%;
  vertical-align: super;
  opacity: 0;
}
.developmentPath .box .banner .swiper-slide .text {
  font-size: 1.25rem;
  text-align: center;
  font-family: 'albb_m';
}
.developmentPath .box .banner .swiper-slide:hover .height_ .item {
  background: #d53337;
}
.developmentPath .box .banner .swiper-slide:hover .height_ .item .top {
  color: #fff;
}
.developmentPath .box .banner .swiper-slide:hover .height_ .item::after {
  border-top-color: #d53337;
}
.developmentPath .box .banner .swiper-slide:hover .dian span {
  opacity: 1;
}
.developmentPath .box .banner .swiper-slide:hover .text {
  color: #d53337;
}
.developmentPath .button {
  margin-top: 3.75rem;
}
.developmentPath .button .btn {
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #d53337;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  line-height: 2.875rem;
  cursor: pointer;
  color: #000;
  transition: 0.4s;
  margin: 0 0.625rem;
}
.developmentPath .button .btn:hover {
  background: #d53337;
  border: 1px solid #d53337;
  color: #fff;
}
.developmentPath .button .prev {
  left: 5rem;
}
.developmentPath .button .next {
  right: 5rem;
}
.TeamStrength {
  background: url(../images/bg11.png) no-repeat left top;
  background-size: cover;
}
.TeamStrength .box {
  margin: 9.375rem 8.6vw 0;
  position: relative;
}
.TeamStrength .box .img img {
  width: 100%;
}
.TeamStrength .box .list .item {
  width: 28.125rem;
  text-align: center;
  position: absolute;
}
.TeamStrength .box .list .item .content1 p {
  font-size: 3.375rem;
  height: 3.375rem;
  width: 3.375rem;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.TeamStrength .box .list .item .content1 p img {
  margin: auto;
}
.TeamStrength .box .list .item .content1 p .img2 {
  display: none;
}
.TeamStrength .box .list .item .content1 p::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  border: 1px solid #d53337;
  border-radius: 50%;
  animation: enlarge 2s infinite;
}
.TeamStrength .box .list .item .content2 {
  font-size: 1.125rem;
  font-family: 'albb_m';
  transition: 0.4s;
}
.TeamStrength .box .list .item .content3 {
  font-size: 1.25rem;
  color: #666;
  margin-top: 0.3125rem;
  opacity: 0;
  transition: 0.4s;
}
.TeamStrength .box .list .item .content4 {
  height: 4.375rem;
  margin-top: 0.625rem;
  position: relative;
  top: 0;
  transition: 0.4s;
}
.TeamStrength .box .list .item1 {
  left: -10%;
  bottom: 8%;
}
.TeamStrength .box .list .item2 {
  left: 4%;
  bottom: 54%;
}
.TeamStrength .box .list .item3 {
  left: 50%;
  top: -4%;
  transform: translateX(-50%);
}
.TeamStrength .box .list .item4 {
  right: 4%;
  bottom: 54%;
}
.TeamStrength .box .list .item5 {
  right: -10%;
  bottom: 8%;
}
.TeamStrength .box .list .active .content1 p {
  background: #d53337;
}
.TeamStrength .box .list .active .content1 p .img2 {
  display: block;
}
.TeamStrength .box .list .active .content1 p .img1 {
  display: none;
}
.TeamStrength .box .list .active .content1 p::after {
  content: '';
}
.TeamStrength .box .list .active .content3 {
  opacity: 1;
}
.TeamStrength .box .list .active .content4 {
  top: 1.375rem;
}
@keyframes enlarge {
  0% {
    transform: translateX(-50%) translateY(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) scale(1.8);
    opacity: 0;
  }
}
.serviceObject .box {
  position: relative;
}
.serviceObject .box .tit {
  position: absolute;
  top: 5.625rem;
  left: 10.4vw;
  font-size: 3.125rem;
  color: #fff;
  z-index: 2;
}
.serviceObject .box .boxLeft {
  width: 67%;
}
.serviceObject .box .boxLeft .list {
  position: relative;
  display: none;
}
.serviceObject .box .boxLeft .list .img img {
  width: 100%;
}
.serviceObject .box .boxLeft .list .posi {
  position: absolute;
  bottom: 5.625rem;
  left: 10.4vw;
  z-index: 2;
}
.serviceObject .box .boxLeft .list .posi .wenan .title_ {
  font-size: 2.25rem;
  color: #fff;
  margin: 2rem 0 1.25rem;
}
.serviceObject .box .boxLeft .list .posi .wenan .info p {
  margin-right: 1.875rem;
  color: #fff;
  font-size: 1rem;
}
.serviceObject .box .boxLeft .list .posi .wenan .info p img {
  margin-right: 0.5rem;
}
.serviceObject .box .boxLeft .list .posi .wenan .link {
  margin-top: 4rem;
}
.serviceObject .box .boxLeft .active {
  display: block;
}
.serviceObject .box .boxRight {
  width: 33%;
  box-sizing: border-box;
  padding: 6.875rem 3.75rem 0;
  background: url(../images/bg12.png) no-repeat 50% 50%;
  background-size: cover;
}
.serviceObject .box .boxRight .banner .swiper-slide {
  cursor: pointer;
}
.serviceObject .box .boxRight .banner .swiper-slide p {
  height: 8.125rem;
  background: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 0.625rem;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.serviceObject .box .boxRight .banner .swiper-slide p img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.serviceObject .box .boxRight .banner .active p {
  border: 2px solid #d53337;
}
.serviceObject .box .boxRight .button {
  margin-top: 3.625rem;
}
.serviceObject .box .boxRight .button p {
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  line-height: 2.875rem;
  cursor: pointer;
  color: #fff;
  transition: 0.4s;
  margin: 0 0.625rem;
  opacity: 0.6;
}
.serviceObject .box .boxRight .button p:hover {
  opacity: 1;
}
.HonorBox {
  background: url(../images/bg13.png) no-repeat 50% 50%;
  background-size: cover;
}
.HonorBox .toggle div {
  font-size: 1.25rem;
  font-family: 'albb_m';
  margin: 0 1.5rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid transparent;
  transition: 0.4s;
  cursor: pointer;
}
.HonorBox .toggle div:hover {
  color: #d53337;
}
.HonorBox .toggle .active {
  border-bottom: 1px solid #d53337;
}
.HonorBox .box {
  margin-top: 5.625rem;
  position: relative;
}
.HonorBox .box .banner .swiper-slide {
  width: 23.125rem;
}
.HonorBox .box .banner .swiper-slide img {
  width: 100%;
}
.HonorBox .box .button .btn {
  position: absolute;
  top: 50%;
  width: 2.875rem;
  height: 2.875rem;
  border: 1px solid #999;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  line-height: 2.875rem;
  cursor: pointer;
  color: #999;
  transition: 0.4s;
  transform: translateY(-50%);
}
.HonorBox .box .button .btn:hover {
  background: #d53337;
  border: 1px solid #d53337;
  color: #fff;
}
.HonorBox .box .button .prev {
  left: 0rem;
}
.HonorBox .box .button .next {
  right: 0rem;
}
.NewsCenter .box {
  margin-top: 4rem;
}
.NewsCenter .box .boxLeft {
  width: 50%;
  box-sizing: border-box;
  padding-right: 2%;
}
.NewsCenter .box .boxLeft .item {
  border-bottom: 1px solid #ddd;
}
.NewsCenter .box .boxLeft .item:last-child {
  border: 0;
}
.NewsCenter .box .boxLeft .item a {
  padding: 1.8rem 1.5625rem;
  display: block;
}
.NewsCenter .box .boxLeft .item a .top {
  line-height: 1.875rem;
}
.NewsCenter .box .boxLeft .item a .top .left {
  font-size: 1.25rem;
  font-family: 'albb_b';
  color: #000;
  width: 80%;
  transition: 0.4s;
}
.NewsCenter .box .boxLeft .item a .bot {
  font-size: 0.875rem;
  color: #999;
  margin-top: 0.5rem;
}
.NewsCenter .box .boxLeft .item a:hover .top .left {
  color: #0d69c4;
}
.NewsCenter .box .boxRight {
  width: 50%;
}
.NewsCenter .box .boxRight a .img {
  overflow: hidden;
}
.NewsCenter .box .boxRight a .img img {
  width: 100%;
  transition: 0.4s;
}
.NewsCenter .box .boxRight a .info {
  background: #fff;
  padding: 1.5rem 8vw 0 3.125rem;
  position: relative;
}
.NewsCenter .box .boxRight a .info .content1 {
  font-size: 0.875rem;
  color: #999;
}
.NewsCenter .box .boxRight a .info .content2 {
  font-size: 1.5rem;
  color: #000;
  font-family: 'albb_m';
  margin: 0.75rem 0 0;
}
.NewsCenter .box .boxRight a .info .content3 {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  height: 3.75rem;
  margin-top: 1.25rem;
  transition: 0.4s;
}
.NewsCenter .box .boxRight a .info .content4 {
  font-size: 0.875rem;
  color: #999;
  padding: 2rem 0 2rem;
}
.NewsCenter .box .boxRight a .info .content5 {
  position: absolute;
  top: 37%;
  right: 2.625rem;
}
.NewsCenter .box .boxRight a .info::after {
  content: '';
  position: absolute;
  right: 15%;
  top: 18%;
  width: 1px;
  background: #ddd;
  height: 7rem;
}
.NewsCenter .box .boxRight a:hover .img img {
  transform: scale(1.1);
}
.NewsCenter .box .boxRight a:hover .info .content3 {
  color: #d53337;
}
.NewsCenter1 .box .list .item {
  width: 32%;
  margin-bottom: 2rem;
  margin-right: 2%;
}
.NewsCenter1 .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.NewsCenter1 .box .list .item a .content1 {
  overflow: hidden;
}
.NewsCenter1 .box .list .item a .content1 img {
  width: 100%;
  transition: 0.4s;
}
.NewsCenter1 .box .list .item a .content2 {
  font-size: 1.25rem;
  color: #000;
  font-family: 'albb_m';
  padding: 2.25rem 2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  transition: 0.4s;
}
.NewsCenter1 .box .list .item a .content3 {
  padding: 1.25rem 2rem 0;
  box-sizing: border-box;
  line-height: 1.25rem;
}
.NewsCenter1 .box .list .item a .content3 .left {
  font-size: 0.875rem;
  color: #999;
}
.NewsCenter1 .box .list .item a:hover .content1 img {
  transform: scale(1.1);
}
.NewsCenter1 .box .list .item a:hover .content2 {
  color: #0d69c4;
}
.NewsCenter1 .pagination .btn a {
  background: #f5f5f5;
}
.NewsCenter1 .pagination .btn a:hover {
  background: #d53337;
  color: #fff;
}
.NewsCenter1 .pagination .page a {
  background: #f5f5f5;
}
.NewsCenter1 .pagination .page a:hover {
  background: #d53337;
  color: #fff;
}
.NewsCenter1 .pagination .page .active {
  background: #d53337;
  color: #fff;
}
.NewsDetails {
  padding-bottom: 3rem;
}
.NewsDetails .box {
  width: 62.5vw;
  margin: auto;
}
.NewsDetails .box .content1 {
  text-align: center;
}
.NewsDetails .box .content1 h5 {
  font-size: 2.5rem;
  font-family: 'albb_b';
}
.NewsDetails .box .content1 h6 {
  font-size: 1.25rem;
  color: #999;
  margin-top: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3.5rem;
}
.NewsDetails .box .content2 {
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #666;
  padding: 3.375rem 0 0;
}
.NewsDetails .box .content2 p {
  margin-bottom: 2rem;
}
.NewsDetails .box .content2 p img {
  width: 100%;
}
.NewsCenter3 {
  background: #f5f5f5;
}
.contactUs .box .boxLeft {
  background: #0d69c4;
  width: 50%;
  box-sizing: border-box;
  padding: 6.25rem;
}
.contactUs .box .boxLeft .content1 .item {
  color: #fff;
  position: relative;
  margin-bottom: 2.25rem;
}
.contactUs .box .boxLeft .content1 .item div {
  font-size: 1rem;
  opacity: 0.7;
}
.contactUs .box .boxLeft .content1 .item p {
  font-size: 1.875rem;
  font-family: 'gilroy_bold';
  margin-top: 0.3125rem;
}
.contactUs .box .boxLeft .content1 .item p span {
  font-size: 1.25rem;
  font-family: 'albb_r';
}
.contactUs .box .boxLeft .content1 .item img {
  position: absolute;
  top: 0;
  left: -2.25rem;
  width: 1.5rem;
}
.contactUs .box .boxLeft .content2 {
  padding-top: 1.75rem;
}
.contactUs .box .boxLeft .content2 img {
  width: 10.5rem;
}
.contactUs .box .boxRight {
  width: 50%;
}
.contactUs .box .boxRight .map {
  height: 100%;
  width: 100%;
}
.contactUs .anchorBL {
  display: none;
}
.OnlineMessage {
  background: #f5f5f5;
}
.OnlineMessage .box .content1 .item {
  width: 24%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 5px;
}
.OnlineMessage .box .content1 .item input {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  height: 3.75rem;
  box-sizing: border-box;
  font-size: 1rem;
  color: #999;
  padding: 0 3.125rem;
}
.OnlineMessage .box .content1 .item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.25rem;
}
.OnlineMessage .box .content2 {
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 5px;
  margin-top: 1.5625rem;
}
.OnlineMessage .box .content2 textarea {
  display: block;
  width: 100%;
  border: 0;
  background: none;
  height: 3.75rem;
  box-sizing: border-box;
  font-size: 1rem;
  color: #999;
  padding: 1rem 3.125rem;
  resize: none;
  height: 10rem;
}
.OnlineMessage .box .content3 {
  margin-top: 3rem;
}
.OnlineMessage .box .content3 input {
  display: none;
}
.IndustryProspects .box {
  padding: 0 5.625rem;
  box-sizing: border-box;
}
.IndustryProspects .box .item {
  width: 32%;
}
.IndustryProspects .box .item .content1 {
  overflow: hidden;
}
.IndustryProspects .box .item .content1 img {
  width: 100%;
  transition: 0.4s;
}
.IndustryProspects .box .item .content2 {
  font-size: 2.625rem;
  font-family: 'albb_b';
  color: #999;
  text-align: center;
  margin-top: 2.1875rem;
}
.IndustryProspects .box .item .content3 {
  font-family: 'gilroy_bold';
  font-size: 4.5rem;
  color: #0d69c4;
  text-align: center;
}
.IndustryProspects .box .item .content4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.875rem;
  text-align: center;
}
.IndustryProspects .box .item:hover .content1 img {
  transform: scale(1.1);
}
.PartnerProgram > .img img {
  width: 100%;
}
.PartnerProgram .box {
  transform: translateY(-50%);
}
.PartnerProgram .box .item {
  width: 50%;
  background: #f5f5f5;
  padding: 2.5rem 6.25rem 2.5rem 10.75rem;
  box-sizing: border-box;
}
.PartnerProgram .box .item .main {
  position: relative;
}
.PartnerProgram .box .item .main h5 {
  font-size: 1.75rem;
  font-family: 'albb_m';
}
.PartnerProgram .box .item .main div {
  font-size: 1.375rem;
  line-height: 2.125rem;
  margin-top: 1rem;
}
.PartnerProgram .box .item .main .img {
  position: absolute;
  top: 0;
  left: -7rem;
}
.PartnerProgram .box .item .main .img img {
  width: 3.25rem;
  transition: 0.4s;
}
.PartnerProgram .box .item:hover .main .img img{
	transform: scale(1.1);
}
.PartnerProgram .box .item:nth-child(1) {
  background: #0d69c4;
  color: #fff;
}
.PartnerProgram .box .item:nth-child(4) {
  background: #d53337;
  color: #fff;
}
.jx_support {
  margin-top: -10rem;
}
.jx_support .box {
  background: url(../images/bg14.png) no-repeat 50% 50%;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  border-radius: 0.75rem;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 18.75%;
  background: #f4f7fa;
  cursor: pointer;
  transition: 0.4s;
  background-image: linear-gradient(to right, #fff, #f7f9fb);
  box-sizing: border-box;
  overflow: hidden;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide:first-child {
  border-radius: 0.75rem 0 0 0.75rem;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide:last-child {
  border-radius: 0 0.75rem 0.75rem 0;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide > p {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide > p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item {
  padding: 2.875rem 1.875rem 2.8125rem 1.875rem;
  position: relative;
  z-index: 1;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content1 {
  font-size: 1.375rem;
  font-family: 'gilroy_bold';
  color: #000;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content2 {
  font-family: 'gilroy_regular';
  font-size: 1rem;
  color: #000;
  opacity: 0.5;
  margin-top: 0.875rem;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 {
  overflow: hidden;
  margin-top: 8.4375rem;
  position: relative;
  top: 7rem;
  transition: 0.4s;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 div {
  font-size: 1.6rem;
  font-family: 'albb_b';
  color: #000;
  position: relative;
  transition: 0.4s;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 p {
  font-size: 1rem;
  color: #000;
  position: relative;
  transition: 0.4s;
  line-height: 1.75rem;
  margin-top: 1rem;
  height: 5.25rem;
  overflow: hidden;
  opacity: 0;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content4 {
  margin-top: 1rem;
  opacity: 0;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content4 span {
  display: block;
  width: 2rem;
  height: 1px;
  background: #d53337;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .active {
  background-image: linear-gradient(to right, #1584db, #1584db, #0066ca);
  width: 25%;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .active > p {
  opacity: 1;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .active .item::after {
  opacity: 1;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .active .item .content1 {
  color: #fff;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .active .item .content2 {
  color: #fff;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .active .item .content3 {
  top: 0;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .active .item .content3 div {
  color: #fff;
  top: 0rem;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .active .item .content3 p {
  color: #fff;
  top: 0rem;
  opacity: 1;
}
.jx_support .box .main .banner .swiper-container .swiper-wrapper .active .item .content4 {
  opacity: 1;
}
.recruitmentPlan {
  background: #f5f5f5;
}
.recruitmentPlan .box .list .item {
  width: 32%;
  margin-right: 2%;
  box-sizing: border-box;
  padding: 2rem;
  background: #fff;
  margin-bottom: 1.875rem;
  transition: 0.4s;
}
.recruitmentPlan .box .list .item:nth-child(3n) {
  margin-right: 0;
}
.recruitmentPlan .box .list .item .content1 {
  font-size: 2.25rem;
  font-family: 'albb_b';
}
.recruitmentPlan .box .list .item .content2 {
  margin-top: 0.875rem;
}
.recruitmentPlan .box .list .item .content2 p {
  font-size: 1.125rem;
  color: #666;
  margin-right: 1.375rem;
}
.recruitmentPlan .box .list .item .content2 p img {
  margin-right: 0.3125rem;
}
.recruitmentPlan .box .list .item .content3 {
  font-size: 1.125rem;
  font-family: 'albb_b';
  color: #000;
  border-top: 1px solid #ddd;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
.recruitmentPlan .box .list .item .content4 {
  margin-top: 2rem;
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  padding-right: 1rem;
  height: 15rem;
  text-align: justify;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.recruitmentPlan .box .list .item .content4::-webkit-scrollbar {
  width: 1px;
  height: 2px;
}
.recruitmentPlan .box .list .item .content4::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #d53337;
}
.recruitmentPlan .box .list .item .content4::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #ddd;
}
.recruitmentPlan .box .list .item:hover {
  box-shadow: 0px 0px 1rem #ddd;
}
@media screen and (max-width: 1680px) {
  .CompanyProfile .box1 .main .item {
    width: 17.75rem;
  }
  .HonorBox .box .banner .swiper-slide {
    width: 24rem;
  }
}
@media screen and (max-width: 1520px) {
  .index_data .box .item .top span {
    font-size: 4rem;
  }
  .roofType .box .main .item .content .content1 img {
    height: 7rem;
  }
  .TeamStrength .box .list .item .content1 p img {
    width: 1.5rem;
  }
  .recruitmentPlan .box .list .item .content1 {
    font-size: 2rem;
  }
  .index_footer .box .content1 .right .list .item img {
    width: 1.5rem;
  }
  .OnlineMessage .box .content1 .item img {
    transform: scale(0.8) translateY(-50%);
  }
  .IndustryProspects .box .item .content3 {
    font-size: 3.5rem;
    margin: 5px 0;
  }
  .IndustryProspects .box .item .content4 {
    line-height: 2rem;
  }
  .recruitmentPlan .box .list .item .content2 p img {
    transform: scale(0.8);
  }
  .index_quote .box .item select {
      padding-left: 3.5rem;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 div {
      font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .w_1520 {
    margin: 0 3vw;
  }
  .indexBanner > .box .swiper-slide  img {
    height: auto;
  }
  .index_quote {
    display: none;
  }
  .indexBanner .page {
    right: 3vw;
    top: 86%;
  }
  .index_title .left {
    font-size: 2.5rem;
    line-height: 2.5rem;
    height: 2.5rem;
  }
  .index_title .left span {
    font-size: 2.5rem;
  }
  .index_solution .box .content2 .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .index_solution .box .content2 .item .list {
    display: none;
  }
  .index_solution .box .content2 .item .list1 {
    position: inherit;
    height: auto;
    width: 100%;
    padding: 2rem;
    display: flex;
  }
  .index_solution .box .content2 .item .list1 .left_ {
    width: 50%;
  }
  .index_solution .box .content2 .item .list1 .right_ {
    width: 50%;
  }
  .index_solution .box .content2 .item .list1 .left_ .con1 {
    margin-top: 0;
    font-size: 4rem;
  }
  .index_solution .box .content2 .item .list1 .right_ img {
    max-width: 100%;
    max-height: 100%;
  }
  .index_solution .box .content2 .item .list1 .left_ .con3 {
    margin-top: 3.375rem;
  }
  .index_solution {
    padding-bottom: 4.625rem;
  }
  .index_fixed {
    width: 100%;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 1rem #eee;
  }
  .index_fixed .box {
    display: flex;
    justify-content: space-between;
  }
  .index_fixed .box .item {
    margin-bottom: 0;
    width: 25%;
    border-radius: 0;
    box-sizing: border-box;
    border-right: 1px solid #eee;
  }
  .index_fixed .box .item:nth-child(3) {
    display: none;
  }
  .index_fixed .box .item:last-child {
    border: 0;
  }
  .index_case .box_box {
    position: inherit;
    left: 0vw;
    top: 0;
    margin-top: 5.5625rem;
  }
  .index_case .box_box .box .boxLeft .content1 {
    color: #000;
  }
  .index_case .box_box .box .boxLeft .content2 {
    margin-top: 2rem;
    color: #000;
  }
  .p80 {
    padding-top: 4rem;
  }
  .p80_ {
    padding-bottom: 4rem;
  }
  .index_case .box_box .box .boxLeft {
    position: relative;
  }
  .index_case .box_box .box .boxLeft .content3 {
    margin-top: 0rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .index_case .box_box .box .boxLeft {
    width: 100%;
  }
  .index_case .box_box .box .boxRight {
    width: 70%;
    margin: auto;
  }
  .index_case .box_box .box .boxRight .item {
    width: 50%;
  }
  .index_case .box_box .box .boxRight .item a {
    background: #f5f5f5;
  }
  .index_case .box_box .box .boxRight {
    width: 70%;
    margin: 3rem 30% 2rem 0;
  }
  .index_case .box_box .box .boxRight .active a {
    background: #d53337;
  }
  .index_case .banner_box .main .box_ .banner1 {
    width: 50%;
  }
  .index_case .banner_box .main .box_ .wenan .title_ {
    font-size: 1.8rem;
  }
  .index_case .banner_box .main .box_ .banner1 .swiper-slide .item img {
    height: 5.875rem;
  }
  .index_case .banner_box .main {
    position: inherit;
    bottom: 0;
  }
  .index_case .banner_box .main .box_ .wenan {
    position: absolute;
    padding-left: 0vw;
    bottom: 12rem;
    z-index: 4;
    box-sizing: border-box;
  }
  .index_case .banner_box .banner .button .prev {
    left: 3vw;
  }
  .index_case .banner_box .banner .button .next {
    right: 3vw;
  }
  .index_case .banner_box .main .box_ .banner1 {
    width: 100%;
    margin-top: 1rem;
  }
  .index_case .banner_box .main .box_ .banner1 .swiper-slide-thumb-active .item {
    border: 1px solid #d53337;
  }
  .index_process .information {
    font-size: 1.3rem;
    color: #666;
    line-height: 2.25rem;
    margin-top: 1.25rem;
  }
  .index_process .box .banner .swiper-container {
    overflow: hidden;
  }
  .index_process .box .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 div {
    font-size: 1.5rem;
  }
  .index_process .box1 .list .main .item .text {
    padding: 1rem;
  }
  .index_process .box1 .list .main .item .text div span {
    font-size: 3rem;
  }
  .index_process .box1 .list .main .item .text p {
    font-size: 1.125rem;
    line-height: 1.8rem;
  }
  .index_process .box1 .list .main .item .text div {
    height: 2.5rem;
  }
  .index_process .box1_ {
    padding: 3rem 0 4.625rem;
    margin-top: 1.5rem;
  }
  .index_data .box .item {
    width: auto;
  }
  .index_data .box .item .top span {
    font-size: 2rem;
  }
  .index_data .box .item .top {
    font-size: 2rem;
  }
  .index_data .box .item .bot img {
    transform: scale(0.7);
  }
  .index_data .box .item .bot {
    font-size: 1rem;
  }
  .index_data .box {
    padding: 4.625rem 0;
  }
  .index_about .box .boxLeft {
    width: 100%;
  }
  .index_about .box .boxRight {
    width: 100%;
  }
  .index_about .box .boxLeft .main {
    padding: 3.625rem 3vw;
  }
  .index_about .box .boxLeft .main .content4 .item .top span {
    font-size: 2.5rem;
  }
  .index_about .box .boxLeft .main .content4 {
    margin-top: 2.75rem;
  }
  .index_about .box .boxLeft .main .content5 {
    margin-top: 2.5rem;
  }
  .index_about .box .boxLeft .main .content2 {
    line-height: 2rem;
  }
  .index_about .box .boxRight {
    background-size: cover;
  }
  .index_about .box .boxRight .banner {
    width: 80%;
    margin: 4rem auto 0;
  }
  .index_about .box .boxRight .banner .item .text {
    font-size: 1.2rem;
  }
  .index_about .box .boxRight .page {
    margin-top: 3.5rem;
    padding-bottom: 4rem;
  }
  .index_partnership {
    background-size: cover;
  }
  .index_partnership .box .page {
    justify-content: center;
  }
  .index_partnership .information {
    margin-top: 2.25rem;
  }
  .index_news .box .boxRight {
    display: none;
  }
  .index_news .box .boxLeft {
    width: 100%;
    padding: 4.625rem 3vw;
  }
  .index_footer .box .content1 .left {
    display: none;
  }
  .index_footer {
    background-size: cover;
  }
  body {
    padding-bottom: 4.375rem;
  }
  .index_footer .box .content1 .right {
    width: 100%;
    position: relative;
  }
  .index_footer .box .content1 .right .list {
    margin-top: 0;
  }
  .index_footer .boxbg .content3 {
    text-align: center;
    line-height: 2rem;
    padding: 1rem 0 1.5rem;
  }
  .index_footer .boxbg .content3 a {
    display: block;
  }
  .index_index_quote {
    background-size: cover;
    padding: 2rem 0;
  }
  .index_index_quote > .box .content3 .index_quote_ .box {
    justify-content: center;
  }
  .index_index_quote > .box .content3 .index_quote_ .box .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.625rem;
  }
  .index_index_quote > .box .content3 .index_quote_ .box .item:nth-child(3n) {
    margin-right: 0;
  }
  .index_index_quote > .box .content3 .index_quote_ i {
    right: 3vw;
  }
  .m48 {
    margin-top: 3.5rem;
  }
  .jx_banner .main .box h5 {
    font-size: 2.5rem;
  }
  .jx_banner .main .box p {
    font-size: 1.4rem;
  }
  .biaoti h5 {
    font-size: 2.5rem;
  }
  .roofType .box .main .item .content .content1 img {
    height: 4rem;
  }
  .roofType .box .main .item .content .content2 {
    font-size: 1.2rem;
    margin: 2rem 0 0rem;
  }
  .roofType .box .main .item .content .content4 div {
    margin-top: 1rem;
  }
  .solution .toggle p a {
    font-size: 1.2rem;
  }
  .solution .box .list .content1 {
    line-height: 3.25rem;
    padding: 5px 0;
  }
  .solution .box .list .content1 div span {
    font-size: 1.2rem;
  }
  .solution .box .list .content1 div {
    width: 100%;
  }
  .solution .box .list .content1 div {
    margin: 0 2.375rem;
  }
  .solution .box .list .content1 div img {
    transform: scale(0.8);
  }
  .biaoti p {
    font-size: 1.2rem;
    padding: 0 3vw;
  }
  .solution {
    background-size: cover;
  }
  .benefit .box {
    justify-content: space-between;
  }
  .benefit .box .item {
    width: 49%;
    margin-right: 0%;
  }
  .benefit .box .item .main .left img {
    width: 5.25rem;
  }
  .benefit .box .item .main {
    padding: 1.5rem;
  }
  .benefit .box .item .main .right {
    width: 67%;
  }
  .compositionPrinciple .box .boxLeft {
    width: 100%;
  }
  .compositionPrinciple .box .borRight {
    width: 100%;
    padding-left: 0;
    margin-top: 4rem;
  }
  .compositionPrinciple .box .borRight .bot {
    margin-top: 2.625rem;
  }
  .compositionPrinciple .box .borRight .bot div {
    margin-top: 1.1875rem;
  }
  .compositionPrinciple .box .borRight .top div {
    margin-top: 1.1875rem;
  }
  .commonProblem .box .item .boxTop {
    font-size: 1.3rem;
  }
  .businessModel .box .list .item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .jx_service .box .banner .swiper-container {
    overflow: hidden;
  }
  .jx_service .box1 .list .main .item .text {
    padding: 1rem;
  }
  .jx_service .box1 .list .main .item .text div {
    height: 3rem;
  }
  .jx_service .box1 .list .main .item .text div span {
    font-size: 2.5rem;
  }
  .jx_service .box1 .list .main .item .text p {
    line-height: 1.8rem;
  }
  .jx_service .box1_ {
    padding: 3.375rem 0 4.625rem;
  }
  .allCases .box .list {
    justify-content: space-between;
  }
  .allCases .box .list .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .SecondaryColumn .box .main .item a {
    width: 10rem;
    padding: 1.125rem 0;
  }
  .SecondaryColumn .box .main .item {
    height: 5.5rem;
  }
  .pagination .page a {
    display: none;
  }
  .pagination .page .active {
    display: block;
  }
  .CompanyProfile .box,
  .CompanyProfile .box1 .main {
    border: 0;
  }
  .CompanyProfile .box .main2 .boxLeft {
    display: none;
  }
  .CompanyProfile .box .main2 .boxRight {
    width: 100%;
    padding: 3rem 0;
  }
  .CompanyProfile .box .main1 .boxLeft .item {
    margin-top: 1rem;
    padding-left: 3vw;
  }
  .CompanyProfile .box .main1 .boxLeft .item .top span {
    font-size: 2.5rem;
  }
  .CompanyProfile .box .main1 .boxLeft {
    width: 30%;
  }
  .CompanyProfile .box .main1 .boxRight {
    width: 70%;
  }
  .CompanyProfile .box1 .main .item {
    width: 20%;
  }
  .CompanyProfile .box1 .main .item .top span {
    font-size: 2.125rem;
  }
  .CompanyProfile .box1 .main .item .bot {
    font-size: 1rem;
  }
  .CompanyProfile .box1 .main .item .bot img {
    transform: scale(0.8);
  }
  .CompanyProfile .box1 .main .item .top {
    font-size: 1.2rem;
  }
  .CompanyProfile .box2 h5 {
    font-size: 2rem;
  }
  .CompanyProfile .box2 h6 {
    font-size: 2rem;
    margin: 1.5rem 0 1rem;
  }
  .CompanyProfile .box2 {
    padding: 2rem 0 3rem;
  }
  .developmentPath .box .banner .swiper-slide .height_ .item {
    width: 76%;
  }
  .developmentPath .box .border {
    overflow: hidden;
  }
  .developmentPath .box .border img {
    width: 200%;
  }
  .TeamStrength .box .img {
    display: none;
  }
  .TeamStrength .box .list .item {
    width: 100%;
    text-align: left;
    position: inherit;
    left: 0%;
    bottom: 0%;
    display: flex;
    justify-content: flex-start;
    transform: translateX(0%);
    margin-bottom: 1.5rem;
  }
  .TeamStrength .box .list .item .content3 {
    opacity: 1;
  }
  .TeamStrength .box {
    margin: 4.625rem 3vw 0;
  }
  .TeamStrength .box .list .active .content4 {
    top: 0;
  }
  .TeamStrength .box .list .item .content4 {
    margin-top: 0rem;
    width: 84%;
    margin-left: 2rem;
  }
  .TeamStrength {
    padding-bottom: 1rem;
  }
  .serviceObject .box .boxLeft {
    width: 100%;
  }
  .serviceObject .box .boxRight {
    width: 100%;
    padding: 4rem 3vw;
  }
  .serviceObject .box .tit {
    top: 4rem;
    left: 3vw;
    font-size: 2.5rem;
  }
  .serviceObject .box .boxLeft .list .posi {
    bottom: 2.625rem;
    left: 3vw;
  }
  .serviceObject .box .boxLeft .list .posi .wenan .title_ {
    font-size: 2rem;
  }
  .serviceObject .box .boxLeft .list .posi .wenan .link {
    margin-top: 3rem;
  }
  .HonorBox .box {
    margin-top: 4rem;
  }
  .NewsCenter .box .boxLeft {
    width: 100%;
  }
  .NewsCenter .box .boxRight {
    width: 100%;
  }
  .NewsCenter1 .box .list {
    justify-content: space-between;
  }
  .NewsCenter1 .box .list .item {
    width: 49%;
    margin-bottom: 1rem;
    margin-right: 0%;
  }
  .NewsDetails .box {
    width: 94%;
  }
  .NewsDetails .box .content1 h5 {
    font-size: 1.8rem;
  }
  .NewsDetails .box .content1 h6 {
    padding-bottom: 1.5rem;
  }
  .contactUs .box .boxLeft {
    width: 100%;
  }
  .contactUs .box .boxRight {
    width: 100%;
  }
  .contactUs .box .boxRight .map {
    height: 28rem;
  }
  .contactUs .box .boxLeft {
    padding: 3rem 4.25rem;
  }
  .OnlineMessage .box .content1 .item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .OnlineMessage .box .content2 {
    margin-top: 0;
  }
  .IndustryProspects .box {
    padding: 0;
  }
  .IndustryProspects .box .item .content2 {
    font-size: 2rem;
  }
  .PartnerProgram .box {
    transform: translateY(-5%);
  }
  .IndustryProspects .box .item .content3 {
    font-size: 2.5rem;
  }
  .IndustryProspects .box .item .content4 {
    font-size: 1.2rem;
  }
  .PartnerProgram .box .item {
    width: 100%;
    padding: 2rem 4rem 2rem 6.75rem;
  }
  .PartnerProgram .box .item .main h5 {
    font-size: 1.5rem;
  }
  .PartnerProgram .box .item .main .img img {
    width: 2.8rem;
  }
  .PartnerProgram .box .item .main .img {
    left: -5rem;
  }
  .PartnerProgram .box .item .main div {
    font-size: 1.2rem;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide {
    background-image: linear-gradient(to right, #1584db, #1584db, #0066ca);
    width: 25%;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide > p {
    opacity: 1;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item::after {
    opacity: 1;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content1 {
    color: #fff;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content2 {
    color: #fff;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 {
    top: 0;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 div {
    color: #fff;
    top: 0rem;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 p {
    color: #fff;
    top: 0rem;
    opacity: 1;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content4 {
    opacity: 1;
  }
  .recruitmentPlan .box .list {
    justify-content: space-between;
  }
  .recruitmentPlan .box .list .item {
    width: 49%;
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  .index_header {
    display: none;
  }
  .header_box_phone {
    display: block;
  }
  .index_process {
    background-size: cover;
  }
  .index_footer .box .content1 .right .ewm_box .f {
    display: none;
  }
  .index_fixed .box .item .main{
  	  top: inherit;
  	  bottom: 6rem;
  	  right: 0;
  	  transform: translateY(0%);
  }
  .index_fixed .box .item .main span{
  	  display: none;
  }
}
@media screen and (max-width: 669px) {
  .index_index_quote > .box .content3 .index_quote_ .box .item {
    width: 49%;
    margin-bottom: 0.625rem;
  }
  .index_index_quote > .box .content3 .index_quote_ .box .item:nth-child(3n) {
    margin-right: 2%;
  }
  .index_index_quote > .box .content3 .index_quote_ .box .item:nth-child(2n) {
    margin-right: 0;
  }
  .index_index_quote > .box .content3 .index_quote_ .box .item select {
    padding-left: 4.125rem;
  }
  .index_index_quote > .box .content3 .index_quote_ .box .item1 input {
    padding-left: 4.125rem;
  }
  .index_case .box_box .box .boxRight {
    width: 100%;
    margin: 3rem 0% 2rem 0;
  }
  .index_case .banner_box .main .box_ .banner1 .swiper-slide .item img {
    height: 6.875rem;
  }
  .index_case .banner_box .main .box_ .wenan {
    bottom: 13rem;
  }
  .index_case .banner_box .main .box_ .wenan .info p {
    margin-right: 1.5rem;
    font-size: 0.8rem;
  }
  .index_case .banner_box .main .box_ .wenan .title_ {
    font-size: 1.6rem;
    margin: 0rem 0 1rem;
  }
  .index_process .box1 .list .main .item {
    width: 49%;
  }
  .index_process .box1 .list .main .item:nth-child(3) {
    display: none;
  }
  .index_data .box .item {
    width: 33.333%;
    margin-bottom: 1rem;
  }
  .index_data .box {
    justify-content: center;
  }
  .index_about .box .boxLeft .main .content1 {
    font-size: 2rem;
  }
  .index_title .left {
    font-size: 2rem;
    line-height: 3rem;
    height: auto;
  }
  .index_case .box_box .box .boxLeft .content1 {
    font-size: 2rem;
  }
  .index_about .box .boxLeft .img img {
    height: 38rem;
    object-fit: cover;
  }
  body {
    padding-bottom: 6.375rem;
  }
  .index_footer .box .content1 .right .ewm_box .f .feng p img {
    transform: scale(0.7);
  }
  .index_footer .boxbg .content3 {
    font-size: 1rem;
  }
  .index_footer .box .content3 > p {
    line-height: 3.5rem;
  }
  .solution .toggle p a {
    font-size: 1.2rem;
    padding: 0 1.625rem;
  }
  .biaoti h5 {
    font-size: 2rem;
  }
  .roofType .box .img img {
    height: 32rem;
    object-fit: cover;
  }
  .roofType .box .main .item .content {
    top: 62%;
  }
  .roofType .box .main .active .content {
    top: 25%;
  }
  .benefit .box .item {
    width: 100%;
  }
  .benefit .box .item .main .left img {
    width: 9rem;
  }
  .benefit .box .item .main .right div {
    line-height: 2rem;
  }
  .benefit .box .item .img img {
    height: 15rem;
    object-fit: cover;
  }
  .commonProblem .box .item .boxTop img {
    width: 1.75rem;
  }
  .commonProblem .box .item .boxBot img {
    width: 1.75rem;
  }
  .commonProblem .box .item .boxTop i {
    font-size: 1rem;
  }
  .jx_service .box1 .list .main .item {
    width: 49%;
    margin-bottom: 1rem;
  }
  .CustomerPraise .box .button .btn {
    display: none;
  }
  .jx_service .box1_ .index_link2 {
    margin: 1rem 1rem 0;
  }
  .jx_service .box1_ > .flexCenter {
    margin-top: 2rem;
  }
  .jx_service .box1_ .index_link1 {
    margin-top: 1rem;
  }
  .allCases .box .list .item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .allCases .box .list .item a .img > p {
    line-height: 2.5rem;
  }
  .CompanyProfile .box .main1 .boxLeft .item {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .CompanyProfile .box .main1 .boxLeft .item .top span {
    font-size: 2rem;
  }
  .CompanyProfile .box .main1 .boxLeft {
    width: 27%;
  }
  .CompanyProfile .box .main1 .boxRight {
    width: 73%;
  }
  .CompanyProfile .box1 .main {
    justify-content: center;
  }
  .CompanyProfile .box1 .main .item {
    width: 33.333%;
    margin-bottom: 1rem;
  }
  .developmentPath .box .border img {
    width: 260%;
  }
  .developmentPath .box .border {
    bottom: 3.8rem;
  }
  .developmentPath .box .banner .swiper-slide .height_ {
    height: 24rem;
  }
  .CompanyProfile .box2 {
    background: url(../images/bg10.png) no-repeat 42% 0%;
    background-size: cover;
  }
  .NewsCenter .box .boxLeft .item a .top .right img {
    width: 1.5rem;
  }
  .NewsCenter .box .boxRight a .info {
    padding: 1.5rem 20vw 0px 1.125rem;
  }
  .NewsCenter .box .boxRight a .info .content5 img {
    width: 1.5rem;
  }
  .NewsCenter1 .box .list .item {
    margin-bottom: 2rem;
  }
  .NewsCenter1 .box .list .item a .content3 .right img {
    width: 1.5rem;
  }
  .NewsCenter1 .box .list .item a .content2 {
    padding: 2rem 0.5rem;
  }
  .NewsCenter1 .box .list .item:nth-child(3n) {
    display: none;
  }
  .SecondaryColumn .box .main .item {
    height: 6.5rem;
  }
  .jx_banner .img img {
    height: 25rem;
    object-fit: cover;
  }
  .contactUs .box .boxLeft .content1 .item img {
    width: 1.8rem;
  }
  .contactUs .box .boxLeft {
    padding: 3rem 2rem 3rem 4.25rem;
  }
  .OnlineMessage .box .content1 .item input {
    padding: 0 4.125rem;
  }
  .OnlineMessage .box .content1 .item img {
    transform: scale(0.7) translateY(-80%);
  }
  .OnlineMessage .box .content2 textarea {
    padding: 1rem 1.25rem;
  }
  .PartnerProgram .box .item .main .img img {
    width: 2.2rem;
  }
  .PartnerProgram .box .item {
    padding: 2rem 4rem 2rem 4.75rem;
  }
  .PartnerProgram .box .item .main .img {
    left: -3.5rem;
  }
  .recruitmentPlan .box .list .item {
    padding: 1rem;
  }
  .recruitmentPlan .box .list .item .content2 p img {
    margin-right: 0;
  }
  .recruitmentPlan .box .list .item .content2 p {
    margin-right: 0.8rem;
  }
  .recruitmentPlan .box .list .item .content1 {
    font-size: 1.8rem;
  }
  .breadCrumbs .box a img {
    width: 1.8rem;
  }
  .IndustryProspects .box .item .content3 {
    font-size: 2rem;
  }
  .jx_support .box .main .banner .swiper-container .swiper-wrapper .swiper-slide .item .content3 div {
    font-size: 1.6rem;
  }
  
}
