.header {
  width: 100%;
  background: url(../image/banner.png) no-repeat center center;
  background-size: cover;
  min-height: 525px;
}

.headerTop {
  width: 100%;
  height: 60px;
  background-color: white;
}

.headerTop a {
  color: #000;
}

.headerTop a.headerTop_login {
  color: #0089FF;
}

.headerTop.notIndex {
  background-color: #FFFFFF;
}

.headerTop_box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #FFFFFF;
}

.headerTop_box.nomral {
  color: #000;
}

.headerTop_box.nomral a {
  color: #000;
}

.notIndex .headerTop_box li a {
  color: #000000;
}

.headerTop_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headerTop_logo img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.headerTop_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  padding-left: 100px;
}

.headerTop_content li {
  margin-right: 66px;
}

.headerTop_content li a.active {
  font-size: 22px;
  font-weight: 500;
  color: #0089FF;
}

.notIndex .headerTop_content li a.active {
  color: #0089FF;
}

.headerTop_login {
  width: 120px;
  height: 40px;
  border: 1px solid #0089FF;
  background-color: transparent;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #0089ff;
  border-radius: 20px;
}

.notIndex .headerTop_login {
  color: #0089FF;
  border: 1px solid #0089FF;
}

.notIndex a.headerTop_login {
  color: #0089FF;
}

.header_title {
  margin-top: 152px;
  font-size: 62px;
  color: #FFFFFF;
  text-align: center;
}

.header_content {
  height: 200px;
  background: url(../image/headBg.png) no-repeat center center;
  background-size: cover;
  margin-top: -100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 40px 46px 40px;
}

.header_content img {
  margin-top: 54px;
}

.header_content_box {
  width: 216px;
}

.header_content_box h3 {
  font-size: 20px;
}

.header_content_box p {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}

.content {
  margin-top: 80px;
  margin-bottom: 40px;
}

.content_title {
  font-size: 36px;
  text-align: center;
}

.content_intro {
  font-size: 18px;
  text-align: center;
  width: 670px;
  margin: 12px auto 0;
  line-height: 25px;
}

.lpxIntro {
  height: 520px;
  box-shadow: 0px 2px 8px 4px rgba(171, 216, 255, 0.2);
  box-sizing: border-box;
  padding: 40px;
}

.lpxIntro_nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.lpxIntro_nav li {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  height: 34px;
  color: #000000;
  position: relative;
  margin-right: 68px;
  cursor: pointer;
}

.lpxIntro_nav li.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0089FF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.lpxIntro_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 75px;
}

.lpxIntro_box_left {
  width: 250px;
}

.lpxIntro_box_left_title {
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
}

.lpxIntro_box_left_intro {
  margin-top: 20px;
  font-size: 18px;
  color: #000000;
}

.lpxIntro_box_left_btn {
  margin-top: 60px;
  width: 130px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #0089FF;
  font-size: 18px;
  display: block;
  text-align: center;
  border: 1px solid #0089FF;
}

.lpxIntro_box_image {
  width: 622px;
  height: 320px;
  display: block;
  padding-right: 56px;
}

.lpxService {
  padding: 4px;
  padding-bottom: 80px;
}

.swiper {
  height: 350px;
}

.lpxService_item {
  width: 387px;
  height: 350px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 4px rgba(171, 216, 255, 0.2);
  box-sizing: border-box;
  padding: 28px;
}

.lpxService_item h4 {
  font-size: 20px;
  text-align: center;
}

.lpxService_item p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 16px;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border-radius: 5px;
  background-color: #0089FF;
  opacity: 0.2;
}

.swiper-pagination-bullet:not(:last-child) {
  margin-right: 16px;
}

.swiper-pagination-bullet-active {
  width: 60px;
  opacity: 1;
}

.lpxClient {
  background-color: #F6FAFF;
  overflow: hidden;
  padding-bottom: 97px;
}

.lpxClient_image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.lpxClient_image img {
  width: 240px;
  height: 130px;
}

.footer {
  background-color: #171E30;
  padding: 50px 0;
}

.footerbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #FFFFFF;
}

.footerbox>div:not(:last-child) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footerbox_qrcode {
  width: 120px;
  margin-right: 38px;
}

.footerbox_qrcode p {
  text-align: center;
}

.footerbox h5 {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
}

.footerbox img {
  width: 100%;
  margin-top: 24px;
}

.footerbox p {
  margin-top: 20px;
  font-size: 16px;
}

.footerbox_list p {
  margin-top: 24px;
}

.footerbox_list {
  margin-left: 100px;
}

.casebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px 4px 100px 4px;
}

.casebox_item {
  width: 387px;
  height: 518px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 4px rgba(171, 216, 255, 0.2);
  box-sizing: border-box;
  padding: 28px;
  margin-bottom: 24px;
}

.casebox_item img {
  width: 70px;
  margin: 10px auto 0;
}

.casebox_item h4 {
  font-size: 20px;
  text-align: center;
  margin-top: 16px;
}

.casebox_item p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 16px;
}

.hotProblem {
  margin-top: 80px;
  width: 100%;
  height: 217px;
  background-color: #F7F9FF;
  box-sizing: border-box;
  padding: 40px;
  overflow: hidden;
}

.hotProblem h4 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 6px;
}

.hotProblem_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.hotProblem_list li {
  list-style: disc;
  font-size: 18px;
  margin-left: 20px;
  min-width: 235px;
  margin-top: 24px;
  cursor: pointer;
  user-select: none;
}

.hotProblem_list li>a {
  color: #000000;
}

.helpbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 4px;
  margin-bottom: 130px;

}

.helpbox_item {
  width: 386px;
  height: 385px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 4px rgba(171, 216, 255, 0.2);
  box-sizing: border-box;
  padding: 28px;
  margin-bottom: 24px;
}

.helpbox_item:not(:nth-child(3n)) {
  margin-right: 16px;
}

.helpbox_item h4 {
  font-size: 24px;
}

.helpbox_item h4 span {
  width: 3px;
  height: 18px;
  background-color: #0089FF;
  display: inline-block;
  margin-right: 16px;
  margin-top: 2px;
}

.helpbox_item ul {
  margin-top: 4px;
}

.helpbox_item ul>li {
  list-style: disc;
  font-size: 18px;
  margin-left: 20px;
  min-width: 235px;
  margin-top: 24px;
}

.helpbox_item ul>li>a {
  color: #000;
}

.aboutCompany {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aboutCompany_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.aboutCompany_item:not(:first-child)::before {
  content: '';
  width: calc(50% - 10px);
  height: 1px;
  border-top: 1px dashed #53AFFF;
  position: absolute;
  top: 10px;
  left: 0;
}

.aboutCompany_item:not(:last-child)::after {
  content: '';
  width: calc(50% - 10px);
  height: 1px;
  border-top: 1px dashed #53AFFF;
  position: absolute;
  top: 10px;
  right: 0;
}

.aboutCompany_item div {
  width: 20px;
  height: 20px;
  border: 1px solid #0089FF;
  background-color: #E6F3FF;
  border-radius: 50%;
  margin-bottom: 14px;
}

.aboutCompany_item h4 {
  font-size: 24px;
  line-height: 33px;
}

.aboutCompany_item p {
  font-size: 18px;
}

.aboutIntro {
  padding: 80px 0;
  background-color: #F6FAFF;
}

.aboutIntro_text {
  text-align: center;
  width: 900px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 33px;
}

.aboutIntroBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.aboutIntroBox_item {
  width: 387px;
  background-color: #fff;
}

.aboutIntroBox_item_top {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutIntroBox_item_bottom {
  height: 160px;
  border-top: 1px solid #E4E4E4;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.aboutIntroBox_item_bottom h4 {
  font-size: 24px;
}

.aboutIntroBox_item_bottom p {
  font-size: 20px;
}

.aboutMap {
  margin-top: 50px;
  box-sizing: border-box;
  height: 440px;
  border: 1px solid #E4E4E4;
  padding: 28px;
  margin-bottom: 47px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.aboutMap>div {
  flex: 1;
}

.aboutMap_info {
  padding-left: 40px;
  padding-top: 46px;
}

.aboutMap_info h4 {
  font-size: 24px;
}

.aboutMap_info_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 310px;
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
}

.aboutMap_info_list span {
  width: 60px;
}

.aboutMap_info_list p {
  flex: 1;
}

.aboutMap_info_p {
  font-size: 20px;
  padding-left: 60px;
}

.header_input {
  margin: 40px auto 0;
  width: 630px;
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 40px;
}

.header_input img {
  width: 40px;
  height: 40px;
}

.header_input input {
  flex: 1;
  padding-left: 20px;
  line-height: 38px;
  height: 38px;
  border: none;
  outline: none;
  font-size: 26px;
}

/** problem.html */
.problem {
  display: flex;
  height: calc(100vh - 60px);
  justify-content: space-between;
  align-items: stretch;
}

.problemList {
  width: 360px;
  background-color: #F6FAFF;
  box-sizing: border-box;
  padding: 0 28px;
  overflow-y: scroll;
}

.cyscroll::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.cyscroll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.cyscroll::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: transparent;
}

.problem_search {
  padding-top: 20px;
  padding-bottom: 32px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.problem_searchinput {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #0089FF;
  background-color: #fff;
  border-radius: 24px;
}

.problem_searchinput img {
  width: 24px;
  height: 24px;
}

.problem_searchinput input {
  flex: 1;
  height: 46px;
  line-height: 46px;
  border: none;
  outline: none;
  padding-left: 20px;
  font-size: 18px;
  border-radius: 24px;
}

.problem_list {
  color: #000000;
}

.problem_cate {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
}

.problem_cate_arrowhead {
  width: 12px;
  height: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  border-left: 1px solid rgba(0, 0, 0, .25);
  transform: rotate(-45deg);
  margin-right: 6px;
}

.problem_cate_arrowheadtop {
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(0, 0, 0, .25);
  border-left: 1px solid rgba(0, 0, 0, .25);
  transform: rotate(45deg);
  margin-right: 6px;
  display: none;
  margin-top: 6px;
}

.problem_ul li {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  /* padding-left: 36px; */
  font-size: 16px;
  line-height: 28px;
  padding: 10px 0 10px 36px;
}

.problem_ul li>a {
  color: #000000;
}

.problemContent {
  flex: 1;
  box-sizing: border-box;
  padding-top: 32px;
  padding-left: 28px;
  min-height: 550px;
  overflow-y: scroll;
}

.problem_link {
  font-size: 16px;
}

.problem_link a {
  color: #000;
}

.problemContent_title {
  margin-top: 30px;
}

.problemContent_content {
  margin-top: 30px;
  line-height: 24px;
}

.problemContent_content p,
.problemContent_content img {
  margin: 10px 0;
}

.problemContent_btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.problemContent_btns button {
  width: 130px;
  height: 44px;
  border: 1px solid #0089FF;
  outline: none;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  color: #0089FF;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}

/** problem.html end */

.newsBox {
  height: 520px;
  background-color: #ffffff;
}

.newsBox a {
  text-decoration: none;
  color: #919191;
}

.newsBox a:active {
  text-decoration: none;
}


.newsBox .newsBt {
  font-size: 32px;
  color: #252b3a;
  line-height: 45px;
  letter-spacing: 2.76px;
  text-align: center;
  font-weight: 700;
  padding: 58px 0;
}

.newsBox .news {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.newsBox .news .newsContentBox {
  width: 300px;
}

.newsBox .news .newsContentBox .newsContent img {
  height: 176px;
  width: 255px;
}

.newsBox .news .newsContentBox .newsTitle {
  font-size: 15px;
  color: #565656;
  margin: 10px 0 10px 0;
  font-weight: bold;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsBox .news .newsContentBox .newsText {
  font-size: 14px;
  color: #919191;
  width: 252px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
}

.newsBox .news .newsContentBox .newsTime {
  width: 260px;
  font-size: 14px;
  color: #919191;
  padding-top: 10px;
  text-align: justify;
  display: flex;
  justify-content: space-between;

}

.sell {
  background: #00000060;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

.sellPop {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 8px;
  width: 900px;
  height: 600px;
  margin: auto;
  left: 0;
  right: 0;
}

.closePop {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.sellPop_title1 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  text-align: center;
}

.sellPop_title2 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  text-align: center;
  margin-top: 8px;
}

.sellPop_menu {
  background: linear-gradient(180deg, #FFFAF5 0%, #FFFFFF 51%, #FFFFFF 100%);
  border-radius: 4px;
  border: 1px solid #F2D4A4;
  margin: 0 30px;
  margin-top: 16px;
  padding: 16px 30px;
}

.sellPop_menu_t1,
.sellPop_menu_t2 {
  display: flex;
  justify-content: space-around;
}

.sellPop_menu_t1 {
  margin-bottom: 20px;
}

.sellPop_menu_t2 {
  margin-bottom: 9px;
}

.sellPop_title3 {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  text-align: center;
  margin-top: 32px;
}

.sellPop_menu_t1_item {
  width: 30%;
}

.sellPop_menu_t1_item_img {
  text-align: center;
  margin-bottom: 8px;
}

.sellPop_menu_t1_item_img img {
  width: 40px;
  height: 40px;
  margin: auto;
}

.sellPop_menu_t1_item_text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.sellPop_qr {
  margin-top: 24px;
  display: flex;
  margin: 0 30px;
  margin-top: 24px;
  justify-content: space-between;
}

.sellPop_qr_item {
  display: flex;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 2px rgba(221, 221, 221, 0.5);
  border-radius: 4px;
}

.sellPop_qr_item_img img {
  width: 120px;
  height: 120px;
}

.sellPop_qr_item_text {
  padding: 6px 0;
  margin-left: 6px;
}

.sellPop_qr_item_text_t1 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  text-align: center;
}

.sellPop_qr_item_text_t2 {
  font-size: 15px;
  margin-top: 6px;
  font-weight: 400;
  color: #666666;
}

.sellPop_qr_item_text_t2 img {
  width: 120px;
  height: 24px;
}

.sellPop_qr_item_text_t3 {
  margin-top: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}