@media screen and (min-width: 1440px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 0.8rem;
  color: #343434;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body,
p {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
input,
select {
  outline: none;
  border: none;
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  background-color: #1476fe;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.setBetween {
  display: flex;
  justify-content: space-between;
}
.setAlignCenter {
  display: flex;
  align-items: center;
}
.setCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.main-center {
  width: 70rem;
  margin: 0 auto;
}
#banners {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  z-index: 999;
}
#banners .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  margin-top: -100px;
  margin-left: -200px;
  line-height: 1.8;
}
#banners .text .btn {
  position: relative;
  margin-top: 50px;
}
#banners .text .btn:after {
  content: '';
  display: block;
  clear: both;
}
#banners .text .btn a {
  float: left;
  padding: 6px 20px;
  border: 1px solid #000;
  margin-right: 20px;
}
.paged {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
}
.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 1px solid #1476fe;
}
.paged .current,
.paged a:hover {
  color: #fff;
  background: #1476fe;
}
.paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}
.paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}
.page-banner-con {
  padding: 0;
  position: relative;
}
.page-banner-con .page-banner .swiper-slide {
  min-height: 20rem;
  background-color: #ebebeb;
  position: relative;
}
.page-banner-con .page-banner .swiper-slide img {
  display: block;
}
.page-banner-con .page-banner .swiper-slide a {
  display: block;
  position: relative;
}
.page-banner-con .page-banner .swiper-slide .main-center {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  padding-top: 8%;
  transform: translateX(-50%);
}
.page-banner-con .page-banner .swiper-slide .main-center .text * {
  color: #fff;
}
.page-banner-con .page-banner .swiper-slide .main-center .text > h2 {
  font-size: 2.4rem;
  line-height: 1.4;
}
.page-banner-con .page-banner .swiper-slide .main-center .text > p {
  font-size: 1.4rem;
  margin: 1rem 0;
}
.page-banner-con .page-banner .swiper-slide .main-center .text > span,
.page-banner-con .page-banner .swiper-slide .main-center .text > a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.4rem 1rem;
  border: 1px solid #fff;
  border-radius: 2rem;
}
.page-banner-con .page-banner .swiper-slide .main-center .lab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 30rem;
  margin-top: 3rem;
}
.page-banner-con .page-banner .swiper-slide .main-center .lab .item {
  width: 48%;
  margin-bottom: 4%;
  display: flex;
  align-items: center;
}
.page-banner-con .page-banner .swiper-slide .main-center .lab .item .i {
  width: 3rem;
  height: 3.5rem;
  margin-right: 4%;
  background-image: url("../images/banner-border.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner-con .page-banner .swiper-slide .main-center .lab .item .i i {
  color: #fff;
  font-size: 1.5rem;
}
.page-banner-con .page-banner .swiper-slide .main-center .lab .item > div:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner-con .page-banner .swiper-slide .main-center .lab .item > div:last-of-type * {
  color: #fff;
}
.page-banner-con .page-banner .swiper-slide .main-center .lab .item > div:last-of-type p {
  font-size: 0.6rem;
}
.page-banner-con .page-banner .swiper-slide .main-center .lab .item > div:last-of-type p em {
  font-size: 1.4rem;
}
.page-banner-con .page-banner .swiper-slide .main-center .lab .item > div:last-of-type span {
  margin-top: 0.2rem;
}
.page-banner-con .main-1 {
  background-color: transparent;
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.page-banner-con .main-1 > div {
  display: flex;
  align-items: center;
}
.page-banner-con .main-1 .item {
  width: 20%;
  display: flex;
  align-items: center;
}
.page-banner-con .main-1 .item .i {
  width: 3rem;
  height: 3.5rem;
  margin-right: 4%;
  background-image: url("../images/banner-border.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner-con .main-1 .item .i i {
  color: #fff;
  font-size: 1.5rem;
}
.page-banner-con .main-1 .item > div:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-banner-con .main-1 .item > div:last-of-type * {
  color: #fff;
}
.page-banner-con .main-1 .item > div:last-of-type p {
  font-size: 0.6rem;
}
.page-banner-con .main-1 .item > div:last-of-type p em {
  font-size: 1.4rem;
}
.page-banner-con .main-1 .item > div:last-of-type span {
  margin-top: 0.2rem;
}
.page-banner-con .solution-nav {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.page-banner-con .solution-nav a {
  padding: 2rem 2.3rem;
  border-radius: 10rem;
  border: 1px solid #1476fe;
  text-align: center;
  position: relative;
  transition: all ease 0.3s;
  background-color: #fff;
  z-index: 10;
}
.page-banner-con .solution-nav a::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  width: calc(100% - 0.5rem);
  height: calc(100% - 1rem);
  background-color: #e1eeff;
  border-radius: 10rem;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  transition: all ease 0.3s;
}
.page-banner-con .solution-nav a:hover {
  box-shadow: 0 0 0.5rem #1476fe;
}
.page-banner-con .solution-nav a:hover::after {
  opacity: 1;
}
.page-banner-con .solution-nav a i {
  display: inline-block;
  font-size: 4rem;
  color: #1476fe;
  margin-bottom: 1rem;
}
.page-banner-con .solution-nav a p {
  font-size: 1rem;
  line-height: 1.6;
}
.page-banner-con .page-banner .swiper-slide .main-center .lab {
  display: none;
}
.other-banner {
  padding: 0;
  min-height: 20rem;
  background-color: #ebebeb;
  position: relative;
}
.other-banner a {
  display: block;
  position: relative;
}
.other-banner .main-1 {
  background-color: transparent;
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.other-banner .main-1 > div {
  display: flex;
  align-items: center;
}
.other-banner .main-1 .item {
  width: 20%;
  display: flex;
  align-items: center;
}
.other-banner .main-1 .item .i {
  width: 3rem;
  height: 3.5rem;
  margin-right: 4%;
  background-image: url("../images/banner-border.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-banner .main-1 .item .i i {
  color: #fff;
  font-size: 1.5rem;
}
.other-banner .main-1 .item > div:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.other-banner .main-1 .item > div:last-of-type * {
  color: #fff;
}
.other-banner .main-1 .item > div:last-of-type p {
  font-size: 0.6rem;
}
.other-banner .main-1 .item > div:last-of-type p em {
  font-size: 1.4rem;
}
.other-banner .main-1 .item > div:last-of-type span {
  margin-top: 0.2rem;
}
.page-title {
  text-align: center;
  margin-bottom: 2rem;
}
.page-title h2 {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.page-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1rem;
  border-bottom: 2px solid #fe4c35;
  transform: translateX(-50%);
}
.page-title span {
  font-size: inherit;
  color: #fe4c35 !important;
}
.page-title strong {
  font-size: inherit;
  font-weight: bold;
}
.page-title p {
  font-size: 0.75rem;
  color: #999;
}
.class {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.class a {
  font-size: 0.7rem;
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  margin: 0 1rem;
  display: inline-flex;
  align-items: center;
}
.class a i {
  font-size: 1rem;
  margin-right: 0.2rem;
}
.class a:hover,
.class a.active {
  background-color: #ff8400;
  color: #fff;
}
.class a:hover i,
.class a.active i {
  color: #fff;
}
.class1 a {
  border-radius: 0;
  padding: 0.4rem 0;
  border-bottom: 2px solid transparent;
}
.class1 a:hover,
.class1 a.active {
  background-color: transparent;
  border-color: #ff8400;
  color: #343434;
}
.seo-lc .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.seo-lc .swiper-slide .i {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #1476fe;
  position: relative;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seo-lc .swiper-slide .i i {
  font-size: 4rem;
  color: #fff;
}
.seo-lc .swiper-slide .i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 1px dashed #ccc;
  transform: translate(-50%, -50%);
}
.seo-lc .swiper-slide h4 {
  font-size: 0.9rem;
  padding-bottom: 0.4rem;
  position: relative;
}
.seo-lc .swiper-slide h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1rem;
  border-bottom: 1px dashed #ccc;
  transform: translateX(-50%);
}
.seo-lc .swiper-slide p {
  font-size: 0.7rem;
  color: #838384;
  margin: 0.5rem 0;
  line-height: 1.6;
  text-align: center;
}
.seo-lc .swiper-slide span {
  font-size: 0.65rem;
  color: #ff8400;
}
.seo-lc .swiper-slide i {
  color: #ff8400;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.apply-form {
  background-color: #0454e6;
  background-image: url("../images/bottom-lc.jpg");
  background-size: 100% 100%;
}
.apply-form .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.apply-form .text * {
  color: #fff;
}
.apply-form .text h4 {
  font-size: 2rem;
  line-height: 2;
}
.apply-form .text h5 {
  font-size: 1.8rem;
  line-height: 1.6;
}
.apply-form .text span {
  color: #fee300;
  font-size: inherit;
}
.apply-form .form {
  width: 49%;
  padding: 2% 3%;
  background-color: #fafbff;
  border-radius: 0.2rem;
}
.apply-form .form * {
  font-size: 0.7rem;
}
.apply-form .form .tit {
  text-align: center;
  margin-bottom: 1rem;
}
.apply-form .form .tit h4 {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.6;
}
.apply-form .form .tit p {
  color: #666;
}
.apply-form .form form .t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.apply-form .form form .t > div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2%;
}
.apply-form .form form .t > div em {
  color: red;
}
.apply-form .form form .t > div input {
  width: 76%;
  height: 1.9rem;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
  padding: 0 4%;
  background-color: #fff;
  border-radius: 0.2rem;
}
.apply-form .form form > p {
  padding: 0.4rem 0;
}
.apply-form .form form > input {
  width: 100%;
  height: 1.9rem;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
  padding: 0 2%;
  background-color: #fff;
  border-radius: 0.2rem;
}
.apply-form .form form button {
  background-image: linear-gradient(209deg, #e85633 0%, #e75631 99%);
  color: #fff;
  border-radius: 0.2rem;
  font-size: 1.1rem;
  width: 100%;
  height: 1.9rem;
  border: none;
  margin-top: 0.8rem;
  cursor: pointer;
}
.apply-form input[type="radio"] {
  appearance: radio;
}
.apply-form2 {
  background-color: #ef6b60;
  background-image: url("../images/pro6/i24.png");
  background-size: 100% 100%;
  padding: 1rem 0;
}
.apply-form2 .con {
  padding: 3rem 6rem;
}
.apply-form2 .con * {
  color: #fff;
}
.apply-form2 .con .tit {
  text-align: center;
}
.apply-form2 .con .tit h2 {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
.apply-form2 .con .tit p {
  line-height: 1.4;
  font-size: 0.75rem;
}
.apply-form2 .con form .t {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem 0;
}
.apply-form2 .con form .t div {
  position: relative;
  display: flex;
  align-items: center;
}
.apply-form2 .con form .t div span {
  margin-right: 0.5rem;
}
.apply-form2 .con form .t div input {
  width: 13rem;
  height: 1.75rem;
  border-radius: 4rem;
  background-color: #fff;
  color: #343434;
  padding: 0 8%;
  box-sizing: border-box;
  flex-shrink: 0;
}
.apply-form2 .con form .t div i {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%);
  color: #fe4c35;
}
.apply-form2 .con form .b {
  text-align: center;
}
.apply-form2 .con form .b input[type="submit"] {
  background-color: #fdc61b;
  padding: 0.6rem 6rem;
  color: #bc4739;
  font-size: 1rem;
  cursor: pointer;
}
.apply-form3 {
  background-color: #f0f4f8;
  background-image: none;
}
.apply-form3 .con {
  align-items: initial;
}
.apply-form3 .text {
  background-image: linear-gradient(254deg, #8f76ff 0%, #6448ff 50%, #4a2dff 100%);
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4%;
}
.apply-form3 .form {
  background-color: #e4e8ff;
}
.bottom-nav {
  background-color: #f0f4f8;
}
.bottom-nav .con {
  display: flex;
}
.bottom-nav .con .item {
  height: 14rem;
  padding: 3%;
  border-radius: 0.2rem;
  position: relative;
}
.bottom-nav .con .item * {
  color: #fff;
}
.bottom-nav .con .item h4 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.bottom-nav .con .item p {
  line-height: 1.6;
}
.bottom-nav .con .item span {
  position: absolute;
  bottom: 20%;
  left: 10%;
  font-size: 0.9rem;
}
.bottom-nav .con .item .img {
  position: absolute;
  bottom: 1rem;
  right: 0;
  width: 50%;
  display: flex;
}
.bottom-nav .con .item .img img {
  height: 100%;
  margin: auto;
}
.bottom-nav .con .big {
  width: 18rem;
  height: auto;
  margin-right: 1.8rem;
  background-image: linear-gradient(-65deg, #0092f4 0%, #1d47e9 98%);
  position: relative;
}
.bottom-nav .con .big P {
  position: relative;
  padding-left: 1rem;
}
.bottom-nav .con .big P::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translateY(-50%);
}
.bottom-nav .con .big .img {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
}
.bottom-nav .con .big .img img {
  margin: auto;
}
.bottom-nav .con .r {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.bottom-nav .con .r .item {
  width: calc((100% - 1.8rem * 2) / 3);
  margin-right: 1.8rem;
  margin-bottom: 1.8rem;
}
.bottom-nav .con .r .item:nth-of-type(3n) {
  margin-right: 0;
}
.bottom-nav .con .r .item:nth-of-type(n + 4):nth-of-type(-n + 6) {
  margin-bottom: 0;
}
.bottom-nav .con .r .item:nth-of-type(1) {
  background-color: #0077f3;
}
.bottom-nav .con .r .item:nth-of-type(2) {
  background-image: linear-gradient(209deg, #e85633 0%, #e75631 99%);
}
.bottom-nav .con .r .item:nth-of-type(3) {
  background-image: linear-gradient(209deg, #6113f1 0%, #2502d6 100%, #170de2 100%, #0918ee 100%);
}
.bottom-nav .con .r .item:nth-of-type(4) {
  background-image: linear-gradient(209deg, #6113f1 0%, #2502d6 100%, #170de2 100%, #0918ee 100%);
}
.bottom-nav .con .r .item:nth-of-type(5) {
  background-color: #0077f3;
}
.bottom-nav .con .r .item:nth-of-type(6) {
  background-image: linear-gradient(209deg, #ff8a00 0%, #f35000 99%);
}
.more-btn {
  text-align: center;
  padding-top: 2rem;
}
.more-btn a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  background-image: linear-gradient(102deg, #040bbb 0%, #0f32d5 0%, #1a58ee 0%, #4a79f8 54%, #0092f4 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff !important;
  border-radius: 2rem;
  font-size: 0.75rem;
  background-size: 200%;
  transition: background-position 0.5s;
}
.more-btn a:hover {
  background-position: 100% 0;
}
.more-btn a .i {
  width: 1.65rem;
  height: 1.65rem;
  background-image: linear-gradient(29deg, #040bbb 0%, #0f31d5 0%, #1a57ee 0%, #0092f4 100%), linear-gradient(#f77263, #f77263);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
}
.more-btn a .i i {
  color: #fff;
  font-size: 0.8rem;
}
.btn-two {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}
.btn-two a {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #ebebeb;
  margin: 0 1rem;
  color: #fff !important;
  border-radius: 0.2rem;
}
.btn-two a:nth-of-type(1) {
  background-color: #f2634f;
}
.btn-two a:nth-of-type(2) {
  background-color: #f7b500;
}
.mb-content {
  display: none;
}
.side-tit {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  background-color: #fff;
}
.side-tit .i {
  width: 0.9rem;
  height: 0.9rem;
}
.side-tit h6 {
  font-size: 1rem;
  margin: 0 0.5rem;
}
.side-tit span {
  font-size: 0.6rem;
}
.side-service {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.side-service .side-con {
  display: flex;
  flex-wrap: wrap;
}
.side-service .side-con .link {
  width: 33.33333333%;
  padding: 0.5rem 0;
  text-align: center;
}
.side-service .side-con .link:hover {
  background-color: #fafafa;
}
.side-service .side-con .link i {
  color: #fe4c35;
  font-size: 1.5rem;
}
.side-service .side-con .link p {
  line-height: 1.8;
}
.side-form {
  padding: 1rem;
  background-color: #fe4c35;
  margin-bottom: 0.5rem;
}
.side-form * {
  color: #fff;
}
.side-form .tit {
  text-align: center;
}
.side-form .tit h6 {
  font-size: 1rem;
  line-height: 1.6;
}
.side-form p {
  line-height: 1.6;
}
.side-form form > div {
  margin-bottom: 1rem;
}
.side-form form > div > input {
  width: 100%;
  height: 1.8rem;
  background-color: #fff;
  padding: 0 2%;
  margin: 0;
  box-sizing: border-box;
  color: #343434;
  font-size: 0.8rem;
}
.side-form form .label > div {
  display: flex;
}
.side-form form label {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  padding-top: 0.4rem;
}
.side-form form label input {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border-color: #fe4c35;
  background-color: #fe4c35;
}
.side-form form label span {
  font-size: 0.7rem;
}
.side-form form .btn {
  margin-bottom: 0;
}
.side-form form .btn button {
  width: 100%;
  height: 1.8rem;
  background-color: #fdc61b;
  color: #fe4c35;
  font-size: 0.9rem;
  border: none;
  font-weight: 400;
  cursor: pointer;
}
.side-form form .btn p {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
.side-news {
  padding: 1rem;
  background-color: #fff;
}
.side-news .side-con a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ebebeb;
}
.side-news .side-con a em {
  font-size: 0.8rem;
  color: #1476fe;
  margin-right: 2%;
}
.side-news .side-con a span {
  display: block;
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.7rem;
}
.side-news .side-con a:last-of-type {
  border-bottom: none;
}
.side-news .side-con a:hover span {
  color: #1476fe;
}
.show-con {
  display: flex;
}
.show-con .show-left {
  flex: 1;
}
.show-con .show-left .tit {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.show-con .show-left .tit > div {
  display: flex;
  align-items: center;
}
.show-con .show-left .tit .i {
  width: 2.75rem;
  height: 3rem;
  margin-right: 0.5rem;
}
.show-con .show-left .tit .txt p {
  color: #656565;
  line-height: 1.6;
}
.show-con .show-left .tit .btn * {
  color: #fe4c35;
}
.show-con .show-left .tit .btn span {
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0.5rem;
}
.show-con .show-left .tit .btn a {
  display: inline-block;
  padding: 0.4rem 1rem;
  background-color: #fe4c35;
  color: #fff;
  border-radius: 4rem;
}
.show-con .show-left .content {
  background-color: #fff;
}
.show-con .show-left .content .con-tit {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ebebeb;
}
.show-con .show-left .content .con-tit h1 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
.show-con .show-left .content .con-tit div {
  color: #656565;
  display: flex;
  padding: 0.2rem 0;
  line-height: 1.6;
}
.show-con .show-left .content .con-tit div span {
  display: block;
  width: 4.2rem;
  flex-shrink: 0;
}
.show-con .show-left .content .con-tit div p {
  flex: 1;
  line-height: 1.6;
}
.show-con .show-left .content .con-tit a {
  color: #fe4c35;
}
.show-con .show-left .con-info {
  min-height: 20rem;
}
.show-con .show-right {
  width: 18rem;
  margin-left: 0.5rem;
}
.other-case {
  padding: 1rem;
  background-color: #fff;
  margin-top: 0.5rem;
}
.other-case .side-tit .other-btn {
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
}
.other-case .side-tit .other-btn i {
  position: initial;
  height: auto;
  margin: 0;
  margin-left: 0.5rem;
}
.other-case .side-tit .other-btn i::after {
  font-size: 1rem;
}
.other-swiper {
  margin-top: 1rem;
}
.other-swiper .swiper-slide {
  display: block;
}
.other-swiper .swiper-slide .img {
  height: 10rem;
  background-color: #ebebeb;
}
.other-swiper .swiper-slide .text {
  padding: 1rem 0;
}
.other-swiper .swiper-slide .text .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ebebeb;
}
.other-swiper .swiper-slide .text .tit h6 {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}
.other-swiper .swiper-slide .text .tit P {
  font-size: 0.7rem;
  color: #656565;
}
.other-swiper .swiper-slide .text .tit i {
  font-size: 1rem;
  color: #fe4c35;
}
.other-swiper .swiper-slide .text .b {
  display: flex;
  align-items: center;
}
.other-swiper .swiper-slide .text .b .i {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  background-color: #ebebeb;
}
.other-swiper .swiper-slide .text .b p {
  font-size: 0.7rem;
}
.position {
  padding: 1rem 0;
}
.position * {
  font-size: 0.7rem;
  color: #666;
}
a:hover {
  color: #1476fe;
}
.swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fe4c35;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  width: 1rem;
  background-color: #fe4c35;
  border-radius: 1rem;
  opacity: 1;
}
header .pic {
  display: block;
  height: 4rem;
  background-color: #ebebeb;
}
header .top {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 5%;
  border-bottom: 1px solid #ebebeb;
}
header .top .logo {
  width: 9rem;
}
header .top > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .top > div .item:first-of-type {
  margin-right: 20%;
}
header .top > div .item p {
  font-size: 0.7rem;
  white-space: nowrap;
  line-height: 1.4;
}
header .top > div .item p em {
  font-size: 1rem;
  font-weight: bold;
}
header .top > div .item span {
  font-size: 0.6rem;
}
header nav {
  display: flex;
  justify-content: space-between;
  padding: 0.4rem 5%;
  height: 100%;
}
header nav ul {
  flex: 1;
  display: flex;
  height: 100%;
}
header nav ul li {
  height: 100%;
  position: relative;
}
header nav ul li:first-of-type a {
  padding-left: 0;
}
header nav ul li > a {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: bold;
}
header nav ul li .two {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 10;
}
header nav ul li .two a {
  display: block;
  text-align: center;
  padding: 0.5rem 0;
}
header nav ul li:hover .two {
  display: block;
}
header nav .btn {
  padding: 0.8rem 2rem;
  background-color: #1476fe;
  color: #fff;
}
footer {
  background-image: linear-gradient(#060c54, #040831);
}
footer * {
  color: #fff;
}
footer .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
footer .tit .logo {
  width: 11rem;
}
footer .tit .logo img {
  margin-bottom: 1rem;
}
footer .tit .logo p {
  font-size: 1rem;
}
footer .tit .adv {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
footer .tit .adv .item {
  width: 17%;
}
footer .tit .adv .item .i {
  width: 3rem;
  height: 3.5rem;
  margin: 0 auto;
  background-image: url('../images/banner-border.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .tit .adv .item .i i {
  font-size: 1.5rem;
}
footer .tit .adv .item p {
  text-align: center;
  line-height: 2.2;
}
footer .city-big {
  display: flex;
  align-items: center;
  padding: 1.4rem 0;
}
footer .city-big .item {
  width: 40%;
}
footer .city-big .item h6 {
  font-size: 1rem;
  padding-bottom: 0.6rem;
  margin-bottom: 1rem;
  position: relative;
}
footer .city-big .item h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1rem;
  border-bottom: 1px solid #fff;
}
footer .city-big .item p {
  font-size: 0.7rem;
  line-height: 2;
}
footer .city-big .ewm {
  width: 6rem;
}
footer .city-big .ewm .img {
  height: 6rem;
}
footer .city-big .ewm .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer .city-big .ewm p {
  line-height: 2;
  text-align: center;
}
footer .city-small {
  display: flex;
  flex-wrap: wrap;
}
footer .city-small .item {
  width: 26%;
  padding: 1.4rem 2%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  position: relative;
}
footer .city-small .item:nth-of-type(4n + 1) {
  width: calc((100% - 26% * 2) / 2);
  padding-right: 2%;
  padding-left: 0;
}
footer .city-small .item:nth-of-type(4n) {
  width: calc((100% - 26% * 2) / 2);
  padding-left: 2%;
  padding-right: 0;
}
footer .city-small .item:nth-of-type(4n)::after {
  display: none;
}
footer .city-small .item:nth-of-type(n + 5):nth-of-type(-n + 8) {
  border-bottom: none;
}
footer .city-small .item::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
}
footer .city-small .item h6 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
footer .city-small .item p {
  line-height: 2;
}
footer .bob {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.4rem 0;
}
footer .bob > .link {
  display: flex;
}
footer .bob ul {
  display: flex;
  flex: 1;
}
footer .bob ul li {
  margin-right: 14%;
}
footer .bob ul li h6 {
  font-size: 0.9rem;
}
footer .bob ul li a {
  display: block;
  font-size: 0.65rem;
  margin-top: 1rem;
}
footer .bob ul li a:hover {
  text-decoration: underline;
}
footer .bob .contact h6 {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
footer .bob .contact h6 em {
  font-weight: 400;
  font-size: 1rem;
}
footer .bob .contact p {
  font-size: 0.65rem;
  line-height: 2;
}
footer .bob .contact .code {
  display: flex;
  margin-top: 1rem;
}
footer .bob .contact .code .item {
  width: 3rem;
  height: 3rem;
  margin-right: 2.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
footer .bob .contact .code .item svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
footer .bob .contact .code .item .circle {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2;
  stroke-dasharray: 314, 314;
  stroke-dashoffset: 314;
  transition: all ease-in-out 0.6s;
}
footer .bob .contact .code .item i {
  font-size: 2rem;
}
footer .bob .contact .code .item .img {
  position: absolute;
  top: 120%;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.2rem;
  opacity: 0;
  transition: all ease-out 0.4s;
}
footer .bob .contact .code .item .img::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #fff;
  transform: translateX(-50%);
}
footer .bob .contact .code .item:hover .circle {
  stroke-dashoffset: 0;
}
footer .bob .contact .code .item:hover .img {
  opacity: 1;
}
footer .bob .blogroll {
  margin-top: 1rem;
}
footer .bob .blogroll span {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  background-color: #0e1347;
  margin-right: 1rem;
  font-size: 0.7rem;
  margin-bottom: 1rem;
}
footer .bob .blogroll a {
  margin-right: 1rem;
  font-size: 0.7rem;
}
footer .bob .blogroll a:hover {
  text-decoration: underline;
}
footer .copyright {
  padding: 1rem 0;
}
footer .copyright p {
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 1366px) {
  header .pic {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 20px;
  }
  body {
    padding-top: 2.5rem;
  }
  .page-title h2 {
    font-size: 0.9rem;
    font-weight: bold;
  }
  .page-title h2 span {
    font: inherit;
  }
  .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    transition: width ease-out 0.3s;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1rem;
  }
  .page-banner-con .page-banner .swiper-slide {
    height: 9rem;
    min-height: initial;
  }
  .page-banner-con .page-banner .swiper-slide a {
    height: 100%;
  }
  .page-banner-con .page-banner .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .page-banner-con .page-banner .swiper-slide .pc-img {
    display: none;
  }
  .page-banner-con .page-banner .swiper-slide .mb-img {
    display: block !important;
  }
  .page-banner-con .page-banner .swiper-slide .main-center .text > a {
    font-size: 0.7rem;
  }
  .page-banner-con .main-1 {
    display: none;
  }
  .page-banner-con .solution-nav {
    display: none;
  }
  .page-title {
    margin-bottom: 1rem;
  }
  .page-title p {
    line-height: 1.6;
    font-size: 0.65rem;
  }
  .class {
    padding: 1rem 0;
    justify-content: flex-start;
  }
  .class a {
    margin: 0 0.2rem;
    padding: 0.2rem 0.6rem;
    font-size: 0.6rem;
    border-width: 1px;
  }
  .class1 a {
    border-width: 1px;
  }
  .more-btn a {
    font-size: 0.65rem;
  }
  .more-btn a .i {
    width: 1.25rem;
    height: 1.25rem;
  }
  .btn-two {
    padding-top: 1rem;
  }
  .mb-content {
    display: block;
  }
  .fwlc-container .con .swiper-slide .i {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
  }
  .fwlc-container .con .swiper-slide h4 {
    font-size: 0.8rem;
  }
  .fwlc-container .con .swiper-slide p {
    margin: 0.6rem 0;
    font-size: 0.65rem;
  }
  .seo-lc .swiper-slide .i i {
    font-size: 2.5rem;
  }
  .apply-form .con .text {
    display: none;
  }
  .apply-form .con .form {
    width: 100%;
  }
  .apply-form .con .form .tit h4 {
    font-size: 0.9rem;
  }
  .apply-form .con .form form * {
    font-size: 0.65rem;
  }
  .apply-form .con .form form .t > div {
    width: 100%;
  }
  .apply-form .con .form form .t input {
    width: 80%;
  }
  .apply-form2 .con {
    padding: 0.5rem;
  }
  .apply-form2 .con form .t {
    flex-direction: column;
    margin: 1rem 0;
  }
  .apply-form2 .con form .t div {
    justify-content: space-between;
    margin-bottom: 2%;
  }
  .apply-form2 .con form .b input[type="submit"] {
    padding: 0.6rem 3rem;
    font-size: 0.9rem;
    border-radius: 0.2rem;
  }
  .bottom-nav .con .item .img img {
    width: 100%;
    height: auto;
  }
  .bottom-nav .con .big {
    display: none;
  }
  .bottom-nav .con .r {
    justify-content: space-between;
  }
  .bottom-nav .con .r .item {
    width: 49%;
    height: 11rem;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .bottom-nav .con .r .item h4 {
    font-size: 0.8rem;
  }
  .bottom-nav .con .r .item p {
    font-size: 0.7rem;
  }
  .bottom-nav .con .r .item span {
    font-size: 0.65rem;
  }
  .side-tit {
    padding-bottom: 0.5rem;
  }
  .side-service {
    padding: 0.5rem;
  }
  .side-form {
    padding: 0.5rem;
  }
  .side-news {
    padding: 0.5rem;
  }
  .show-con {
    flex-direction: column;
  }
  .show-con .show-left {
    margin-bottom: 0.5rem;
  }
  .show-con .show-right {
    width: 100%;
    margin-left: 0;
  }
  .other-banner {
    height: 10rem;
    min-height: 0;
  }
  .other-banner a {
    display: block;
    height: 100%;
  }
  .other-banner img {
    height: 100%;
    object-fit: cover;
  }
  .other-banner .main-1 {
    display: none;
  }
  .show-con .show-left .tit {
    padding: 0.5rem;
    flex-direction: column;
  }
  .show-con .show-left .tit .txt p {
    font-size: 0.75rem;
  }
  .show-con .show-left .tit .btn a {
    font-size: 0.7rem;
    margin-left: auto;
  }
  .show-con .show-left .content .con-tit {
    padding: 0.5rem;
  }
  .show-con .show-left .content .con-tit h1 {
    font-size: 0.9rem;
    padding: 0.5rem 0;
  }
  .show-con .show-left .content .con-tit div {
    line-height: 1.4;
  }
  .show-con .show-left .content .con-tit div * {
    font-size: 0.75rem;
  }
  .show-con .show-left .content .con-tit div p {
    line-height: 1.4;
  }
  .side-tit h6 {
    font-size: 0.9rem;
  }
  .other-case {
    padding: 0.5rem;
  }
  .other-swiper .swiper-slide .text .tit h6 {
    font-size: 0.8rem;
  }
  .class {
    display: none;
  }
  .class-swiper {
    display: block !important;
  }
  .class-swiper .class {
    display: flex;
  }
  .class-swiper .class a {
    width: auto;
    margin: 0;
  }
  .main-center {
    width: 100%;
  }
  header {
    display: none;
  }
  #mb-header {
    display: block !important;
  }
  #mb-header i {
    color: #1476fe;
  }
  #mb-header #navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2d2c2a;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    z-index: 99;
    padding: 0 2.5%;
    box-sizing: border-box;
  }
  #mb-header #navbar-main #logo {
    width: 30%;
    max-width: 5rem;
  }
  #mb-header #navbar-main #logo a {
    display: block;
    width: 100%;
  }
  #mb-header #navbar-main #logo img {
    width: 100%;
  }
  #mb-header #navbar-main #sidebar-main-trigger {
    width: 1.5rem;
  }
  #mb-header #navbar-main #sidebar-main-trigger img {
    width: 100%;
  }
  #mb-header #sidebar-main {
    background-color: #fff;
    width: 70% !important;
    padding-top: 1rem;
    overflow-y: scroll;
  }
  #mb-header #sidebar-main form {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid #1476fe;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  #mb-header #sidebar-main form input {
    width: 100%;
    height: 2rem;
    box-sizing: border-box;
    padding: 0 4%;
  }
  #mb-header #sidebar-main form .i {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1476fe;
  }
  #mb-header #sidebar-main form .i i {
    font-size: 1rem;
    color: #fff;
  }
  #mb-header #sidebar-main a {
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 0.5rem 0;
  }
  #mb-header #sidebar-main-trigger {
    width: 0.5rem;
    height: 1.2rem;
    border-top: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    background-color: #fff;
    padding: 0.3rem 0;
    background-clip: content-box;
  }
  #mb-header #accordion .link {
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #mb-header #accordion .submenu a {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb !important;
    padding-left: 2.5rem;
    padding-right: 1rem;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-banner-con .page-banner .swiper-slide {
    background-color: transparent;
  }
  .page-banner-con .page-banner .swiper-slide a {
    height: 100%;
  }
  .page-banner-con .page-banner .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .page-banner-con .page-banner .swiper-slide .main-center {
    padding-left: 2%;
    padding-right: 2%;
  }
  .page-banner-con .page-banner .swiper-slide .main-center .text > h2 {
    font-size: 1rem;
  }
  .page-banner-con .page-banner .swiper-slide .main-center .text > p {
    font-size: 0.8rem;
  }
  .page-banner-con .page-banner .swiper-slide .main-center .text > span {
    font-size: 0.7rem;
    display: none;
  }
  div[data-sidebar-main="mask"] {
    background-color: rgba(20, 118, 254, 0.7) !important;
    opacity: 1 !important;
  }
  footer > div {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
  footer .tit {
    flex-direction: column;
  }
  footer .tit .logo p {
    display: none;
  }
  footer .tit .adv {
    justify-content: center;
  }
  footer .tit .adv .item {
    width: 25%;
  }
  footer .tit .adv .item p {
    line-height: 1.4;
    font-size: 0.75rem;
    text-align: center;
    margin-top: 0.4rem;
  }
  footer .tit .adv .item .i {
    width: 2rem;
    height: 2.5rem;
  }
  footer .tit .adv .item .i i {
    font-size: 1rem;
  }
  footer .city-big .ewm {
    display: none;
  }
  footer .city-big {
    display: flex;
    justify-content: space-between;
  }
  footer .city-big .item {
    width: 48%;
  }
  footer .city-big .item h6 {
    line-height: 1.6;
    font-size: 0.8rem;
  }
  footer .city-small,
  footer .bob ul {
    display: none;
  }
  footer .bob > .link {
    justify-content: space-between;
  }
  footer .bob > .link .contact {
    flex: 1;
  }
  footer .bob > .link .contact .code {
    display: flex;
    justify-content: flex-end;
  }
  footer .bob > .link .contact .code .item {
    margin-right: 0;
    margin-left: 0.4rem;
  }
  footer .bob > .link .contact .code .item i {
    font-size: 1.6rem;
  }
  footer .bob .contact h6 em {
    font-size: 1.4rem;
    display: block;
    line-height: 1.4;
  }
  footer .bob .ewm {
    display: block !important;
    width: 6rem;
    flex-shrink: 0;
  }
  footer .bob .ewm .img {
    height: 6rem;
  }
  footer .bob .ewm .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  footer .bob .ewm p {
    line-height: 2;
    text-align: center;
  }
  footer .bob .blogroll > div:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
  }
  footer .bob .blogroll > div:nth-of-type(2) a {
    line-height: 1.6;
  }
}
