.productInformation .text {
  position: absolute;
  top: 111px;
  left: 14%;
}

.container_fian {
  width: 1328px;
  margin: 0 auto 100px;
  background: #FFFFFF;
}

.container_fian .navigation {
  line-height: 48px;
}

.container_fian .navigation span {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  text-align: left;
  font-style: normal;
}

.container_fian .main_body {
  padding-top: 40px;
  display: flex;
}

.container_fian .main_body .main_left {
  width: 230px;
  margin-right: 40px;
  height: 585px;
  overflow: hidden;
  position: relative;
}

.container_fian .main_body .main_left div {
  width: 230px;
  height: 58px;
  background: #F6F6F6;
  line-height: 58px;
  padding-left: 24px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  font-style: normal;
  cursor: pointer;
}

.container_fian .main_body .main_left .active {
  background: linear-gradient(270deg,
      rgba(2, 74, 194, 0) 0%,
      rgba(28, 116, 226, 0.2) 100%);
  color: #003cc8;
  font-weight: bold;
}

.container_fian .main_body .main_left .active a {
  color: #FFFFFF;
}

.container_fian .main_body .main_right {
  width: calc(100% - 230px);
}

.container_fian .main_body .main_right .main_title {
  width: 100%;
  line-height: 23px;
  padding-left: 15px;
  position: relative;
  font-size: 22px;
  color: #000000;
}

.container_fian .main_body .main_right .main_title::before {
  display: block;
  content: "";
  position: absolute;
  background: #003CC8;
  width: 4px;
  height: 23px;
  left: 0;
  top: 0;
}

.container_fian .main_body .main_right .product_inquiry_header {
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_fian .main_body .main_right .product_inquiry_header .left {
  display: flex;
  align-items: center;
}

.container_fian .main_body .main_right .product_inquiry_header .left .line {
  width: 4px;
  height: 23px;
  background: #003CC8;
}

.container_fian .main_body .main_right .product_inquiry_header .left .product_inquiry_title {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  font-style: normal;
  margin: 0 32px 0 20px;
}

.container_fian .main_body .main_right .product_inquiry_header .right {
  display: flex;
}

.container_fian .main_body .main_right .product_inquiry_header .right .search_input {
  width: 460px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 10px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px 0 0 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  padding: 0 10px;
}

.container_fian .main_body .main_right .product_inquiry_header .right .el-input__inner {
  border: none !important;
  height: 36px;
  line-height: 36px;
}

.container_fian .main_body .main_right .product_inquiry_header .right .subsearch {
  width: 56px;
  height: 40px;
  background: #004DA5;
  border-radius: 0 4px 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_fian .main_body .main_right .search_item {
  width: 1328px;
  height: 280px;
  margin: 0 auto;
  padding: 24px 0;
  position: relative;
}

.container_fian .main_body .main_right .search_item .radio_item {
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
}

.container_fian .main_body .main_right .search_item .el-radio-button {
  margin: 0 16px;
}

.container_fian .main_body .main_right .search_item .el-radio-button .el-radio-button__inner {
  border-radius: 4px !important;
  border: none !important;
  padding: 9px 16px !important;
  background: #F8F8F8;
  font-size: 16px;
}

.container_fian .main_body .main_right .search_item .el-radio-button .el-radio-button__orig-radio:checked+.el-radio-button__inner {
  background-color: #003CC8;
}

.container_fian .main_body .main_right .product_table {
  /* width: 1328px; */
  height: 846px;
  margin: 0 auto;
  position: relative;
}

.container_fian .main_body .main_right .product_table .el-table__cell {
  padding: 16px 0;
}

.container_fian .main_body .main_right .product_table .details {
  font-weight: 400;
  font-size: 16px;
  color: #003CC8;
  font-style: normal;
}

.container_fian .main_body .main_right .product_table .screen {
  width: 100%;
  height: 48px;
  margin-top: 24px;
  padding: 0 16px;
  background: rgba(0, 60, 200, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container_fian .main_body .main_right .product_table .screen .span1 {
  font-weight: 400;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
  font-style: normal;
}

.container_fian .main_body .main_right .product_inquiry .navigation .span1 span {
  color: rgba(51, 51, 51, 0.5);
}

.container_fian .main_body .main_right .product_inquiry .navigation .span1 a {
  color: #333333;
}

.container_fian .main_body .main_right .product_table .screen .span2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.container_fian .main_body .main_right .product_table .screen .span2 .span3 {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  font-style: normal;
}

.container_fian .main_body .main_right .product_table .screen .span2 .span4 {
  padding: 0 16px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container_fian .main_body .main_right .product_table .screen .span2 .span4 img {
  width: 10px;
  height: 13px;
  margin-right: 4px;
}

.container_fian .main_body .main_right .product_table .screen .span2 .span4:last-child {
  margin-left: 8px;
}

.container_fian .main_body .main_right .product_table .pagination {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.introduction-bg {
  background: url(./20190308_bg.jpg) no-repeat;
  width: 1280px;
  height: 771px;
  background-size: 100%;
  margin: auto;
  margin-top: 16px;
}
.introduction-head {
height: 200px;
width: 990px;
margin: 0 auto;
background: url(./20220608.png) 0% 40px no-repeat;
}
.introduction-bg .introduction-body {
width: 1120px;
margin: 0 auto 1px;
background: url(./2019030813.jpg) no-repeat;
box-sizing: border-box;
padding: 30px 45px 10px 45px;
position: relative;
height: 500px;
}
.introduction-bg .introduction-body .body-img {
float: right;
padding: 20px 20px 0 20px;
}
.introduction-bg .introduction-body .t1 {
padding-left: 15px;
font-size: 16px;
color: #0080f8;
position: relative;
}
.introduction-bg .introduction-body p {
line-height: 2;
font-size: 12px;
color: #818281;
padding: 10px 0;
}
/*# sourceMappingURL=fiancialDetails.css.map */