.w {
  width: 62.5vw;
  margin: 0 auto;
}
.color-main {
  color: #0247FE;
}
.bg-color-main {
  background-color: #0247FE;
}
.bg-color-fu {
  background-color: #ECF0F6;
}
.title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 60px;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
header .inner-header ul {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
header .inner-header ul #logo {
  width: 120px;
  height: 40px;
}
header .inner-mb {
  height: 60px;
  position: relative;
}
header .inner-mb #logo-mb {
  width: 90px;
  height: 30px;
}
header .inner-mb .mb-right {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner-mb .nav-sub-mb {
  position: absolute;
  background-color: #fff;
  width: 100vw;
  top: 60px;
  left: -15px;
  height: 0;
  transition: 0.4s;
  display: none;
}
header .inner-mb .layui-btn-normal {
  background-color: #0247FE !important;
}
header .layui-nav.layui-bg-gray .layui-this a {
  color: #0247FE;
}
header .layui-nav .layui-this:after {
  background-color: #0247FE;
}
header .layui-nav-bar {
  background-color: #0247FE;
}
.banner {
  width: 100%;
}
.banner .banner-item {
  background-color: #F7FCFE;
  padding: 3.646vw 0;
}
.banner .banner-item .inner-banner-item .left-banner {
  float: left;
}
.banner .banner-item .inner-banner-item .right-banner {
  float: right;
}
.banner .banner-item .inner-banner-item .banner-info {
  margin-top: 30px;
  margin-bottom: 100px;
}
.banner .banner-item .inner-banner-item .banner-info .info-title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.banner .banner-item button:hover {
  background-color: #0247FE;
  color: #fff;
}
.banner .banner-item button:hover a {
  color: #fff;
}
.dajian {
  padding: 60px 0;
}
.dajian .dajian-img-item {
  width: 100%;
  height: 500px;
  background-image: url(../images/index_bg.png);
  background-size: 100% 100%;
  overflow: hidden;
  display: none;
}
.dajian .dajian-img-item .left {
  padding-left: 50px;
}
.dajian .dajian-img-item .img-title {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin: 100px 0 20px 0;
}
.dajian .dajian-img-item button {
  margin-top: 90px;
}
.dajian .dajian-img-item:first-child {
  display: block;
}
.layui-tab-brief > .layui-tab-title .layui-this {
  color: #0247FE;
}
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-color: #0247FE !important;
}
.hyyy-pc {
  background: url(../images/hyyy-1.png) 0% 0% / 100% 100% no-repeat;
  height: 800px;
  transition: 0.3s;
}
.hyyy-pc .title {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 50px 0;
}
.hyyy-pc .left-hy {
  float: left;
  width: 15%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2) 49%, transparent);
  margin-right: 50px;
}
.hyyy-pc .left-hy li {
  height: 60px;
  background-color: #00000021;
  transform: 0.3s;
}
.hyyy-pc .left-hy li a {
  padding-left: 30px;
  display: block;
  color: #fff;
  line-height: 60px;
  font-size: 16px;
}
.hyyy-pc .left-hy li:hover {
  border-left: 3px solid #0247FE;
  background-color: #00000086;
}
.hyyy-pc .left-hy .active {
  border-left: 3px solid #0247FE;
  background-color: #00000086;
}
.hyyy-pc .right-hy {
  width: calc(100% - 15% - 50px);
  float: left;
}
.hyyy-pc .right-hy .title {
  padding-top: 80px;
  padding-bottom: 20px;
}
.hyyy-pc .right-hy p {
  color: #fff;
  margin-bottom: 100px;
}
.hyyy-pc .right-hy .hy-item {
  background-color: transparent !important;
}
.hyyy-pc .right-hy .hy-item button {
  color: #fff;
}
.hyyy-pc .right-hy .hy-item button:hover {
  background: #0247FE;
}
.hyyy-pc .right-hy .layui-carousel {
  background-color: transparent;
}
.hyyy-pc .layui-carousel > [carousel-item]::before {
  display: none;
}
.hyyy-mb .title {
  font-size: 24px;
  padding-bottom: 20px;
}
.hyyy-mb .layui-collapse {
  background-color: #F5F7FA;
}
.hyyy-mb .layui-colla-title {
  background-color: #F5F7FA;
}
.hyyy-mb .layui-colla-content {
  padding: 0;
}
.hyyy-mb .content-item {
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-size: 100% 100%;
}
.hyyy-mb .content-item .content-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.hyyy-mb .content-item .content-info {
  color: #ccc;
  margin-bottom: 20px;
}
.hyyy-mb .content-item button {
  color: #fff;
}
.work {
  padding: 50px 0;
}
.work .work-item {
  background-color: #F8F9FF;
  padding: 40px 20px;
  box-shadow: 0 0 3px 1px #437fec4d;
  border-radius: 5px;
}
.work .work-item .item-inner {
  display: flex;
}
.work .work-item .item-inner img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.work .work-item .item-inner .info-title {
  color: #0247FE;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
}
.develop {
  background-color: #F5F5F5;
  padding: 50px 0;
}
.develop .title {
  padding-bottom: 20px;
}
.develop .develop-item {
  height: 540px;
  background-size: 100% 100%;
}
.develop .develop-item .left {
  margin-left: 50px;
  color: #fff;
}
.develop .develop-item .left .left-title {
  padding: 60px 0 30px 0;
  font-weight: 700;
  font-size: 30px;
}
.develop .develop-item .left .left-content {
  font-size: 16px;
}
.develop .develop-item .left .data-wp {
  margin: 40px 0;
  width: 260px;
  display: flex;
  justify-content: space-between;
}
.develop .develop-item .left .data-wp .data-left {
  padding-right: 25px;
  border-right: 1px solid #F5F5F5;
}
.develop .develop-item .left .data-wp .num {
  font-size: 40px;
  margin-bottom: 10px;
}
.arrange {
  padding: 50px 0;
}
.arrange .last-row {
  margin-top: 60px;
}
.arrange .arrange-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.arrange .arrange-item img {
  margin-bottom: 20px;
}
.arrange .arrange-item div {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}
.arrange .arrange-item p {
  font-size: 16px;
}
.hezuo {
  padding: 50px 0;
}
.hezuo .inner-hezuo {
  padding: 50px 80px;
}
.hezuo .title {
  padding-bottom: 10px;
}
.hezuo .siglo {
  text-align: center;
}
.custom {
  padding: 50px 0 150px 0;
  background-color: #F7FCFE;
}
.custom .layui-row .swiper-custom {
  width: 100%;
  overflow: hidden;
}
.custom .title {
  padding-bottom: 20px;
}
.custom .silde-custom {
  display: flex;
  justify-content: center;
}
.custom .custom-item {
  width: calc(100% - 70px);
  padding: 20px 15px;
  height: 410px;
  background-color: #fff;
  box-shadow: 1px 2px 10px 1px #b3dae97d;
}
.custom .custom-item .custom-img {
  margin-top: 30px;
  width: 100%;
  height: 150px;
}
.custom .custom-item .content {
  color: #777;
  height: 70px;
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #333;
  display: -webkit-box;
}
.custom .custom-item .boss {
  padding: 15px;
}
.custom .custom-item .boss .boss-name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.zixun {
  padding: 100px 0;
  background-image: url(../images/zixun-bg.png);
  background-size: 100% 100%;
}
.zixun .title {
  padding-bottom: 40px;
}
.zixun #btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
footer {
  background-color: #393C3E;
  padding: 50px 0 0 0;
}
footer .top {
  padding: 30px 0;
  border-bottom: 1px solid #6d6c6c;
}
footer .center {
  padding: 15px 0 25px 0;
  border-bottom: 1px solid #6d6c6c;
}
footer .bottom {
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
}
footer .footer-logo-pc {
  margin-bottom: 10px;
  width: 120px;
  height: 40px;
}
footer .code-wp {
  display: flex;
  margin-top: 40px;
}
footer .code-wp .code-inner {
  text-align: center;
}
footer .code-wp .code-inner img {
  width: 90px;
  height: 90px;
}
footer .code-wp .code-inner p {
  margin-top: 10px;
  color: #fff;
}
footer .code-wp .code-inner:first-child {
  margin-right: 40px;
}
footer .first-link {
  font-size: 20px;
  color: #eee;
}
footer .sub {
  margin-top: 35px;
}
footer .sub a {
  font-size: 16px;
  display: block;
  height: 40px;
  color: #eee;
}
footer .sub a:hover {
  color: #1E9FFF;
}
footer .link-wp {
  font-size: 16px;
  color: #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .link-wp a {
  margin-right: 20px;
  color: #eee;
  font-size: 16px;
  margin-top: 10px;
}
footer .link-wp a:hover {
  color: #1E9FFF;
}
footer .code-mb {
  display: flex;
  align-items: center;
  padding: 15px 0 30px 0;
  border-bottom: 1px solid #4B4B4B;
}
footer .code-mb div {
  width: calc(100% - 90px);
}
footer .code-mb div p:first-child {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
footer .code-mb div p:last-child {
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  background-color: #fff;
}
footer .layui-colla-item {
  border: none;
}
footer .layui-colla-title {
  background-color: #393C3E;
  color: #fff;
  border: none;
}
footer .layui-collapse {
  border: none;
}
footer .layui-colla-content {
  color: #fff;
  padding: 0 15px;
}
footer .layui-colla-content a {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
}
footer .layui-show {
  border: none;
}
.product {
  padding: 50px 0;
}
.product .product-wp {
  margin-bottom: 100px;
}
.product .pro-item .pro-info {
  width: 90%;
}
.product .pro-item .pro-info2 {
  width: 90%;
  margin-left: 10%;
}
.product .pro-item img {
  margin-top: 0;
}
.product .pro-item .info {
  font-size: 22px;
  font-weight: 1000;
  color: #333;
  margin-bottom: 20px;
}
.product .pro-item .title {
  text-align: left;
  color: #0247FE;
  padding-bottom: 20px;
}
.product .pro-item .pro-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.product .pro-item .pro-btn a {
  display: block;
  text-align: center;
  width: 140px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  background-color: #0247FE;
}
.version {
  padding: 50px 0;
}
.version .title {
  padding-bottom: 20px;
}
.version .siglo {
  text-align: center;
}
.version .version-item {
  margin: 40px 0;
  border-radius: 20px;
  box-shadow: 0px 10px 30px 1px #00000025;
}
.version .version-item .top {
  height: 116px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.version .version-item .top div {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.version .version-item .top p {
  color: #fff;
}
.version .version-item .bottom .price-info {
  margin-top: 40px;
  text-align: center;
}
.version .version-item .bottom .price-info .money {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 18px;
}
.version .version-item .bottom .price-info .num {
  font-size: 16px;
}
.version .version-item .bottom .price-info p {
  font-size: 18px;
  margin-bottom: 10px;
}
.version .version-item .bottom .btn {
  padding: 100px 0 50px 0;
  display: flex;
  justify-content: center;
}
.version .version-item .bottom .btn a {
  display: block;
  width: 140px;
  height: 30px;
  border: 1px solid #9EA9BC;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  background-color: #F4F4F5;
  color: #909399;
}
.version .version-item .bottom .btn a:hover {
  background-color: #ccc;
  color: #fff;
}
.version .version-item .bottom .last-btn {
  padding: 15px 0 50px 0;
}
.fixed {
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 1;
}
.fixed .item {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0247FE;
  background-color: #fff;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}
.fixed .item img {
  width: 30px;
}
.fixed .item .under-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.fixed .item .icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.fixed .item .under-code {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  width: 300px;
  right: 70px;
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
  top: -150px;
  z-index: 999999;
  display: none;
  box-shadow: 0px 10px 30px 1px #00000025;
}
.fixed .item .under-code .under-img {
  width: 150px;
  height: 150px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  margin: 20px 0;
}
.fixed .item .under-phone {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  width: 300px;
  right: 70px;
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
  top: -140px;
  z-index: 999999;
  display: none;
  box-shadow: 0px 10px 30px 1px #00000025;
}
.fixed .item .under-phone input {
  width: 220px;
  height: 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px;
  margin-bottom: 40px;
}

.fixed #back{
    display: block;
    text-align: center;
    
}
.fixed #back {
  display: none;
}
.fixed #back img{
    display: inline-block;
    margin-top: 12px;
}
.problem {
  padding: 40px 0;
}
.problem .title {
  padding-bottom: 50px;
}
.problem .problem-item .item-inner {
  background-color: #F8F9FF;
  display: flex;
  padding: 40px 20px;
  border-radius: 10px;
}
.problem .problem-item .item-inner img {
  margin-right: 20px;
}
.problem .problem-item .item-inner .inner-title {
  font-size: 20px;
  font-weight: 700;
  color: #0247FE;
  margin-bottom: 20px;
}
.solve {
  margin-top: 40px;
  padding: 50px 0;
}
.solve .title {
  padding-bottom: 20px;
}
.solve .solve-wp {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 40px;
  box-shadow: 0 0 20px 1px #0000001a;
}
.solve .solve-wp .info-wp {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solve .solve-wp .info-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.solve .solve-wp .solve-info {
  margin-top: 40px;
}
.solve .layui-tab-brief > .layui-tab-title .layui-this {
  font-size: 24px;
  font-weight: 700;
}
.solve .layui-tab .layui-tab-title li {
  font-size: 24px;
  font-weight: 700;
  min-width: 302px;
}
.box {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.04vw 1px;
  border-radius: 10px;
}
.comanpy {
  margin-top: -80px;
}
.comanpy .inner-comanpy {
  padding: 30px 80px;
}
.comanpy .inner-comanpy .title {
  padding-bottom: 40px;
}
.comanpy .inner-comanpy p {
  color: #777;
  margin-bottom: 30px;
  text-indent: 2em;
  line-height: 30px;
}
.product .inner-product {
  padding: 30px 80px;
}
.product .info-wp {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product .info-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.product .solve-info {
  margin-top: 40px;
}
.product img {
  width: 100%;
  margin-top: 200px;
}
.product .layui-tab-brief > .layui-tab-title .layui-this {
  font-size: 24px;
  font-weight: 700;
}
.product .layui-tab .layui-tab-title li {
  font-size: 24px;
  font-weight: 700;
  min-width: 360px;
  position: relative;
}
.localtion {
  padding: 50px 0;
}
.localtion .inner-local {
  padding: 30px 80px;
}
.localtion .title {
  padding-bottom: 30px;
}
.localtion #map {
  width: 100%;
  height: 500px;
}
.honor .inner-honor {
  padding: 30px 80px;
}
.honor .honor-swiper {
  padding: 80px 0;
  height: 460px;
}
.honor .title {
  padding-bottom: 20px;
}
.slogan {
  margin: 60px 0;
}
.slogan .layui-elem-quote {
  padding: 30px 20px;
  border-left: 0;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px #0000001a;
  background-color: #fff;
}
.slogan .layui-elem-quote .inner-slogan {
  font-size: 18px;
  color: #777;
  padding-left: 15px;
  border-left: 5px solid #0247FE;
}
.news {
  padding: 50px 0;
}
.news .layui-carousel {
  height: 170px;
}
.news .news-swiper {
  position: relative;
}
.news .news-swiper img {
  width: 100%;
}
.news .news-swiper .news-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #0000005e;
}
.news .news-swiper .news-title p {
  font-size: 18px;
  margin-left: 50px;
  color: #fff;
  line-height: 60px;
}
.news .news-leavel {
  background-color: #F2F6FA;
}
.news .news-leavel .leavel-title {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e4e4e4;
}
.news .news-leavel .leavel-title p {
  margin-left: 10px;
}
.news .news-leavel .leavel-content {
  padding: 10 0 20px 0;
}
.news .news-leavel .leavel-content img {
  width: 100%;
}
.news .news-leavel .leavel-content p {
  padding: 15px;
}
.news .news-leavel .leavel-content p a {
  width: 100%;
  font-size: 16px;
  color: #777;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .news-col-wp {
  padding: 30px 0;
}
.news .news-col {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}
.news .news-col img {
  width: 100%;
}
.news .news-col .name {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.news .news-col .name:hover {
  color: #0247FE;
}
.news .news-col p {
  margin-top: 30px;
  color: #777;
}
.detail {
  padding: 50px 0;
}
.detail .title {
  text-align: left;
  padding-bottom: 20px;
}
.detail .info {
  display: flex;
  align-items: center;
  color: #777;
  font-size: 16px;
}
.detail .info .arouth {
  margin-right: 30px;
}
.detail .content {
  padding: 40px 0;
}
.detail .content p {
  line-height: 30px;
  color: 777;
  font-size: 16px;
}
.detail .news-hot-list {
  background-color: #F2F6FA;
}
.detail .news-hot-list .hot-title {
  height: 50px;
  border-bottom: 1px solid #eaeaea;
}
.detail .news-hot-list .hot-title p {
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  padding-left: 10px;
}
.detail .news-hot-list .news-hot img {
  width: 100%;
}
.detail .news-hot-list .news-hot .wp {
  padding: 20px 0;
}
.detail .news-hot-list .news-hot .news-hot-title {
  display: block;
  padding-left: 10px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.app {
  padding: 70px 0;
}
.app .app-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.app .hy-wp {
  padding: 10px 0;
}
.app .hy-wp .hy-item {
  color: #606266;
  border-radius: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app .hy-wp .hy-active {
  background-color: #409EFF;
}
.app .hy-wp .hy-active a {
  color: #fff;
}
.app .hot-wp {
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
}
.app .hot-wp .hot {
  padding-left: 10px;
  display: flex;
  align-items: center;
  height: 40px;
}
.app .hot-wp .hot p {
  margin-left: 10px;
  font-size: 16px;
}
.app .hot-wp .hot:hover {
  background-color: #E5F2FF;
  color: #0247FE;
}
.app .hot-wp .active {
  background-color: #E5F2FF;
  color: #0247FE;
}
.app .type-list {
  width: 100%;
  margin-top: 10px;
}
.app .type-list li {
  height: 40px;
  padding-left: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.app .type-list li:hover {
  background-color: #E5F2FF;
}
.app .type-list li:hover a {
  color: #0247FE;
}
.app .type-list .active {
  background-color: #E5F2FF;
}
.app .type-list .active a {
  color: #0247FE;
}
.app .app-item {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.app .app-item .top {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.app .app-item .app-img {
  width: 100%;
  padding: 10px 0;
}
.app .app-item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app .app-item .bottom img {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.app .tag-wp {
  display: flex;
  margin-top: 10px;
}
.app .tag-wp .tag {
  background-color: #F4F4F5;
  padding: 3px 5px;
  color: #909399;
  border: 1px solid #E9E9EB;
  border-radius: 2px;
  margin-right: 10px;
}
.app .detail-top {
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
}
.app .detail-top .detail-left {
  display: flex;
  align-items: center;
}
.app .detail-top .detail-left .detail-title {
  font-size: 18px;
  font-weight: 700;
  margin-right: 40px;
}
.app .detail-top .detail-left img {
  margin-right: 25px;
}
.app .detail-top .icon {
  font-size: 20px;
  font-weight: 700;
}
.app .detail-top .btn-down {
  margin-left: 20px;
}
.app .detail-swiper {
  margin-top: 30px;
}
.app .detail-swiper img {
  width: 100%;
}
.app .detail-content .content-title {
  font-size: 22px;
  padding: 30px 0;
}
.table {
  padding: 100px 0;
}
.table .col-header {
  width: 100%;
  display: flex;
  height: 50px;
  align-items: center;
}
.table .col-header .th {
  width: 20%;
  color: #909399;
  text-align: center;
}
.table .col {
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.table .col .col-text {
  width: 20%;
  color: #606266;
  text-align: center;
}
.table .col .first {
  text-align: left;
}
.table .col:hover {
  background-color: #ECF5FF;
}
@media only screen and (max-width: 750px) {
  .table {
    padding: 50px 0;
  }
  .table .col {
    padding: 10px 0px;
    display: flex;
    align-items: center;
  }
  .banner .inner-banner-item .left-banner .banner-info {
    margin: 20px 0 30px 0;
  }
  .banner .title {
    padding-bottom: 0px;
  }
  .dajian .title {
    padding-bottom: 20px;
    font-size: 24px;
  }
  .dajian .dajian-img-item .img-title {
    font-size: 22px;
  }
  .work .title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .work .work-item {
    padding: 15px 10px;
  }
  .work .work-item .item-inner img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  .work .work-item .item-inner .info .info-title {
    color: #0247FE;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .develop .title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .develop .develop-item {
    height: 460px;
    background-size: 100% 100%;
  }
  .develop .develop-item .left .left-content {
    font-size: 14px;
  }
  .develop .develop-item .left-title {
    font-size: 22px;
    padding: 40px 0 30px 0;
  }
  .arrange .last-row {
    margin-top: 20px;
  }
  .arrange .arrange-item img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }
  .arrange .arrange-item div {
    font-size: 14px;
  }
  .arrange .arrange-item p {
    font-size: 14px;
  }
  .custom {
    padding-bottom: 50px;
  }
  .swiper-custom {
    width: 100%;
    overflow: hidden;
  }
  .swiper-custom .custom-item {
    width: 310px;
  }
  .zixun {
    margin-top: 30px;
    padding: 50px 0 80px 0;
  }
  .zixun .title {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .dajian .layui-tab .layui-tab-title li {
    min-width: 60px;
  }
  .product .pro-item .product-wp {
    margin-bottom: 50px;
  }
  .product .pro-item .pro-info {
    width: 100%;
  }
  .product .pro-item .pro-info2 {
    width: 100%;
    margin-left: 0;
  }
  .product .pro-item img {
    width: 100%;
    margin-top: 30px;
  }
  .product .pro-item .info {
    font-size: 18px;
    font-weight: 1000;
  }
  .product .pro-item .title {
    font-size: 20px;
    text-align: left;
    color: #0247FE;
    padding-bottom: 20px;
  }
  .product .pro-item .pro-btn {
    margin-top: 20px;
  }
  .version .version-item {
    margin: 0;
  }
  .version .version-item .top {
    height: 90px;
  }
  .version .version-item .top div {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .version .version-item .bottom .price-info {
    margin-top: 20px;
    height: 100px;
  }
  .version .version-item .bottom .price-info .money {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .version .version-item .bottom .price-info .num {
    font-size: 14px;
  }
  .version .version-item .bottom .price-info p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .version .version-item .bottom .btn {
    padding: 20px 0 30px 0;
  }
  .version .version-item .bottom .btn a {
    width: 100px;
  }
  .problem {
    padding: 30px 0 0 0;
  }
  .problem .title {
    padding-bottom: 20px;
    font-size: 24px;
  }
  .problem .problem-item .item-inner {
    background-color: #F8F9FF;
    display: flex;
    padding: 20px;
  }
  .problem .problem-item .item-inner .inner-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .solve {
    padding: 50px 0 0 0;
  }
  .solve .solve-wp {
    padding: 15px;
  }
  .solve .solve-wp .info-wp {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .solve .solve-wp .info-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .solve .solve-wp .solve-info {
    margin-top: 20px;
  }
  .solve .solve-wp img {
    width: 100%;
    margin-top: 30px;
  }
  .solve .layui-tab-brief > .layui-tab-title .layui-this {
    font-size: 16px;
    font-weight: 700;
  }
  .solve .layui-tab .layui-tab-title li {
    font-size: 16px;
    font-weight: 700;
    min-width: 40px;
  }
  .comanpy {
    margin-top: -20px;
  }
  .comanpy .inner-comanpy .title {
    font-size: 20px;
    padding-bottom: 40px;
  }
  .comanpy .inner-comanpy {
    padding: 30px 10px 15px 10px;
  }
  .comanpy .inner-comanpy .title {
    padding-bottom: 10px;
  }
  .comanpy .inner-comanpy p {
    margin-bottom: 20px;
    line-height: 20px;
  }
  .hezuo {
    padding: 0 0 50px 0;
  }
  .hezuo .inner-hezuo {
    padding: 30px 10px;
  }
  .hezuo .title {
    font-size: 20px;
  }
  .product .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .product .inner-product {
    padding: 30px 10px;
  }
  .product img {
    margin-top: 30px;
  }
  .product .solve-info {
    margin-top: 20px;
  }
  .product .info-title {
    font-size: 18px;
  }
  .product .layui-tab-brief > .layui-tab-title .layui-this {
    font-size: 16px;
    font-weight: 700;
  }
  .product .layui-tab .layui-tab-title li {
    font-size: 16px;
    font-weight: 700;
    min-width: 40px;
    position: relative;
  }
  .honor .inner-honor {
    padding: 30px 10px;
  }
  .honor .honor-swiper {
    padding: 40px 0;
    height: 120px;
  }
  .localtion {
    padding: 50px 0;
  }
  .localtion .inner-local {
    padding: 30px 10px;
  }
  .localtion .title {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .localtion .map {
    width: 100%;
    height: 300px;
  }
  .slogan {
    margin: 50px 0;
  }
  .slogan .layui-elem-quote {
    padding: 20px 10px;
    border-left: 0;
  }
  .slogan .layui-elem-quote .inner-slogan {
    font-size: 16px;
  }
  .news {
    padding: 0;
  }
  .news .layui-carousel {
    height: 280px;
  }
  .news .news-swiper .news-title p {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
  }
  .news .news-leavel {
    background-color: #F2F6FA;
  }
  .news .news-leavel .leavel-title {
    padding: 0;
    font-size: 18px;
  }
  .news .news-leavel .leavel-content {
    padding: 10 0 20px 0;
  }
  .news .news-leavel .leavel-content img {
    width: 100%;
  }
  .news .news-leavel .leavel-content p {
    padding: 15px;
  }
  .news .news-leavel .leavel-content p a {
    font-size: 14px;
    color: #777;
  }
  .news .news-col-wp {
    padding: 0;
  }
  .news .news-col .name {
    font-size: 14px;
    color: #333;
  }
  .news .news-col .name:hover {
    color: #0247FE;
  }
  .news .news-col p {
    margin-top: 30px;
    font-size: 14px;
    color: #777;
  }
  .detail {
    padding: 30px 0;
  }
  .detail .title {
    font-size: 22px;
  }
  .detail .info {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 14px;
  }
  .detail .content {
    padding: 30px 0;
  }
  .detail .content p {
    font-size: 14px;
  }
  .detail .news-hot-list .news-hot .wp {
    padding: 10px 0;
  }
  .detail .news-hot-list .news-hot .news-hot-title {
    font-size: 14px;
  }
  .app {
    padding: 20px 0;
  }
  .app .type-list {
    width: 100%;
    margin-top: 10px;
  }
  .app .type-list li {
    font-size: 14px;
  }
  .app .detail-top {
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
  }
  .app .detail-top .detail-left {
    display: flex;
    align-items: center;
  }
  .app .detail-top .detail-left .detail-title {
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
  }
  .app .detail-top .detail-left img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .app .detail-top .icon {
    font-size: 18px;
    font-weight: 700;
  }
  .app .detail-top .btn-down {
    margin-left: 10px;
  }
  footer {
    padding: 30px 0 0 0;
  }
  footer .logo-mb {
    width: 120px;
  }
}
@media only screen and (min-width: 1170px) {
  .dajian .layui-tab .layui-tab-title li {
    min-width: 160px;
  }
  .develop .layui-tab .layui-tab-title li {
    min-width: 410px;
  }
}
