body {
  background: #fff;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-h5:before {
  content: "\e633";
}
.icon-web2:before {
  content: "\e6fc";
}
.icon-weixin:before {
  content: "\e62c";
}
.icon-app:before {
  content: "\e6d7";
}
.icon-houtaiguanli:before {
  content: "\ee16";
}
.header {
  height: 100px;
  transition: 0.1s;
  width: 100%;
  border-bottom: solid 1px #ebebeb;
  background: #fff;
  position: relative;
  top: 0px;
  z-index: 1000;
}
.header .logoBox {
  align-items: center;
  display: flex;
  transition: 0.5s;
}
.header .logo {
  height: 30px;
  transition: 0.5s;
  margin-top: 29px;
  animation-delay: 0.2s;
}
.header i {
  width: 50px;
  height: 50px;
  margin-right: 4px;
}
.header .nav {
  position: relative;
}
.header .nav ul li {
  cursor: pointer;
  display: inline-block;
  transition: 0.5s;
  padding: 0px 22px;
}
.header .nav ul li a {
  transition: 0.5s;
  display: block;
  padding: 40px 0px;
}
.header .weiXin {
  position: relative;
  line-height: 92px;
  transition: 0.5s;
}
.header .weiXin i {
  position: relative;
  top: 3px;
}
.header .weiXin p {
  font-size: 16px;
  color: #14A900;
}
.header .weiXin img {
  width: 150px;
}
.header #nav_line {
  width: 100px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 4px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  animation-delay: 0.2s;
}
.header .toggle-menu {
  display: none;
  font-size: 30px;
  cursor: pointer;
}
.header.active {
  height: 74px;
  transition: 0.3s;
  position: fixed;
  top: 0px;
  z-index: 1000;
}
.header.active .logo {
  margin-top: 19px;
}
.header.active > div {
  height: 70px;
  align-content: center;
}
.header.active .nav {
  height: 76px;
  transition: 0.5s;
}
.header.active .weiXin {
  line-height: 60px;
  transition: 0.5s;
}
.header.active .weiXin i {
  position: relative;
  top: 4px;
}
.header.active ul li a {
  padding: 24px 0px;
  transition: 0.5s;
}
.banner {
  width: 100%;
}
.indexTitle {
  text-align: center;
}
.indexTitle p {
  font-weight: bold;
  font-size: 26px;
  padding-top: 150px;
  color: #4e4e4e;
}
.indexTitle span {
  font-size: 18px;
  padding-top: 20px;
  display: block;
  width: 90%;
  margin: 0 auto;
  color: #999;
  padding-bottom: 27px;
}
.indexTitle .aboutContent {
  margin-top: 5px;
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
}
.indexTitle b {
  padding-bottom: 200px;
  font-size: 17px;
  color: #b3b3b3;
  font-weight: 300;
  display: block;
}
.content {
  font-size: 18px;
}
.content ul {
  text-align: center;
  display: flex;
}
.content ul li {
  width: 23%;
  flex: 1;
  color: #333;
  background: #fafafa;
  border-right: solid 10px #fff;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 17px 10px 17px;
}
.content ul li a i {
  color: #515151;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 45px;
  margin-bottom: 20px;
  transition: 0.5s;
}
.content ul li a span {
  font-weight: bold;
  transition: 0.5s;
}
.content ul li a p {
  font-size: 15px;
  margin-top: 10px;
  color: #999;
  transition: 0.5s;
}
.content ul li:hover {
  transition: 0.5s;
}
.content ul li:hover a {
  width: 100%;
  cursor: pointer;
}
.content ul li:hover a i {
  color: #73d79c;
  transition: 0.5s;
}
.content ul li:hover a span {
  color: #73d79c;
  transition: 0.5s;
}
.content ul li:hover a p {
  color: #73d79c;
  transition: 0.5s;
}
.webCase .webCaseTab {
  display: flex;
}
.webCase .webCaseTab p {
  width: 25%;
  background-color: #fafafa;
  font-size: 16px;
  color: #000;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.webCase .webCaseTab p:hover {
  background-color: #575757;
  color: #fafafa;
  transition: 0.5s;
}
.webCase .webCaseTab p.cur {
  background-color: #575757;
  color: #fafafa;
}
.webCase ul {
  display: flex;
  justify-content: space-between;
}
.webCase ul li {
  border: solid 1px #e5e5e5;
  width: 24%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.webCase ul li a {
  transition: 0.5s;
  cursor: pointer;
}
.webCase ul li a img {
  border-bottom: solid 1px #e5e5e5;
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
}
.webCase ul li a span {
  display: block;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  transition: 0.5s;
  margin-top: -5px;
  position: relative;
  z-index: 2;
  background-color: #f5f5f5;
  overflow: hidden;
  height: 62px;
  padding: 0px 10px;
}
.webCase ul li a p {
  transition: 0.5s;
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 4%;
  text-align: center;
  display: inline-block;
  width: 92%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
}
.webCase ul li a:hover {
  transition: 0.2s;
}
.webCase ul li a:hover img {
  transform: scale(1.2);
  transition: 0.3s;
}
.webCase ul li a:hover p {
  transition: 0.2s;
  opacity: 1;
  bottom: 60px;
}
.webCase ul li a:hover span {
  background-color: #14A900;
  color: #fff;
  transition: 0.2s;
}
.webInformation {
  display: flex;
  justify-content: space-between;
}
.webInformation ul {
  width: 100%;
}
.webInformation ul li a {
  margin-bottom: 20px;
}
.webInformation ul li a p {
  font-size: 14px;
  width: 83%;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.webInformation ul li a b {
  font-size: 14px;
  width: 18%;
  text-align: left;
  font-weight: 300;
}
.webInformation ul li a span {
  display: block;
  margin-top: 14px;
}
.webInformation .webTitle {
  margin: 40px 0px;
  font-size: 18px;
}
.webInformation .webInformationBox1 {
  width: 455px;
  margin-left: 25px;
}
.webInformation .webInformationBox {
  width: 830px;
}
.webInformation .webInformationBox .webCase3 {
  display: flex;
  justify-content: space-between;
}
.webInformation .webInformationBox .webCase3 a img {
  transition: 0.45s;
}
.webInformation .webInformationBox .webCase3 a .newIndexBox {
  width: 390px;
  overflow: hidden;
}
.webInformation .webInformationBox .webCase3 a:hover {
  transition: 0.2s;
}
.webInformation .webInformationBox .webCase3 a:hover img {
  transform: scale(1.2);
  transition: 0.45s;
}
.webInformation .webInformationBox .webCase3 a:hover p {
  transition: 0.2s;
  opacity: 1;
  top: 144px;
}
.webInformation .webInformationBox .webCase3 a:hover span {
  transition: 0.2s;
}
.webInformation .webCase1 {
  width: 390px;
}
.webInformation .webCase1 li a {
  margin-bottom: 24px;
  display: block;
}
.webInformation .webCase1 li a .newIndexBox {
  display: flex;
}
.webInformation .webCase1 li a p {
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #000;
}
.webInformation .webCase1 li a b {
  font-size: 14px;
  width: 100%;
  text-align: left;
  font-weight: 300;
  color: #666;
}
.webInformation .webCase1 li a span {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 限制为3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* 默认为nowrap，需要改为normal */
  color: #a5a5a5;
}
.webInformation .webCase4 li a {
  display: flex;
}
.toggle-menu {
  background: url("../images/dh.png") no-repeat;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 18px;
}
.closeImg {
  background-image: url("../images/close.png") !important;
  width: 30px;
  height: 30px;
  background-size: 100% auto !important;
}
.footer {
  background-color: #fafafa;
  width: 100%;
  position: relative;
}
.footer .footerCenter {
  width: 1280px;
  margin: 0 auto;
}
.footer .footerCenter .footerLine {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 30px;
  margin-bottom: 43px;
}
.footer .footerCenter .footerLine1 {
  width: 100%;
  height: 1px;
  margin-top: 29px;
  margin-bottom: 0px;
}
.footer .footerCenter .footerLeft {
  width: 50%;
}
.footer .footerCenter .footerLeft h4 {
  font-size: 20px;
  margin-top: 30px;
  height: 35px;
}
.footer .footerCenter .footerLeft .aboutUs .form ul {
  flex-direction: column;
}
.footer .footerCenter .footerLeft .aboutUs .form ul li span {
  width: 100px;
  display: inline-block;
  font-size: 15px;
}
.footer .footerCenter .footerLeft .aboutUs .form ul li input {
  width: 450px;
  height: 50px;
  margin-bottom: 15px;
  background-color: #f1f1f1;
  text-indent: 15px;
}
.footer .footerCenter .footerLeft .aboutUs .form .formBtn {
  width: 120px;
  background-color: #3b3b3b;
  line-height: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 18px;
  margin-left: 102px;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.footer .footerCenter .footerLeft .aboutUs .form .formBtn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.footer .footerCenter .footerRight {
  width: 50%;
}
.footer .footerCenter .footerRight .footerMargin {
  margin-top: 42px;
}
.footer .footerCenter .footerRight .weiXinCodeImg {
  width: 130px;
  height: 130px;
  margin-top: 20px;
  margin-right: 40px;
}
.footer .footerCenter .footerRight .weiXinCodeImg img {
  width: 100%;
  height: 100%;
}
.footer .footerCenter .footerRight h4 {
  font-size: 20px;
  margin-top: 30px;
  height: 35px;
}
.footer .footerCenter .footerRight ul {
  display: flex;
  padding-top: 2px;
}
.footer .footerCenter .footerRight ul li a {
  display: block;
  margin-right: 40px;
  font-size: 16px;
}
.footer .footerCenter .footerContact {
  font-size: 16px;
  margin-top: 18px;
  color: #14A900;
}
.footer .version {
  text-align: center;
  line-height: 60px;
  border-top: solid 1px #ddd;
  font-size: 14px;
  margin-top: 40px;
}
.banner_item {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.banner_item img {
  width: 100%;
}
.productsBox .tab_list {
  display: flex;
  margin-top: 60px;
}
.productsBox .tab_list p {
  padding: 25px 47px;
  background-color: #fafafa;
  font-size: 16px;
  transition: 0.4s;
  color: #666;
  cursor: pointer;
  flex: 1;
  text-align: center;
}
.productsBox .tab_list p:hover {
  background-color: #666;
  color: #fff;
  transition: 0.4s;
}
.productsBox .tab_list a {
  padding: 25px 48px;
  background-color: #fafafa;
  font-size: 16px;
  transition: 0.4s;
  color: #666;
  cursor: pointer;
  flex: 1;
  text-align: center;
}
.productsBox .tab_list a:hover {
  background-color: #666;
  color: #fff;
  transition: 0.4s;
}
.productsBox .tab_list .btn-info {
  background-color: #666;
  color: #fff;
  transition: 0.4s;
}
.productsBox .tab_list .cur {
  background-color: #666;
  color: #fff;
  transition: 0.4s;
}
.productsBox .tab_width {
  overflow-x: auto;
}
.productsBox .tab_content {
  font-size: 18px;
  margin-top: 35px;
  margin-bottom: 80px;
}
.productsBox .tab_content .tab_width {
  width: 56%;
}
.productsBox .tab_content .tab_Box {
  margin-top: 100px;
}
.productsBox .tab_content .tab_Box p {
  margin: 20px 0px;
  color: #888;
}
.productsBox .tab_content h2 {
  margin-bottom: 20px;
}
.productsBox .tab_content .p-img1 {
  width: 500px;
}
.productsBox .tab_content .m_20 {
  margin-top: 140px;
}
.productsBox .tab_content .list_new {
  font-size: 15px;
}
.productsBox .tab_content .list_new ul li a:hover {
  transition: 0.5s;
  background: #f1f1f1;
  color: #333;
}
.productsBox .tab_content .list_new ul li a:hover P {
  transition: 0.5s;
  color: #333;
}
.productsBox .tab_content .list_new ul li a:hover b {
  transition: 0.5s;
  color: #333;
}
.productsBox .tab_content .list_new ul li a {
  transition: 0.4s;
  border: solid 1px #e5e5e5;
  display: block;
  line-height: 50px;
  padding: 30px;
  margin-bottom: 22px;
}
.productsBox .tab_content .list_new ul li a .list_line {
  padding-bottom: 0px;
  border-bottom: solid 1px #f1f1f1;
  margin-bottom: 22px;
}
.productsBox .tab_content .list_new ul li a span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.productsBox .tab_content .list_new ul li a p {
  line-height: 24px;
  padding-bottom: 20px;
  color: #939393;
}
.productsBox .tab_content .list_new ul li a b {
  color: #939393;
  display: block;
}
.productsBox .tab_content .contactBox {
  text-align: center;
}
.productsBox .tab_content .contactBox .erweima {
  width: 180px;
  margin-top: 30px;
}
.productsBox .tab_content .contactBox h2 {
  margin-top: 100px;
}
.productsBox .tab_content .contactBox span {
  display: block;
  line-height: 65px;
  font-size: 22px;
  font-weight: 200;
  color: #666;
}
.productsBox .tab_content .contactBox span b {
  display: inline-block;
  text-align: right;
}
.content-work {
  width: 1280px;
  margin: 0 auto;
  margin-bottom: 125px;
}
.content-work img {
  width: 100%;
}
.content-work p {
  font-size: 26px;
  text-align: center;
  margin-top: 40px;
}
.content-work span {
  padding: 0px 30px;
}
.bread-crumbs {
  font-size: 14px;
  padding-top: 30px;
  margin-bottom: 40px;
  padding-left: 20px;
}
.content-article {
  font-size: 14px;
  margin-top: 60px;
  line-height: 30px;
  padding: 20px;
}
.upClick.cur {
  opacity: 1;
  transition: 0.3s;
  bottom: 240px;
}
.upClick {
  background-color: rgba(231, 231, 231, 0.68);
  width: 70px;
  height: 70px;
  position: fixed;
  right: 6%;
  bottom: 220px;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  line-height: 100px;
  transition: 0.5s;
  opacity: 0;
}
.priceBox {
  display: flex;
  justify-content: space-between;
}
.priceBox .priceList {
  display: flex;
  perspective: 1000px;
}
@keyframes rotate {
  0% {
    transform: scale3d(1.1, 1.1, 1.1) rotateX(0deg);
  }
  100% {
    transform: scale3d(1.1, 1.1, 1.1) rotateX(360deg);
  }
}
.priceBox .priceList a {
  text-align: center;
  border: solid 1px #dddddd;
  padding: 22px 30px;
  transition: 0.3s;
  transform-style: preserve-3d;
  transition: transform 0.3s ease-in-out;
}
.priceBox .priceList a:hover {
  transition: 0.3s;
  transform-style: preserve-3d;
  transform: rotateX(15deg) translateY(-10px) scale(1.02);
}
.priceBox .priceList a:hover p {
  transition: 0.3s;
  object-fit: cover;
  transform: translateZ(40px);
}
.priceBox .priceList a:hover .priceTitle {
  transition: 0.3s;
  object-fit: cover;
  transform: translateZ(20px);
}
.priceBox .priceList a:hover .btn {
  transition: 0.3s;
  background-color: #14A900;
  color: #fff;
  border: solid 1px #14A900;
  object-fit: cover;
  transform: translateZ(20px);
}
.priceBox .priceList a .priceTitle {
  font-size: 24px;
  transition: 0.3s;
  transform: translateZ(0px);
}
.priceBox .priceList a .priceCenter {
  color: #14A900;
  margin-bottom: 40px;
  margin-top: 10px;
  transition: 0.3s;
  transform: translateZ(0px);
}
.priceBox .priceList a p {
  transform: translateZ(0px);
  font-size: 14px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 10px;
  transition: 0.3s;
}
.priceBox .priceList a .btn {
  color: #14A900;
  border: solid 1px #14A900;
  padding: 7px 0px;
  transition: 0.3s;
}
.priceBox .priceList a .btn:hover {
  transition: 0.3s;
  background-color: #14A900;
  color: #fff;
  border: solid 1px #14A900;
}
@media (max-width: 1280px) {
  .w1280 {
    width: 100%;
  }
  .header {
    animation-delay: 0.3s;
  }
  .header .nav.show {
    z-index: 5;
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 71px;
    left: 0px;
    transition: 0.3s;
  }
  .header .headerBox {
    justify-content: space-evenly;
  }
  .header .weiXin {
    display: none;
  }
  .content-work {
    width: 100%;
  }
  .content-work img {
    width: 100%;
  }
  .productsBox .tab_content .platform-wrap {
    width: 100%;
  }
  .footer .footerCenter {
    width: 100% !important;
  }
  .footer .footerCenter .flex {
    flex-direction: column;
  }
  .footer .footerCenter .footerContact {
    font-size: 15px;
  }
  .footer .footerCenter .footerLeft {
    margin-left: 5%;
    width: 90%;
  }
  .footer .footerCenter .footerLeft .aboutUs .form ul li span {
    width: 27% !important;
  }
  .footer .footerCenter .footerLeft .aboutUs .form ul li input {
    width: 71%;
  }
  .footer .footerCenter .footerRight {
    width: 100%;
  }
  .footer .footerCenter .footerRight h4 {
    display: none;
  }
  .footer .footerCenter .footerRight ul {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
  }
  .footer .footerCenter .footerRight ul li {
    margin-bottom: 25px;
    width: 33%;
    text-align: center;
  }
  .footer .footerCenter .footerRight ul li a {
    margin: 0px;
    font-size: 15px;
  }
  .footer .footerCenter .footerRight .d {
    margin-left: 15px;
  }
  .footer .footerCenter .footerRight .weiXinCodeImg {
    margin-right: 13px;
    margin-top: 45px;
  }
}
@media (max-width: 850px) {
  .searchWeb {
    width: 100% !important;
    padding: 0px !important;
  }
  .searchWeb .searchText {
    display: none !important;
  }
  .searchWeb span {
    display: none;
  }
  .searchWeb .searchWarp {
    width: 90% !important;
    display: flex !important;
    margin-left: 5% !important;
  }
  .searchBtn {
    width: 27% !important;
  }
  .priceBox {
    flex-wrap: wrap !important;
  }
  .priceBox .priceList a {
    width: 100% !important;
    margin-top: 18px !important;
  }
  .priceBox .priceList {
    width: 90% !important;
    margin-left: 5% !important;
  }
  .yzms {
    display: none !important;
  }
  .yzminput {
    width: 110px !important;
  }
  .footer .footerCenter .footerLeft .aboutUs .form .formBtn {
    margin-left: 0px !important;
  }
  .my-4 a {
    padding: 10px 10px !important;
    font-size: 14px;
  }
  .main--rich__text {
    padding: 0px 20px !important;
  }
  .header {
    height: 70px;
    position: fixed;
    transition: 0.1s;
  }
  .header .logo {
    height: 30px;
    transition: 0.3s;
    animation-delay: 0.3s;
    margin-top: 22px;
  }
  .header .nav {
    opacity: 0;
    background-color: #fff;
    transition: 0.3s;
    z-index: 5;
    width: 100%;
    position: absolute;
  }
  .header .headerBox {
    justify-content: space-between;
    width: 90%;
  }
  .header .weiXin {
    display: none;
  }
  .header .toggle-menu {
    display: block;
    margin-top: 10px;
    transition: 0.5s;
  }
}
@media (max-width: 768px) {
  .content-work {
    width: 100%;
  }
  .content-work img {
    width: 100%;
  }
  .wrap {
    overflow-x: hidden;
    width: 100%;
  }
  .platform-wrap {
    padding-bottom: 0px !important;
  }
  .logo {
    margin-right: 10px;
  }
  .banner_item {
    margin-top: 70px;
    height: auto;
  }
  .productsBox .flexAuto {
    flex-wrap: wrap !important;
  }
  .productsBox .p-img1:nth-child(1) {
    display: none;
  }
  .productsBox .tab_list {
    margin-top: 45px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .productsBox .tab_list p {
    padding: 17px 0px;
    text-align: center;
    width: 48%;
    margin-bottom: 5px;
    flex: none;
    font-size: 14px;
  }
  .productsBox .tab_content .platform-wrap {
    width: 123%;
  }
  .productsBox .tab_content .tab_Box {
    margin-top: 0px;
  }
  .productsBox .tab_content .tab_width {
    width: 90%;
    margin-left: 5%;
  }
  .productsBox .tab_content .p-img1 {
    width: 90%;
    margin-left: 5%;
  }
  .productsBox .tab_content .m_20 {
    margin-top: 80px;
  }
  .productsBox .tab_content .list_new ul li a {
    border-bottom: solid 1px #e5e5e5;
  }
  .banner {
    margin-top: 70px;
  }
  .header {
    height: 70px;
    position: fixed;
    transition: 0.1s;
  }
  .header .logo {
    height: 30px;
    transition: 0.3s;
    animation-delay: 0.3s;
    margin-top: 22px;
  }
  .header .nav {
    opacity: 0;
    background-color: #fff;
    z-index: 5;
    width: 100%;
    position: absolute;
    top: 71px;
    left: -750px;
    transition: 0.3s;
  }
  .header .nav ul {
    background-color: #fff;
  }
  .header .nav ul li {
    width: 100%;
    cursor: pointer;
    display: inline-block;
    transition: 0.5s;
    padding: 0px 0px;
    border-bottom: solid 1px #f9f9f9;
  }
  .header .nav ul li a {
    transition: 0.5s;
    display: block;
    padding: 18px 0px;
  }
  .header .headerBox {
    justify-content: space-between;
    width: 90%;
  }
  .header .weiXin {
    display: none;
  }
  .header .toggle-menu {
    display: block;
    margin-top: 18px;
    transition: 0.5s;
  }
  .header #nav_line {
    display: none;
  }
  .swiper-container {
    height: 250px !important;
    transition: 0.5s;
  }
  .apple-banner {
    height: 250px !important;
    transition: 0.5s;
  }
  .animation-list {
    flex-direction: column;
  }
  .content ul li {
    width: 80%;
    padding: 10%;
    margin-bottom: 5px;
  }
  .webCaseTab {
    display: none !important;
  }
  .webCase ul {
    flex-direction: column;
  }
  .webCase ul li {
    width: 90% !important;
    margin-left: 5%;
  }
  .webInformationBox {
    display: none !important;
  }
  .webInformation .webInformationBox1 {
    width: 91% !important;
  }
  .webInformation .webTitle {
    font-size: 30px;
    text-align: center;
    margin-left: -25px;
  }
  .webInformation ul li a b {
    width: 26% !important;
  }
  .indexTitle .aboutContent {
    width: 90%;
    margin-left: 5%;
  }
  .indexTitle span {
    font-size: 16px;
  }
  .indexTitle p {
    width: 90%;
    margin-left: 5%;
  }
  .indexTitle b {
    width: 90%;
    margin-left: 5%;
  }
}
.webPackageTitle h2 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}
.platform-wrap {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
  line-height: 20px;
  margin-bottom: -3px;
}
.pordHeight {
  height: 70px;
  width: 100%;
  display: none;
}
.prodCur.active {
  top: 72px;
  position: fixed;
  z-index: 10;
  border-bottom: solid 1px #e4e4e4;
}
.platform-wrap table {
  border-collapse: separate;
}
.platform-wrap table tbody .top {
  height: 84px;
  color: #333;
}
.platform-wrap table tbody .top .first {
  width: 149px;
}
.platform-wrap table tbody .top .top-td {
  width: 175px;
  text-align: center;
  vertical-align: middle;
}
.platform-wrap table tbody .top .top-td p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.platform-wrap table tbody .top .ios {
  background-color: #888888;
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}
.platform-wrap table tbody .top .android {
  background-color: #9dc446;
}
.platform-wrap table tbody .top .wp {
  background-color: #883798;
}
.platform-wrap table tbody .top .phone {
  background-color: #ec9e19;
}
.platform-wrap table tbody .top .pc {
  background-color: #fe544a;
  border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
}
.platform-wrap table tbody .content-tr {
  height: 65px;
}
.platform-wrap table tbody .content-tr .first {
  background-color: #f5f5f5;
  line-height: 1.2;
}
.platform-wrap table tbody .content-tr .one {
  border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}
.platform-wrap table tbody .content-tr td {
  text-align: center;
  /* text-indent: 16px; */
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  color: #626262;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  width: 1%;
}
.platform-wrap table tbody .content-tr .first {
  border-left: 1px solid #e4e4e4;
  text-align: center;
}
.contentTop td {
  background-color: #f5f5f5;
  font-size: 20px;
}
.green {
  color: #14A900 !important;
}
.platform-wrap table tbody .content-tr .last {
  border-right: 1px solid #e4e4e4;
}
.platform-wrap table tbody .sec {
  height: 85px;
}
.platform-wrap table tbody .three {
  height: 90px;
}
.platform-wrap table tbody .four {
  height: 65px;
}
.errorImg {
  width: 20px;
}
.platform-wrap table tbody .five {
  height: 65px;
}
.platform-wrap table tbody .six {
  height: 115px;
}
.platform-wrap table tbody .seven {
  height: 65px;
}
.platform-wrap table tbody .eight {
  height: 85px;
}
.platform-wrap table tbody .nine {
  height: 55px;
}
.platform-wrap table tbody .nine .one {
  border-radius: 0 0 0 10px;
  -moz-border-radius: 0 0 0 10px;
  -webkit-border-radius: 0 0 0 10px;
}
.platform-wrap table tbody .nine td {
  border-bottom: 1px solid #e4e4e4;
}
.platform-wrap table tbody .nine .last {
  border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
}
.searchWeb {
  margin: 0 auto;
  width: 1150px;
  margin-bottom: 100px;
  margin-top: 80px;
  padding: 33px;
  padding-bottom: 55px;
  border-radius: 15px;
  padding-top: 20px;
  font-size: 20px;
}
.searchWeb .searchWarp {
  width: 85%;
  display: flex;
}
.searchWeb .searchWarp:hover input {
  border-color: #ff7f50;
  animation: border-color-animation 2s infinite;
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
  margin-top: -5px;
}
.searchWeb .searchWarp:hover .searchBtn {
  border-color: #ff7f50;
  padding: 5px 0px;
  transition: 0.3s;
  margin-top: -5px;
}
.searchWeb .searchWarp:hover p:nth-of-type(1) {
  transition: 0.3s;
  margin-top: -52px;
}
.searchWeb .text {
  font-size: 18px;
  text-align: center;
  width: 100%;
  line-height: 60px;
  margin: 30px 0px;
  color: #b3b3b3;
}
.searchWeb .dText {
  line-height: 100px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.searchWeb .searchText {
  margin-right: 15px;
  line-height: 50px;
  color: #22bb0e;
  font-weight: bold;
}
.searchWeb input {
  border: solid 1px #27b315;
  border-radius: 10px 0px 0px 10px;
  width: 85%;
  height: 50px;
  line-height: 50px;
  text-indent: 15px;
  font-size: 16px;
  transition: 0.3s;
}
.searchWeb input:hover {
  border-color: #ff7f50;
  animation: border-color-animation 2s infinite;
  transition: 0.3s;
}
@keyframes border-color-animation {
  0% {
    border-color: #1d990c;
  }
  25% {
    border-color: #32a722;
  }
  50% {
    border-color: #1c7810;
  }
  75% {
    border-color: #55e043;
  }
  100% {
    border-color: #27b315;
  }
}
.searchWeb input::placeholder {
  color: #4fc140;
}
.searchWeb .searchBtn {
  width: 13%;
  background-color: #14a900;
  color: #fff;
  height: 52px;
  line-height: 52px;
  border-radius: 0px 10px 10px 0px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}
.searchWeb .searchBtn:hover {
  background-color: #277f1c;
  transition: 0.3s;
}
.searchWeb .searchBtn p {
  width: 100%;
  height: 52px;
}
.searchWeb .searchBtn p:nth-of-type(1) {
  /* 样式规则 */
  margin-top: 0px;
  transition: 0.3s;
}
.searchWeb .searchBtn:hover p:nth-of-type(1) {
  transition: 0.3s;
  margin-top: -52px;
}
.my-4 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.my-4 a {
  padding: 15px 20px;
}
.my-4 .page-num-current {
  color: #fff;
  background-color: #3b3b3b;
}
.bread-crumbs {
  font-size: 13px;
}
.bread-crumbs a {
  padding: 0px 7px;
}
.msgBox {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  cursor: pointer;
  z-index: 1000;
}
.msgBox p {
  position: fixed;
  top: 40%;
  left: 25%;
  width: 50%;
  text-align: center;
  background: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  border-radius: 10px;
}
/*# sourceMappingURL=style.css.map */