.banner img {
  min-width: 1300px;
  width: 100%;
  display: block;
  padding-top: 100px;
}

.main {
  min-width: 1300px;
}

.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

.banner .banner_title {
  margin-top: 225px;
}

.title {
  padding-top: 150px;
  text-align: center;
}

.title h3 {
  font-size: 50px;
  font-weight: 600;
  color: #333333;
}

.part1-wrapper {
  width: 100%;
  height: 435px;
  background: url(../images/qxb-bck.png) no-repeat center top;
  background-size: 100% 435px;
  margin-top: 80px;
  overflow: hidden;
  min-width: 1200px;
}

.part1-wrapper .columnHeaderSwitch-lft {
  position: relative;
  float: left;
}

.part1-wrapper .columnHeaderSwitch-lft ul {
  margin-top: 43px;
}

.part1-wrapper .columnHeaderSwitch-lft ul li {
  display: flex;
  align-items: center;
  margin-bottom: 54px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
}

.part1-wrapper .columnHeaderSwitch-lft ul .active {
  font-size: 18px;
  font-weight: 500;
  color: #3B70FF;
}

.part1-wrapper .columnHeaderSwitch-lft img {
  width: 40px;
  height: 47px;
  display: block;
  margin-right: 18px;
}

.part1-wrapper .columnHeaderSwitch-lft .line1 {
  width: 4px;
  height: 159px;
  background: rgba(95, 146, 255, 0.6);
  border-radius: 1px 1px 1px 1px;
  opacity: 1;
  position: absolute;
  right: -43px;
  top: 50px;
}

.part1-wrapper .columnHeaderSwitch-lft .line2 {
  width: 4px;
  height: 159px;
  background: rgba(244, 127, 40, 0.6);
  border-radius: 1px 1px 1px 1px;
  opacity: 1;
  position: absolute;
  right: -62px;
  top: 225px;
}

.part1-wrapper .columnHeaderSwitch-rht {
  float: left;
  margin-left: 125px;
}

.part1-wrapper .columnHeaderSwitch-rht .column-wrapper {
  width: 607px;
  height: 333px;
  background: url(../images/Mask3.png) no-repeat center top;
  background-size: cover;
  margin-top: 50px;
  overflow: hidden;
  padding: 33px 63px 0 32px;
  box-shadow: 6px 8px 40px 0 rgb(222 228 245 / 80%), -12px -11px 14px 0 rgb(255 255 255);
}

.part1-wrapper .columnHeaderSwitch-rht .column-wrapper img {
  width: 66px;
  height: 72px;
  display: block;
}

.part1-wrapper .columnHeaderSwitch-rht .column-wrapper .clumn-content {
  /* display: flex; */
  margin-top: 31px;
}

.part1-wrapper .columnHeaderSwitch-rht .column-wrapper .clumn-content img {
  width: 21px;
  height: 23px;
  display: block;
  float: left;
}

.part1-wrapper .columnHeaderSwitch-rht .column-wrapper .clumn-content span {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  padding-left: 11px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part1-wrapper .column-content {
  display: none;
}

.background-picture {
  width: 100%;
  background: url(../images/qxb-banckdrop.png) no-repeat center top / cover;
  min-width: 1200px;
  padding-bottom: 150px;
}

.background-picture .mode ul {
  display: flex;
  display: -webkit-flex;
  margin-top: 137px;
  justify-content: space-between;
}

.background-picture .mode ul li {
  width: 364px;
  height: 261px;
  background: linear-gradient(180deg, #eef2ff 0%, #ffffff 71%);
  box-shadow: 0px 6px 30px 0px rgba(0, 94, 226, 0.1);
  border-radius: 20px 20px 20px 20px;
  border: 2px solid #FFFFFF;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
}

.background-picture .mode ul li:hover p,
.background-picture .mode ul li:hover img {
  display: none;
}

.background-picture .mode ul li:hover {
  transform: translateY(-31px);
  box-shadow: 0px 6px 30px 0px rgba(0, 94, 226, 0.1);
}

.background-picture .mode ul li:hover .popover {
  /* display: block; */
  opacity: 1;
}

.background-picture .mode ul li .popover {
  width: 364px;
  height: 261px;
  /* background: rgba(59, 112, 255, 0.75); */
  box-shadow: 0px 6px 30px 0px rgba(0, 94, 226, 0.1);
  border-radius: 20px 20px 20px 20px;
  opacity: 1;
  border: 2px solid #FFFFFF;
  position: absolute;
  top: 0;
  text-align: left;
  padding-left: 39px;
  padding-top: 44px;
  opacity: 0;
  /* display: none; */
  transition: all .3s;
}

.background-picture .mode ul li:nth-child(1) .popover {
  background: url(../images/qxb-part2-1-on.png) no-repeat;
  background-size: contain;
}

.background-picture .mode ul li:nth-child(2) .popover {
  background: url(../images/qxb-part2-2-on.png) no-repeat;
  background-size: contain;
}

.background-picture .mode ul li:nth-child(3) .popover {
  background: url(../images/qxb-part2-3-on.png) no-repeat;
  background-size: contain;
}

.background-picture .mode ul li .popover span {
  font-size: 28px;
  font-weight: 500;
  color: #FFFFFF;
}


.background-picture .mode ul li:nth-child(1) .popover .c1{
  flex-direction: column;
}

.background-picture .mode ul li:nth-child(1) .popover .c1 div{
  width: auto;
}

.background-picture .mode ul li:nth-child(3) .popover .c1 div{
  width: auto;
}

.background-picture .mode ul li .popover .c1 {
  width: 320px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
}

.background-picture .mode ul li .popover .c1 div {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 30px;
  width: 123px;
  margin-bottom: 10px;
}

/* .background-picture .mode ul li:nth-child(2) p {
  padding-top: 44px;
} */

.background-picture .mode ul li img {
  width: 247px;
  height: 168px;
  display: block;
}

.background-picture .mode ul li .qxb-icon0 {
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translate(-50%, 0);
}

.background-picture .mode ul li .qxb-icon1 {
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translate(-50%, 0);
}

.background-picture .mode ul li .qxb-icon2 {
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translate(-50%, 0);
}

.background-picture .mode ul li p {
  font-size: 28px;
  font-weight: 500;
  color: #333333;
  padding-top: 148px;
}

.background-picture .part3-wrapper ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 80px;
}

.background-picture .part3-wrapper ul li {
  width: 340px;
  height: 378px;
  background: url(../images/qxb-icon3.png) no-repeat center top / cover;
  overflow: hidden;
  padding: 34px 0 0 30px;
  transition: all .3s;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0px 4px 18px 0 rgb(0 0 0 / 8%);
  border-radius: 10px;
}

.background-picture .part3-wrapper ul li:hover {
  transform: translateY(-26px);
  background: url(../images/qxb-icon3-on.png) no-repeat center top / cover;
  box-shadow: 0px 12px 30px 0 rgb(0 92 221 / 20%);
}



.background-picture .part3-wrapper ul li:hover h3 {
  color: #3B70FF;
}

.background-picture .part3-wrapper ul li h3 {
  font-size: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 20px;
  transition: all .3s;
}

.background-picture .part3-wrapper ul li p {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.background-picture .part3-wrapper ul li p span{
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  display: inline-block;
}

.background-picture .part4-wrapper .left {
  width: 429px;
}

.background-picture .part4-wrapper .part4-content {
  margin-top: 80px;
}

.background-picture .part4-wrapper .part4-content p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.background-picture .part4-wrapper .part4-title {
  margin-bottom: 6px;
}

.background-picture .part4-wrapper .part4-title span {
  font-size: 24px;
  font-weight: 500;
  color: #3B70FF;
}

.background-picture .part4-wrapper .part4-title h3 {
  display: inline;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}

.background-picture .part4-wrapper .part4-line {
  position: relative;
  width: 406px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1px 1px 1px 1px;
  opacity: 1;
  margin-top: 24px;
}

.background-picture .part4-wrapper .part4-line .c1 {
  width: 37px;
  height: 4px;
  background: #3B70FF;
  border-radius: 1px 1px 1px 1px;
  opacity: 1;
  position: absolute;
  left: 0;
  top: -2px;
}

.background-picture .part4-wrapper .part4-lt ul {
  margin-top: 32px;
}

.background-picture .part4-wrapper .part4-lt ul li {
  /* display: flex;
  display: -webkit-flex; */
  margin-bottom: 24px;
}

.background-picture .part4-wrapper .part4-lt ul li img {
  width: 21px;
  height: 23px;
  display: block;
  margin-right: 12px;
  float: left;
}

.background-picture .part4-wrapper .part4-lt ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.background-picture .part4-wrapper .right img {
  width: 652px;
  height: 308px;
  display: block;
  margin-top: 213px;
}

.background-picture .part4-wrapper .wrap1 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.background-picture .part4-wrapper .wrap2 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.background-picture .part4-wrapper .wrap2 .right img {
  margin-top: 105px;
}

.part5 {
  width: 100%;
  /* height: 664px; */
  padding-bottom: 150px;
  background: url(../images/qxb-bck1.png) no-repeat center top / cover;
  min-width: 1200px;
}

.part5 .part5-wrap {
  margin-top: 60px;
}

.part5 ul {
  display: flex;
  justify-content: space-between;
}

.part5 ul li {
  position: relative;
}

.part5 ul li:first-child .flag {
  width: 148px;
  height: 118px;
  display: block;
  position: absolute;
  bottom: 21px;
  left: 89px;
}

.part5 ul li:nth-child(2) {
  margin-top: 160px;
}

.part5 ul li:nth-child(2) .flag {
  width: 148px;
  height: 118px;
  display: block;
  position: absolute;
  top: -136px;
  left: 88px;
}

.part5 ul li:nth-child(3) .flag {
  width: 148px;
  height: 118px;
  display: block;
  position: absolute;
  bottom: 21px;
  left: 89px;
}

.part5 ul li:nth-child(4) {
  margin-top: 160px;
}

.part5 ul li:nth-child(4) .flag {
  width: 148px;
  height: 118px;
  display: block;
  position: absolute;
  top: -136px;
  left: 88px;
}

.part5 ul li:nth-child(5) .flag {
  width: 148px;
  height: 118px;
  display: block;
  position: absolute;
  bottom: 21px;
  left: 89px;
}

.part5 .part5-one-img {
  width: 235px;
  height: 181px;
  background: url(../images/qxb-img0.png) no-repeat center top / cover;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.part5 .part5-one-img img {
  width: 42px;
  height: 42px;
  display: block;
  margin: 0 auto;
}

.part5 .part5-one-img span {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 30px;
  font-weight: 500;
  color: white;
  text-shadow: 0px 2px 2px rgba(0,88,212, 0.6);
}

.part5 .part5-one-img .c1 {
  margin-top: 32px;
}

.part5 .part5-one-img P {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  padding-top: 12px;
}