.index_box1 {
  width: 100%;
  height: 699px;
  display: flex;
  justify-content: center;
  background: linear-gradient(128.28deg, rgba(0, 102, 255, 0.384) 1.59%, rgba(255, 255, 255, 0) 72.68%, rgba(233, 241, 255, 0.8) 92.58%);

  /* background-image: url(../img/exp/exp_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
}
.index_box1 .box1_content {
  display: flex;
  justify-content: space-between;
  margin-top: 174px;
  width: 1200px;
}
.index_box1 .box1_content .box1_img {
  width: 714px;
  height: 475px;
}
.index_box1 .box1_content .box1_left {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.index_box1 .box1_content .box1_left .line_one {
  font-size: 42px;
  color: #000;
  line-height: 58px;
  font-weight: 500;
}
.index_box1 .box1_content .box1_left .line_two {
  font-size: 42px;
  color: #000;
  line-height: 58px;
  font-weight: 500;
  margin-top: 7px;
  color: #467CF3;
}
.index_box1 .box1_content .box1_left .label {
  font-weight: 400;
  font-size: 24px;
  line-height: 40.8px;
  color: #666;
  margin-top: 28px;
}
.index_box1 .box1_content .box1_left .lxwm {
  width: 211px;
  height: 69px;
  margin-top: 64px;
  cursor: pointer;
  font-weight: 500;
  font-size: 28px;
  line-height: 39.2px;
  color: #fff;
}

.exp_box {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #F4F7FC;
}
.exp_box .exp_content {
  width: 1200px;
  padding: 80px 0;
  padding-top: 64px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-end;
}
.exp_box .exp_content .expMenuBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.exp_box .exp_content .expMenuBox .menuItem{
  align-items: center;
  position: relative;
  cursor: pointer;
}
.exp_box .exp_content .expMenuBox .menuItem img{
  height: 120px;
  background: #fff;
}
.exp_box .exp_content .expMenuBox .nowMenu::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #467CF3;
}
.exp_box .exp_content .btnLine{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.exp_box .exp_content .btnLine .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
.exp_box .exp_content .btnLine .btn img{
  height: 20px;
}
.exp_box .exp_content .expImgBox{
  padding: 40px;
  box-shadow: 4px 4px 25.3px 5px #B2B2B240;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.exp_box .exp_content .expImg{
  width: 100%;
  cursor: pointer;
}
.el-input__inner {
  height: 30px;
  line-height: 30px;
  border-color: #00000033;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.index_box2 {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #FFFFFFE5;
}
.index_box2 .box2_content {
  width: 1200px;
  padding-top: 80px;
  padding-bottom: 68px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
}
.index_box2 .box2_content .title{
  font-weight: 500;
  font-size: 42px;
  line-height: 58.8px;
  color: #333;
}
.index_box2 .box2_content .box2_img{
  width: 100%;
}

.detail_top {
  width: 100%;
  display: flex;
  justify-content: center;
}
.detail_top .top_content {
  display: flex;
  flex-direction: column;
  width: 1200px;
  height: 285px;
  border-bottom: 1px solid #E9EAED;
  box-sizing: border-box;
  padding-top: 108px;
}
.detail_top .top_content .menu_line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #86909C;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  line-height: 24px;
}
.detail_top .top_content .menu_line .link {
  color: #2577F6;
}
.detail_top .top_content .menu_line .name {
  color: #131B25;
}
.detail_top .top_content .title {
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: 500;
  color: #131B25;
  line-height: 45px;
  margin-top: 40px;
}
.detail_top .top_content .time {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  color: #86909C;
  line-height: 24px;
  margin-top: 14px;
}

.detail_body {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  padding-top: 20px;
  gap: 20px;
}
.detail_body .detail_info {
  padding-top: 10px;
  border-bottom: 1px solid #E9EAED;
}
.detail_body .detail_info p{
  max-width: 100% !important;
}
.detail_body .detail_info span{
  text-wrap: wrap !important;
}
.detail_body .detail_info img{
  max-width: 100% !important;
}
.detail_body .detail_info .info_item {
  width: 860px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  gap: 16px;
}
.detail_body .detail_info .info_item .title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: 500;
  color: #2577F6;
  line-height: 25px;
  margin-bottom: 4px;
}
.detail_body .detail_info .info_item .label {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  color: #28313C;
  line-height: 24px;
}
.detail_body .bar {
  width: 1px;
  height: 576px;
  background: #E9EAED;
}
.detail_body .more {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.detail_body .more .title {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: 500;
  color: #131B25;
  line-height: 25px;
  margin-bottom: 4px;
}
.detail_body .more .link_item {
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  width: 299px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E9EAED;
  cursor: default;
}
.detail_body .more .link_item .dot_box {
  display: flex;
  align-items: center;
  height: 24px;
}
.detail_body .more .link_item .dot_box .dot {
  width: 6px;
  height: 6px;
  background: #2577F6;
  border-radius: 50%;
}
.detail_body .more .link_item .label {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  color: #28313C;
  line-height: 24px;
}
.detail_body .more .link_item:hover .label {
  color: #2577F6;
}

.detail_footer {
  margin: 0 auto;
  width: 1200px;
  padding-top: 18px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.detail_footer .next_link {
  cursor: default;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  color: #28313C;
  line-height: 24px;
}
.detail_footer .next_link:hover {
  color: #2577F6;
}
.detail_footer .next_link a{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  color: #28313C;
  line-height: 24px;

}
.detail_footer .next_link:hover a {
  color: #2577F6;
}
.detail_top .top_content .menu_line a{
  color: #2577F6;
}
/*# sourceMappingURL=exp.css.map */
.pages{
  width: 100%;
}
.pagination{
  display: flex;
  gap: 8px;
}
.pagination a{
  color: #303133;
  border: solid 1px #ededed;
  height: 32px;
  min-width: 32px;
  color: #3e3e3e;
  text-align: center;
  margin: 0;
  margin-right: 6px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  padding: 0;
  border-radius: 3px;
  font-size: 14px;
}
.pagination .cur{
  color: #fff !important;
  background-color: #2577F6;
  border-color: #2577F6;
}
.pagination p{
  color: #C0C4CC;
  cursor: not-allowed;
  display: none;
}
.pagination .pageRemark{
  font-size: 14px;
  color: #303133;
  cursor: default;
}