/* 首页 */
.txt-one {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.txt-two {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box1 {
  padding: 10px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box1_l {
  width: 300px;
  height: 458px;
  background: #F3F5F9;
  margin-right: 10px;
  padding: 17px 8px 4px;
}
.box1_l .tit {
  display: flex;
  align-items: center;
  padding-left: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 24px;
}
.box1_l .tit img {
  height: 14px;
  width: 14px;
  margin-right: 6px;
}
.box1_l .list {
  display: flex;
  flex-wrap: wrap;
}
.box1_l .list a {
  white-space: nowrap;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.box1_l .list a:nth-child(3n) {
  margin-right: 0;
}
.box1_l .lists {
  display: flex;
  flex-wrap: wrap;
}
.box1_l .lists a {
  white-space: nowrap;
  width: 25%;
  margin-bottom: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
.box1_r {
  height: 458px;
  width: 890px;
}
.box1_r .swiper-container {
  height: 100%;
  width: 100%;
}
.box1_r .swiper-container img {
  width: 100%;
}
.box1_r .swiper-button-prev {
  height: 50px;
  width: 50px;
  background: url('../img/index6.png') no-repeat center / 100%;
}
.box1_r .swiper-button-next {
  height: 50px;
  width: 50px;
  background: url('../img/index5.png') no-repeat center / 100%;
}
.box1_r .swiper-pagination-bullet-active {
  background-color: #E60012;
}
.box2 {
  background-color: #F3F5F9;
  display: flex;
  align-items: center;
  height: 192px;
  margin-bottom: 38px;
}
.box2_l {
  height: 100%;
  width: 66px;
  background: url('../img/index4.png') no-repeat center / cover;
  line-height: 66px;
  text-align: center;
  padding-left: 5px;
  padding-right: 20px;
  padding-top: 38px;
  line-height: 1.3;
  font-size: 22px;
  color: #FFFFFF;
}
.box2_r {
  width: 1134px;
  padding: 0 36px;
  display: flex;
  align-items: center;
}
.box2_r_item {
  height: 155px;
  margin-right: 20px;
  background: url('../img/index3.png') no-repeat center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 15px 0;
}
.box2_r_item img {
  height: 20px;
  margin-bottom: 14px;
}
.box2_r_item .tit {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.box2_r_item p {
  font-size: 14px;
  color: #999;
  line-height: 19px;
}
.box2_r .next {
  height: 31px;
  width: 40px;
  margin-right: 27px;
}
.box3 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box3 .title_l {
  font-size: 24px;
  color: #333333;
}
.box3 .title_r {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.box3 .title_r img {
  height: 13px;
  width: 7px;
  margin-left: 8px;
}
.box3_nav {
  margin: 27px 0 25px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  padding: 0 45px 0;
}
.box3_nav .swiper-container {
  width: 100%;
  height: 100%;
}
.box3_nav .swiper-container .swiper-slide {
  font-size: 16px;
  color: #999;
  text-align: center;
  width: auto!important;
  margin-right: 54px;
  white-space: nowrap;
  cursor: pointer;
  padding-bottom: 17px;
}
.box3_nav .swiper-container .swiper-slide.on {
  position: relative;
  color: #D74B4B;
}
.box3_nav .swiper-container .swiper-slide.on::after {
  content: '';
  height: 1px;
  width: 80px;
  background-color: #D74B4B;
  position: absolute;
  bottom: 0;
  left: calc((100% - 80px)/2);
}
.box3_list {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.box3_on {
  display: flex;
}
.box3_list .item {
  position: relative;
  width: 290px;
  padding-bottom: 20px;
  border: 1px solid #E4E4E4;
}
.box3_list .picture {
  width: 100%;
  aspect-ratio: 290/202;
  margin-bottom: 12px;
}
.box3_list .name {
  padding: 0 15px;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 16px;
}
.box3_list .pirce {
  padding: 0 15px;
  font-size: 14px;
  color: #999;
}
.box3_list .pirce span {
  font-weight: bold;
  color: #256d01;
  font-size: 18px;
}
.box3_list .tips {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 31px;
  background: url('../img/index2.png') no-repeat center / cover;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  padding-top: 4px;
}
.box3_lists {
  margin: 40px 0 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.box3_lists .item {
  position: relative;
  width: 590px;
  padding-right: 13px;
  border: 1px solid #E4E4E4;
  display: flex;
  margin-bottom: 22px;
}
.box3_lists .picture {
  width: 290px;
  aspect-ratio: 290/202;
  margin-right: 13px;
}
.box3_lists .item_r {
  width: calc(100% - 303px);
  padding-top: 19px;
}
.box3_lists .name {
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 16px;
}
.box3_lists .pirce {
  font-size: 14px;
  color: #999;
  margin-bottom: 16px;
}
.box3_lists .pirce span {
  font-weight: bold;
  color: #256d01;
  font-size: 18px;
}
.box3_lists .time {
  font-size: 14px;
  color: #999;
  margin-bottom: 12px;
}
.box3_lists .tips {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 31px;
  background: url('../img/index2.png') no-repeat center / cover;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  padding-top: 4px;
}
.box3_lists .btn {
  width: 106px;
  height: 32px;
  background: #256d01;
  margin-left: auto;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.pirce1 span{
    color: #D74B4B!important;
}
.pirce2 span{
    color: #ddd!important;
}
.box3_lists .btn1 {
  width: 106px;
  height: 32px;
  background: #D74B4B;
  margin-left: auto;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.box3_lists .btn2 {
  width: 84px;
  height: 32px;
  background: #ddd;
  margin-left: auto;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.look_pop {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
}
.look_pop .pop_bg {
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}
.look_pop .pop_con {
  width: 800px;
  height: 692px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px 50px 98px;
  position: absolute;
  top: calc((100% - 692px)/2);
  left: calc((100% - 800px)/2);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.look_pop .pop_con .tit {
  font-size: 26px;
  color: #333;
  margin-bottom: 90px;
}
.look_pop .pop_con .row {
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.look_pop .pop_con .row .row_l {
  width: 108px;
  text-align: end;
  font-size: 24px;
  color: #333;
  margin-right: 6px;
}
.look_pop .pop_con .row .row_l span {
  color: #E60012;
}
.look_pop .pop_con .row input {
  width: 586px;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 24px;
  background-color: rgba(248, 248, 248, 0.72);
  padding-left: 27px;
}
.look_pop .pop_con .agree {
  width: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #999;
  margin: 76px 0 30px;
}
.look_pop .pop_con .agree a {
  color: #E60012;
}
.look_pop .pop_con .agree img {
  height: 24px;
  width: 24px;
  margin-right: 17px;
}
.look_pop .pop_con .agree .agrees {
  display: none;
}
.look_pop .pop_con .btn {
  width: 100%;
  height: 72px;
  background: #E60012;
  cursor: pointer;
  text-align: center;
  line-height: 72px;
  color: #fff;
  font-size: 24px;
  margin-top: 36px;
}
.look_pop .pop_con .link {
  margin-top: auto;
  font-size: 24px;
  color: #999;
}
.look_pop .pop_con .link a {
  color: #E60012;
}
.look_pop .pop_con .cancel {
  position: absolute;
  top: 30px;
  right: 37px;
  height: 19px;
  width: 19px;
}
.crumbs {
  height: 54px;
  background-color: #F5F5F5;
}
.crumbs .container {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #707070;
}
.crumbs .container a {
  font-size: 16px;
  color: #707070;
}
.finance .title {
  margin-top: 62px;
  height: 42px;
  line-height: 42px;
  font-size: 26px;
  color: #333;
  margin-bottom: 14px;
}
.finance .txt {
  font-size: 14px;
  color: #999;
  margin-bottom: 35px;
}
.finance .row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.finance .row span {
  width: 81px;
  white-space: nowrap;
  margin-right: 13px;
  text-align: end;
  font-size: 16px;
  color: #333;
}
.finance .row input {
  width: 1105px;
  height: 52px;
  background-color: rgba(248, 248, 248, 0.72);
  padding-left: 19px;
  font-size: 16px;
  border: 0;
  outline: none;
}
.finance .row .row_r {
  width: 1105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finance .row .row_r select {
  width: 360px;
  height: 52px;
  background: rgba(248, 248, 248, 0.72) !important;
  outline: none;
  border: 0;
  padding: 0 19px;
}
.finance .btn {
  width: 470px;
  height: 52px;
  background: #E60012;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 76px auto 111px;
}
.news_con {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news_con .container {
  display: flex;
  justify-content: space-between;
}
.news_con .container .news_detail {
  width: 890px;
  height: auto;
  margin-right: 28px;
  border: 1px solid #E4E4E4;
  padding: 25px 20px 77px;
}
.news_con .container .news_detail .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}
.news_con .container .news_detail .time {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-bottom: 32px;
}
.news_con .container .news_detail .con p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-bottom: 20px;
}
.news_con .container .news_detail .con img {
  width: 100%;
  max-width: 100%;
}
.news_con .container .news_con_l {
  width: 890px;
  margin-right: 28px;
}
.news_con .container .news_con_l .swiper-container {
  width: 100%;
}
.news_con .container .news_con_l .swiper-container img {
  width: 100%;
}
.news_con .container .news_con_l .swiper-container .swiper-button-prev {
  height: 50px;
  width: 50px;
  background: url('../img/index6.png') no-repeat center / 100%;
}
.news_con .container .news_con_l .swiper-container .swiper-button-next {
  height: 50px;
  width: 50px;
  background: url('../img/index5.png') no-repeat center / 100%;
}
.news_con .container .news_con_l .list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.news_con .container .news_con_l .list .item {
  width: 100%;
  background-color: #FCFCFC;
  padding: 36px 32px;
  display: flex;
  margin-bottom: 20px;
}
.news_con .container .news_con_l .list .item img {
  height: 152px;
  width: 208px;
  margin-right: 28px;
}
.news_con .container .news_con_l .list .item .item_r {
  width: 592px;
}
.news_con .container .news_con_l .list .item .item_r .name {
  font-size: 20px;
  font-weight: bold;
  color: #1A2A49;
  margin-bottom: 15px;
}
.news_con .container .news_con_l .list .item .item_r .txt {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 29px;
}
.news_con .container .news_con_l .list .item .item_r .time {
  font-size: 14px;
  color: #999;
}
.news_con .container .news_con_l .paginationBox {
  width: 100%;
}
.news_con .container .news_con_l .paginationBox .page {
  width: 100%;
}

.news_con .container .news_con_r {
  border: 1px solid #E4E4E4;
  width: 280px;
}
.news_con .container .news_con_r .title {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
.news_con .container .news_con_r .title img {
  height: 17px;
  width: 18px;
  margin-right: 8px;
}
.news_con .container .news_con_r .list {
  padding: 0 5px;
}
.news_con .container .news_con_r .item {
  position: relative;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 20px;
}
.news_con .container .news_con_r .item .picture {
  width: 100%;
  aspect-ratio: 290/202;
  margin-bottom: 12px;
}
.news_con .container .news_con_r .item .name {
  padding: 0 15px;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 16px;
}
.news_con .container .news_con_r .item .pirce {
  padding: 0 15px;
  font-size: 14px;
  color: #999;
}
.news_con .container .news_con_r .item .pirce span {
  font-weight: bold;
  color: #256d01;
  font-size: 18px;
}
.news_con .container .news_con_r .item .tips {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 31px;
  background: url('../img/index2.png') no-repeat center / cover;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  padding-top: 4px;
}
