html {
  font-size: 125% !important;
  /* 10÷16=62.5% 谷歌最小12px   */
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 100% !important;
    /* 17.44÷16=109% 83.32*/
  }
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 75% !important;
    /* 15.04÷16=94% 62.5*/
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 50% !important;
    /* ÷16=78% 50*/
  }
}
p {
  margin: 0 0 0.5rem;
}
* {
  outline: none !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.navbar {
  height: 100px;
}
.navbar.navbar-default {
  background: #fff;
}
.navbar .top-bar {
  height: 30px;
}
.navbar .container .navbar-brand {
  padding: 5px 10px;
}
.navbar .navbar-nav .home a {
  color: #F55D54;
}
.navbar .navbar-nav a {
  padding-bottom: 0;
}
.navbar .navbar-nav a:hover {
  background: transparent;
  color: #f55c54;
}
.navbar .navbar-nav .underLine {
  margin: 1px auto 0;
  border-bottom: 3px solid #F55D54;
  width: 40px;
  margin-bottom: 20px;
}
#footer {
  background: #f55c54;
  padding: 10px;
  color: white;
}
#footer .container {
  padding-top: 10px;
  text-align: center;
}
#footer .container .footer_content {
  display: inline-block;
  text-align: left;
}
#footer .container .identify {
  height: 50px;
  line-height: 50px;
  clear: both;
}
#footer .container .identify .companyname {
  padding-left: 10px;
}
#footer .container .identify p {
  float: left;
}
#footer .container .identify a img {
  width: 20px;
}
#footer .container .identify .gongshang {
  line-height: 20px;
  margin-left: 30px;
  padding: 3px;
  overflow: hidden;
}
#footer .container .identify .gongshang .fl a img {
  width: 44px;
}
#footer .container .identify .gongshang .fr {
  float: right;
  margin-right: 3px;
}
#footer .container a {
  color: white;
}
.page .banner-wrap {
  padding-top: 100px;
}
.page .banner-wrap .swiper-pagination-bullet-active {
  background: #EB5648;
}
.page .banner-wrap .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.page .banner-wrap .swiper-container img {
  width: 100%;
}
.page .banner-wrap .banner1 {
  position: relative;
  height: 25.8rem;
}
.page .banner-wrap .banner1 img {
  z-index: -1;
  position: absolute;
  top: 0;
  height: 749px;
}
.page .banner-wrap .banner1 ul {
  margin-top: 260px;
  font-size: 24px;
  margin-left: 300px;
  z-index: 999;
  list-style: none;
}
.page .banner-wrap .banner1 ul li {
  margin-bottom: 30px;
}
.page .banner-wrap .banner1 ul .knowPingyi {
  margin-top: 50px;
}
.page .banner-wrap .banner1 ul .knowPingyi a {
  position: relative;
  border: 1px solid red;
  background: #EB5648;
  color: #fff;
  padding: 10px;
  padding-right: 50px;
  border-radius: 3px;
}
.page .banner-wrap .banner1 ul .knowPingyi a img {
  position: absolute;
  top: 9px;
  right: 18px;
  width: 30px;
  height: 30px;
  z-index: auto;
}
.page .banner-wrap .banner1 ul .knowPingyi a:hover {
  text-decoration: none;
}
.page .banner-wrap .banner1 ul .news {
  font-size: 36px;
}
.page .banner-wrap .banner1 .seeMore {
  position: absolute;
  left: 1000px;
  top: 180px;
}
.page .swiper-button-prev,
.page .swiper-button-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.25rem;
  width: 4rem;
  height: 4rem;
  z-index: 999;
}
.page .swiper-button-prev {
  background: url(../images/prev_active.png) no-repeat center center / 100% 100%;
}
.page .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/prev.png);
}
.page .swiper-button-next {
  background: url(../images/next_active.png) no-repeat center center / 100% 100%;
}
.page .swiper-button-next.swiper-button-disabled {
  background-image: url(../images/next.png);
}
.page .swiper-wrapper,
.page .swiper-slide {
  height: auto;
}
.page .case_title {
  text-align: center;
  margin: 1.9rem auto 3rem auto;
}
.page .case_title .case_title1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.page .case_title .case_underLine {
  border-bottom: 0.2rem solid #F55D54;
  width: 6rem;
  margin: 0 auto;
}
.page .case_title .case_title2 {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.page .case_container {
  padding-bottom: 3.5rem;
}
.page .main-wrap .zzst-wrap {
  padding-bottom: 3rem;
}
.page .main-wrap .zzst-wrap .imgs_wrap {
  line-height: 1.25;
  display: flex;
  align-items: center;
}
.page .main-wrap .zzst-wrap .imgs_wrap .yiban_logo {
  width: 48%;
  max-width: 12.5rem;
}
.page .main-wrap .zzst-wrap .imgs_wrap .desc_text .let1 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.page .main-wrap .zzst-wrap .imgs_wrap .desc_text .let2 {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.8rem;
  padding: 0 0.6rem;
  color: #fff;
  background: #ea4545;
  border-radius: 0.9rem;
  margin-bottom: 1.3rem;
}
.page .main-wrap .zzst-wrap .imgs_wrap .right-bottom-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 1;
}
.page .main-wrap .zzst-wrap .imgs_wrap .right-bottom-wrap .each-item {
  width: 50%;
  display: flex;
  margin-bottom: 1.4rem;
  align-items: center;
}
.page .main-wrap .zzst-wrap .imgs_wrap .right-bottom-wrap .each-item .let {
  font-weight: bold;
  font-size: 0.8rem;
  color: #393939;
  margin-left: 0.6rem;
}
.page .main-wrap .zzst-wrap .imgs_wrap .icons_title {
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D5D3D2;
}
.page .main-wrap .zzst-wrap .imgs_wrap .yiban_img {
  width: 100%;
}
.page .main-wrap .case1-wrap {
  padding-bottom: 0.7rem;
}
.page .main-wrap .case1-wrap .imgs_wrap {
  line-height: 1.25;
  display: flex;
  align-items: center;
}
.page .main-wrap .case1-wrap .imgs_wrap .yiban_logo {
  width: 48%;
  max-width: 12.5rem;
}
.page .main-wrap .case1-wrap .imgs_wrap .desc_text {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.page .main-wrap .case1-wrap .imgs_wrap .desc_text p:first-child {
  margin-top: 2.75rem;
  margin-bottom: 1.5rem;
}
.page .main-wrap .case1-wrap .imgs_wrap .left_bottom {
  width: 100%;
  display: flex;
  align-items: center;
}
.page .main-wrap .case1-wrap .imgs_wrap .qrcode {
  display: inline-block;
  float: left;
  padding: 0;
}
.page .main-wrap .case1-wrap .imgs_wrap .icons_title {
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D5D3D2;
}
.page .main-wrap .case1-wrap .imgs_wrap .icons_content {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.page .main-wrap .case1-wrap .imgs_wrap .icons_content > span {
  font-size: 0;
  vertical-align: middle;
}
.page .main-wrap .case1-wrap .imgs_wrap .icons_content > span img {
  display: block;
  width: auto;
  margin: 0 auto 0.7rem auto;
  height: 1.4rem;
}
.page .main-wrap .case1-wrap .imgs_wrap .icons_content > span p {
  display: inline-block;
  font-size: 0.8rem;
}
.page .main-wrap .case1-wrap .imgs_wrap .yiban_img {
  width: 100%;
}
.page .main-wrap .case2-wrap {
  background: url('../images/index/bgcha.png') no-repeat center center / 100% 100%;
  text-align: center;
}
.page .main-wrap .case2-wrap .row {
  margin: 0;
}
.page .main-wrap .case2-wrap .imgs_wrap {
  position: relative;
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
.page .main-wrap .case2-wrap .container {
  padding: 0 5rem;
}
@media (min-width: 968px) and (max-width: 991px) {
  .page .main-wrap .case2-wrap .container {
    padding: 0 15px;
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .page .main-wrap .case2-wrap .container .swiper-button-prev {
    left: -4rem;
  }
  .page .main-wrap .case2-wrap .container .swiper-button-next {
    right: -4rem;
  }
}
@media (min-width: 1192px) and (max-width: 1199px) {
  .page .main-wrap .case2-wrap .container {
    padding: 0 15px;
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .page .main-wrap .case2-wrap .container .swiper-button-prev {
    left: -4rem;
  }
  .page .main-wrap .case2-wrap .container .swiper-button-next {
    right: -4rem;
  }
}
@media (min-width: 1400px) {
  .page .main-wrap .case2-wrap .container {
    padding: 0 15px;
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .page .main-wrap .case2-wrap .container .swiper-button-prev {
    left: -4rem;
  }
  .page .main-wrap .case2-wrap .container .swiper-button-next {
    right: -4rem;
  }
}
.page .main-wrap .case2-wrap .swiper-button-prev {
  margin-top: -4.45rem;
  left: 0;
  right: auto;
}
.page .main-wrap .case2-wrap .swiper-button-next {
  margin-top: -4.45rem;
  right: 0;
  left: auto;
}
.page .main-wrap .case2-wrap .bg-div {
  display: inline-block;
  background: #F8F8F8;
  padding: 12%;
  max-width: 270px;
  border: 1px solid #DAD7D7;
  position: relative;
  margin-bottom: 1rem;
}
.page .main-wrap .case2-wrap .bg-div:hover {
  background: #fff;
  border: 2px solid #de5549;
}
.page .main-wrap .case2-wrap .bg-div img {
  max-height: 65%;
  max-width: 100%;
}
.page .main-wrap .case2-wrap .mark-title {
  font-size: 1.2rem;
  color: #de5549;
}
.page .main-wrap .case2-wrap .desc {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.page .main-wrap .case3-wrap {
  padding-top: 3rem;
  background: no-repeat center center / 100% 100%;
}
.page .main-wrap .case3-wrap .case3_wrap {
  display: flex;
  align-items: stretch;
}
.page .main-wrap .case3-wrap .py_platform {
  width: 36.32%;
  background: #fff;
  float: left;
  font-size: 1.5rem;
  text-align: center;
  box-shadow: 0 5px 5px #eee;
}
.page .main-wrap .case3-wrap .py_platform img {
  width: 100%;
}
.page .main-wrap .case3-wrap .py_platform .text {
  margin: 1.5rem 0;
}
.page .main-wrap .case3-wrap .py_platform button {
  font-size: 1rem;
  margin-bottom: 1.75rem;
}
.page .main-wrap .case3-wrap .py_cases {
  width: 63.68%;
  padding-left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -0.5rem 0;
}
.page .main-wrap .case3-wrap .py_cases .items {
  width: 50%;
  display: flex;
  padding: 0.5rem;
}
.page .main-wrap .case3-wrap .py_cases .items .img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.page .main-wrap .case3-wrap .py_cases .items .img-wrap .img_f {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
  backface-visibility: hidden;
  transform-origin: center center;
}
.page .main-wrap .case3-wrap .py_cases .items .img-wrap .img_s {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26%;
  transform: translate(-50%, -50%);
}
.page .main-wrap .case3-wrap .py_cases .items:hover .img_f {
  transform: scale(1.1);
}
.page .main-wrap .case4-wrap {
  line-height: 1.5;
}
.page .main-wrap .case4-wrap .swiper-slide {
  height: 100%;
  padding: 0.5rem 0;
}
.page .main-wrap .case4-wrap .swiper-container {
  height: 13.4rem;
}
.page .main-wrap .case4-wrap .case_wrap {
  display: flex;
  height: 100%;
  align-items: center;
  overflow: hidden;
}
.page .main-wrap .case4-wrap .left-content {
  margin: 1rem 1.85rem;
  width: 14%;
}
.page .main-wrap .case4-wrap .left-content img {
  width: 100%;
}
.page .main-wrap .case4-wrap .right-content {
  font-size: 1.2rem;
  flex: 1;
  min-width: 0;
  padding: 0 1.25rem;
  border-left: 2px solid #EB5648;
}
.page .main-wrap .case4-wrap .right-content p {
  margin-bottom: 1.7rem;
}
.page .main-wrap .case4-wrap .right-content p:last-child {
  margin-bottom: 0;
}
