body {
  background: #f5f5f5;
}
body #carouselComponent {
  /* background: url("../images/banner.png") no-repeat; */
  background-size: 100%;
  position: relative;
}
body #carouselComponent .imgbox img {
  max-width: 100%;
  height: auto;
}
body #carouselComponent .form {
  background: rgba(248, 251, 253, 0.91);
  position: absolute;
  z-index: 3;
  border-radius: 2.3rem;
  width: 21.5%;
  padding: 5.7rem 3rem 8.3rem 3.3rem;
  margin: 0 10% 0 auto;
  right: 0;
  top: 8.3rem;
  /* margin: 0 35rem 0 auto; */
}
body #carouselComponent .form .title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #000000;
  line-height: 54px;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 3.8rem;
}
body #carouselComponent .form .inputview {
  border: 1px solid #C2C2C2;
  height: 5.5rem;
  border-radius: 1rem;
  margin-bottom: 2.1rem;
  position: relative;
  overflow: hidden;
}
body #carouselComponent .form .inputview input {
  width: 100%;
  background: rgba(0, 0, 0, 0);
  padding: 1.2rem 0 1.2rem 1.6rem;
  font-size: 2rem;
}
body #carouselComponent .form .inputview img {
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -0.4rem;
  width: 1.6rem;
  z-index: 5;
}
body #carouselComponent .form .button {
  height: 5.5rem;
  line-height: 5.5rem;
  border-radius: 10px;
  background: rgb(50, 108, 254);
  color: #ffffff;
  text-align: center;
  font-size: 26px;
}
body #carouselComponent .form .wjmm {
  font-size: 1.8rem;
  color: #333333;
  line-height: 1;
  border-right: 1px solid #333333;
}
body #carouselComponent .form .wjmm:hover {
  color: #326CFE;
  cursor: pointer;
}
body #carouselComponent .form .zcxzh {
  font-size: 1.8rem;
  color: #333333;
  line-height: 1;
}
body #carouselComponent .form .zcxzh:hover {
  color: #326CFE;
  cursor: pointer;
}
body .inquireview {
  position: relative;
  width: 62.5%;
  max-width: 120rem;
  height: 12rem;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin: -4.9rem auto 9.8rem;
  padding: 0 3rem;
}
body .inquireview .inputview {
  display: flex;
  align-items: center;
  border: 1px solid #F5F6F8;
  border-radius: 2.5rem;
  padding-left: 2rem;
}
body .inquireview .inputview input {
  flex: 1 1 auto;
}
body .inquireview .inputview .chaxun {
  background: rgb(50, 108, 254);
  color: #ffffff;
  border-radius: 0 2.5rem 2.5rem 0;
  width: 8.6rem;
  height: 5rem;
  font-size: 2rem;
  text-align: center;
  line-height: 5rem;
}
body .inquireview .func {
  flex: 1 1 auto;
  text-align: center;
  font-size: 1.6rem;
}
body .service {
  margin: 0 auto;
  padding-bottom: 16.7rem;
}
body .service .titleview {
  margin-bottom: 8.5rem;
  text-align: center;
}
body .service .titleview .title {
  color: #595959;
  font-size: 4rem;
  position: relative;
  padding: 0 3rem;
}
body .service .titleview .title::before {
  content: "";
  position: absolute;
  background: url("../images/left-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  left: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .service .titleview .title::after {
  content: "";
  position: absolute;
  background: url("../images/right-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  right: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .service .titleview .subtitle {
  font-size: 1.6rem;
  padding-bottom: 2.1rem;
  position: relative;
}
body .service .titleview .subtitle::after {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 0.4rem;
  border-radius: 4rem;
  background: #326CFE;
  bottom: 0;
  left: 50%;
  margin-left: -4.4rem;
}
body .service .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .service .content .item {
  flex: 1 1 auto;
  box-shadow: 0px 6px 20px 1px rgba(136, 133, 133, 0.16);
  border-radius: 1rem;
}
body .service .content .item-1 {
  background: #326CFE;
  padding-top: 5.6rem;
  box-shadow: 0px 6px 20px 1px #A1BCFF;
}
body .service .content .item-1 img {
  width: 4.6rem;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
body .service .content .item-1 .name {
  background: url("../images/homepage-arrowbg.png") no-repeat;
  height: 4.4rem;
  line-height: 4.4rem;
  color: #326CFE;
  width: 21rem;
  text-align: right;
  padding-right: 2rem;
  font-size: 2.7rem;
  margin-bottom: 6rem;
}
body .service .content .item-1 .include {
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
}
body .service .content .item-1 .item-div {
  width: 50%;
  text-align: center;
  margin-bottom: 3.4rem;
}
body .service .content .item-2 {
  padding-top: 4rem;
  text-align: center;
}
body .service .content .item-2 img {
  width: 15rem;
  margin: 0 auto;
}
body .service .content .item-2 .name {
  position: relative;
  display: inline;
  font-size: 2.7rem;
  padding: 0 1.7rem;
}
body .service .content .item-2 .name::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 0.3rem;
  left: -2.5rem;
  top: 50%;
  background: #326CFE;
}
body .service .content .item-2 .name::after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 0.3rem;
  right: -2.5rem;
  top: 50%;
  background: #326CFE;
}
body .service .content .item-2 .express {
  padding: 0 6rem;
  color: #858585;
  height: 12rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 3rem;
  font-size: 1.6rem;
}
body .service .content .item-3 {
  padding-top: 4rem;
  text-align: center;
}
body .service .content .item-3 img {
  width: 15rem;
  margin: 0 auto;
}
body .service .content .item-3 .name {
  position: relative;
  display: inline;
  font-size: 2.7rem;
  padding: 0 1.7rem;
}
body .service .content .item-3 .name::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 0.3rem;
  left: -2.5rem;
  top: 50%;
  background: #326CFE;
}
body .service .content .item-3 .name::after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 0.3rem;
  right: -2.5rem;
  top: 50%;
  background: #326CFE;
}
body .service .content .item-3 .express {
  padding: 0 5rcap;
  color: #858585;
  height: 12rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 3rem;
  font-size: 1.6rem;
}
body .service .content .item-4 {
  padding-top: 4rem;
  text-align: center;
}
body .service .content .item-4 img {
  width: 15rem;
  margin: 0 auto;
}
body .service .content .item-4 .name {
  position: relative;
  display: inline;
  font-size: 2.7rem;
  padding: 0 1.7rem;
}
body .service .content .item-4 .name::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 0.3rem;
  left: -2.5rem;
  top: 50%;
  background: #326CFE;
}
body .service .content .item-4 .name::after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 0.3rem;
  right: -2.5rem;
  top: 50%;
  background: #326CFE;
}
body .service .content .item-4 .express {
  padding: 0 5rem;
  color: #858585;
  height: 12rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 3rem;
  font-size: 1.6rem;
}
body .service .yellow {
  color: #FFEE00;
}
body .futuregroup {
  background: #ffffff;
  padding: 10rem;
}
body .futuregroup .titleview {
  margin-bottom: 8.5rem;
  text-align: center;
}
body .futuregroup .titleview .title {
  color: #595959;
  font-size: 4rem;
  position: relative;
  padding: 0 3rem;
}
body .futuregroup .titleview .title::before {
  content: "";
  position: absolute;
  background: url("../images/left-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  left: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .futuregroup .titleview .title::after {
  content: "";
  position: absolute;
  background: url("../images/right-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  right: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .futuregroup .titleview .subtitle {
  font-size: 1.6rem;
  padding-bottom: 2.1rem;
  position: relative;
}
body .futuregroup .titleview .subtitle::after {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 0.4rem;
  border-radius: 4rem;
  background: #326CFE;
  bottom: 0;
  left: 50%;
  margin-left: -4.4rem;
}
body .futuregroup .content .nav .nav-item {
  border-radius: 3.6rem;
  width: 200px;
  height: 49px;
  /* overflow: hidden; */
}
body .futuregroup .content .nav .nav-item .nav-link {
  font-size: 2.2rem;
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .futuregroup .content .classify-box {
  display: flex;
  align-items: center;
}
body .futuregroup .content .classify-box img {
  width: 45.4rem;
  margin-right: 10rem;
}
body .futuregroup .content .classify-box .tese-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .futuregroup .content .classify-box .tese-cont .title {
  font-weight: bold;
  color: #333333;
  font-size: 2.8rem;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 6rem;
}
body .futuregroup .content .classify-box .tese-cont .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.7rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background: #326CFE;
}
body .futuregroup .content .classify-box .tese-cont .row-z {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
body .futuregroup .content .classify-box .tese-cont .row-z .label-z {
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 6.4rem;
}
body .futuregroup .content .classify-box .tese-cont .row-z .words {
  color: #595959;
  font-size: 1.6rem;
}
body .videomodule {
  padding-top: 10rem;
  padding-bottom: 16.7rem;
}
body .videomodule .titleview {
  margin-bottom: 8.5rem;
  text-align: center;
}
body .videomodule .titleview .title {
  color: #595959;
  font-size: 4rem;
  position: relative;
  padding: 0 3rem;
}
body .videomodule .titleview .title::before {
  content: "";
  position: absolute;
  background: url("../images/left-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  left: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .videomodule .titleview .title::after {
  content: "";
  position: absolute;
  background: url("../images/right-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  right: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .videomodule .titleview .subtitle {
  font-size: 1.6rem;
  padding-bottom: 2.1rem;
  position: relative;
}
body .videomodule .titleview .subtitle::after {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 0.4rem;
  border-radius: 4rem;
  background: #326CFE;
  bottom: 0;
  left: 50%;
  margin-left: -4.4rem;
}
body .videomodule .content {
  background: #ffffff;
  border-radius: 2rem;
  display: flex;
  margin-bottom: 4.7rem;
}
body .videomodule .content .left {
  position: relative;
}
body .videomodule .content .left .source {
  border-radius: 2rem 0 0 2rem;
}
body .videomodule .content .left .bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3.8rem;
  margin-left: -3.8rem;
  width: 7.6rem;
  height: 7.6rem;
}
body .videomodule .content .procedures {
  display: flex;
  flex-direction: column;
}
body .videomodule .content .procedures .step {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  color: #9396AD;
  padding-left: 3.7rem;
}
body .videomodule .content .procedures .step.selected {
  background: #326CFE;
  color: #ffffff;
  box-shadow: 0px 3px 40px 1px #326CFE;
  border-radius: 10px;
}
/* 精准定位 .selected 状态下的 .words，强制设置白色 */
body .videomodule .content .procedures .step.selected .other .words {
  color: #ffffff !important; /* !important 可选，仅当其他样式优先级极高时使用 */
}
body .videomodule .content .procedures .step .number {
  font-size: 5.4rem;
  font-weight: bold;
  margin-right: 4.4rem;
}
body .videomodule .content .procedures .step .other {
  flex: 1 1 auto;
}
body .videomodule .content .procedures .step .other .name {
  font-size: 2.4rem;
}
body .videomodule .content .procedures .step .other .words {
  font-size: 1.8rem;
  display: -webkit-box;
  /* overflow: hidden; */
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
}
body .videomodule .morevideo a {
  font-size: 2rem;
  color: #9395AC;
}
body .videomodule .morevideo a .arrowico {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  margin-left: 0.9rem;
}
body .calculator {
  background: #ffffff;
  padding: 10rem calc((100% - 120rem) / 2) 16.7rem;
}
body .calculator .titleview {
  margin-bottom: 8.5rem;
  text-align: center;
}
body .calculator .titleview .title {
  color: #595959;
  font-size: 4rem;
  position: relative;
  padding: 0 3rem;
}
body .calculator .titleview .title::before {
  content: "";
  position: absolute;
  background: url("../images/left-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  left: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .calculator .titleview .title::after {
  content: "";
  position: absolute;
  background: url("../images/right-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  right: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .calculator .titleview .subtitle {
  font-size: 1.6rem;
  padding-bottom: 2.1rem;
  position: relative;
}
body .calculator .titleview .subtitle::after {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 0.4rem;
  border-radius: 4rem;
  background: #326CFE;
  bottom: 0;
  left: 50%;
  margin-left: -4.4rem;
}
body .calculator .content {
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  padding: 2.4rem 2.2rem 3rem 2.7rem;
  border-radius: 20px;
}
body .calculator .content .left .table {
  display: table;
  min-width: 76.7rem;
}
body .calculator .content .left .table .tr {
  display: table-row;
}
body .calculator .content .left .table .tr .th {
  display: table-cell;
  text-align: center;
  background: #326CFE;
  color: #ffffff;
  font-size: 2.4rem;
  border-right: 1px solid #ffffff;
  line-height: 6.1rem;
}
body .calculator .content .left .table .tr .td {
  font-size: 1.6rem;
  display: table-cell;
  text-align: center;
  line-height: 7.1rem;
  border-right: 1px solid #ffffff;
}
body .calculator .content .left .table .tr:nth-child(2n) {
  background: #F2F2F2;
}
body .calculator .content .left .table .tr:nth-child(2n+1) {
  background: #E8E8E8;
}
body .calculator .content .left .rmbtype {
  color: #333333;
  font-size: 1.6rem;
}
body .calculator .content .left .remark {
  color: #333333;
  font-size: 1.6rem;
}
body .calculator .content .jisuanqi {
  flex: 1 1 auto;
  background: #F2F2F2;
}
body .calculator .content .jisuanqi .title {
  background: #68737A;
  color: #ffffff;
  line-height: 12.1rem;
  padding-left: 2.3rem;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
}
body .calculator .content .jisuanqi .jisuanqi-box {
  padding: 1.8rem 2.2rem 1.9rem 2.3rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .dropdown .dropdown-toggle {
  border: 1px solid #c2c2c2;
  width: 33.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  font-size: 1.4rem;
  color: #777777;
  position: relative;
}
body .calculator .content .jisuanqi .jisuanqi-box .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 0.255em;
  top: 50%;
  margin-top: -0.145em;
}
body .calculator .content .jisuanqi .jisuanqi-box .dropdown > .dropdown-menu {
  left: 50%;
  transform: translate(-50%, 12px);
}
body .calculator .content .jisuanqi .jisuanqi-box .dropdown > .dropdown-menu.jisuanqi-menu {
  height: 30rem;
  overflow-y: auto;
}
body .calculator .content .jisuanqi .jisuanqi-box .dropdown .dropdown-menu {
  background: #F2F2F2;
  width: 33.7rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .dropdown .dropdown-menu .dropdown-item {
  line-height: 3rem;
  font-size: 1.4rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .dropdown .dropdown-menu .dropdown-item:hover {
  background: #326CFE;
  color: #ffffff;
}
body .calculator .content .jisuanqi .jisuanqi-box .jisuanqi-row {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .jisuanqi-row .inputview {
  width: 10.6rem;
  height: 3.7rem;
  border: 1px solid #C2C2C2;
  padding: 0.8rem 1.4rem;
  margin-right: 1rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .jisuanqi-row .inputview:last-child {
  margin-right: 0;
}
body .calculator .content .jisuanqi .jisuanqi-box .jisuanqi-row3 {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .jisuanqi-row3 .inputview {
  width: 22.2rem;
  height: 3.7rem;
  border: 1px solid #C2C2C2;
  padding: 0.8rem 1.4rem;
  margin-right: 1rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .jisuanqi-row3 .dropdown .dropdown-toggle {
  border: 1px solid #c2c2c2;
  width: 10.6rem;
  height: 3.7rem;
  font-size: 1.4rem;
  color: #777777;
}
body .calculator .content .jisuanqi .jisuanqi-box .jisuanqi-row3 .dropdown .dropdown-menu {
  width: 10.6rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .button {
  width: 33.7rem;
  height: 4.8rem;
  background: #326CFE;
  color: #ffffff;
  text-align: center;
  line-height: 4.8rem;
  font-size: 1.8rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .remark {
  font-size: 1.6rem;
  margin: 1rem 0 1.2rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .cutline {
  width: 100%;
  margin-bottom: 1.5rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .result .name {
  font-size: 1.6rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .result .star {
  font-size: 1.4rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .result .number {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 4.3rem;
}
body .calculator .content .jisuanqi .jisuanqi-box .result .yuan {
  font-size: 1.4rem;
}
body .advertising {
  background: url("../images/xiazai.png") no-repeat;
  width: 100%;
  height: 87.9rem;
  padding: 17rem calc(100% - 78rem) 3rem calc((100% - 120rem) / 2);
}
body .advertising .title {
  font-size: 5.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
body .advertising .exp {
  font-size: 2.2rem;
  margin-bottom: 7rem;
}
body .advertising .registerway .name {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
body .advertising .registerway .plural {
  font-size: 2rem;
  color: #666666;
  margin-bottom: 5rem;
}
body .advertising .registerway .plural span {
  margin-right: 3rem;
}
body .advertising .registerway .ways {
  display: flex;
  flex-wrap: wrap;
  width: 44rem;
}
body .advertising .registerway .ways img {
  max-width: 100%;
  height: auto;
}
body .choices {
  background: #ffffff;
  padding: 10rem calc((100% - 120rem) / 2) 16.7rem;
}
body .choices .titleview {
  margin-bottom: 8.5rem;
  text-align: center;
}
body .choices .titleview .title {
  color: #595959;
  font-size: 4rem;
  position: relative;
  padding: 0 3rem;
}
body .choices .titleview .title::before {
  content: "";
  position: absolute;
  background: url("../images/left-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  left: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .choices .titleview .title::after {
  content: "";
  position: absolute;
  background: url("../images/right-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  right: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .choices .titleview .subtitle {
  font-size: 1.6rem;
  padding-bottom: 2.1rem;
  position: relative;
}
body .choices .titleview .subtitle::after {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 0.4rem;
  border-radius: 4rem;
  background: #326CFE;
  bottom: 0;
  left: 50%;
  margin-left: -4.4rem;
}
body .choices .content {
  display: flex;
}
body .choices .content > .image {
  border-radius: 2rem;
  margin-right: 3.2rem;
}
body .choices .content .other {
  flex: 1 1 auto;
}
body .choices .content .other .names {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  position: relative;
}
body .choices .content .other .names::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.232rem;
  height: 0.2rem;
  background: #326CFE;
}
body .choices .content .other .names .name {
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 1.2rem;
  color: #030303;
}
body .choices .content .other .names .englist-name {
  font-size: 1.6rem;
  color: #666666;
}
body .choices .content .other .info {
  font-size: 1.4rem;
  color: #666666;
  margin-bottom: 1.5rem;
}
body .choices .content .other .list .item {
  display: flex;
  align-items: center;
  height: 7.4rem;
}
body .choices .content .other .list .item.selected {
  border-radius: 1rem;
  background: #326CFE;
  color: #ffffff;
  margin-left: -10rem;
  padding: 0 2.6rem 0 2.5rem;
}
body .choices .content .other .list .item.selected .word {
  color: #ffffff;
}
body .choices .content .other .list .item.selected .ckqw {
  display: block;
}
body .choices .content .other .list .item .word {
  font-size: 1.8rem;
  color: #333333;
}
body .choices .content .other .list .item .ckqw {
  margin-left: auto;
  font-size: 1.4rem;
  display: none;
}
body .news {
  background: #ffffff;
}
body .news .titleview {
  margin-bottom: 5.5rem;
  text-align: center;
  padding: 10rem calc((100% - 120rem) / 2) 0rem;
}
body .news .titleview .title {
  color: #595959;
  font-size: 4rem;
  position: relative;
  padding: 0 3rem;
}
body .news .titleview .title::before {
  content: "";
  position: absolute;
  background: url("../images/left-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  left: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .news .titleview .title::after {
  content: "";
  position: absolute;
  background: url("../images/right-titlebg-ico.png") no-repeat;
  width: 6.4rem;
  height: 3.6rem;
  right: -6.4rem;
  top: 50%;
  margin-top: -1.8rem;
}
body .news .titleview .subtitle {
  font-size: 1.6rem;
  padding-bottom: 2.1rem;
  position: relative;
}
body .news .titleview .subtitle::after {
  content: "";
  position: absolute;
  width: 8.8rem;
  height: 0.4rem;
  border-radius: 4rem;
  background: #326CFE;
  bottom: 0;
  left: 50%;
  margin-left: -4.4rem;
}
body .news .content {
  /* background: url("../images/news-bg.png") no-repeat; */
  background-size: 100% 56.7rem;
  height: 56.7rem;
  position: relative;
  display: flex;
  align-items: center;
}
body .news .content .main-box {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -60rem;
  margin-top: -16.65rem;
  width: 120rem;
  height: 33.3rem;
  z-index: 10;
  display: flex;
}
body .news .content .main-box .main {
  display: flex;
  margin-right: 1.1rem;
}
body .news .content .main-box .main #swiper1 img {
  width: 44rem;
  height: 33.3rem;
  border-radius: 10px 0 0 10px;
}
body .news .content .main-box .main .information {
  background: #326CFE;
  color: #ffffff;
  width: 26.1rem;
  height: 33.3rem;
  padding: 2.3rem 2.9rem 3rem 1.5rem;
  border-radius: 0 10px 10px 0;
}
body .news .content .main-box .main .information .name {
  font-size: 2.4rem;
  margin-bottom: 2.2rem;
}
body .news .content .main-box .main .information .info {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  height: calc(100% - 14.3rem);
}
body .news .content .main-box .main .information .ckqw {
  font-size: 1.2rem;
}
body .news .content .main-box .ryjx {
  border-radius: 10px;
  margin-right: 1.1rem;
}
body .news .content .main-box .ryjx div {
  font-size: 2.4rem;
  color: #ffffff;
}
body .news .content .main-box .cksp {
  border-radius: 10px;
}
body .news .content .main-box .cksp div {
  font-size: 2.4rem;
  color: #ffffff;
}
body .news .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
}

.page-bottom {
  background-color: #000000;
  color: #ffffff;
  padding: 10rem calc((100% - 120rem) / 2) 2rem;
}
.page-bottom .quyu1 {
  display: flex;
}
.page-bottom .quyu1 .left img {
  max-width: 100%;
  height: auto;
}
.page-bottom .quyu1 .left span {
  display: block;
}
.page-bottom .quyu1 .right .box1 {
  display: flex;
  text-align: center;
  margin-bottom: 1.3rem;
}

.page-bottom .quyu1 .right .box1 > div img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.page-bottom .quyu1 .right .box2 {
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
.page-bottom .quyu1 .right .box2 img {
  max-width: 100%;
  height: auto;
  margin-left: 2.3rem;
}
.page-bottom .quyu2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #4A4A4A 1px solid;
  margin-bottom: 1.9rem;
  margin-top: 3.3rem;
}
.page-bottom .quyu2 .links a {
  margin-right: 10rem;
}
.page-bottom .quyu2 .apps {
  display: flex;
  align-items: center;
}
.page-bottom .quyu2 .apps img {
  width: 16.8rem;
  height: auto;
}

@media (max-width: 768px) {
  .service .titleview .title {
    font-size: 2.2rem !important;
  }
  .service .content .item-2 .name {
    font-size: 2rem !important;
  }
  .service .content .item-3 .name {
    font-size: 2rem !important;
  }
  .service .content .item-4 .name {
    font-size: 2rem !important;
  }
  .futuregroup .titleview .title {
    font-size: 2.2rem !important;
  }
  .futuregroup .content .nav .nav-item .nav-link {
    font-size: 1.5rem !important;
  }
  .choices .titleview .title {
    font-size: 2.2rem !important;
  }
  .choices .content .other .list .item.selected {
    margin-left: 0 !important;
  }
}

/*# sourceMappingURL=index2.css.map */
