a,
a:hover,
a:visited {
  text-decoration: none;
  color: #0C0C0C;
}
.cWhite,
.cWhite:visited,
.cWhite a {
  color: #fff;
}
.cBlue,
.cBlue:visited,
.cBlue a {
  color: #1E50A2;
}
.cRed,
.cRed:visited,
.cRed a {
  color: Red;
}
.hidden {
  display: none !important;
}
.btn-blueM,
.btn-blueM:hover {
  background-color: #874BFC;
  color: white;
}
.btn-red,
.btn-red:hover,
.btn-red:visited {
  background: linear-gradient(to right, #E050D8 0%, #F65D53 100%);
  color: white;
}
.btn-red-thin,
.btn-red-thin:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #F65D53;
  color: #E050D8;
  border-image-slice: 1;
  border-radius: 5px 5px;
}
.bg-c-blue {
  background-color: #f0f5fb;
}
.btn-white {
  background-color: white;
  color: #874BFC;
  border: 1px solid #874BFC;
}
.btn-white:hover {
  border: 1px solid #874BFC;
}
.text-white {
  color: white;
}
.img100,
.img100 img {
  max-width: 100%;
}
.page-subject2 {
  font-size: 1.25rem;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .page-subject2 {
    font-size: 1.5rem;
  }
}
.page-subject2-text {
  font-size: 1rem;
  line-height: 1.8rem;
}
.custom-list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 30px 0 30px 0;
}
.custom-box {
  padding-top: 30px;
}
.custom-list .item {
  display: flex;
  align-items: center;
  width: 150px;
  height: 55px;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 10px;
}
.custom-list .item img {
  max-width: 100%;
}
.header-nav ul,
.header-nav ul li {
  list-style: none;
}
.top-nav {
  display: flex;
  flex-flow: row nowrap;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 50px 0;
}
.top-nav .top-logo-box {
  width: 350px;
  flex-grow: 0;
  flex-basis: auto;
}
.top-nav .top-logo-box .logo {
  width: 160px;
}
.top-nav .top-logo-box .logo img {
  width: 100%;
}
.top-nav .top-logo-box .logo-slogan {
  border-left: 1px solid #e0e0e0;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.top-nav .top-logo-box .logo-slogan .address {
  font-weight: bold;
  font-size: 18px;
}
.top-nav .top-main-nav,
.top-nav .top-main-nav ul {
  display: flex;
  align-items: center;
  color: #333333;
}
.top-nav .top-main-nav a {
  color: #333333;
  font-size: 16px;
  margin: 0 20px;
  text-decoration: none;
}
.top-nav .top-main-nav a:hover {
  color: #6969FF;
}
.top-nav .top-main-nav ul,
.top-nav .top-main-nav ul li {
  list-style: none;
  padding: 0;
}
.top-end {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.top-end .tel {
  padding: 0 10px;
}
.page-banner1 {
  background: url("../images/banner1.png") #f0f5fb center top;
  background-repeat: no-repeat;
  background-size: auto 520px;
}
.banner-style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  height: auto;
}
.banner-style .banner-start,
.banner-style .banner-end {
  padding: 10px 0;
}
.banner-style .banner-end img {
  max-width: 100%;
}
.banner-style .title-one {
  font-size: 32px;
  font-weight: 500;
  color: #181C25;
  font-style: normal;
}
.banner-style .text-desc {
  padding-top: 18px;
  font-size: 18px;
  color: #272B34;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .banner-style .text-desc {
    padding-right: 2rem;
  }
}
.page-subject {
  font-size: 1.5rem;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .page-subject {
    font-size: 2rem;
  }
}
.page-subject-text {
  font-size: 1.125rem;
  padding: 1rem 0 1.5rem;
}
.bg2 {
  background-image: linear-gradient(45deg, #9966ff, #a493fa);
}
.p-box {
  padding: 30px 0 30px 0;
}
.product-list-box {
  display: flex;
  justify-content: space-evenly;
}
.product-list-box .item {
  width: 270px;
  background-color: #9bcc63;
  border-radius: 5px;
  margin: 10px 10px;
  padding: 10px 0;
  text-align: center;
  color: white;
}
.product-list-box .item .title-icon {
  height: 130px;
  padding: 30px 0;
}
.product-list-box .item .title {
  font-weight: 600;
  padding-bottom: 5px;
}
.product-list-box .item.i2 {
  background-color: #5cc790;
}
.product-list-box .item.i3 {
  background-color: #47d1de;
}
.product-list-box .item.i4 {
  background-color: #9c7ee8;
}
.case-slogan {
  display: flex;
  flex-flow: row wrap;
}
.case-slogan .item {
  width: calc(50% - 20px);
  padding: 20px 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .case-slogan .item {
    width: 20%;
  }
}
.case-slogan .item .i-icon {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.case-slogan .item .i-title {
  padding: 20px 0;
}
.company-logo-list ul {
  list-style: none;
  padding: 30px 0 30px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.company-logo-list ul li {
  list-style: none;
  width: 145px;
  height: 56px;
  padding: 10px 5px;
  border: 1px solid white;
  border-radius: 5px 5px;
  background-color: white;
  margin-bottom: 30px;
  text-align: center;
}
.company-logo-list ul li img {
  max-height: 100%;
}
.zz-box .item {
  text-align: center;
}
.zz-box .item .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 7px 7px;
  border: 10px solid #e0e0e0;
  border-radius: 5px;
  background-color: white;
}
.zz-box .item img {
  max-width: 100%;
  max-height: 100%;
}
.zz-box .item p {
  padding: 10px 0;
}
.footer-bg {
  background-color: #4f4f4f;
  color: white;
  padding: 2rem 0;
}
.qq-footer .footer-logo-warp {
  width: 300px;
  flex-basis: auto;
}
.qq-footer .footer-logo-warp .flogo {
  width: 210px;
}
.qq-footer .gzh {
  text-align: center;
}
.qq-footer .gzh > div {
  padding: 10px 10px;
  background-color: white;
}
.qq-footer .gzh > div img {
  width: 140px;
}
.qq-footer .gzh > p {
  padding: 10px 0;
}
.qq-footer .f-p2 {
  padding: 15px 0;
}
.qq-footer .footer-nav {
  display: flex;
  flex-flow: row;
  padding-bottom: 30px;
}
.qq-footer .footer-nav a,
.qq-footer .footer-nav a:hover {
  margin-right: 10px;
  width: auto;
  color: white;
  text-decoration: none;
}
.qq-footer .footer-nav a:hover {
  color: #874BFC;
}
.address-info,
.tel-info {
  background: url("../images/dhzx.png") left 4px no-repeat;
  background-size: 20px 20px;
  text-indent: 20px;
  padding-right: 20px;
}
.address-info {
  background-image: url("../images/address.png");
}
.qq-footer .copyright {
  padding: 0.5rem 0.5rem;
  font-size: 0.874rem;
}
.cr-box-p {
  padding: 2rem 0;
}
.cr-box {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .cr-box {
    justify-content: space-between;
  }
}
.cr-box .part1-s {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .cr-box .part1-s {
    width: 670px;
  }
}
.cr-box .part1-s .ci-con {
  height: auto;
  overflow: hidden;
  text-align: center;
}
.cr-box .part1-s .ci-con img {
  max-width: 100%;
  border-radius: 9px 9px;
}
.cr-box .part1-s .ci-list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 40px;
}
.cr-box .part1-s .ci-list img {
  height: 50px;
}
.cr-box .part1-s .ci-list .list-item {
  width: calc(20% - 15px);
  padding: 5px 5px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 8px 8px;
  box-shadow: -2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.cr-box .part1-s .ci-list img {
  height: 40px;
}
.cr-box .part1-s .ci-list .list-item .list-item-bottom {
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, #917bf9 0%, #917bf9 100%);
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
.cr-box .part1-s .ci-list .list-item.cur .list-item-bottom,
.cr-box .part1-s.ci-list .list-item:hover .list-item-bottom {
  display: block;
}
.cr-box .part1-s .ci-list .list-item.no-click {
  cursor: default;
}
.cr-box .part1-s .ci-list .list-item.no-click .list-item-bottom {
  display: none;
}
.cr-box .part1-e {
  overflow: hidden;
  height: 450px;
}
@media (min-width: 992px) {
  .cr-txt {
    padding-left: 50px;
  }
}
.cr-txt .item {
  display: flex;
  flex-flow: row nowrap;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 10px;
  color: #999999;
  font-size: 0.875rem;
}
.cr-txt .item .photo {
  width: 80px;
}
.cr-txt .item .txt {
  padding-left: 10px;
}
.cr-txt .item .txt .author {
  padding: 10px 0 0 0;
  text-align: right;
}
.cr-txt .item .photo img {
  border-radius: 50%;
  height: 70px;
  border: 1px solid #eeeeee;
}
.video-sty1 {
  object-fit: cover;
  border-radius: 9px 9px;
}
.swiper-container {
  width: 100%;
}
.case-pagination-bullets {
  position: relative;
  margin: auto;
  bottom: -10px;
  text-align: center;
}
.case-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: white;
  margin-left: 12px;
  border-radius: 50%;
  border: 2px solid #b886f8;
}
.case-bullet-active {
  background-color: #4616ee;
  opacity: 1;
}
.case-pagination-bullets {
  text-align: center;
}
.customerEvalLogo {
  padding-top: 15px;
  height: 70px;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .customerEvalLogo {
    overflow: hidden;
  }
}
.customerEvalLogo .swiper-slide {
  width: 91px;
  height: 39px;
  text-align: center;
  padding: 3px 3px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
}
.customerEvalLogo .swiper-slide img {
  width: 85px;
  height: 33px;
}
.customerEvalLogo .swiper-slide-thumb-active {
  border-bottom: 3px #8b6ef4 solid;
}
#quick2 {
  width: 67px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
}
#quick2 ul {
  margin: 0;
  padding: 0;
  width: 67px;
  border-radius: 5px;
  box-shadow: -2px 4px 10px 6px rgba(0, 0, 0, 0.1);
}
#quick2 ul li {
  width: 67px;
  height: 67px;
  display: block;
  transition: 0.5s;
  opacity: 1;
  position: relative;
  background-color: #fff;
  color: #595757;
}
#quick2 ul li:nth-of-type(1) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#quick2 ul li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#quick2 ul li.wow:hover p {
  color: #907AF9;
}
#quick2 ul li:last-child a {
  border-bottom: 0;
}
#quick2 ul li.disable {
  opacity: 0;
  display: none;
}
#quick2 ul li.disable > a {
  cursor: not-allowed;
  pointer-events: none;
}
#quick2 ul li.tel .panel {
  width: 240px;
  height: 67px;
  position: absolute;
  background-color: #864bf7;
  top: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  left: -200px;
  display: none;
  opacity: 0;
  z-index: inherit;
  transition: 0.5s;
}
#quick2 ul li.tel .panel a {
  color: #fff;
  font-size: 24px;
  line-height: 67px;
  margin-left: 1em;
}
#quick2 ul li.tel.show .panel {
  left: -235px;
  display: block;
  opacity: 1;
}
#quick2 ul li > a {
  height: 100%;
  display: block;
  text-align: center;
  padding-top: 13px;
  margin: 0 6px;
  border-bottom: 1px solid #dfdfdf;
}
#quick2 ul li:nth-of-type(3) a {
  border-bottom: 0;
}
#quick2 ul li:nth-of-type(4) a {
  border-top: 1px solid #dfdfdf;
}
#quick2 ul li > a img {
  display: inline-block;
  height: 20px;
  width: auto;
  margin-bottom: 6px;
}
#quick2 ul li > a p {
  line-height: 1;
  font-size: 12px;
  color: #595757;
}
.side_drift .sqrc {
  position: absolute;
  display: none;
  width: 200px;
  height: auto;
  top: -22px;
  left: -210px;
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #ffffff;
  box-shadow: -2px 4px 10px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 5px 5px;
  text-align: center;
}
.side_drift .sqrc .img {
  padding-bottom: 10px;
}
.side_drift .sqrc .img img {
  height: 145px;
}
.side_drift .sqrc .txt {
  line-height: 20px;
}
.side_drift .sqrc .dot-r {
  position: absolute;
  right: -20px;
  top: 37px;
  width: 20px;
  height: 19px;
  background: url("/static/theme3/images/dot.png");
  background-size: cover;
}
.use-price .item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 2rem;
}
.use-item-img img {
  max-width: 100%;
}
.use-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cbcbcb;
}
.ps2 .use-item:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .use-pmp {
    flex-flow: row nowrap;
  }
}
.use-pmp .item {
  width: calc(95% - 10px);
  margin: 10px 5px;
}
@media (min-width: 576px) {
  .use-pmp .item {
    width: calc(45% - 10px);
  }
}
@media (min-width: 992px) {
  .use-pmp .item {
    width: calc(20% - 10px);
  }
}
.page-banner2 {
  background: url("../images/about/banner.png") #8e63f4 center top;
  background-repeat: no-repeat;
  background-size: auto 520px;
  min-height: 520px;
}
.banner-title {
  font-size: 2rem;
  padding-top: 150px;
}
.about-logan .item {
  background-color: #8e63f4;
  margin-bottom: 1.2rem;
  color: white;
  padding: 1rem 1.5rem;
}
.about-logan .item .title-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  padding: 0.625rem 0;
  border-bottom: 1px solid white;
}
.about-logan .item .text-con {
  padding: 1.5rem 0;
  line-height: 160%;
}
@media (min-width: 768px) {
  .about-logan .item .text-con {
    min-height: 150px;
  }
}
.team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (min-width: 576px) {
  .team-list {
    justify-content: space-between;
  }
}
.team-list .item {
  width: 299px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 0 0;
  box-shadow: 2px 4px 8px 5px rgba(0, 0, 0, 0.05);
}
.team-list .item .pimg img {
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.team-list .item .title {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #0e1421;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.team-list .item .desc {
  font-size: 14px;
  color: #727171;
  line-height: 25px;
  padding: 1px 10px 10px;
}
.team-list .item .desc p {
  margin: 0 0 ;
  position: relative;
  padding-left: 12px;
}
.team-list .item .desc p::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #F65D53;
  position: absolute;
  left: 0px;
  top: 9px;
  border-radius: 50px;
}
.lc {
  background: url("../images/line2.png") 20px -15px repeat-y;
}
.lc .item {
  display: flex;
  flex-flow: row nowrap;
  align-items: start;
  color: #333333;
  padding: 5px 0 5px 25px ;
}
.lc .item .time {
  padding-right: 30px;
}
.lc .item.start {
  background: url("../images/line-dot-s.png") 5px 8px no-repeat;
}
.lc .item.blank2 {
  height: 10px;
}
.page-banner3 {
  background: url("../images/bg.png") center top;
  background-repeat: no-repeat;
  background-size: auto 520px;
  min-height: 520px;
}
.banner-title {
  font-size: 2rem;
  padding-top: 150px;
}
.castList {
  padding: 2rem 0 1rem 0 ;
}
.castList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
.castList .item,
.castList .item a {
  width: 400px;
  text-decoration: none;
  background-color: white;
}
.castList .item {
  margin: 10px 10px;
}
.castList .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 166px;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: auto 75%;
  background-position: 50%;
  text-align: center;
}
.castList .item .pic img {
  max-width: 100%;
}
.castList .item h5 {
  color: #0F1421;
  font-size: 16px;
}
.castList .item .c-tag a {
  width: initial;
  margin-right: 10px;
}
.castList .item .c-tag {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #9FA0A0;
}
.castList .txt-section {
  padding: 10px 20px;
}
.local-cur {
  background-color: #f5f5f5;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.local-cur a {
  text-decoration: none;
  color: #333333;
}
.art-title {
  font-size: 24px;
  padding: 30px 5px 15px;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
}
.art-info,
.art-info a {
  color: #9FA0A0;
  font-size: 12px;
  padding: 10px 0;
}
.art-info a {
  display: inline-block;
  padding: 0 5px;
}
.art-content img {
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */