@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, font {
  padding: 0;
  margin: 0;
  font-family: "苹方", "微软雅黑", Arial, Helvetica, sans-serif;
}
i {
  font-style: normal
}
html, body {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  margin: 0 auto;
  animation: 2s;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
fieldset, img {
  border: 0;
  vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
ol, ul, li, dl, dt, dd {
  list-style: none;
}
input, button, textarea, checkbox, select, radio, form {
  vertical-align: top;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
@media screen and (min-width:320px) {
  html {
    font-size: 90%;
  }
}
@media screen and (min-width:400px) {
  html {
    font-size: 90%
  }
}
@media screen and (min-width:480px) {
  html {
    font-size: 97.5%
  }
}
@media screen and (min-width:560px) {
  html {
    font-size: 100%
  }
}
@media screen and (min-width:600px) {
  html {
    font-size: 100%
  }
}
@media screen and (min-width:640px) {
  html {
    font-size: 100%
  }
}
a:link, a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.content {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
@font-face {
  font-family: "MyFount";
  src: url("/iconfont/DIN-MEDIUM.OTF") format("truetype");
}
body, html {
  scroll-behavior: smooth;
}
.header {
  padding: 30px 0 26px 0;
  box-sizing: border-box;
  /* position: fixed;
	top: 0;
	z-index: 99; */
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-box-left {
  display: flex;
  align-items: center;
  width: 75%;
}
.logo {
  width: 143px;
  margin-right: 75px;
}
.logo > img {
  width: 100%;
}
.nav-list {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
}
.nav-list > li {
  /* margin: 0 10px; */
  padding-bottom: 3px;
  box-sizing: border-box;
  border-bottom: 4px solid none;
}
.nav-list > li > a {
  color: #282734;
}
.nav-list .active-nav {
  border-bottom: 2px solid #FF5722;
}
.nav-list .active-nav > a {
  color: #FF5722;
}
.header-box-right {}
.header-box-right > a {
  display: flex;
  align-items: center;
}
.header-box-right > a > img {
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
.header-box-right > a > span {
  font-size: 24px;
  color: #FF5722;
  font-weight: bolder;
  font-family: "MyFount", sans-serif;
  flex-wrap: nowrap;
}
.banner {
  width: 100%;
  padding-top: 98px;
}
.banner2 {
  display: none;
}
.banner > img {
  width: 100%;
}
.fudong-div {
  background: linear-gradient(180deg, #F4F5FB 0%, #FFFFFF 54%);
  padding-bottom: 110px;
  box-sizing: border-box;
}
.fudong-box {
  background: #FFFFFF;
  box-shadow: 0px 14px 20px 0px rgba(211, 214, 235, 0.4);
  border-radius: 20px;
  padding: 26px 40px 40px 40px;
  box-sizing: border-box;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  top: -30px;
}
.fudong-box:hover {
  box-shadow: 0px 14px 20px 0px rgba(211, 214, 235, 0.8);
}
.fudong-box-first > img {
  width: 270px;
}
.fudong-box-second {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fudong-box-second-item {
  display: flex;
  align-items: center;
}
.fudong-box-second-item-left {
  width: 60px;
  height: 60px;
  margin-right: 14px;
}
.fudong-box-second-item-left > img {
  width: 100%;
  height: 100%;
}
.fudong-box-second-item-right {
  display: flex;
  flex-direction: column;
}
.fudong-box-second-item-right-first > h4 {
  font-size: 26px;
  color: #FF5722;
  font-weight: bolder;
  font-family: "MyFount", sans-serif;
  display: inline-block;
}
.fudong-box-second-item-right-first > span {
  font-size: 16px;
  color: #636272;
  margin-left: 4px;
  display: inline-block;
}
.fudong-box-second-item-right-second {
  font-size: 16px;
  color: #636272;
  margin-top: 5px;
}
.fuwuneirong-title {
  margin-top: 70px;
  font-size: 30px;
  color: #282734;
  font-weight: bolder;
  text-align: center;
}
.fuwuneirong-title > i {
  color: #3C32FF;
}
.tupian-div {
  width: 100%;
  margin-top: 30px;
}
.tupian-div > img {
  width: 100%;
}
.tupian-div .tu1 {}
.tupian-div .tu2 {
  display: none;
}
.fuwuneirong-div {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}
.aside-box {
  width: 26%;
  transition: 0.3s;
}
.aside-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.aside-list > li {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #141319;
  font-weight: bolder;
  padding: 18px 20px;
  box-sizing: border-box;
  transition: 0.3s;
}
.aside-list > li:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}
.aside-list .active-aside {
  background: #3C32FF;
  color: #fff;
}
.aside-list > li > img {
  width: 38px;
  height: 38px;
  margin-right: 14px;
}
.aside-list > li .img1 {
  display: none;
}
.aside-list .active-aside .img1 {
  display: inline-block;
}
.aside-list .active-aside .img2 {
  display: none;
}
.neirong-list > li {
  display: none;
  border-radius: 20px;
  overflow: hidden;
}
.neirong-list .active-neirong {
  display: block;
}
.wenda-div {
  padding: 60px 0 51px 0;
  box-sizing: border-box;
  background: url("../img/beijing1.jpg") no-repeat;
}
.wenda-title {
  font-size: 30px;
  color: #282734;
  font-weight: bolder;
  text-align: center;
}
.wenda-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
.wenda-item {
  width: 23%;
  padding: 30px 30px 20px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s;
}
.wenda-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}
.wenda-item:hover .wenda-item-second {
  color: #3C32FF;
  opacity: 0.6;
}
.wenda-item-first {
  display: flex;
  justify-content: space-between;
}
.wenda-item-first-left {
  width: 70px;
  height: 70px;
}
.wenda-item-first-left > img {
  width: 100%;
  height: 100%;
}
.wenda-item-first-right {
  font-size: 30px;
  color: #3C32FF;
  font-family: "MyFount", sans-serif;
  opacity: 0.2;
  font-weight: bold;
}
.wenda-item-second {
  font-size: 18px;
  color: #141319;
  margin-top: 20px;
  font-weight: bolder;
  transition: 0.3s;
}
.wenda-item-third {
  font-size: 14px;
  color: #555466;
  margin-top: 13px;
  min-height: 100px;
}
.wenda-more {
  width: 250px;
  height: 70px;
  margin: 0 auto;
  margin-top: 60px;
}
.wenda-more > a {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(50, 156, 255, 0) 28%, #329CFF 100%), #3C32FF;
  box-shadow: inset 0px 0px 4px 0px #ADD0E1, inset 0px 0px 8px 0px rgba(173, 208, 225, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.3s;
}
.wenda-more > a:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}
.wenda-more > a > span {
  font-size: 18px;
  color: #fff;
  margin-right: 16px;
}
.wenda-more > a > div {
  width: 32px;
  height: 32px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(132deg, #F6F7FB 11%, #FFFFFF 84%);
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wenda-more > a > div > img {
  width: 100%;
}
.anli-div {
  padding: 63px 0 78px 0;
  box-sizing: border-box;
  background: url("../img/beijing2.jpg");
}
.anli-title {
  font-size: 30px;
  color: #282734;
  font-weight: bolder;
  text-align: center;
}
.anli-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anli-item {
  width: 48.75%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  border-image: linear-gradient(134deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 99%) 1;
  background: rgba(255, 255, 255, 0.5);
}
.anli-item-first {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.anli-item-first > img {
  width: 100%;
  height: 100%;
}
.anli-item-first > div {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(50, 156, 255, 0) 2%, #329CFF 100%), #3C32FF;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
}
.anli-item-second {
  margin-top: 22px;
  font-size: 14px;
  color: #555466;
}
.anli-item-third {
  margin-top: 20px;
}
.anli-item-third-first {
  display: flex;
  align-items: center;
}
.anli-item-third-first > span {
  background: #3C32FF;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 9px;
}
.anli-item-third-first > p {
  font-size: 16px;
  color: #141319;
  font-weight: bold;
}
.anli-item-third-second {
  font-size: 14px;
  color: #555466;
  margin-top: 10px;
}
.anli-item-fourth {
  margin-top: 20px;
  padding: 12px 22px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.anli-item-fourth-one {
  display: flex;
  align-items: center;
}
.anli-item-fourth-one > span {
  background: #3C32FF;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 9px;
}
.anli-item-fourth-one > p {
  font-size: 16px;
  color: #141319;
  font-weight: bold;
}
.anli-item-fourth-two {
  font-size: 14px;
  color: #141319;
  margin-top: 10px;
}
.anli-item-fourth-two > i {
  color: #3C32FF;
}
.pinpai-div {
  padding: 60px 0 93px 0;
  box-sizing: border-box;
  background-color: #F8F9FC;
}
.pinpai-title {
  font-size: 30px;
  color: #282734;
  font-weight: bolder;
  text-align: center;
}
.pinpai-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pinpai-list > li {
  width: 14.58%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  background-color: #fff;
  transition: 0.3s;
}
.pinpai-list > li:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}
.pinpai-list > li > img {
  width: 100%;
}
.pinpai-list > li > div {
  color: #3C32FF;
  margin-right: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pinpai-list > li > div > img {
  width: 24px;
}
.footer {
  background-color: #141319;
  padding: 40px 0 30px 0;
  box-sizing: border-box;
}
.footer-box {
  display: flex;
  justify-content: space-between;
}
.footer-box > div {
  width: 33%;
}
.footer-box-one {}
.footer-box-one-first {
  width: 210px;
}
.footer-box-one-first > img {
  width: 100%;
}
.footer-box-one-second {
  margin-top: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bolder;
}
.footer-box-one-second > a > p {
  color: #AEACB8;
}
.footer-box-two {}
.footer-box-two-first {
  font-size: 18px;
  color: #AEACB8;
}
.footer-box-two-second {
  display: inline-block;
  background-color: #fff;
  margin-top: 13px;
  width: 20px;
  height: 4px;
}
.footer-box-two-third {
  color: #fff;
  font-weight: bolder;
  font-size: 40px;
  font-family: "MyFount", sans-serif;
}
.footer-box-two-fourth {
  font-size: 16px;
  color: #AEACB8;
  margin-top: 10px;
}
.footer-box-three {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-box-three-first {
  width: 140px;
  height: 140px;
  /* padding: 10px; */
  box-sizing: border-box;
  background-color: #fff;
}
.footer-box-three-first > img {
  width: 100%;
  height: 100%;
}
.footer-box-three > span {
  font-size: 14px;
  color: #9E9E9E;
  margin-top: 12px;
}
.back-top {
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(60, 50, 255, 0.2);
  width: 56px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 10%;
  transition: 0.3s;
}
.back-top:hover {
  box-shadow: 0px 10px 20px 0px rgba(60, 50, 255, 0.5);
}
.back-top > img {}
.weixin-yuan {
  position: fixed;
  right: 20px;
  bottom: 40%;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(60, 50, 255, 0.2);
  width: 56px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.weixin-yuan > img {
  width: 29px;
}
.weixin-erweima {
  width: 0px;
  padding-right: 0%;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: 0.6s;
}
.weixin-erweima > img {
  width: 100px;
}
.weixin-yuan:hover .weixin-erweima {
  left: -110px;
  padding-right: 200%;
}
.shouji-yuan {
  position: fixed;
  right: 20px;
  bottom: 48%;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(60, 50, 255, 0.2);
  width: 56px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.shouji-yuan > img {
  width: 21px;
}
.shouji-box {
  width: 0px;
  box-sizing: border-box;
  padding-right: 0%;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: 0.6s;
  white-space: nowrap;
  border-radius: 10px;
}
.shouji-box > span {
  display: inline-block;
  padding: 15px 15px;
  background-color: #Fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .1);
}
.shouji-yuan:hover .shouji-box {
  left: -160px;
  padding-right: 295%;
}
.baozheng-div {
  padding: 60px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.baozheng-title {
  font-size: 30px;
  color: #282734;
  font-weight: bolder;
  text-align: center;
}
.baozheng-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.baozheng-item {
  width: 31.6%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #F0F2FA;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.3s;
}
.baozheng-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}
.baozheng-item-left {
  width: 80px;
  height: 80px;
  margin-right: 26px;
  flex-shrink: 0;
}
.baozheng-item-left > img {
  width: 100%;
  height: 100%;
}
.baozheng-item-right {}
.baozheng-item-right-one {
  font-size: 18px;
  color: #141319;
  font-weight: bolder;
}
.baozheng-item-right-two {
  font-size: 14px;
  color: #555466;
  margin-top: 11px;
}
.liucheng-div {
  padding: 40px 0 80px 0;
  box-sizing: border-box;
}
.liucheng-title {
  font-size: 30px;
  color: #282734;
  font-weight: bolder;
  text-align: center;
}
.liucheng-box {
  padding: 50px 60px 40px 60px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  background: #323749 url(../img/liuchengbanner.png) no-repeat;
  margin-top: 42px;
  background-position: 119% 3%;
  background-size: 50%;
}
.liucheng-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.liucheng-item {
  width: 23.6%;
  border: 1px solid;
  border-image: linear-gradient(112deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 1;
  /* border: 1px solid; */
  /* border-radius: 10px; */
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding: 20px 33px 14px 22px;
  box-sizing: border-box;
  display: flex;
  transition: 0.3s;
  cursor: pointer;
}
.liucheng-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .5);
}
.liucheng-item-left {
  font-size: 30px;
  color: #fff;
  font-family: "MyFount", sans-serif;
  margin-right: 13px;
}
.liucheng-item-right-one {
  font-size: 18px;
  color: #fff;
}
.liucheng-item-right-two {
  font-size: 14px;
  color: #fff;
  margin-top: 3px;
}
.liucheng-bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.zixun-div {
  width: 250px;
  height: 70px;
  margin-right: 40px;
  border-radius: 50px;
  overflow: hidden;
  transition: 0.3s;
}
.zixun-div:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, .3)
}
.zixun-div > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, rgba(50, 156, 255, 0) 28%, #329CFF 100%), #3C32FF;
  box-shadow: inset 0px 0px 4px 0px #ADD0E1, inset 0px 0px 8px 0px rgba(173, 208, 225, 0.8);
  border-radius: 50px;
}
.zixun-div > a > span {
  font-size: 18px;
  margin-right: 16px;
  color: #fff;
}
.zixun-div > a > img {
  width: 32px;
  height: 32px;
}
.phone-lianxi {
  display: flex;
  align-items: center;
}
.phone-lianxi > img {
  width: 36px;
  height: 36px;
  margin-right: 9px;
}
.phone-lianxi > span {
  font-size: 34px;
  color: #fff;
  font-family: "MyFount", sans-serif;
}
.address-div {
  padding: 68px 0 13px 0;
  box-sizing: border-box;
}
.address-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.address-item {
  width: 28.8%;
  display: flex;
  margin-bottom: 55px;
}
.address-item-left {
  width: 60px;
  height: 60px;
  margin-right: 24px;
}
.address-item-left > img {
  width: 100%;
  height: 100%;
}
.address-item-right {
  display: flex;
  flex-direction: column;
}
.address-item-right-one {
  font-size: 18px;
  color: #282734;
  font-weight: bolder;
}
.address-item-right-two {
  margin-top: 5px;
  font-size: 14px;
  color: #555466;
}
.address-item-right > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3C32FF;
  margin-top: 20px;
}
.address-item-right > a > img {
  width: 13px;
  margin-left: 7px;
}
.hengxian {
  width: 100%;
  height: 1px;
  background-color: #333;
  margin: 30px 0;
}
.footer-box2 {
  text-align: center;
}
.footer-box2 a {
  color: #fff;
  font-size: 14px;
}
.yidong-bottom {
  display: none;
}
@media screen and (max-width:960px) {
  .fudong-box {
    padding: 20px;
  }
  .fudong-box-second-item-left {
    width: 40px;
    height: 40px;
  }
  .fudong-box-second-item-right-second {
    font-size: 14px;
  }
  .fudong-box-first > img {
    width: 240px;
  }
  .fudong-box-second-item-right-first > h4 {
    font-size: 22px;
  }
  .fudong-box-second {
    margin-top: 20px;
  }
  .fuwuneirong-div {
    flex-direction: column;
  }
  .aside-box {
    width: 100%;
  }
  .aside-list > li {
    font-size: 14px;
    padding: 8px;
  }
  .aside-list {
    flex-direction: row;
  }
  .fuwuneirong-title {
    margin-top: 40px;
    font-size: 26px;
  }
  .neirong-box {
    margin-top: 30px;
  }
  .neirong-list > li > img {
    width: 100%;
  }
  .fudong-div {
    padding-bottom: 60px;
  }
  .wenda-title {
    font-size: 26px;
  }
  .wenda-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .wenda-more {
    margin-top: 10px;
  }
  .anli-title {
    font-size: 26px;
  }
  .anli-item-first > div {
    font-size: 16px;
  }
  .baozheng-item {
    width: 48%;
  }
  .baozheng-title {
    font-size: 26px;
  }
  .pinpai-title {
    font-size: 26px;
  }
  .nav-list {
    display: none;
  }
  .wenda-div {
    padding: 73px 0 30px 0;
  }
  .liucheng-item {
    flex-direction: column;
    padding: 18px;
  }
  .header-box-left {
    width: 50%;
  }
  .liucheng-box {
    padding: 30px 40px 20px 40px;
    background-position: 120% 120%;
    background-size: 47%;
  }
  .liucheng-item-left {
    font-size: 26px;
  }
  .liucheng-item-right {
    margin-top: 10px;
  }
  .baozheng-div {
    padding: 40px 0;
  }
  .liucheng-div {
    padding: 0 0 80px 0;
  }
  .zixun-div {
    width: 180px;
    height: 60px;
  }
  .zixun-div > a > img {
    width: 28px;
    height: 28px;
  }
  .phone-lianxi > span {
    font-size: 28px;
  }
  .phone-lianxi > img {
    width: 28px;
    height: 28px;
  }
  .pinpai-div {
    padding: 50px 0;
  }
  .pinpai-list > li {
    width: 31.5%;
  }
  .address-item {}
  .liucheng-title {
    font-size: 26px;
  }
}
@media screen and (max-width:750px) {
  .tupian-div .tu1 {
    display: none;
  }
  .tupian-div .tu2 {
    display: block;
  }
}
@media screen and (max-width:600px) {
  .banner1 {
    display: none;
  }
  .banner2 {
    display: block;
  }
  .fudong-box-second-item {
    flex-direction: column;
  }
  .fudong-box-second-item-right-first {
    display: flex;
    justify-content: center;
  }
  .fudong-box-second-item-right-first > h4 {
    font-size: 14px;
  }
  .fudong-box-second-item-right-second {
    font-size: 12px;
    text-align: center;
  }
  .fudong-box-second-item-left {
    margin-right: 0;
  }
  .fudong-box-second-item-right {
    margin-top: 10px;
  }
  .fudong-box-first > img {
    width: 190px;
  }
  .fuwuneirong-title {
    margin-top: 30px;
    font-size: 18px;
  }
  .aside-list > li {
    flex-direction: column;
  }
  .aside-list > li > img {
    margin-right: 0;
  }
  .aside-list > li {
    text-align: center;
    font-size: 12px;
  }
  .shouji-yuan {
    display: none;
  }
  .weixin-yuan {
    display: none;
  }
  .wenda-div {
    padding: 30px 0;
  }
  .wenda-title {
    font-size: 20px;
  }
  .wenda-item-second {
    font-size: 16px;
  }
  .wenda-item {
    padding: 15px;
  }
  .wenda-list {
    margin-top: 20px;
  }
  .wenda-item-second > br {
    display: none;
  }
  .wenda-item-third {
    font-size: 12px;
  }
  .wenda-item-first-left {
    width: 60px;
    height: 60px;
  }
  .wenda-more {
    width: 180px;
    height: 50px;
  }
  .wenda-more > a > span {
    font-size: 16px;
  }
  .wenda-more > a > div {
    width: 20px;
    height: 20px;
  }
  .anli-div {
    padding: 30px 0;
  }
  .anli-title {
    font-size: 20px;
  }
  .anli-item {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .anli-list {
    margin-top: 20px;
  }
  .header {
    padding: 15px 0;
  }
  .banner {
    padding-top: 60px;
  }
  .header-box-right > a > span {
    font-size: 18px;
  }
  .header-box-right > a > img {
    width: 20px;
    height: 20px;
  }
  .anli-item-first > div {
    padding: 8px 15px;
    font-size: 12px;
  }
  .anli-item-second {
    margin-top: 10px;
  }
  .anli-item-third {
    margin-top: 8px;
  }
  .baozheng-title {
    font-size: 20px;
  }
  .baozheng-item {
    width: 100%;
  }
  .baozheng-item {
    padding: 20px;
    margin-bottom: 15px;
  }
  .baozheng-item-left {
    width: 60px;
    height: 60px;
  }
  .baozheng-item-right-one {
    font-size: 16px;
  }
  .baozheng-item-right-two {
    font-size: 12px;
  }
  .liucheng-title {
    font-size: 20px;
  }
  .baozheng-list {
    margin-top: 20px;
  }
  .liucheng-box {
    margin-top: 20px;
    background-position: 657% 93%;
    background-size: 96%;
    padding: 15px;
  }
  .liucheng-item {
    width: 48%;
    padding: 16px;
    /* flex-direction: row; */
  }
  .liucheng-item-left {
    font-size: 22px;
  }
  .liucheng-item-right {
    margin-top: 0;
  }
  .liucheng-item-right-one {
    font-size: 16px;
    font-weight: bolder;
  }
  .liucheng-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .phone-lianxi {
    margin-top: 20px;
  }
  .zixun-div {
    width: 180px;
    height: 50px;
  }
  .zixun-div > a > span {
    font-size: 16px;
  }
  .zixun-div > a > img {
    width: 20px;
    height: 20px;
  }
  .phone-lianxi > img {
    width: 24px;
    height: 24px;
  }
  .phone-lianxi > span {
    font-size: 24px;
  }
  .pinpai-div {
    padding: 40px;
  }
  .pinpai-title {
    font-size: 20px;
  }
  .pinpai-div {
    padding: 40px 0;
  }
  .address-item {
    width: 48.5%;
  }
  .address-item-right-one {
    font-size: 16px;
  }
  .address-item-right-two {
    font-size: 13px;
  }
  .pinpai-list > li {
    width: 31.5%;
  }
  .footer-box-three {
    display: none;
  }
  .footer-box > div {
    width: 46.5%;
  }
  .footer-box-one-first {
    width: 100%;
  }
  .footer-box-two-third {
    font-size: 26px;
  }
  .footer-box-one-second {
    margin-top: 20px;
    font-size: 20px;
  }
  .back-top {
    width: 40px;
    height: 40px;
  }
  .back-top > img {
    width: 30px;
    height: 30px;
  }
  .yidong-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .yidong-bottom-box {
    width: 80%;
    padding: 10px 0;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(270deg, #7B47FF 0%, #4775FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
  }
  .yidong-bottom-box > img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .yidong-bottom-box > span {
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    font-family: "MyFount", sans-serif;
  }
  .anli-item-first {
    height: auto;
  }
}