.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.popover-list a {
  display: block;
  font-size: 16px;
  color: #101010;
  line-height: 2em;
  padding: 0 20px;
  margin: 5px 0;
  cursor: pointer;
}
.popover-list a:hover {
  background: #eee;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 145px;
  box-sizing: border-box;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#app .right_gg .right_gg-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #297eeb;
  height: 44px;
  margin-bottom: 3px;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
}
#app .right_gg .right_gg-item .right_gg-icon {
  vertical-align: middle;
  transform: scale(0.9);
}
#app .right_gg .right_gg-item .right_gg-name {
  display: inline-block;
  width: 96px;
}
#app .right_gg .right_gg-item:hover {
  background-color: #016bf1;
}
#app .right_gg .right_gg-top {
  flex-wrap: wrap;
  align-content: center;
}
#app .right_gg .right_gg-top > p {
  width: 100%;
  line-height: 1.1em;
}
#app .right_gg .right_gg-top > p:last-child {
  font-size: 10px;
}
#app .header {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: #235ca7;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header .centerBox {
  width: 1300px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  margin: 0 19px;
}
#app .header ul li .btn {
  display: inline-block;
  width: 115px;
  height: 34px;
}
#app .header ul li .btn:hover {
  opacity: 0.9;
}
#app .header ul li .btn1 {
  background: url(../qietu/btn/1.png) no-repeat center;
}
#app .header ul li .btn2 {
  background: url(../qietu/btn/2.png) no-repeat center;
}
#app .header ul .bar {
  cursor: pointer;
}
#app .header ul .bar span {
  position: relative;
}
#app .header ul .bar span::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.3s;
}
#app .header ul .bar:hover span::after {
  width: 100%;
}
#app .header ul .header-popover .popover-name {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
#app .header ul .header-popover .popover-name::after {
  position: absolute;
  right: 0;
  top: 10px;
  width: 11px;
  height: 9px;
  content: '';
  background: url(../qietu/icon/sjx.png) no-repeat center;
  transform: rotate(0);
  transition: transform 0.2s;
}
#app .header ul .header-popover .popover-name:hover::after {
  transform: rotate(180deg);
}
#app .titleCC {
  width: 100%;
  height: 42px;
  background: url("../qietu/title1.png") no-repeat center;
  font-size: 34px;
  color: #204fa6;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
}
#app .banner {
  width: 100%;
  height: 650px;
  box-sizing: border-box;
  background: url("../qietu/banner_0214.jpg") no-repeat center / cover;
}
#app .page-bg1 {
  width: 100%;
  padding: 110px 0 80px;
  background: url("../qietu/bg/1.png") no-repeat center / cover;
}
#app .beijing .centerBox {
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
#app .beijing .centerBox > h3 {
  height: 52px;
  background: #245eab;
  font-size: 32px;
  color: #fff;
  line-height: 52x;
  text-align: center;
}
#app .beijing .content {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#app .beijing .content video {
  width: 601px;
  height: 339px;
}
#app .beijing .content .beijing-text {
  font-size: 18px;
  color: #1c1b1b;
  line-height: 1.8em;
  margin-left: 30px;
}
#app .beijing .beijing-btn {
  padding: 32px 0;
}
#app .beijing .beijing-btn > a {
  display: block;
  width: 194px;
  height: 36px;
  margin: 0 auto;
  background: url("../qietu/btn/3.png") no-repeat center / cover;
  cursor: pointer;
}
#app .beijing .numBox {
  display: flex;
  width: 100%;
  padding-bottom: 18px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
#app .beijing .numBox > div {
  position: relative;
  width: 250px;
  text-align: center;
}
#app .beijing .numBox > div::after {
  position: absolute;
  right: 0;
  top: 20px;
  content: '';
  width: 0;
  height: 50px;
  border-right: 1px solid #c1c1c1;
}
#app .beijing .numBox > div:last-child::after {
  display: none;
}
#app .beijing .numBox .num {
  font-size: 38px;
  font-weight: 900;
  color: #2c307d;
}
#app .beijing .numBox .desc {
  font-size: 16px;
  color: #222020;
  margin-top: 5px;
}
#app .liangdian {
  width: 100%;
  box-sizing: border-box;
  padding-top: 80px;
}
#app .liangdian .content {
  display: flex;
  margin-top: 50px;
}
#app .liangdian .content li {
  width: 169px;
  height: 389px;
  overflow: hidden;
  transition: width 0.1s;
}
#app .liangdian .content li.active {
  width: 524px;
}
#app .liangdian .content li > div {
  position: relative;
  width: 524px;
  height: 389px;
}
#app .liangdian .content li > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .liangdian .content li > div > p {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
}
#app .tongqihuodong {
  width: 100%;
  height: 686px;
  box-sizing: border-box;
  background: url("../qietu/bg/2.png") no-repeat center / cover;
  padding: 70px 0 0;
}
#app .tongqihuodong .titleCC {
  background: url("../qietu/title2.png") no-repeat center;
  color: #fff;
}
#app .tongqihuodong .content {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
#app .tongqihuodong .content li {
  width: 294px;
  box-sizing: border-box;
  margin-bottom: 18px;
  background-color: #fff;
  padding: 2px 2px 0;
  margin-right: 8px;
  border: 1px solid #9cabc0;
}
#app .tongqihuodong .content li:nth-child(4),
#app .tongqihuodong .content li:nth-child(7) {
  margin-right: 0;
}
#app .tongqihuodong .content li a {
  cursor: pointer;
}
#app .tongqihuodong .content li a.no-href {
  cursor: default;
}
#app .tongqihuodong .content li div {
  width: 288px;
  height: 158px;
  overflow: hidden;
}
#app .tongqihuodong .content li div img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s;
}
#app .tongqihuodong .content li:hover div img {
  transform: scale(1.1);
}
#app .tongqihuodong .content li p {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .tongqihuodong .content li p span {
  font-size: 14px;
  color: #7d7d7d;
  text-align: center;
}
#app .richeng {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 0 60px;
  background: #d4ecf8;
}
#app .richeng .content {
  margin-top: 50px;
}
#app .richeng .content table {
  width: 1076px;
  margin: 0 auto;
  border-collapse: collapse;
}
#app .richeng .content table tr td {
  padding: 7px 17px;
  border: 1px solid #2250a5;
  background: #eef9f5;
  font-size: 18px;
  color: #000b13;
  box-sizing: border-box;
}
#app .richeng .content table tr td.tc {
  text-align: center;
  padding: 10px 0;
}
#app .richeng .content table tr td.color1 {
  background: #d9d0e4;
}
#app .richeng .content table tr td.color2 {
  background: #d4e8df;
}
#app .richeng .content table tr td.color3 {
  background: #ffdec6;
}
#app .richeng .content table tr td span {
  margin-right: 5px;
  font-weight: bold;
  line-height: 1.5em;
}
#app .yicheng {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  background: url("../qietu/bg/3.png") no-repeat center / cover;
}
#app .yicheng .time-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
}
#app .yicheng .time-tab li {
  position: relative;
  width: 187px;
  height: 53px;
  margin: 0 9px;
  font-size: 24px;
  color: #fff;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
#app .yicheng .time-tab li::after {
  display: none;
  position: absolute;
  left: 50%;
  top: 52px;
  transform: translateX(-50%);
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 1;
}
#app .yicheng .time-tab li:nth-child(1) {
  background: url(../qietu/btn/tab1.png) no-repeat center;
}
#app .yicheng .time-tab li:nth-child(1)::after {
  border-top: 20px solid #5b2997;
}
#app .yicheng .time-tab li:nth-child(2) {
  background: url(../qietu/btn/tab2.png) no-repeat center;
}
#app .yicheng .time-tab li:nth-child(2)::after {
  border-top: 20px solid #eb5e47;
}
#app .yicheng .time-tab li:nth-child(3) {
  background: url(../qietu/btn/tab3.png) no-repeat center;
}
#app .yicheng .time-tab li:nth-child(3)::after {
  border-top: 20px solid #4455ff;
}
#app .yicheng .time-tab li:nth-child(4) {
  background: url(../qietu/btn/tab4.png) no-repeat center;
}
#app .yicheng .time-tab li:nth-child(4)::after {
  border-top: 20px solid #37a36f;
}
#app .yicheng .time-tab li.active::after {
  display: block;
}
#app .yicheng .content {
  margin: 50px auto 0;
}
#app .yicheng .content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  color: #08174d;
}
#app .yicheng .content table th {
  font-size: 24px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px;
}
#app .yicheng .content table td {
  font-size: 18px;
  box-sizing: border-box;
  padding: 13px 20px;
}
#app .yicheng .content table .t-head td {
  font-size: 20px;
  padding: 10px 20px;
}
#app .yicheng .content table .t-head td:first-child {
  width: 155px;
}
#app .yicheng .content table .section td {
  font-weight: bold;
  text-align: center;
}
#app .yicheng .content table .t-center {
  text-align: center;
}
#app .yicheng .content .table1 th {
  background: #582693;
}
#app .yicheng .content .table1 td {
  border: 1px solid #d9d0e4;
}
#app .yicheng .content .table1 .section td {
  background: #d9d0e4;
}
#app .yicheng .content .table2 th {
  background: #eb5e47;
}
#app .yicheng .content .table2 td {
  border: 1px solid #fef5f4;
}
#app .yicheng .content .table2 .section td {
  background: #fef5f4;
}
#app .yicheng .content .table3 th {
  background: #4455ff;
}
#app .yicheng .content .table3 td {
  border: 1px solid #dae5ff;
}
#app .yicheng .content .table3 .section td {
  background: #dae5ff;
}
#app .yicheng .content .table4 th {
  background: #37a36f;
}
#app .yicheng .content .table4 td {
  border: 1px solid #d4e8df;
}
#app .yicheng .content .table4 .section td {
  background: #d4e8df;
}
#app .yicheng .content .tips {
  font-size: 14px;
  color: #08174d;
  text-align: right;
  margin-top: 12px;
}
#app .blue-book {
  padding: 70px 0 60px;
  background: #d7e9f8;
}
#app .blue-book .content {
  margin-top: 90px;
}
#app .blue-book .content .blue-book-text {
  position: relative;
  width: 680px;
}
#app .blue-book .content .blue-book-text > p {
  font-size: 19px;
  color: #0d0d0d;
  line-height: 1.5em;
}
#app .blue-book .content .blue-book-text > a {
  display: block;
  width: 194px;
  height: 36px;
  margin: 10px 0 10px 465px;
  background: url(../qietu/btn/4.png) no-repeat center;
}
#app .blue-book .content .blue-book-text > h3 {
  font-size: 32px;
  color: #0d0d0d;
}
#app .blue-book .content .blue-book-text > img {
  position: absolute;
  right: -460px;
  top: -32px;
  width: 338px;
}
#app .blue-book .content .blue-book-step {
  width: 1275px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  transform: translateX(-26px);
}
#app .blue-book .content .blue-book-step li {
  width: 399px;
  height: 319px;
  background: url(../qietu/bg/item1.png) no-repeat center bottom;
  background-size: 100% auto;
}
#app .blue-book .content .blue-book-step li > div {
  position: relative;
  width: 326px;
  height: 315px;
  margin-left: 26px;
  padding: 80px 10px 0;
  box-sizing: border-box;
}
#app .blue-book .content .blue-book-step li > div h3 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 28px 8px 6px;
  font-size: 23px;
  color: #fff;
  line-height: 1;
}
#app .blue-book .content .blue-book-step li > div p {
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
}
#app .blue-book .content .blue-book-step li > div .p1 {
  font-size: 18px;
}
#app .blue-book .content .blue-book-step li > div .p2 {
  font-size: 22px;
  color: #41fffd;
  margin: 6px 0 12px;
}
#app .blue-book-tg {
  height: 387px;
  background: url("../qietu/bg/4.png") no-repeat center / cover;
}
#app .bangdan {
  height: 1278px;
  box-sizing: border-box;
  background: url("../qietu/bg/5.png") no-repeat center / cover;
  padding-top: 90px;
}
#app .bangdan .titleCC {
  color: #fff;
}
#app .bangdan .content {
  margin-top: 30px;
}
#app .bangdan .content > h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1em;
  margin: 50px 0 30px;
}
#app .bangdan .content ul {
  display: flex;
  justify-content: space-between;
  padding-top: 38px;
}
#app .bangdan .content ul li {
  position: relative;
  width: 380px;
  height: 360px;
  box-sizing: border-box;
  border: 1px solid #434343;
  background: #fff;
  padding: 115px 24px 0;
  font-size: 14px;
  color: #333;
}
#app .bangdan .content ul li h3 {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  width: 340px;
  height: 135px;
}
#app .bangdan .content ul li h3 span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 230px;
  height: 70px;
  margin: auto;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
#app .bangdan .content ul li h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#app .bangdan .content ul li p {
  line-height: 1.9em;
}
#app .bangdan .content ul li p span {
  color: #ed1b24;
}
#app .bangdan .content ul li .button {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 32px;
  background-color: #000;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}
#app .bangdan .content ul li:nth-child(1) h3 {
  background-color: #be462b;
}
#app .bangdan .content ul li:nth-child(1) h3 span {
  font-size: 58px;
  background-color: #0b1f40;
}
#app .bangdan .content ul li:nth-child(2) h3 {
  background-color: #00005a;
}
#app .bangdan .content ul li:nth-child(2) h3 span {
  background-color: #ed1b24;
}
#app .bangdan .content ul li:nth-child(3) h3 {
  background-color: #c6e3f5;
}
#app .bangdan .content ul li:nth-child(3) h3 span {
  background-color: #2e3192;
}
#app .jiabin {
  width: 100%;
  box-sizing: border-box;
  padding: 75px 0 45px;
}
#app .jiabin .content {
  margin-top: 90px;
  position: relative;
  box-sizing: border-box;
}
#app .jiabin .content .jiabin-button-prev,
#app .jiabin .content .jiabin-button-next {
  position: absolute;
  width: 105px;
  height: 105px;
  background: url(../qietu/icon/left.png) no-repeat center / cover;
  cursor: pointer;
  z-index: 3;
}
#app .jiabin .content .jiabin-button-prev {
  top: 50%;
  left: 50%;
  transform: translateX(-750px) translateY(-50%);
}
#app .jiabin .content .jiabin-button-next {
  top: 50%;
  right: 50%;
  transform: translateX(750px) translateY(-50%) rotateY(180deg);
}
#app .jiabin .jiabin-swiper {
  width: 1200px;
  --swiper-pagination-color: #2abee3;
}
#app .jiabin .bufen-jiabin {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 620px;
}
#app .jiabin .bufen-jiabin .bufen-jiabin-item {
  width: 20%;
  height: 310px;
}
#app .jiabin .bufen-jiabin .bufen-jiabin-item .name {
  color: #1c1b1b;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .jiabin .bufen-jiabin .bufen-jiabin-item .pic {
  width: 192px;
  height: 192px;
  margin: 0 auto;
  position: relative;
}
#app .jiabin .bufen-jiabin .bufen-jiabin-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 192px;
  height: 192px;
  background: url("../qietu/jiabin1/ring1.png") center no-repeat;
  background-size: 100% 100%;
}
#app .jiabin .bufen-jiabin .bufen-jiabin-item .pic img {
  border-radius: 100%;
  width: 162px;
  height: 162px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
  user-select: none;
}
#app .jiabin .bufen-jiabin .bufen-jiabin-item .info {
  line-height: 1.5em;
  text-align: center;
  font-size: 14px;
  color: #1c1b1b;
}
#app .guanzhong {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  background: url('../qietu/bg/6.png') no-repeat center top / cover;
}
#app .guanzhong .content ul {
  margin-top: 40px;
}
#app .guanzhong .content ul li {
  font-size: 18px;
  color: #000;
  text-align: left;
  margin-bottom: 12px;
  font-weight: 600;
}
#app .guanzhong .content ul li i {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url('../qietu/icon/right.png') no-repeat center;
  vertical-align: middle;
  margin-right: 20px;
}
#app .wangjiehuoban {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  background: url('../qietu/bg/7.png') no-repeat center top;
}
#app .wangjiehuoban .titleCC {
  color: #fff;
}
#app .wangjiehuoban .content {
  margin-top: 65px;
}
#app .wangjiehuoban .content .tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#app .wangjiehuoban .content .tabs li {
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#app .wangjiehuoban .content .tabs li p:first-child {
  font-size: 34px;
  font-weight: bold;
}
#app .wangjiehuoban .content .swiper-block {
  position: relative;
  box-sizing: border-box;
  width: 1340px;
  padding: 60px 62px 30px;
  margin-top: 60px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transform: translateX(-70px);
}
#app .wangjiehuoban .content .swiper-block::after {
  position: absolute;
  left: 240px;
  top: -58px;
  content: '';
  width: 0;
  height: 0;
  border: 29px solid transparent;
  border-bottom: 29px solid #fff;
}
#app .wangjiehuoban .content .swiper-block .swiper-slide {
  height: 575px;
  --swiper-pagination-color: #036eb9;
}
#app .wangjiehuoban .content .swiper-block .wangjie-button-prev,
#app .wangjiehuoban .content .swiper-block .wangjie-button-next {
  position: absolute;
  width: 30px;
  height: 46px;
  background: url(../qietu/icon/left2.png) no-repeat center / cover;
  cursor: pointer;
  z-index: 3;
}
#app .wangjiehuoban .content .swiper-block .wangjie-button-prev {
  top: 50%;
  left: 50%;
  transform: translateX(-650px) translateY(-50%);
}
#app .wangjiehuoban .content .swiper-block .wangjie-button-next {
  top: 50%;
  right: 50%;
  transform: translateX(650px) translateY(-50%) rotateY(180deg);
}
#app .wangjiehuoban .content .swiper-block .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
#app .wangjiehuoban .content .swiper-block .tab li {
  box-sizing: border-box;
  width: 157px;
  height: 43px;
  border: 1px solid #036eb9;
  background: #fff;
  font-size: 20px;
  color: #036eb9;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
}
#app .wangjiehuoban .content .swiper-block .tab li.active {
  border: 1px solid #036eb9;
  background: #036eb9;
  color: #fff;
}
#app .wangjiehuoban .content .qiye-swiper::after {
  left: 650px;
}
#app .wangjiehuoban .content .meiti-swiper::after {
  left: 1045px;
}
#app .wangjiehuoban .content .qiye-swiper .swiper-slide {
  height: 514px;
}
#app .wangjiehuoban .content .qiye-swiper,
#app .wangjiehuoban .content .meiti-swiper {
  padding: 60px 62px;
}
#app .wangjiehuoban .wj-jiabin {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item {
  width: 20%;
  height: 250px;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .name {
  color: #191919;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .pic {
  width: 144px;
  height: 144px;
  margin: 0 auto;
  position: relative;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 144px;
  height: 144px;
  background: url("../qietu/jiabin2/ring.png") center no-repeat;
  background-size: 100% 100%;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .pic img {
  border-radius: 100%;
  width: 114px;
  height: 114px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
#app .wangjiehuoban .wj-jiabin .wj-jiabin-item .info {
  line-height: 1.5em;
  text-align: center;
  font-size: 13px;
  color: #191919;
}
#app .goupiao {
  padding: 85px 0 0;
}
#app .goupiao .content {
  margin-top: 50px;
}
#app .goupiao .content .sumPrice {
  width: 100%;
  margin-top: 20px;
  text-align: right;
  font-size: 22px;
  color: #ed0707;
}
#app .goupiao .content .buyBtnBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8em;
  justify-content: space-between;
  color: #282828;
}
#app .goupiao .content .buyBtnBox span {
  color: #ff0000;
}
#app .goupiao .content .buyBtnBox .buyBtn {
  width: 224px;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #ff0000;
  cursor: pointer;
  user-select: none;
}
#app .goupiao table {
  border-collapse: collapse;
}
#app .jijin {
  padding: 90px 0 0;
}
#app .jijin .content {
  margin-top: 40px;
}
#app .jigou {
  padding: 65px 0 100px;
  background: #f7f8f8;
}
#app .jigou .content {
  margin-top: 30px;
}
#app .jigou .content .sub-title {
  display: flex;
  justify-content: center;
  padding: 28px 0;
}
#app .jigou .content .sub-title h3 {
  font-size: 28px;
  color: #1f4ea6;
}
#app .jigou .content ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .zanzhu {
  padding: 50px 0;
  background: url('../qietu/bg/8.png') no-repeat center top / cover;
}
#app .zanzhu .content {
  position: relative;
  width: 1026px;
  margin: 35px auto 0;
}
#app .zanzhu .content img {
  display: block;
}
#app .zanzhu .content > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .zanzhu .content > div a {
  width: 50%;
  height: 100%;
}
#app .us {
  width: 100%;
  box-sizing: border-box;
  background: url('../qietu/bg/9.png') no-repeat center / cover;
  padding: 50px 0;
}
#app .us .content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#app .us .content .titleEn {
  font-size: 57px;
  color: #fff;
  font-weight: 600;
}
#app .us .content .titleCn {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
#app .us .content ul {
  display: flex;
  margin-top: 30px;
}
#app .us .content ul li {
  font-size: 17px;
  color: #fff;
  margin-right: 60px;
}
#app .us .content ul li div {
  margin-bottom: 10px;
}
#app .us .content ul li > div:first-child {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.25);
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
