input::-ms-clear {
  display: none;
}
.overviewbg img {
  width: 100%;
  height: 580px;
  vertical-align: middle;
}

.content,
.detail_content {
  width: 91%;
  margin: 0 auto;
  max-width: 1600px;
}

.left_nav {
  float: left;
  position: relative;
  top: -90px;
}

.nav_title {
  width: 300px;
  height: 90px;
  background-color: #fdb940;
  border-radius: 6px 6px 0 0;
  text-align: center;
  line-height: 90px;
  color: #fff;
  font-size: 34px;
}

.nav_list {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #f7f7f7;
}

.nav_list li {
  position: relative;
  height: 58px;

  line-height: 58px;
  font-size: 16px;
  /* text-align: center; */
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.5s;
}
.nav_list li a {
  padding-left: 57px;
  display: block;
}

.nav_list .nav_on,
.nav_list .navon,
.nav_list li:hover {
  background: url(../images/navlogo.png) #fff no-repeat 245px 20px;
}

.nav_list .nav_on a,
.nav_list .navon a,
.nav_list li:hover a {
  color: #fdb940;
}

.nav_list .nav_on::before,
.nav_list .navon::before,
.nav_list li:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fdb940;
}

.content_right {
  float: left;
  width: calc(100% - 378px);
  margin-left: 78px;
  padding-top: 40px;
}

.content_title {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.content_title span {
  display: inline-block;
  border-bottom: 4px solid #fdb940;
  line-height: 82px;
  color: #494949;
  font-size: 35px;
}

.content_text {
  padding: 60px 0 80px;
  overflow: hidden;
}

.content_text .text {
  float: left;
  width: calc(100% - 420px);
  font-size: 16px;
  line-height: 32px;
}

.content_text .text p {
  text-indent: 2em;
  text-align: justify;
}

.content_text .content_img {
  float: left;
  width: 350px;
  margin-left: 70px;
}

.content_text .content_img img {
  width: 100%;
}

.publicity_table {
  width: 100%;
  margin-bottom: 55px;
  border: 1px solid #fff2dd;
  font-size: 16px;
}

.publicity_title {
  line-height: 72px;
  font-size: 20px;
  text-align: center;
}

.publicity_row {
  display: flex;
  line-height: 32px;
}

.row_left {
  display: flex;
  align-items: center;
  width: 230px;
  padding-left: 30px;
  border: 1px solid #fff2dd;
  border-left: none;
  border-bottom: none;
  box-sizing: border-box;
  background-color: #fffbf5;
  font-weight: bold;
}

.row_right {
  flex: 1;
  width: calc(100% - 230px);
  padding: 10px 30px;
  border-top: 1px solid #fff2dd;
  box-sizing: border-box;
  text-align: justify;
}

.row_right #productUrl a,
.row_right #list {
  font-weight: bold;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.culture {
  padding: 0 60px;
  background: url(../images/culturebg.png) no-repeat;
  background-size: cover;
  /* background-position-y: -45px; */
}

.culture_title {
  text-align: center;
}

.culture p,
.recruitment_info p {
  text-indent: 2em;
  text-align: justify;
}

.framework img {
  width: 100%;
}

.recruitment_info {
  width: 100%;
  margin-bottom: 40px;
  padding: 60px 60px 20px 360px;
  box-sizing: border-box;
  background: url(../images/recruitment.png) no-repeat;
  background-size: cover;
  background-position-x: -180px;
  border-radius: 8px;
}

.recruitment_info p span {
  font-weight: bold;
  color: #f9d298;
}

.position_title {
  display: flex;
  align-items: center;
  height: 70px;
  padding: 0 30px;
  background-color: #f7f7f7;
  border-radius: 6px;
  cursor: pointer;
}

.positionimg img {
  width: 30px;
  margin-right: 20px;
  margin-top: 10px;
  line-height: 70px;
}

.jtimg img {
  width: 28px;
  margin-top: 5px;
}

.position_location,
.position_name {
  flex: 1;
}

.position_name {
  color: #494949;
  font-weight: bold;
  font-size: 17px;
}

.position_info {
  padding: 30px 30px 0;
}

.piece {
  margin-bottom: 30px;
}

.piece div {
  line-height: 32px;
}

.piece .piece_title {
  font-weight: bold;
}

.position_item {
  margin-bottom: 22px;
}

.position_item .position_info {
  display: none;
}

.position_item .jtimg img:nth-child(1) {
  display: none;
}

.position_list .expand .jtimg img:nth-child(1) {
  display: block;
}

.position_list .expand .jtimg img:nth-child(2) {
  display: none;
}

.structure_list {
  padding-top: 60px;
}

.structure_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-left: 70px;
  margin-bottom: 120px;
  background: url(../images/structurext.png) #fffbf1 no-repeat;
  background-size: 100% 100%;
}

.structure_item > .structure_item_link {
  display: flex;
}

.structure_left {
  width: 53%;
}

.structure_right {
  flex: 1;
  position: relative;
  left: -2.5%;
}

.structure_left img {
  position: relative;
  top: -10%;
  left: -11%;
  width: 100%;
  height: 340px;
  vertical-align: middle;
  border-radius: 10px;
}

.structure_title {
  position: relative;
  margin-top: 30px;
  font-size: 32px;
  line-height: 70px;
}

.structure_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #fdb940;
}

.structure_info {
  margin-top: 37px;
  margin-right: 20px;
  line-height: 32px;
  text-align: justify;
  color: #666;
}

.structure_icon {
  margin-top: 7%;
}

.structure_icon img {
  cursor: pointer;
}

.structure_list .structure_item:nth-child(2) .structure_item_link {
  flex-direction: row-reverse;
  margin-left: 0px;
  margin-right: 70px;
}

.structure_list .structure_item:nth-child(2) .structure_left img {
  top: -10%;
  left: 11%;
}

.structure_list .structure_item:nth-child(2) .structure_right {
  left: 3%;
}

.contact_list {
  display: flex;
  flex-wrap: wrap;
}

.contact_item {
  position: relative;
  width: 33.3333%;
  height: 340px;
  padding: 25px 30px 45px;
  /* background-size: 100% 100%; */
  border: 1px solid #ebebeb;
  border-left: none;
  border-top: none;
  -webkit-transition: all 0.5s;
}

.contact_item:hover {
  background: url(../images/contactbg.png) #fffbf1 no-repeat;
}

.contact_list .contact_item:nth-child(4),
.contact_list .contact_item:nth-child(5) {
  border-bottom: none;
}

.contact_title {
  margin-bottom: 20px;
  font-size: 28px;
}

.contact_item .address {
  margin-bottom: 8px;
  color: #454545;
  line-height: 28px;
}

.contact_item .address img {
  margin-right: 15px;
}

.contact_item div:nth-child(2) {
  display: flex;
}

.contact_item div:nth-child(2) img {
  position: relative;
  top: 3px;
  height: 19px;
}

.btn {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 125px;
  height: 36px;
  margin-top: 26px;
  background-color: #fdb940;
  line-height: 36px;
  font-size: 16px;
  border-radius: 6px;
}

.btn a {
  display: block;
  color: #fff;
  text-align: center;
}

.product_item {
  display: flex;
  height: 120px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  border-radius: 8px;
}

.product_title {
  width: 45%;
  padding-left: 35px;
  font-size: 18px;
  line-height: 120px;
  box-sizing: border-box;
}

.product_title a {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product_time,
.product_duration {
  flex: 1;
  width: 20%;
  text-align: center;
}

.product_info {
  width: 16%;
}

.product_time div:nth-child(1),
.product_duration div:nth-child(1) {
  margin-top: 29px;
  line-height: 29px;
}

.product_time div:nth-child(2) {
  max-width: 200px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 33px;
  font-size: 16px;
  /* font-weight: bold; */
  color: #506778;
}

.product_duration div:nth-child(2) {
  line-height: 33px;
  color: #fdb940;
}

.product_duration div:nth-child(2) span {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* font-weight: bold; */
  font-size: 16px;
}

.product_info a {
  display: block;
  width: 122px;
  height: 34px;
  margin-top: 45px;
  border: 1px solid #fdb940;
  background-color: #fff;
  color: #fdb940;
  text-align: center;
  line-height: 34px;
  border-radius: 6px;
}

.product_info a:hover {
  color: #fff;
  background-color: #fdb940;
}

.pageBtnWrap a,
.pageBtnWrap span,
.pageBtnWrap .curr {
  padding: 5px 10px;
  margin: 0 3px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.pageBtnWrap span {
  margin: 0 3px;
}

.pageBtnWrap .curr,
.pageBtnWrap a:hover {
  color: #fff;
  background-color: #fdb940;
  border-color: #fdb940;
}

#kkpager_btn_go_input {
  width: 60px;
  height: 32px;
  margin: 0 5px;
  border-radius: 4px;
  border: 1px solid #aaa;
}

#kkpager span {
  margin: 0 5px;
}

.page-link {
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  background-color: #ffffff;
  text-align: center;
  line-height: 30px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  cursor: pointer;
}

.page-input {
  position: relative;
  top: -1px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  width: 50px;
  height: 30px;
  outline: none;
  text-align: center;
}
.goto-button {
  border: none;
  background-color: #fdb940;
  color: #ffffff;
  width: 48px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}

.page-num {
  display: inline-block;
  height: 30px;
  background-color: #fdb940;
  border-color: #fdb940;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
}

.gopage {
  /* position: absolute;
left: 80px !important; */
  width: 60px;
  height: 30px;
  margin-left: 5px;
  /* margin-top: 2px; */
  background-color: #fdb940;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#kkpager_btn_go {
  display: none;
  position: absolute;
  left: 80px !important;
  width: 60px;
  height: 30px;
  margin-top: 2px;
  background-color: #fdb940;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#kkpager_gopage_wrap {
  position: relative;
}

.product_text {
  padding-top: 60px;
}

.product_text .row_left {
  font-weight: normal;
}

.product_text .publicity_table {
  margin-bottom: 40px;
}

.productdetail {
  padding-bottom: 40px;
}

.productdetail_list,
.report_list {
  padding-top: 45px;
}

.productdetail_item {
  position: relative;
  height: 85px;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  line-height: 85px;
  border-radius: 8px;
}

.productdetail_item a {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.productdetail_item::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 19px;
  width: 7px;
  height: 7px;
  background-color: #fdb940;
  border-radius: 50%;
}

.detail_title {
  font-size: 19px;
}

.detail_time {
  font-size: 18px;
  font-weight: bold;
  color: #8b8b8b;
}

.spread,
.reportspread {
  font-size: 16px;
  font-weight: bold;
  color: #fdb940;
  text-align: right;
}

.spread span,
.reportspread span {
  cursor: pointer;
}

.spread img,
.reportspread img {
  width: 20px;
  margin-left: 5px;
}

.productdetail_list .hidden,
.report_list .hidden {
  display: none;
}

.chart {
  height: 400px;
}

.networth {
  margin-top: 50px;
  margin-bottom: 20px;
}

.networth_item {
  display: flex;
  justify-content: space-between;
  height: 78px;
  line-height: 78px;
}

.networth_item div {
  flex: 1;
  text-align: center;
}

.networth_list .networth_item:nth-child(2n-1) {
  background-color: #f8f8f8;
}

.networth_list .networth_item:nth-child(1) {
  background-color: #fff8ec;
  color: #fdb940;
  font-weight: bold;
}

.privacy p {
  margin-left: 3em;
  text-indent: 2em;
}

.privacy .bold {
  font-weight: bold;
  text-indent: 0;
  font-size: 18px;
}

.privacy_top,
.statement_top,
.annualreport_top,
.complaint_top,
.overviewbg_top,
.wealth_top,
.product_top,
.structure_top,
.guide_top,
.information_top {
  width: 100%;
  height: 480px;
  background: url(../images/privacy.jpg) no-repeat center;
  background-size: cover;
}

.statement_top {
  background-image: url(../images/statement.jpg);
}

.annualreport_top {
  background-image: url(../images/annualreport.jpg);
}

.information_top {
  background-image: url(../images/information.jpg);
  background-position-y: -500px;
}

.complaint_top {
  background-image: url(../images/complaint.jpg);
}

.overviewbg_top {
  background-image: url(../images/overviewbg.jpg);
}

.wealth_top {
  background-image: url(../images/wealth.jpg);
}

.structure_top {
  background-image: url(../images/structure.jpg);
}

.product_top {
  background-image: url(../images/product.jpg);
}

.guide_top {
  background-image: url(../images/guide.jpg);
}

.detail_warp {
  background-color: #f6f6f6;
}

.back {
  height: 67px;
  margin-top: 98px;
  padding: 26px 0 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
}

.back a {
  display: block;
  width: 91%;
  margin: 0 auto;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
}

.back span {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 50%;
  background: #fdb940;
  vertical-align: sub;
}

.back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -4px;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
}

.detail_content .content_text {
  padding-top: 68px;
}

.detail_title {
  font-size: 36px;
  text-align: center;
  line-height: 48px;
}

.detail_info {
  height: 69px;
  padding-bottom: 19px;
  line-height: 50px;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
}

.detail_info span {
  margin-right: 20px;
}

.detail_info a:nth-child(2) {
  margin: 0 10px;
}

.detail_text {
  padding: 40px 0;
}

.detail_text p {
  text-indent: 2em;
}

#swiper-container1 {
  height: 80px;
}

#swiper-container1::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  width: calc(100% - 50px);
  border: 1px dashed #ccc;
}

#swiper-container1 .swiper-slide {
  position: relative;
  text-align: center;
}

#swiper-container1 .swiper-slide a {
  position: relative;
  top: 45px;
  padding-top: 45px;
  font-size: 22px;
  color: #ccc;
  font-weight: bold;
}

#swiper-container1 .swiper-button-next,
#swiper-container1 .swiper-button-prev {
  top: 29px;
  background-color: #fff;
  z-index: 99;
}

#swiper-container1 .swiper-button-prev {
  left: 0;
}

#swiper-container1 .swiper-button-next {
  right: 3px;
}

/* #swiper-container1 .swiper-slide::before{
content: '';
position: absolute;
left: 0;
top: 20px;
width: 100%;
border: 1px dashed #ccc;
} */

#swiper-container1 .swiper-slide a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -8px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ccc;
  z-index: 9;
}

#swiper-container1 .swiper-slide a::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -2.5px;
  background-color: #b89458;
  border-radius: 50%;
  z-index: 9;
}

#swiper-container1 .swiper-slide-active a {
  color: #b89458;
}

#swiper-container1 .swiper-slide-active a::before {
  border-color: #b89458;
}

#swiper-container2 {
  margin-top: 50px;
}

#swiper-container2 .swiper-slide h4 {
  font-size: 36px;
  color: #666;
  margin-bottom: 35px;
}

.memorabilia_item {
  margin-bottom: 34px;
}

.memorabilia_item a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 35px;
  /* text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; */
  box-sizing: border-box;
}

.memorabilia_item a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 11px;
  height: 11px;
  background-color: #fdb940;
  transform: rotate(45deg);
}

.memorabilia_spread {
  text-align: center;
  color: #fdb940;
  font-weight: bold;
}

.memorabilia_spread span {
  cursor: pointer;
}

.memorabilia_spread img {
  width: 20px;
}

.productdetail_title {
  font-size: 19px;
}

.notice_item {
  position: relative;
  height: 80px;
  line-height: 80px;
}

.notice_item::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 24px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fdb940;
}

.notice_item a {
  display: flex;
  justify-content: space-between;
  padding: 0 50px 0 60px;
}

.notice_list .notice_item:nth-child(2n-1) {
  background-color: #f7f7f7;
}

.notice_title {
  font-size: 18px;
}

.notice_time {
  font-size: 14px;
  color: #666;
}

.modal,
.tj_tj_modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 99;
}

.dialog_wrapper,
.tj_dialog_wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  z-index: 999;
}

.dialog {
  width: 640px;
  height: 440px;
  position: relative;
  margin: 15vh auto 50px;
  padding: 50px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  background: url(../images/detailbg.png) no-repeat;
}

.dialog_title {
  display: flex;
  justify-content: space-between;
  height: 22px;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.close {
  position: relative;
  left: 20px;
  top: -10px;
  font-size: 24px;
  cursor: pointer;
}

.form {
  margin-left: 19px;
}

.form_item {
  display: flex;
  margin-bottom: 15px;
}

.form_item .label {
  position: relative;
  width: 105px;
  padding-right: 30px;
  line-height: 55px;
  text-align-last: justify;
  box-sizing: border-box;
}

.form_item .label::after {
  content: "*";
  position: absolute;
  top: 2px;
  left: 80px;
  color: #cc1100;
}

.form_item #password,
.form_item #smscode {
  width: 415px;
  height: 53px;
  border: 1px solid #fbefdb;
  background-color: #fff;
  border-radius: 6px;
  padding-left: 10px;
}

.form_item #smscode {
  width: 250px;
  margin-right: 10px;
}

.form_item #code {
  width: 155px;
  height: 40px;
  margin-top: 7px;
}

.submit {
  margin-top: 44px;
  margin-left: 105px;
}

.submit div {
  display: block;
  width: 100%;
  height: 53px;
  background-color: #fdb940;
  line-height: 53px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.annualreport_text {
  padding-top: 25px;
  padding-bottom: 40px;
}

.annualreport_item {
  height: 150px;
}

.annualreport_item {
  display: flex;
  padding: 29px 0 37px;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}

.left_time {
  width: 135px;
  text-align: center;
  border-right: 1px solid #d9dce0;
  /* font-family: Impact; */
}

.left_time .day {
  color: #596d7e;
  font-weight: bold;
  font-size: 35px;
  line-height: 49px;
}

.left_time .years {
  color: #909090;
  font-weight: bold;
  margin-top: 6px;
}

.annualreport_title {
  flex: 1;
  width: 80%;
  padding-left: 30px;
}

.right_jt {
  display: flex;
  align-items: center;
  width: 36px;
}

.headline {
  width: 95%;
  font-size: 22px;
  line-height: 49px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 22px;
  line-height: 49px;
}

.lookinfo {
  margin-top: 5px;
}

.lookinfo span {
  color: #828a99;
}

.lookinfo img {
  margin-left: 15px;
}

.imgon {
  display: none;
}

.annualreport_item:hover .imgon {
  display: inline-block;
}

.annualreport_item:hover .imgoff {
  display: none;
}

.annualreport_item:hover {
  border-color: #fdb940;
  border-width: 2px;
}

.annualreport_item:hover .left_time .day,
.annualreport_item:hover .left_time .years,
.annualreport_item:hover .annualreport_title,
.lookinfo span:hover {
  color: #fdb940;
  -webkit-transition: all 0.5s;
}

.publish_item {
  display: flex;
  height: 82px;
  line-height: 82px;
  padding-left: 25px;
}

.publish_list .publish_item:nth-child(2n-1) {
  background-color: #f7f7f7;
}

.publish_item div:nth-child(2),
.publish_item div:nth-child(3),
.publish_item div:nth-child(4),
.publish_item div:nth-child(5),
.publish_item div:nth-child(6) {
  flex: 1;
  text-align: center;
}

.publish_item div {
  font-size: 14px;
}

.publish_list .publish_item div:nth-child(1) {
  width: 600px;
  font-size: 17px;
}

.publish_list .publish_item:nth-child(1) div:nth-child(1) {
  padding-left: 30px;
  box-sizing: border-box;
}

.publish_list .publish_item:nth-child(1) {
  background-color: #fff8ec;
  color: #fdc261;
}

.publish_list .publish_item:nth-child(1) div {
  font-size: 17px;
}

.publish_item .red {
  color: #cc1100;
}

.publish_item .green {
  color: #258841;
}

.complaint_box {
  /* height: 800px; */
  padding: 95px;
  margin-top: 55px;
  margin-bottom: 30px;
  background: url(../images/complaintbg.png);
  border-radius: 16px;
  box-sizing: border-box;
}

.complaint_content {
  width: 100%;
  /* height: 100%; */
  padding: 100px 150px 100px;
  background-color: #fff;
  border-radius: 16px;
}

.complaint_title {
  position: relative;
  text-align: center;
}

.complaint_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 100%;
  border: 1px solid #fdb940;
  z-index: 0;
}

.complaint_title span {
  position: relative;
  padding: 0 38px;
  font-size: 28px;
  font-weight: bold;
  color: #fdb940;
  background-color: #fff;
  z-index: 9;
}

.complaint_title span::before,
.complaint_title span::after {
  content: "";
  position: absolute;
  top: 13px;
  width: 15px;
  height: 15px;
  background-color: #fdb940;
  transform: rotate(45deg);
}

.complaint_title span::before {
  left: 0;
}

.complaint_title span::after {
  right: 0;
}

.complaint_banner img {
  width: 100%;
  margin-bottom: 10px;
}

.suggest {
  margin-top: 60px;
}

.suggest_item {
  display: flex;
  margin-bottom: 40px;
}

.suggest_label {
  position: relative;
  width: 100px;
  padding-right: 30px;
  line-height: 56px;
  text-align-last: justify;
  box-sizing: border-box;
}

.suggest_label::before {
  content: "*";
  position: absolute;
  top: 2px;
  left: 70px;
  color: #cc1100;
}

.suggest_input {
  flex: 1;
}

.suggest_input input,
.suggest_input textarea {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  background-color: #f8f8f8;
  border-radius: 4px;
  border: none;
  outline: none;
  box-sizing: border-box;
}

.suggest_input textarea {
  height: 240px;
  padding: 24px 20px;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
}

.suggest_input .smscode,
.smscode_input {
  width: 320px;
  flex: inherit;
}

.suggest_item img {
  width: 150px;
  height: 40px;
  margin-left: 13px;
  margin-top: 8px;
  vertical-align: middle;
}

.suggest_btn {
  margin: 64px 0 0 107px;
}

.suggest_btn button {
  width: 150px;
  height: 40px;
  margin-right: 32px;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.suggest_submit {
  background-color: #fdb940;
}

.suggest_rest {
  background-color: #acb6be;
}

.dialog_content {
  padding: 12px 0 0 58px;
}

.tips {
  font-size: 17px;
}

.phone {
  height: 32px;
  margin-top: 36px;
  line-height: 32px;
  font-size: 17px;
}

.phone img {
  width: 32px;
  margin-right: 10px;
  vertical-align: middle;
}

.phone span {
  font-size: 22px;
  font-weight: bold;
  color: #fdb940;
  font-family: Impact;
}

.dialog_btn {
  margin: 65px 0 0 198px;
}

.dialog_submit {
  width: 150px;
  height: 47px;
  background-color: #fdb940;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.suggest_dialog {
  height: 430px;
}

.goPageBox {
  position: relative;
  top: -1px;
}

.kkpager_box {
  display: flex;
  justify-content: flex-end;
  /* padding-right: 60px; */
  margin-top: 60px;
}

.kindness_box {
  height: 960px;
  padding-top: 88px;
  background: url(../images/kindness.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.kindness_content {
  width: 58%;
  height: 60%;
  margin: 6% 0 0 10%;
  padding: 100px 0 0 100px;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 31px;
}

.telephone {
  margin-bottom: 60px;
  line-height: 49px;
}

.telephone img {
  vertical-align: middle;
  margin-right: 25px;
}

.telephone span {
  position: relative;
  top: 7px;
  font-size: 49px;
  font-family: Impact;
  color: #596d7e;
}

.kindness_info {
  margin-left: 90px;
}

.totalText {
  display: none;
}

.guide_item {
  position: relative;
  height: 80px;
  padding-left: 30px;
  line-height: 80px;
  font-size: 18px;
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 0.5s;
}

.guide_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 11px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #fdb940;
}

.guide_item a {
  display: flex;
  justify-content: space-between;
}

.guide_item .guide_title {
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.guide_item:hover {
  border-color: #fdb940;
}

.guide_item:hover .right_jt .imgoff {
  display: none;
}

.guide_item:hover .right_jt .imgon {
  display: block;
}

.guide_item .right_jt {
  width: auto;
}

.guide_text {
  padding-top: 20px;
}

.recommendation_dialog {
  width: 880px;
  height: 615px;
  background-image: url(../images/recommendation.png);
  background-color: #fff;
  overflow: hidden;
}

.recommendation_title {
  margin-bottom: 30px;
  font-size: 30px;
  color: #fdb940;
  font-weight: bold;
  text-align: center;
}

.recommendation_content p {
  font-size: 17px;
  line-height: 48px;
  padding-bottom: 0;
}

.recommendation_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 880px;
  display: flex;
}

.recommendation_btn button {
  width: 50%;
  height: 56px;
  border: none;
  border-radius: 0;
  font-size: 18px;
  cursor: pointer;
  background-color: #fff;
  color: #333;
}

.recommendation_btn button:nth-child(1) {
  background-color: #fdb940;
  color: #fff;
}

.wealth_title {
  border: none;
}

.wealth_title span {
  position: relative;
  border: none;
}

.wealth_title span::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #fdb940;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}

.wealth_banner {
  width: 91%;
  margin: 50px auto 100px;
  clear: both;
  max-width: 1600px;
}

.wealth_banner_list {
  display: flex;
  justify-content: space-between;
}

.wealth_banner_item {
  position: relative;
  width: 31%;
  height: 670px;
  border-radius: 12px;
  overflow: hidden;
}

.yjcg_boximg {
  width: 100%;
  height: 100%;
  background-image: url(../images/wealth01.jpg);
  background-position: center center;
  background-size: cover;
}

.wealth_banner_list .wealth_banner_item:nth-child(2) .yjcg_boximg {
  background-image: url(../images/wealth02.jpg);
}

.wealth_banner_list .wealth_banner_item:nth-child(3) .yjcg_boximg {
  background-image: url(../images/wealth03.jpg);
}

.wealth_banner_item:hover .yjcg_boximg {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.wealth_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.wealth_banner_title {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

.wealth_banner_title img {
  width: 110px;
}

.wealth_banner_title div {
  height: 75px;
  line-height: 75px;
  font-size: 29px;
  text-align: center;
  color: #fff;
}

.wealth_center {
  position: relative;
  min-height: 930px;
  margin-bottom: 60px;
}

.wealth_center_box {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 91%;
  /* height: 500px; */
  transform: translate(-50%);
  padding: 30px 45px 50px;
  max-width: 1600px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}

.wealth_center_left_nav_item {
  width: 330px;
  height: 60px;
  padding-left: 70px;
  margin-bottom: 26px;
  border-radius: 30px;
  border: 2px solid #dddddd;
  font-size: 20px;
  line-height: 60px;
  cursor: pointer;
}

.wealth_center_left_nav_item img {
  display: none;
  vertical-align: middle;
  margin-left: 110px;
}

.wealthnavon {
  font-weight: bold;
  border-color: #fdb940;
  color: #fdb940;
}

.wealthnavon img {
  display: inline-block;
}

.wealth_center_content {
  display: flex;
  margin-top: 35px;
}

.wealth_center_left {
  margin-right: 90px;
}

.wealth_center_right {
  flex: 1;
  width: 50%;
}

.wealth_center_right_title {
  display: flex;
  justify-content: space-between;
  height: 54px;
  margin-bottom: 20px;
  line-height: 54px;
  border-bottom: 1px solid #ededed;
}

.wealth_center_right_title span {
  display: inline-block;
  position: relative;
  height: 100%;
  font-size: 25px;
  font-weight: bold;
}

.wealth_center_right_title span img {
  vertical-align: middle;
  margin-left: 15px;
}

.wealth_center_right_title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -24px;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fdb940;
}

.wealth_center_right_item {
  height: 70px;
  padding-right: 20px;
  border-bottom: 1px solid #ededed;
}

.wealth_center_right_item a {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  line-height: 70px;
}

.wealth_center_right_item a img {
  width: 25px;
  height: 6px;
  margin-top: 32px;
  vertical-align: middle;
}

.wealth_center_right_list,
.wealth_center_right_list ul {
  width: 100%;
}

.wealth_center_right_item a div {
  flex: 1;
  width: 70%;
}

.wealth_center_right_item a span {
  display: block;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wealth_center_right_item a .cjt {
  display: none;
}

.wealth_center_right_item:hover a .cjt {
  display: block;
}

.wealth_center_right_item:hover a .cjt_c {
  display: none;
}

.wealth_center_right_item:hover {
  border-color: #fdb940;
}

.wealth_bottom {
  display: flex;
  width: 91%;
  margin: 50px auto 100px;
  max-width: 1600px;
}

.wealth_complaint {
  width: 280px;
  padding-top: 110px;
  background-image: url(../images/complaintbg.jpg);
  background-size: cover;
  text-align: center;
}

.complaint_icon {
  display: inline-block;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 106px;
}

.complaint_icon img {
  margin-top: 22px;
}

.wealth_top {
  background-position-y: top;
}

.wealth_complaint_title {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.wealth_bottom .wealth_center_right_item {
  border: none;
  height: 48px;
}

.wealth_bottom .wealth_center_right_item a {
  line-height: 48px;
  font-size: 16px;
}

.wealth_bottom .wealth_center_right {
  margin-right: 50px;
}

.tabs {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.tabs_item {
  height: 48px;
  padding: 0 40px;
  margin-right: 20px;
  line-height: 48px;
  font-size: 17px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  cursor: pointer;
}

.tabsitemactive {
  border-color: #fdb940;
  color: #fdb940;
}

.recommendation {
  padding-top: 46px;
}

.wealth_center_right_box {
  display: none;
  width: 100%;
  min-height: 490px;
}

.wealth_center_right .wealth_center_right_box:nth-child(1) {
  display: block;
}

.annualreport_text ul {
  padding-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  .kindness_content {
    width: 70%;
  }

  .kindness_box {
    height: 800px;
  }
}
.wealth_complaint {
  height: 100%;
}

.content_text .search,
.product_text .search {
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}

.content_text .search input,
.product_text .search input {
  width: 240px;
  height: 36px;
  padding-left: 10px;
  border: 1px solid #c0c4cc;
  border-radius: 4px 0 0 4px;
  outline: none;
  border-right: none;
}

.content_text .search button,
.product_text .search button {
  width: 60px;
  height: 36px;
  /* margin-left: 10px; */
  border: none;
  border-radius: 0 4px 4px 0;
  background-color: #fdb940;
  color: #fff;
  cursor: pointer;
}

.content_text .search,
.product_text .search {
  position: relative;
}

.content_text .search,
.product_text .search {
  position: relative;
}

.text_clear {
  display: none;
  position: absolute;
  right: 65px;
  color: #c0c4cc;
  font-weight: bold;
  cursor: pointer;
}

.search_box .text_clear {
  font-size: 20px;
  right: 125px;
}

.content_text .search input,
.product_text .search input {
  padding-right: 20px;
}

.inp_k_y{
    position: relative;
}
.xz_yj_img1,
.xz_yj_img2{
   position: absolute;
    right: 15px;
    width: 20px;
    top: 18px;
}
.xz_yj_img2{
display:none;
}
