a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: SourceRegular;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  border: none;
  -webkit-appearance: none;
  background: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
em {
  font-style: italic;
}
* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
}
@font-face {
  font-family: SourceRegular;
  src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face {
  font-family: SourceHeavy;
  src: url('../fonts/SourceHanSansCN-Heavy.otf');
}
html {
  font-family: SourceRegular;
  font-size: calc(13.02083px);
  transition: background 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation;
  overscroll-behavior-x: none;
}
body ::-moz-selection {
  background: rgba(255, 219, 0, 0.99);
}
body ::selection {
  background: rgba(255, 219, 0, 0.99);
}
iframe,
img,
video {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}
.wrap {
  max-width: 1340px;
  margin: 0 auto;
}
.xs-visible {
  display: none !important;
}
.inside-banner {
  position: relative;
}
.inside-banner figure img {
  width: 100%;
}
.inside-banner article {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inside-banner article h1 {
  font-size: 50px;
  font-weight: bold;
}
.inside-banner article h3 {
  margin-top: 25px;
  font-size: 28px;
}
.inside-banner article a {
  width: 135px;
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
  background-color: #0071f0;
  color: #fff;
  border-radius: 4px;
}
.crumbs {
  display: flex;
  color: #232323;
  margin-top: 30px;
}
.crumbs a,
.crumbs span {
  margin: 0 5px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: background-color 0.3s;
  z-index: 9999;
  padding: 0 20px;
}
header .head {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .logo .b {
  display: none;
}
header .head .nav {
  height: 100%;
  display: flex;
}
header .head .nav > li {
  height: 100%;
  white-space: nowrap;
  margin: 0 15px;
  font-size: 16px;
}
header .head .nav > li > a {
  display: block;
  height: 100%;
  color: #fff;
  line-height: 74px;
}
header .head .nav > li > a:hover {
  color: #0071f0;
}
header .head .nav > li:hover .subnav {
  opacity: 1;
  visibility: visible;
  left: 0;
}
header .head .nav .subnav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: -20px;
  top: 74px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: opacity .3s, visibility .3s, left .3s;
}
header .head .nav .subnav figure {
  width: 40%;
}
header .head .nav .subnav figure img {
  display: block;
}
header .head .nav .subnav article {
  flex: 1;
  padding: 0 70px;
  display: flex;
}
header .head .nav .subnav article dl {
  margin-right: 100px;
  flex: 1;
}
header .head .nav .subnav article dl dt {
  font-size: 18px;
  color: #108cee;
  margin-bottom: 30px;
  border-bottom: 1px solid #dfe1e6;
  padding-bottom: 10px;
}
header .head .nav .subnav article dl dd {
  margin-bottom: 20px;
}
header .head .nav .subnav article dl dd a:hover {
  color: #0071f0;
}
header .head .nav .subnav .case-subnav {
  width: 25%;
  margin-left: 50px;
  display: flex;
  flex-wrap: wrap;
}
header .head .nav .subnav .case-subnav a {
  width: 33.33%;
  display: inline-block;
  margin-bottom: 30px;
}
header .head .nav .subnav .case-subnav a:hover {
  color: #0071f0;
}
header .head .tel {
  font-size: 16px;
  color: #fff;
}
header .head .tel span {
  font-weight: bold;
}
header:hover {
  background-color: #f8f8f8;
}
header:hover .logo .w {
  display: none;
}
header:hover .logo .b {
  display: block;
}
header:hover .nav > li > a {
  color: #17181b;
}
header:hover .tel {
  color: #0071f0;
}
header:hover ~ #site-navigation .menu-toggle span {
  background-color: #282828;
}
header.scroll-top,
header.scroll-down {
  background-color: #f8f8f8;
}
header.scroll-top .logo .w,
header.scroll-down .logo .w {
  display: none;
}
header.scroll-top .logo .b,
header.scroll-down .logo .b {
  display: block;
}
header.scroll-top .nav > li > a,
header.scroll-down .nav > li > a {
  color: #17181b;
}
header.scroll-top .tel,
header.scroll-down .tel {
  color: #0071f0;
}
.home .home-title {
  text-align: center;
}
.home .home-title h2 {
  font-size: 30px;
}
.home .home-title p {
  margin-top: 15px;
  font-size: 16px;
  color: #666666;
}
.home .banner figure img {
  width: 100%;
}
.home .banner .pop-txt {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.home .banner .pop-txt h2 {
  font-size: 50px;
  font-weight: bold;
}
.home .banner .pop-txt p {
  margin-top: 20px;
  font-size: 24px;
}
.home .banner .pop-txt a {
  display: inline-block;
  margin-top: 50px;
  padding: 15px 30px;
  background-color: #0071f0;
  color: #fff;
  border-radius: 4px;
}
.home .banner .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
}
.home .home-solution {
  position: relative;
  background-color: #e7eaef;
  background: linear-gradient(to top right, #eff3f8, #e7eaef);
  padding: 60px 0;
}
.home .home-solution .swiper-container {
  padding: 90px 50px 40px;
  max-width: 1480px;
  margin: 0 auto;
}
.home .home-solution .swiper-slide {
  transition: box-shadow 0.3s;
}
.home .home-solution .swiper-slide:hover {
  box-shadow: 0 8px 20px rgba(16, 140, 238, 0.3);
}
.home .home-solution .swiper-button-prev {
  left: 0;
}
.home .home-solution .swiper-button-next {
  right: 0;
}
.home .home-solution .solu-item {
  background-color: #fff;
  padding: 10%;
  position: relative;
}
.home .home-solution .solu-item i {
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(-50%);
}
.home .home-solution .solu-item .intro h4 {
  font-size: 26px;
  font-weight: bold;
}
.home .home-solution .solu-item .intro > p {
  color: #717172;
  font-size: 18px;
  margin-top: 26px;
}
.home .home-solution .solu-item .intro div {
  margin-top: 40px;
  font-size: 16px;
  color: #717172;
  line-height: 1.5;
}
.home .home-solution .solu-item .intro > a {
  margin-top: 70px;
  display: block;
  background-color: #0071f0;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.home .home-service {
  padding: 80px 0;
}
.home .home-service .el-row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.home .home-service .el-row a {
  display: flex;
  align-items: center;
  /* background-color: #eff6ff; */
  padding: 50px;
  width: 32%;
  transition: box-shadow 0.3s;
  border: 1px solid #ebeef5;
}
.home .home-service .el-row a:hover {
  /* background: #eff6ff; */
  box-shadow: 0 8px 20px rgba(16, 140, 238, 0.3);
}
.home .home-service .el-row a article {
  margin-left: 30px;
}
.home .home-service .el-row a article h3 {
  font-weight: bold;
  font-size: 24px;
}
.home .home-service .el-row a article p {
  margin-top: 15px;
  font-size: 18px;
  color: #717172;
}
.home .home-about {
  padding: 90px 0;
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.home .home-about .intro {
  margin-top: 100px;
  color: #717172;
  line-height: 1.6;
  max-width: 650px;
  margin: 100px auto 0;
  text-align: left;
}
.home .home-about a {
  margin-top: 120px;
  display: inline-block;
  padding: 15px 30px;
  background-color: #0071f0;
  color: #fff;
  border-radius: 4px;
}
.home .home-cooperative {
  padding: 86px 0;
}
.home .home-cooperative .swiper-container {
  padding-bottom: 86px;
  margin-top: 82px;
}
.home .home-cooperative .swiper-container .swiper-slide {
  text-align: center;
  padding: 20px 0;
}
.home .home-cooperative .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
}
.home .home-cooperative .swiper-pagination {
  bottom: 20px;
}
.home .home-news {
  padding: 70px 0;
  background: #eaedf4 url(../images/hone-news-bg.png) no-repeat left bottom;
}
.home .home-news .el-row {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
}
.home .home-news .el-row .home-news_item {
  background-color: #fff;
  width: 32%;
  padding: 35px 0;
}
.home .home-news .el-row .home-news_item .title {
  padding-left: 30px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.home .home-news .el-row .home-news_item .title::before {
  content: '';
  width: 10px;
  height: 22px;
  background-color: #0071f0;
  position: absolute;
  left: 0;
  top: 0;
}
.home .home-news .el-row .home-news_item ul {
  margin-top: 30px;
  padding: 0 30px;
}
.home .home-news .el-row .home-news_item ul li {
  margin-bottom: 20px;
}
.home .home-news .el-row .home-news_item ul li:hover a .time,
.home .home-news .el-row .home-news_item ul li:hover a .news-title {
  color: #0071f0;
  font-size: 16px;
}
.home .home-news .el-row .home-news_item ul a {
  display: flex;
  align-items: center;
}
.home .home-news .el-row .home-news_item ul a span {
  transition: color 0.3s, font-size 0.3s;
}
.home .home-news .el-row .home-news_item ul a .time {
  width: 60px;
  color: #717172;
}
.home .home-news .el-row .home-news_item ul a .news-title {
  color: #232323;
  margin-left: 15px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution {
  overflow: hidden;
  background-color: #f3f4fa;
}
.solution .solution-list {
  margin-top: 84px;
  margin-bottom: 84px;
  display: flex;
  flex-wrap: wrap;
}
.solution .solution-list a {
  display: block;
  width: 32%;
  margin-right: 1.5%;
  margin-bottom: 2%;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
.solution .solution-list a p {
  padding: 35px;
}
.solution .solution-list a:nth-child(3n) {
  margin-right: 0;
}
.solution .solution-list a:hover {
  box-shadow: 0 8px 20px rgba(16, 140, 238, 0.3);
}
.s-details {
  margin-bottom: 42px;
}
.s-details .solu-details {
  margin-top: 100px;
}
.s-details .solu-details .title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #232323;
}
.s-details .solu-details .content {
  margin-top: 30px;
}
.operation {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.operation .left a {
  margin-bottom: 5px;
}
.operation .right a {
  color: #0071f0;
}
.details-container {
  max-width: 1110px;
  margin: 35px auto 0;
}
.details-container .news-til {
  margin-top: 90px;
  font-size: 28px;
  font-weight: bold;
}
.details-container time {
  display: inline-block;
  margin-top: 35px;
}
.details-container .content {
  margin-top: 50px;
}
.case .case-list {
  margin-top: 85px;
  margin-bottom: 85px;
}
.case .case-list ul {
  display: flex;
  flex-wrap: wrap;
}
.case .case-list ul li {
  position: relative;
  width: 33.33%;
}
.case .case-list ul li figure,
.case .case-list ul li figure img {
  width: 100%;
  height: 100%;
}
.case .case-list ul li:hover a {
  opacity: 1;
  visibility: visible;
}
.case .case-list ul li a {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.case .case-list ul li a .title {
  margin-top: 8px;
  font-size: 26px;
}
.about .banner {
  position: relative;
}
.about .banner img {
  width: 100%;
}
.about .banner article {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about .banner article h1 {
  font-size: 40px;
  font-weight: bold;
}
.about .banner article p {
  font-size: 20px;
  margin-top: 20px;
}
.about .about-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.about .company-intro {
  padding: 80px 0 60px;
}
.about .company-intro .flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .company-intro .flex article {
  width: 44%;
}
.about .company-intro .flex article h3 {
  font-size: 20px;
  font-weight: bold;
}
.about .company-intro .flex article div {
  margin-top: 30px;
  color: #717172;
  line-height: 1.6;
  font-size: 16px;
}
.about .corporate-culture {
  padding: 100px 0;
  background: url(../images/culture.png) no-repeat;
  background-size: cover;
}
.about .corporate-culture .culture {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .corporate-culture .culture .card {
  background-color: #fff;
  padding: 50px;
  width: 48%;
  margin-bottom: 4%;
}
.about .corporate-culture .culture .card .til {
  font-size: 22px;
  font-weight: bold;
}
.about .corporate-culture .culture .card h2 {
  margin-top: 30px;
  font-size: 22px;
  color: #717172;
}
.about .corporate-culture .culture .card p {
  margin-top: 12px;
  color: #717172;
  font-size: 16px;
}
.about .honor {
  padding: 80px 0 100px;
}
.about .honor .swiper-container {
  padding: 0 60px;
  max-width: 1480px;
  margin: 90px auto 0;
}
.about .honor .swiper-container figure p {
  margin-top: 20px;
  color: #717172;
  text-align: center;
}
.about .team {
  background-color: #f3f4fa;
  padding: 80px 0 100px;
}
.about .team .about-title2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.about .team .process {
  margin-top: 70px;
}
.about .team .process ul {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
.about .team .process ul li {
  padding: 60px 25px 35px;
  width: 32%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  background-color: #fff;
}
.about .team .process ul li .til {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  z-index: 1;
}
.about .team .process ul li .til span {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #e1e2e8;
  font-size: 60px;
  z-index: -1;
  font-family: SourceHeavy;
}
.about .team .process ul li p {
  margin-top: 30px;
  color: #717172;
  line-height: 1.6;
}
.about .team .process ul li time {
  display: inline-block;
  margin-top: 30px;
  color: #0071f0;
  font-weight: bold;
  font-size: 16px;
}
.about .team .process ul li:nth-child(3n) {
  margin-right: 0;
}
.about .team .certificate {
  margin-top: 80px;
}
.about .team .certificate .swiper-container {
  padding: 0 60px;
  max-width: 1480px;
  margin: 90px auto 0;
}
.about .team .certificate .swiper-container .swiper-slide {
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
}
.about .team .certificate .swiper-container .swiper-slide p {
  margin-top: 20px;
}
.about .partner {
  padding: 86px 0;
}
.about .partner .swiper-container {
  padding-bottom: 86px;
  margin-top: 82px;
}
.about .partner .swiper-container .swiper-slide {
  text-align: center;
  padding: 20px 0;
}
.about .partner .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
}
.about .partner .swiper-pagination {
  bottom: 20px;
}
.about .news {
  background-color: #f3f4fa;
  padding: 90px 0;
}
.about .news .news-nav {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.about .news .news-nav li a {
  display: block;
  padding: 12px 24px;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.about .news .news-nav li a::after {
  content: '';
  width: 0px;
  height: 0px;
  border: 5px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  transition: background-color 0.3s;
}
.about .news .news-nav li.cur a {
  background-color: #0071f0;
  color: #fff;
}
.about .news .news-nav li.cur a::after {
  border-top-color: #0071f0;
}
.about .news .news-nav li:hover a {
  background-color: #0071f0;
  color: #fff;
}
.about .news .news-nav li:hover a::after {
  border-top-color: #0071f0;
}
.about .news .news-list {
  margin-top: 60px;
}
.about .news .news-list .swiper-container {
  padding-bottom: 86px;
}
.about .news .news-list .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
}
.about .news .news-list .swiper-pagination {
  bottom: 20px;
}
.about .news .news-item {
  display: block;
  background-color: #fff;
  padding-bottom: 30px;
  transition: background-color 0.3s, color 0.3s;
}
.about .news .news-item *{padding: 0 30px;}
.about .news .news-item .pic{margin-bottom: 20px;padding:0;}
.about .news .news-item .pic img{padding:0;}
.about .news .news-item .day {
  font-size: 40px;
  display: block;
}
.about .news .news-item .til {
  margin-top: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
}
.about .news .news-item span {
  margin-top: 40px;
  color: #28aaf2;
  display: inline-block;
  transition: color .3s;
}
.about .news .news-item:hover {
  background-color: #28aaf2;
  color: #fff;
}
.about .news .news-item:hover span {
  color: #fff;
}
.service .service-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.service .product {
  padding: 70px 0;
}
.service .product .top {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.service .product .top .item {
  width: 190px;
  height: 420px;
}
.service .product .top .item.rx {
  position: relative;
}
.service .product .top .item.rx img {
  height: 100%;
}
.service .product .top .item.rx p {
  font-weight: bold;
  color: #0071f0;
  font-size: 24px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;
}
.service .product .top .item .box {
  height: 363px;
  background-color: #f3f4fa;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
}
.service .product .top .item .box .sortnum {
  font-size: 30px;
  font-weight: bold;
  color: #0071f0;
  margin-top: 30px;
}
.service .product .top .item .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 25px auto 30px;
  background-color: #0071f0;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
}
.service .product .top .item .box .icon .iconfont {
  font-size: 30px;
}
.service .product .top .item .box .t {
  font-size: 22px;
  font-weight: bold;
  color: #0071f0;
}
.service .product .top .item .box ul {
  margin-top: 12px;
  line-height: 1.5;
}
.service .product .top .item .box:hover {
  background-color: #0071f0;
  color: #fff;
}
.service .product .top .item .box:hover .sortnum,
.service .product .top .item .box:hover .t {
  color: #fff;
}
.service .product .top .item .box:hover .icon {
  background-color: #fff;
  color: #0071f0;
}
.service .product .top .item .tags {
  width: 100%;
  height: 45px;
  text-align: center;
  border: 2px solid #0071f0;
  color: #0166be;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.service .product .top .item .tags::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent transparent #0166be;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.service .product .top .item.hf .tags::after {
  border: 0;
}
.service .product .top .item2 {
  width: 316px;
  height: 420px;
  background-color: #f3f4fa;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service .product .top .item2 ul {
  margin-top: 15px;
  line-height: 1.8;
}
.service .product .top .item2 ul,
.service .product .top .item2 li {
  list-style: disc;
}
.service .product .bottom {
  display: flex;
  justify-content: space-between;
}
.service .product .bottom .item {
  width: 190px;
  border: 1px solid #ececef;
}
.service .product .bottom .item figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.service .product .bottom .item figure p {
  margin-top: 15px;
  text-align: center;
  padding: 0 5px;
}
.service .product .bottom .zxkf {
  position: relative;
}
.service .product .bottom .zxkf figure p {
  font-size: 24px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #0071f0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.service .product .bottom .item2 {
  width: 316px;
  background-color: #f3f4fa;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.service .product .bottom .item2 article {
  margin-left: 20px;
  line-height: 1.8;
}
.service .product .bottom .item2 article ul,
.service .product .bottom .item2 article li {
  list-style: disc;
}
.service .development {
  background-color: #f3f4fa;
  padding: 80px 0;
}
.service .development .fault-list {
  margin-top: 60px;
}
.service .development .fault-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 50px;
  display: flex;
  border-radius: 4px;
  transition: box-shadow 0.3s;
}
.service .development .fault-item .flex {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}
.service .development .fault-item .middle {
  width: 72%;
}
.service .development .fault-item .middle .fau-til {
  font-size: 20px;
  font-weight: bold;
}
.service .development .fault-item .middle .troubleshooting {
  margin-top: 20px;
  min-height: 90px;
  color: #717172;
  line-height: 1.6;
}
.service .development .fault-item .middle .response {
  color: #0071f0;
  font-weight: bold;
  font-size: 20px;
}
.service .development .fault-item .right {
  width: 165px;
  color: #7fb8f7;
  font-size: 80px;
}
.service .development .fault-item:hover {
  box-shadow: 0 8px 20px rgba(16, 140, 238, 0.3);
}
.service .implementation {
  padding: 100px 0;
}
.service .implementation .service-title2 {
  text-align: center;
  color: #0071f0;
  margin-top: 30px;
}
.service .implementation .service-title2 p:first-child {
  font-size: 22px;
}
.service .implementation .service-title2 p:last-child {
  margin-top: 20px;
  font-size: 16px;
}
.service .implementation .imp-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.service .implementation .imp-list .imp-item {
  width: 19%;
  border: 1px solid #e5e5e9;
  padding: 30px 15px;
  transition: background-color 0.3s;
}
.service .implementation .imp-list .imp-item .brage {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0071f0;
  margin: auto;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  transition: color 0.3s, background-color 0.3s;
}
.service .implementation .imp-list .imp-item .title {
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.service .implementation .imp-list .imp-item .title .til2 {
  font-weight: bold;
  font-size: 16px;
}
.service .implementation .imp-list .imp-item .title .til2::first-letter {
  color: #0071f0;
}
.service .implementation .imp-list .imp-item .title .til {
  font-size: 22px;
  font-weight: bold;
}
.service .implementation .imp-list .imp-item .divider {
  width: 100%;
  height: 1px;
  background-color: #dcdfe6;
  margin: 24px 0;
}
.service .implementation .imp-list .imp-item ul li {
  padding-left: 20px;
  position: relative;
  color: #717172;
  margin-bottom: 15px;
  transition: color .3s;
}
.service .implementation .imp-list .imp-item ul li::after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #0071f0;
  position: absolute;
  left: 5px;
  top: 2px;
  transition: backround-color 0.3s;
}
.service .implementation .imp-list .imp-item:hover {
  background-color: #0071f0 !important;
  color: #fff !important;
}
.service .implementation .imp-list .imp-item:hover .brage {
  color: #0071f0;
  background-color: #fff;
}
.service .implementation .imp-list .imp-item:hover .title .til2::first-letter {
  color: #fff;
}
.service .implementation .imp-list .imp-item:hover ul li {
  color: #fff;
}
.service .implementation .imp-list .imp-item:hover ul li::after {
  background-color: #fff;
}
.application .appli-title {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
}
.application .generalization {
  padding: 78px 0 100px;
  text-align: center;
}
.application .generalization .intro {
  max-width: 850px;
  margin: 80px auto 0;
  font-size: 16px;
  color: #717172;
  line-height: 1.7;
}
.application .generalization .trial {
  margin-top: 110px;
  display: inline-block;
  width: 135px;
  padding: 20px 0;
  text-align: center;
  background-color: #0071f0;
  color: #fff;
  border-radius: 4px;
}
.application .advantage {
  background-color: #f3f4fa;
  padding: 90px 0;
}
.application .advantage .advantage-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.application .advantage .advantage-list li {
  width: 24%;
  transition: box-shadow 0.3s;
  padding: 25px 40px;
  background-color: #fff;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
}
.application .advantage .advantage-list li .til {
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #232323;
}
.application .advantage .advantage-list li .til i {
  margin-right: 10px;
  display: inherit;
}
.application .advantage .advantage-list li > div {
  margin-top: 20px;
  line-height: 1.6;
  color: #717172;
}
.application .advantage .advantage-list li:nth-child(4n) {
  margin-right: 0;
}
.application .advantage .advantage-list li:hover {
  box-shadow: 0 8px 20px rgba(16, 140, 238, 0.3);
}
.application .scene {
  padding-top: 90px;
}
.application .scene .scene-list {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
}
.application .scene .scene-list .scene-item {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 3%;
  border: 1px solid #f0f0f2;
  padding: 30px 40px;
}
.application .scene .scene-list .scene-item * {
  transition: all .3s;
}
.application .scene .scene-list .scene-item > span {
  color: #0071f0;
}
.application .scene .scene-list .scene-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 12px;
}
.application .scene .scene-list .scene-item .intro {
  margin-top: 20px;
  line-height: 1.6;
  color: #717172;
}
.application .scene .scene-list .scene-item .tags {
  margin-top: 25px;
}
.application .scene .scene-list .scene-item .tags span {
  display: inline-block;
  padding: 6px 14px;
  background-color: #0071f0;
  border-radius: 4px;
  color: #fff;
  margin-right: 8px;
}
.application .scene .scene-list .scene-item .tags span:last-child {
  margin-right: 0;
}
.application .scene .scene-list .scene-item:hover {
  background-color: #0071f0;
  color: #fff;
}
.application .scene .scene-list .scene-item:hover * {
  color: #fff;
}
.application .scene .scene-list .scene-item:hover .tags span {
  background-color: #fff;
  color: #0071f0;
}
.application .scene .scene-list .scene-item:nth-child(2n) {
  margin-right: 0;
}
.application .ability {
  padding-top: 110px;
}
.application .ability .ability-item {
  padding: 100px 0;
}
.application .ability .ability-item .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.application .ability .ability-item article {
  width: 42%;
}
.application .ability .ability-item article h2 {
  font-weight: bold;
  font-size: 22px;
}
.application .ability .ability-item article .content {
  margin-top: 30px;
  color: #717172;
  line-height: 1.8;
}
.application .ability .ability-item:nth-child(2n) {
  background-color: #f7f8fd;
}
.application .ability .ability-item:nth-child(2n) .wrap {
  flex-direction: row-reverse;
}
.application .ability.cost {
  padding-top: 0;
}
.application .ability.cost .appli-title {
  margin-bottom: 70px;
}
.application.u8 .advantage .advantage-list li {
  width: 32%;
  margin-right: 1.5%;
}
.application.u8 .advantage .advantage-list li:nth-child(4n) {
  margin-right: 1.5%;
}
.application.u8 .advantage .advantage-list li:nth-child(3n) {
  margin-right: 0;
}
.application.YonSuite .advantage .advantage-list li {
  width: 48.5%;
  margin-right: 1.5%;
}
.application.YonSuite .advantage .advantage-list li:nth-child(4n) {
  margin-right: 0;
}
.application.YonSuite .advantage .advantage-list li:nth-child(3n) {
  margin-right: 1.5%;
}
.application.YonSuite .advantage .advantage-list li:nth-child(2n) {
  margin-right: 0;
}
.application .fnyg {
  padding: 80px 0;
}
.application .fnyg ul {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application .fnyg ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #e7e7ea;
  padding: 50px 40px;
  transition: background .3s;
}
.application .fnyg ul li .til {
  font-size: 22px;
  font-weight: bold;
  transition: color .3s;
}
.application .fnyg ul li .txt {
  margin-top: 35px;
  line-height: 1.7;
  color: #717172;
  transition: color .3s;
}
.application .fnyg ul li:hover {
  background: #0071f0 url(../images/y_bg1.png) no-repeat right top;
}
.application .fnyg ul li:hover .til,
.application .fnyg ul li:hover .txt {
  color: #fff;
}
.application .fnyg ul li:nth-child(2n) {
  margin-right: 0;
}
.application .sskj {
  background-color: #f3f4fa;
  padding: 80px 0;
}
.application .sskj ul {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.application .sskj ul li {
  width: 19%;
  background: #fff;
  padding: 35px;
  text-align: center;
  transition: box-shadow 0.3s;
  min-height: 400px;
}
.application .sskj ul li .til {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
.application .sskj ul li .txt {
  margin-top: 35px;
  text-align: left;
  color: #717172;
  line-height: 1.7;
}
.application .sskj ul li:hover {
  box-shadow: 0 8px 20px rgba(16, 140, 238, 0.3);
}
.application .zzhy {
  padding: 80px 0;
}
.application .zzhy ul {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application .zzhy ul li {
  width: 45%;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.application .zzhy ul li .til {
  font-weight: bold;
  font-size: 22px;
}
.application .zzhy ul li article {
  margin-left: 40px;
}
.application .zzhy ul li p {
  margin-top: 30px;
  color: #717172;
  line-height: 1.7;
}
.application .mjgy {
  padding: 80px 0;
  background: url(../images/mjgy.png) no-repeat;
  background-size: cover;
}
.application .mjgy ul {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.application .mjgy ul li {
  width: 24%;
  background-color: #fff;
  padding: 50px 40px;
  min-height: 355px;
  position: relative;
  overflow: hidden;
}
.application .mjgy ul li .til {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
.application .mjgy ul li .til i {
  margin-right: 15px;
}
.application .mjgy ul li .txt {
  margin-top: 30px;
  color: #717172;
  line-height: 1.7;
}
.application .mjgy ul li::after {
  content: '';
  width: 0;
  height: 10px;
  background-color: #0071f0;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: width .3s;
}
.application .mjgy ul li:hover::after {
  width: 100%;
}
.application .znzz {
  padding: 80px 0;
}
.application .znzz ul {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.application .znzz ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #f3f4fa;
  padding: 50px 40px;
  transition: box-shadow 0.3s;
}
.application .znzz ul li .til {
  font-size: 22px;
  font-weight: bold;
}
.application .znzz ul li p {
  color: #717172;
  line-height: 1.7;
  margin-top: 30px;
}
.application .znzz ul li .tags {
  margin-top: 35px;
}
.application .znzz ul li .tags span {
  display: inline-block;
  padding: 5px;
  background-color: #fff;
  color: #0071f0;
  margin-right: 10px;
}
.application .znzz ul li:hover {
  box-shadow: 0 8px 20px rgba(16, 140, 238, 0.3);
}
.application .znzz ul li:nth-child(2n) {
  margin-right: 0;
}
.application .bxfk {
  padding: 80px 0;
  background-color: #f3f4fa;
}
.application .bxfk ul {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.application .bxfk ul li {
  width: 49%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding-top: 70px;
  transition: box-shadow 0.3s;
}
.application .bxfk ul li .til {
  font-size: 22px;
  font-weight: bold;
}
.application .bxfk ul li .intro {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.7;
}
.application .bxfk ul li .txt {
  margin-top: 25px;
  color: #717172;
  line-height: 1.7;
}
.application .bxfk ul li i {
  position: absolute;
  left: 15px;
  top: 0;
}
.application .bxfk ul li .pic {
  position: absolute;
  left: 50%;
  bottom: -50%;
  width: 100%;
  transform: translateX(-50%);
  transition: bottom .3s;
}
.application .bxfk ul li:hover {
  box-shadow: 0 8px 20px rgba(16, 140, 238, 0.3);
}
.application .bxfk ul li:hover .intro,
.application .bxfk ul li:hover .txt {
  display: none;
}
.application .bxfk ul li:hover .pic {
  bottom: 0;
}
.application .bxfk ul li:nth-child(2n) {
  margin-right: 0;
}
.inslide-nav {
  display: flex;
  justify-content: center;
}
.inslide-nav li {
  margin: 0 30px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
}
.inslide-nav li a {
  padding: 20px 0;
}
.inslide-nav li:hover {
  border-color: #0071f0;
}
.inslide-nav li.active {
  border-color: #0071f0;
}
.wh-color {
  color: #fff !important;
}
footer .form {
  background: #006ce5 url(../images/foot-bg.png) no-repeat;
  padding: 50px 0;
  text-align: center;
}
footer .form p {
  color: #fff;
  font-size: 24px;
}
footer .form form {
  margin-top: 20px;
}
footer .form form input {
  width: 250px;
  height: 44px;
  background-color: #fff;
  border-radius: 4px;
  padding: 0 10px;
  color: #006ce5;
}
footer .form form button {
  margin-left: 8px;
  height: 44px;
  width: 100px;
  border-radius: 4px;
  background-color: #3ccddc;
  color: #fff;
}
footer .foot-container {
  background-color: #ebeef6;
  padding: 50px 0;
}
footer .foot-container .foot-nav {
  display: flex;
  justify-content: space-between;
}
footer .foot-container .foot-nav .logo p {
  margin-top: 20px;
  color: #409eff;
  font-weight: bold;
  font-size: 22px;
}
footer .foot-container .foot-nav .nav {
  display: flex;
  justify-content: center;
}
footer .foot-container .foot-nav .nav dl {
  margin: 0 30px;
}
footer .foot-container .foot-nav .nav dl dt {
  font-size: 16px;
  color: #409eff;
  margin-bottom: 30px;
}
footer .foot-container .foot-nav .nav dl dd {
  margin-bottom: 12px;
}
footer .foot-container .foot-nav .nav dl dd a {
  color: #6e6f70;
}
footer .foot-container .divider {
  width: 100%;
  height: 1px;
  background-color: #28292c;
  margin: 30px 0;
}
footer .foot-container .copyright {
  text-align: center;
  color: #6e6f70;
  line-height: 1.8;
}
.dialog {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.dialog .dialog-wrapper {
  width: 540px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 10vh;
  transform: translateX(-50%);
}
.dialog .dialog-head {
  overflow: hidden;
  padding: 20px 20px 10px;
}
.dialog .dialog-head i {
  cursor: pointer;
  float: right;
}
.dialog .dialog-body {
  padding: 30px 60px;
}
.dialog .dialog-body .til {
  text-align: center;
  color: #0071f0;
  font-size: 24px;
  font-weight: bold;
}
.dialog .dialog-body form {
  margin-top: 35px;
  text-align: center;
}
.dialog .dialog-body form .item {
  display: flex;
  align-items: center;
  background-color: #f3f5f7;
  height: 45px;
  margin-bottom: 18px;
}
.dialog .dialog-body form .item label {
  width: 105px;
  display: inline-block;
  border-right: 1px solid #e0e2e5;
}
.dialog .dialog-body form .item input {
  padding: 0 15px;
  text-align: left;
}
.dialog .dialog-body form button {
  margin-top: 20px;
  width: 120px;
  height: 40px;
  background-color: #0071f0;
  color: #fff;
}
.previewbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.previewbox .preview-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
.previewbox .preview-header .preview-indicator {
  display: block;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin: 10px auto;
  width: 68px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  font-size: 16px;
}
.previewbox .preview-content {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  height: 100%;
}
.previewbox .preview-content .content-item {
  font-size: 14px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  white-space: normal;
}
.previewbox .preview-content .content-item .content-item-scroller {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.previewbox .preview-content .content-item .content-item-scroller .toggle-left {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 38px;
  z-index: 10000;
  color: white;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  display: block;
}
.previewbox .preview-content .content-item .content-item-scroller .toggle-right {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 38px;
  z-index: 10000;
  color: white;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1400px) {
  .wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .home .banner .pop-txt h2 {
    font-size: 40px;
  }
  .home .banner .pop-txt p {
    font-size: 20px;
  }
  .home .home-title h2 {
    font-size: 24px;
  }
  .home .home-solution .swiper-container {
    padding: 90px 50px 40px !important;
  }
  .home .home-solution .solu-item .intro h4 {
    font-size: 22px;
  }
  .home .home-solution .solu-item .intro > p {
    font-size: 16px;
  }
  .home .home-solution .solu-item .intro div {
    font-size: 14px;
  }
  .home .home-service .el-row a {
    padding: 40px;
  }
  .home .home-service .el-row a article h3 {
    font-size: 20px;
  }
  .home .home-service .el-row a article p {
    font-size: 16px;
  }
  .inside-banner article h1 {
    font-size: 28px;
  }
  .inside-banner article h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  .inside-banner article a {
    width: 100px;
    padding: 10px 0;
    font-size: 12px;
    margin-top: 30px;
  }
  .case .case-list ul li a .title {
    font-size: 20px;
  }
  header .head .nav .subnav article {
    padding: 0 30px;
  }
  header .head .nav .subnav article dl {
    margin-right: 20px;
  }
  header .head .nav .subnav article dl dt {
    margin-bottom: 20px;
  }
  header .head .nav .subnav article dl dd {
    margin-bottom: 10px;
    font-size: 12px;
  }
  header .head .nav .subnav .case-subnav a {
    margin-bottom: 20px;
  }
  .s-details .solu-details .title {
    font-size: 24px;
  }
  .service .product .top .item {
    width: 170px;
  }
  .service .product .top .item .box .t {
    font-size: 18px;
  }
  .service .product .top .item .tags {
    font-size: 16px;
  }
  .service .product .bottom .item {
    width: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .xs-hidden {
    display: none !important;
  }
  .xs-visible {
    display: block !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 20px;
    height: 37px;
    background-size: 20px 37px;
  }
  .inside-banner figure img {
    height: 30vh;
  }
  .inslide-nav {
    white-space: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .inslide-nav li {
    margin: 0 20px;
  }
  .inslide-nav li a {
    padding: 15px 0;
  }
  .application .appli-title {
    font-size: 24px;
  }
  .application .generalization {
    padding: 40px 20px;
  }
  .application .generalization .intro {
    margin: 40px auto 0;
  }
  .application .generalization .trial {
    margin-top: 50px;
    width: 100px;
    padding: 15px 0;
  }
  .application .advantage {
    padding: 40px 0;
  }
  .application .advantage .advantage-list {
    margin-top: 50px;
  }
  .application .advantage .advantage-list li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    padding: 20px !important;
  }
  .application .ability {
    padding-top: 40px;
  }
  .application .ability .ability-item {
    padding: 40px 0;
  }
  .application .ability .ability-item .wrap {
    flex-direction: column;
  }
  .application .ability .ability-item .wrap article {
    width: 100%;
  }
  .application .ability .ability-item:nth-child(2n) .wrap {
    flex-direction: column;
  }
  .about .banner article {
    display: none;
  }
  .about .company-intro {
    padding: 40px 0 20px;
  }
  .about .company-intro .flex {
    margin-top: 25px;
    flex-direction: column;
  }
  .about .company-intro .flex article {
    width: 100%;
  }
  .about .company-intro .flex figure {
    margin-top: 15px;
  }
  .about .corporate-culture {
    padding: 50px 0;
  }
  .about .corporate-culture .culture {
    margin-top: 30px;
  }
  .about .corporate-culture .culture .card {
    width: 100%;
    margin-right: 0 !important;
    padding: 25px;
  }
  .about .corporate-culture .culture .card h2 {
    font-size: 18px;
  }
  .about .team {
    padding: 50px 0 60px;
  }
  .about .team .process {
    margin-top: 35px;
  }
  .about .team .process ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .about .partner {
    padding: 46px 0;
  }
  .about .partner .swiper-container {
    margin-top: 41px;
  }
  .about .news {
    padding: 45px 0;
  }
   
  .case .case-list {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .case .case-list ul li {
    width: 100%;
  }
  .application .scene {
    padding: 45px 0;
  }
  .application .scene .scene-list {
    margin-top: 32px;
  }
  .application .scene .scene-list .scene-item {
    width: 100%;
    margin-right: 0 !important;
    padding: 15px 20px;
  }
  .application .bxfk {
    padding: 40px 0;
  }
  .application .bxfk ul {
    margin-top: 40px;
  }
  .application .bxfk ul li {
    width: 100%;
    margin-right: 0 !important;
    min-height: 400px;
    padding-top: 55px;
    margin-bottom: 20px;
  }
  .application .bxfk ul li i {
    width: 75px;
  }
  .details-container {
    padding: 0 20px;
  }
  .details-container .news-til {
    margin-top: 45px;
    font-size: 22px;
  }
  .dialog .dialog-wrapper {
    width: 90%;
  }
  .dialog .dialog-wrapper .dialog-body {
    padding: 15px;
  }
  footer .foot-container .foot-nav .nav {
    display: none;
  }
  .home .banner figure img {
    height: 50vh;
  }
  .home .banner .pop-txt {
    width: 100%;
  }
  .home .banner .pop-txt h2 {
    font-size: 24px;
  }
  .home .banner .pop-txt p {
    font-size: 16px;
  }
  .home .home-solution .swiper-button-next {
    right: 10px;
  }
  .home .home-solution .swiper-button-prev {
    left: 10px;
  }
  .home .home-solution .solu-item {
    padding: 20px;
  }
  .home .home-solution .solu-item i {
    width: 85px;
  }
  .home .home-service {
    padding: 40px 0;
  }
  .home .home-service .el-row {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .home .home-service .el-row a {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .home .home-about {
    padding: 45px 20px;
  }
  .home .home-about .intro {
    margin: 50px auto 0;
  }
  .home .home-about a {
    margin-top: 60px;
  }
  .home .home-title h2 {
    font-size: 22px;
  }
  .home .home-cooperative {
    padding: 43px 0;
  }
  .home .home-cooperative .swiper-container {
    margin-top: 41px;
  }
  .home .home-news {
    padding: 35px 0;
  }
  .home .home-news .el-row {
    margin-top: 34px;
    flex-wrap: wrap;
  }
  .home .home-news .el-row .home-news_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .home-news .el-row .home-news_item ul {
    padding: 0 15px;
  }
  .application .fnyg {
    padding: 40px 0;
  }
  .application .fnyg ul {
    margin-top: 40px;
  }
  .application .fnyg ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
    padding: 25px 20px;
  }
  .application .sskj {
    padding: 40px 0;
  }
  .application .sskj ul {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .application .sskj ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 18px;
    min-height: 320px;
  }
  .application .sskj ul li:nth-child(2n) {
    margin-right: 0;
  }
  .application .zzhy {
    padding: 40px 0;
  }
  .application .zzhy ul {
    margin-top: 40px;
  }
  .application .zzhy ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .application .zzhy ul li article {
    flex: 1;
    margin-left: 20px;
  }
  .application .zzhy ul li .til {
    font-size: 18px;
  }
  .application .mjgy {
    padding: 40px 0;
  }
  .application .mjgy ul {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .application .mjgy ul li {
    width: 100%;
    padding: 25px 20px;
    min-height: 300px;
  }
  .application .znzz {
    padding: 40px 0;
  }
  .application .znzz ul {
    margin-top: 40px;
  }
  .application .znzz ul li {
    width: 100%;
    margin-right: 0 !important;
    padding: 25px 20px;
  }
  .s-details .solu-details {
    margin-top: 50px;
  }
  .s-details .solu-details .title {
    font-size: 22px;
  }
  .service .product {
    overflow-x: auto;
  }
  .service .product > div{
    width: 1340px;
  }
  .service .development {
    padding: 40px 0;
  }
  .service .development .fault-list {
    margin-top: 40px;
  }
  .service .development .fault-item {
    padding: 20px;
  }
  .service .development .fault-item .middle {
    width: 100%;
  }
  .service .development .fault-item .middle .fau-til {
    font-size: 18px;
  }
  .service .development .fault-item .right {
    width: 100%;
    font-size: 50px;
    margin-top: 25px;
  }
  .service .development .fault-item .flex {
    flex: 1;
    flex-direction: column;
  }
  .service .implementation {
    padding: 50px 0;
  }
  .service .implementation .imp-list {
    flex-wrap: wrap;
  }
  .service .implementation .imp-list .imp-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .solution .solution-list {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .solution .solution-list a {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .solution .solution-list a p {
    padding: 20px;
  }
  header .head .nav,
  header .head .tel {
    display: none;
  }
  .inside-banner article {
    display: none !important;
  }
}
.m {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding-top: 53px;
  background: #fff;
  top: 0;
  left: 100%;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5vh;
}
.m.act {
  left: 0;
}
.m .title {
  margin: 35px 20% 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.m .title span {
  width: 45%;
  text-align: center;
  padding: 10px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid transparent;
  color: #a4a2a2;
}
.m .title:after {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: #282828;
}
.m .title span.cur {
  border-bottom-color: #282828;
  color: #282828;
}
.m .list {
  margin: 20px 10% 0;
  font-size: 14px;
}
.m .list > ul > li {
  line-height: 3;
  color: #fff;
}
.m .list > ul > li.dp {
  background: url(../images/jia.png) no-repeat right 15px top 13px;
  background-size: 15px 15px;
}
.m .list > ul > li.open {
  background-image: url(../images/jian.png);
}
.m .list > ul > li a {
  color: #282828;
  display: inline-block;
}
.m .list > ul > li .nav1 > li {
  font-size: 12px;
  line-height: 2.2;
}
.m .list > ul > li .nav2 li a {
  color: #a4a2a2;
}
.m .list > ul .nav1 {
  margin-bottom: 15px;
  display: none;
}
.nav2 {
  display: flex;
  flex-wrap: wrap;
}
.nav2 li {
  width: 33.33%;
  margin-bottom: 10px;
}
.m #site-navigation .menu-toggle span {
  background: #282828;
}
.m #site-navigation .menu-toggle div {
  color: #282828;
}
#site-navigation {
  margin-left: auto;
  position: fixed;
  top: 26px;
  right: 3%;
  z-index: 10000;
}
#site-navigation .menu-toggle {
  cursor: pointer;
  width: 25px;
  z-index: 120;
  position: relative;
}
#site-navigation .menu-toggle span {
  transition: all 300ms ease-in-out;
  width: 20px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background: #fff;
}
#site-navigation .menu-toggle div {
  font-weight: bold;
  font-size: 14px;
  color: #282828;
  margin-top: 10px;
}
.m #site-navigation .menu-toggle span {
  background: #282828;
}
.m #site-navigation .menu-toggle div {
  color: #282828;
}
#site-navigation .menu-toggle.scroll span,
#site-navigation .menu-toggle.active span {
  background-color: #282828;
}
#site-navigation .menu-toggle.active span:first-of-type {
  transform: translate(0, 7px) rotate(45deg);
}
#site-navigation .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
#site-navigation .menu-toggle.active span:last-of-type {
  transform: translate(0, -7px) rotate(-45deg);
}
#site-navigation .menu-main_menu-container {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
  position: fixed;
  background: #c2da68;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  transform: scale(0.9);
}
#site-navigation .menu-main_menu-container.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#site-navigation .menu-main_menu-container ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
#site-navigation .menu-main_menu-container ul li {
  width: 100%;
  display: block;
  text-align: center;
}
#site-navigation .menu-main_menu-container ul li a {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  color: #30163c;
  font-weight: 300;
  font-size: 30px;
  line-height: 60px;
  text-transform: uppercase;
}
#site-navigation .menu-main_menu-container ul li a:hover {
  color: #eb2961;
  text-decoration: none;
  font-weight: 900;
}
#site-navigation .menu-main_menu-container ul li div a {
  display: block;
  font-size: 2.1rem;
  line-height: 50px;
}
