/*通用类*/
* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  margin: 0 auto;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  background: #fff;
  color: #363636;
}
h1,
h2,
h3 {
  font-weight: 500;
}
img {
  border: none;
}
a {
  cursor: pointer;
  color: #363636;
  text-decoration: none;
  outline: none;
  word-wrap: break-word;
}
a:hover {
  color: #dbab47;
}
ul {
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  outline: none;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
}
div {
  box-sizing: border-box;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.warpin {
  width: 1200px;
  margin: 0 auto;
}
.index_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_header .logo {
  display: block;
}
.index_header .logo img {
  width: 200px;
}
.index_header .r_cont {
  text-align: right;
}
.index_header .r_cont .head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10rpx;
  font-size: 18px;
  color: #ba9727;
}
.index_header .r_cont .head .tle {
  display: flex;
  align-items: center;
  padding: 2px 5px;
  background: #dbab47;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
}
.index_header .r_cont .head .tle img {
  margin-right: 5px;
  width: 14px;
}
.index_header .r_cont .head .tle a:hover {
  color: #fff;
}
.index_header .r_cont .txt {
  font-size: 12px;
  color: #ba9727;
}
.index_navi_cont {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  background: #28283c;
  border: 1px solid #000000;
  margin-bottom: 20px;
  position: relative;
  z-index: 11;
  width: 1200px;
}
.index_navi_cont .li {
  padding: 20px 20px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.index_navi_cont .li .tle {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
/* .index_navi_cont .li::after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
} */
.index_navi_cont .li:last-child::after {
  display: none;
}
.index_navi_cont .li .bit_dl {
  display: none;
  position: absolute;
  top: 67px;
  left: 0;
  width: 100%;
}
.index_navi_cont .li .bit_dl .dd {
  display: block;
  padding: 10px;
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
  color: #333;
  background: #eeeeee;
}
.index_navi_cont .li .bit_dl .dd:hover {
  color: #dbab47;
}
.index_navi_cont .li:hover {
  /*.bit_dl{
				display: block;
			}*/
}
.index_navi_cont .li:hover .tle {
  color: #dbab47;
}
.floot_livechat {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 180px;
}
.floot_livechat img {
  display: block;
  width: 100%;
}
.index_baner {
  display: block;
  width: 1200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.index_baner img {
  display: block;
  width: 100%;
}
.index_baner .swiper-pagination {
  text-align: center;
  padding: 2px 20px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  /* line-height: 20px; */
  background-color: rgba(255,255,255,0.5);
}
.index_baner .swiper-pagination-bullet {
  width: 15px;
height: 15px;
background: rgba(191, 158, 52, 1);
}
.pulic_lion {
  width: 100px;
}
.index_search_box {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width:1200px;
  margin: 0 auto;
}
.index_search_box .search_int {
  width: 720px;
  height: 60px;
  margin-right: 20px;
  position: relative;
}
.index_search_box .search_int input {
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  border-radius: 10px;
  padding-left: 10px;

  box-sizing: border-box;
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
}
.index_search_box .search_int .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: url(../i/img_3.png) no-repeat center;
  background-size: 24px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}
.index_file_cont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 20px;
  width: 1000px;
  margin: 0 auto;
}
.index_file_cont .l_navi_file {
  width: 400px;
  /* height: 860px;
  overflow: auto; */
  border: 1px solid #bf9e34;
}
.index_file_cont .l_navi_file .navi_dl {
  padding: 20px;
  height: 800px;
  overflow: auto;
}
.index_file_cont .l_navi_file .navi_dl .dl {
  display: flex;
  align-items: center;
  position: relative;
  padding: 14px 10px;
  background: #d9d9d9;
  border-radius: 10px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20.5px;
}
.index_file_cont .l_navi_file .navi_dl .dl .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.index_file_cont .l_navi_file .navi_dl .dl .i img {
  display: block;
  width: 100%;
}
.index_file_cont .l_navi_file .navi_dl .dl:last-child {
  margin-bottom: 0;
}
.index_file_cont .pulic_file_tle {
  width: 100%;
  padding: 10px 0;
  text-align: left;
  background: #bf9e34;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}
.index_file_cont  .list{
  height: 200px;
  overflow: auto;
}
.index_file_cont .pulic_file_tle span{
  padding-left: 20px;

}
.index_file_cont .r_det_infor {
  width: calc(100% - 300px);
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.index_file_cont .r_det_infor .last_cont {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  border: 1px solid #bf9e34;
}
.index_file_cont .r_det_infor .last_cont:nth-child(2n) {
  margin-right: 0;
}
.index_file_cont .r_det_infor .last_cont .sele {
  display: block;
  margin: 10px auto;
  font-size: 20px;
  color: #333;
  border-radius: 5px;
  border: 2px solid #000;
}
.index_file_cont .r_det_infor .last_cont .dd {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.index_file_cont .r_det_infor .last_cont .dd.active {
  background: #c6c6c6;
}
.index_file_cont .r_det_infor .last_cont:nth-child(5),
.index_file_cont .r_det_infor .last_cont:nth-child(6) {
  margin-bottom: 0;
}
.index_process {
  margin-bottom: 20px;
  width: 1200px;
  margin: 0 auto;
}
.index_process .title_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #d9d9d9;
  font-size: 24px;
  color: #424242;
  font-weight: bold;
  border: 1px solid #000000;
  margin-bottom: 20px;
}
.index_process .last_cont {
  display: flex;
  justify-content: space-between;
}

.index_process .last_cont .list {
  width: 18%;
  /* padding: 24px 12px; */
  /* border: 1px solid #000; */
}
.index_process .last_cont .list img{
  width: 260px;
  height: 200px;
}
.index_process .last_cont .fkcg img{
  width: 200px;
  height: 200px;

}
.index_process .last_cont .list .tle {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #b5890c;
  border-radius: 5px;
  box-shadow: 0px -5px 3px rgba(0, 0, 0, 0.15) inset;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_process .last_cont .list .tis_i {
  display: block;
  width: 100%;
  border: 1px solid #000;
  margin-bottom: 20px;
}
.index_process .last_cont .list .tis_i img {
  display: block;
  width: 100%;
  /* width: 50%;
  flex: 1; */
}
.index_process .last_cont .list .txt {
  font-size: 18px;
  color: #424242;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.case_pulic_title {
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #434240;
}
.pulic_case {
  margin-bottom: 20px;
  width: 1200px;
  margin: 0 auto;
}
.pulic_case.case_2 {
  padding: 10px;
  background: #fff;
}
.pulic_case.case_3 {
  padding: 10px;
  background: #fff;
}
.pulic_case.case_4 {
  padding: 10px;
  background: #fff;
}
.pulic_case.case_5 {
  padding: 10px;
  background: #fff;
}
.contact_cont {
  padding: 30px 20px 30px 20px;
  /* background: #fafafa url(../i/service_1.png) no-repeat 20px 180px; */
  background: url(../i/service_1.png) no-repeat 20px 180px;
  background-size: 380px;
}
.contact_cont .det_last {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px; */
  padding-left: 420px;
  display: flex;
  flex-wrap: wrap;
  
  
}

.contact_cont .det_last .item{
  width: 212px;
height: 201px;
opacity: 1;
border-radius: 5px;
/* background: rgba(255, 255, 255, 1); */
background:url(../i/lyzx-2.png) no-repeat center;
box-shadow: 5px 3px 12px  rgba(0, 0, 0, 0.06);
text-align: center;
line-height: 250px;
font-size: 24px;
}
.contact_cont .det_last .item2{
  width: 212px;
  height: 201px;
  opacity: 1;
  border-radius: 5px;
  background: url(../i/LiveChat-2.png) no-repeat center;
  box-shadow: 5px 3px 12px  rgba(0, 0, 0, 0.06);
  margin-left: 20px;
  text-align: center;
line-height: 250px;
font-size: 24px;
}
.contact_cont .det_last .item4{
  position: relative;
  left: 0px;
  margin-top: -160px;
  width: 440px;
  height: 155px;
  opacity: 1;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 5px 3px 12px  rgba(0, 0, 0, 0.06);
}
.contact_cont .det_last .item4 .dhlist{
    margin-top: 15px;
    margin-left: 10px;

}
.contact_cont .det_last .item4 .dhlist .top{
  /* display: flex;
    flex-direction: column; */
    /* align-self: stretch; */
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-between; */
    align-items: center;
    font-size: 24px;
}
.contact_cont .det_last .item4 .dhlist .text{
  margin-left: 30px;
  font-size: 16px;
  display:block;
}
.contact_cont .det_last .item1{
  width: 212px;
  height: 371px;
  opacity: 1;
  border-radius: 5px;
  background: url(../i/lxwm.png) no-repeat center;
  background-size: cover;
  box-shadow: 5px 3px 12px rgba(0, 0, 0, 0.06);
  margin-left: 20px;
  text-align: center;
line-height: 341px;
font-size: 24px;
}
.contact_cont .det_last .item1 .l_img{
  position: absolute;
  left: 10px;
  top: 0;
}
.contact_cont .det_last .item1 .l_img.center {
  width: 140px;
}

.contact_cont .det_last .item1 .l_img.w120 {
  width: 140px;
}
.contact_cont .det_last .item1 .code {
  width: 90px;
}




.contact_cont .det_last .item100{
  width: 212px;
  height: 371px;
  opacity: 1;
  border-radius: 5px;
  background: url(../i/wxlx.png) no-repeat center;
  background-size: cover;
  box-shadow: 5px 3px 12px rgba(0, 0, 0, 0.06);
  margin-left: 20px;
  text-align: center;
/* line-height: 341px; */
font-size: 24px;
}
.contact_cont .det_last .item100 .l_img{
  position: absolute;
  left: 10px;
  top: 0;
}
.contact_cont .det_last .item100 .l_img.center {
  width: 140px;
}

.contact_cont .det_last .item100 .l_img.w120 {
  width: 140px;
}
.contact_cont .det_last .item100 .code {
  width: 90px;
}



.contact_cont .det_last .item100 .btn{
  display: block;
  padding-top: 60%;
}









.contact_cont .det_last .list {
  width: 49%;
  height: 180px;
  margin-bottom: 20px;
  padding-left: 180px;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.contact_cont .det_last .list .l_img {
  position: absolute;
  left: 10px;
  top: 0;
}
.contact_cont .det_last .list .l_img.center {
  width: 140px;
  top: 50%;
  transform: translateY(-50%);
}
.contact_cont .det_last .list .l_img.w120 {
  width: 140px;
}
.contact_cont .det_last .list .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.contact_cont .det_last .list .code {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
}
.contact_cont .det_last .list .bit_txt {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.contact_cont .det_last .list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: #e3ddd1;
  border-radius: 10px;
  box-shadow: 0px -5px 3px rgba(0, 0, 0, 0.15) inset;
  font-size: 20px;
  font-weight: bold;
  color: #3f3826;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.contact_cont .det_last .list:last-child .btn {
  transform: translateY(-40px);
}
.contact_cont .tele_num {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3f3826;
}
.contact_cont .tele_num span {
  font-size: 32px;
  color: #ff2424;
  margin-left: 20px;
}
.contact_cont .tele_num img {
  width: 60px;
}
.contact_cont .bit_adres {
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  font-weight: bold;
  margin-top: 20px;

}
/* .gktjbd_content{
  display: flex;
} */
.gktjbd_content .head_cont {
  display: flex;
  justify-content: space-between;
}
.gktjbd_content .l_img {
  width: 20%;
}
.gktjbd_content .l_img img {
  display: block;
  width: 100%;
}
.gktjbd_content .case_pulic_title {
  font-size: 24px;
  color: #8f7155;
  padding: 30px 0 10px;
  text-align: center;
}
.gktjbd_content .case_list {
  width: 28%;
  position: relative;
}
.gktjbd_content .case_list .tle {
  font-size: 24px;
  color: #333;
  background: #d1d1d1;
  padding: 4px 8px;
  border-radius: 5px;
  text-align: center;
}
.gktjbd_content .case_list .list_dl {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  padding-left: 50px;
  margin: 10px 0;
  cursor: pointer;
}
.gktjbd_content .case_list .list_dl .disc {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  margin-right: 10px;
  position: relative;
}
.gktjbd_content .case_list .list_dl.active .disc:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gktjbd_content .case_list .bits {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.gktjbd_content .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 40px;
  background: #8f7155;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px -5px 3px rgba(0, 0, 0, 0.15) inset;
  border: 1px solid #000;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.gktjbd_content .btn_dl .btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
}
.gktjbd_content .submit_infor {
  padding: 20px;
  background: #f7f4ed;
  border: 1px solid #000;
  margin-bottom: 20px;
  position: relative;
}
.gktjbd_content .submit_infor .flow_path {
  display: flex;
  justify-content: space-between;
}
.gktjbd_content .submit_infor .flow_path .last {
  position: relative;
  width: 24%;
  text-align: center;
}
.gktjbd_content .submit_infor .flow_path .last.hot .tle::after {
  content: "";
  display: block;
  width: 30px;
  height: 45px;
  background: url(../i/img_19.png) no-repeat center;
  background-size: 30px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.gktjbd_content .submit_infor .flow_path .tle {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  background: #ccc;
  border-radius: 100px;
  padding: 10px 0;
}
.gktjbd_content .submit_infor .flow_path .or {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  font-size: 20px;
  border-radius: 10px;
  color: #333;
  margin: 0 auto 10px;
}
.gktjbd_content .submit_infor .flow_path .li {
  text-align: left;
  width: 90%;
  font-size: 20px;
  border-radius: 10px;
  color: #333;
  margin: 0 auto 10px;
  padding-left: 10px;
  line-height: 35px;
}
.gktjbd_content .submit_infor .flow_path .li span {
  margin-right: 10px;
}
.gktjbd_content .submit_infor .flow_path .li.dd {
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.15) inset;
  padding: 10px;
}
.gktjbd_content .submit_infor .flow_path .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
  background: #e5e2dc;
  border-radius: 10px;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.15) inset;
  font-size: 16px;
  color: #6e6e6e;
  font-weight: bold;
  margin-bottom: 10px;
}
.gktjbd_content .submit_infor .bit_det {
  width: 77%;
  margin: 0 auto;
}
.gktjbd_content .submit_infor .bit_det .dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gktjbd_content .submit_infor .bit_det .dl .dd {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 0 30px;
}
.gktjbd_content .submit_infor .bit_det .dl span {
  font-size: 24px;
}
.gktjbd_content .submit_infor .bit_det .adres {
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
.gktjbd_content .submit_infor::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../i/img_1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: -110px;
}
.deta_content {
  display: flex;
  align-items: center;
}
.deta_content .l_img {
  width: 30%;
}
.deta_content .l_img img {
  display: block;
  width: 100%;
}
.deta_content .r_det {
  position: relative;
  width: 70%;
  padding-left: 30px;
}
.deta_content .r_det .last {
  width: 100%;
  position: relative;
}
.deta_content .r_det .last .dl {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
/*.deta_content .r_det .last .dl::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #313131;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}*/
.deta_content .r_det .last .dl.hot .tle {
  position: relative;
}
.deta_content .r_det .last .dl.hot .tle::before {
  content: "";
  display: block;
  width: 40px;
  height: 55px;
  background: url(../i/img_20.png) no-repeat center;
  background-size: 40px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.deta_content .r_det .last .dd {
  font-size: 16px;
  padding-left: 10px;
  line-height: 28px;
  font-weight: bold;
}
.deta_content .r_det .last_dl {
  display: flex;
}
.deta_content .r_det .last_dl .last {
  width: 30%;
}
.deta_content .r_det .fl_img_1 {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translatey(-50%);
  width: 365px;
  height: 194px;
}
.deta_content .r_det .fl_img_2 {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 120px;
}
.deta_content .r_det .fl_img_3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 365px;
  height: 194px;
}
.adver_prompt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  /* font-size: 24px;
  font-weight: bold;
  color: rgba(191, 158, 52, 1);
  text-shadow: 0px 0px 1px #000000; */
/** 文本1 */
font-size: 36px;
font-weight: 700;
letter-spacing: 0px;
line-height: 47px;
color: rgba(191, 158, 52, 1);
text-align: center;
vertical-align: top;

}
.adver_prompt img {
  margin: 0 10px;
  width: 60px;
}
.pulic_footer_content .head_navi {
  padding: 10px 0;
  /* border-top: 1px solid #000;
  border-bottom: 1px solid #000; */
}
.pulic_footer_content .head_navi .navi {
  padding: 14px 0;
  /* background: #eeeeee;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; */
  background: #28283C;
}
.pulic_footer_content .head_navi .navi .warpin {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.pulic_footer_content .head_navi .navi .warpin .li {
  font-size: 20px;
  color: #fff;
}
.pulic_footer_content .head_navi .navi .warpin .li:hover{
  color: #bf9e34;

}
.pulic_footer_content .foot_det {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}
.pulic_footer_content .foot_det .top{
  margin: 0 auto;
  text-align: center;
}
.pulic_footer_content .foot_det .top{
  margin-top:39px;
  font-size: 24px;
  font-weight: 400;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
}
.pulic_footer_content .foot_det .top p img{
  width: 1200px;
}
.pulic_footer_content .foot_det .footer{
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
}
.pulic_footer_content .foot_det .l_det {
  width: 70%;
}
.pulic_footer_content .foot_det .l_det p {
  font-size: 24px;
  color: #333;
  padding: 10px 0;
}
.pulic_footer_content .foot_det .code {
  width: 10%;
}
.pulic_footer_content .foot_det .code img {
  display: block;
  width: 100%;
}
.pulic_content_box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.quiz_l_cont {
  width: 320px;
}
.quiz_l_cont .quiz_last {
  width: 100%;
  border: 1px solid #000000;
  margin-bottom: 20px;
}
.quiz_l_cont .quiz_last .sele{
  width: 86px;
height: 34px;
opacity: 1;
border-radius: 3px;
background: rgba(248, 248, 248, 1);

border: 1px solid rgba(102, 102, 102, 1);
margin-left: 120px;
margin-top: 10px;
font-size: 20px;

}
.quiz_l_cont .quiz_last .quiz_head {
  padding: 10px 6px;
  background: #bf9e34;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.quiz_l_cont .quiz_last .quiz_cont {
  padding: 10px;
  overflow: auto;
  /*max-height: 300px;*/
}
.quiz_l_cont .count_dl .dl {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #eee;
}
.quiz_l_cont .count_dl .dl .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.quiz_l_cont .count_dl .dl .i img {
  display: block;
  width: 100%;
}
.quiz_l_cont .count_dl .dl .arr {
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.quiz_l_cont .count_dl .dl:last-child {
  margin-bottom: 0;
}
.quiz_l_cont .sele_dl .dl {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 30px;
  font-size: 20px;
  text-transform: uppercase;

  position: relative;
}
.quiz_l_cont .sele_dl .dl label {
}
.quiz_l_cont .sele_dl .dl input {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px; /* 宽度和高度可以根据需要进行调整 */
  height: 20px;
  border: 2px solid #555; /* 边框样式 */
  border-radius: 0%; /* 使其变成圆形 */
  outline: none;
  margin-right: 5px; /* 可选，根据需要调整 */
}

/* 添加选中状态的样式 */
input[type="radio"]:checked {
  background-color: #bf9e34; /* 选中时的背景颜色 */
  border-color: #bf9e34; /* 选中时的边框颜色 */
}

input[type="radio"]:checked::before {
  content: "\2713"; /* Unicode编码，表示勾的图标 */
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; /* 勾的颜色 */
}

.quiz_l_cont .search_int {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  position: relative;
}
.quiz_l_cont .search_int input {
  /* width: 100%;
  height: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #322a1f;
  font-size: 20px; */
  padding: 12px 8px 14px;
  border-radius: 5px;
  height: 40px;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  width: 100%;
  height: 100%;'
}
.quiz_l_cont .search_int img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}
.quiz_l_cont .nav_li {
  display: flex;
  align-items: center;
  padding: 14px 10px;
  border: 1px solid #322a1f;
  border-radius: 10px;
  font-size: 20px;
  color: #1d1f1e;
  margin-bottom: 10px;
}
.quiz_l_cont .nav_li img {
  width: 24px;
  margin-right: 6px;
}
.quiz_l_cont .nav_li:last-child {
  margin-bottom: 0;
}
.quiz_r_cont {
  width: calc(100% - 320px);
  padding-left: 40px;
}
.quiz_r_cont .header{
  text-align: center;
  margin: 20px 0;
}
.quiz_r_cont .header img{
  width: 350px;
}
.quiz_r_cont .adver {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.quiz_r_cont .adver img {
  display: block;
  width: 100%;
}
.quiz_r_cont .adver_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.quiz_r_cont .adver_title .tle {
  height: 90px;
}
.quiz_r_cont .added_content {
  /* border: 2px dashed #000000; */
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.quiz_r_cont .added_content .list {
  width: 50%;
  position: relative;
  padding: 60px 10px 30px;
}
.quiz_r_cont .added_content .list .tle_head {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  /* width: 70%; */
}
.quiz_r_cont .added_contact_cont .item4{
  position: relative;
    left: 0px;
    margin-top: -20px;
    margin-left: 350px;
    width: 440px;
    height: 150px;
    opacity: 1;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 3px 12px rgba(0, 0, 0, 0.06);
}
.quiz_r_cont .added_contact_cont .item4 .top{
  display: flex;
    /* flex-direction: column; */
    /* justify-content: space-between; */
    align-items: center;
    font-size: 24px;
    padding-top: 10px;
}
.quiz_r_cont .added_contact_cont .item4 .dhlist{
  margin-top: 15px;
  margin-left: 10px;
}
.quiz_r_cont .added_content .list .dl .dt {
  /* display: flex; */
  margin-top: 20px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #413a29;
  text-align: center;
}
.quiz_r_cont .added_content .list .dl .dt .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #daab46;
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}
.quiz_r_cont .added_content .list .dl .dd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.quiz_r_cont .added_content .list .dl .dd img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.quiz_r_cont .added_contact_cont {
  padding: 30px 20px 30px 20px;
  background: url(../i/service_1.png) no-repeat 20px 120px;
  background-size: 280px;
  /* border: 2px dashed #000000; */
  margin-bottom: 10px;
}
.quiz_r_cont .added_contact_cont .det_last {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  margin-bottom: 20px;
  padding-left: 350px;
}
.quiz_r_cont .added_contact_cont .det_last .list {
  width: 49%;
  height: 120px;
  margin-bottom: 20px;
  padding-left: 76px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 219px;
height: 155px;
opacity: 1;
border-radius: 5px;
background: linear-gradient(180deg, rgba(255, 247, 219, 1) 0%, rgba(255, 229, 149, 1) 100%);
box-shadow: 3px 3px 6px  rgba(169, 140, 43, 0.15);
}
.quiz_r_cont .added_contact_cont .det_last .item1{
  width: 212px;
    height: 201px;
    opacity: 1;
    border-radius: 5px;
    /* background: rgba(255, 255, 255, 1); */
    background: url(../i/lyzx-2.png) no-repeat center;
    box-shadow: 5px 3px 12px rgba(0, 0, 0, 0.06);
    text-align: center;
    line-height: 250px;
    font-size: 24px;
}
.quiz_r_cont .added_contact_cont .det_last .item2{
  width: 212px;
    height: 201px;
    opacity: 1;
    border-radius: 5px;
    background: url(../i/LiveChat-2.png) no-repeat center;
    box-shadow: 5px 3px 12px rgba(0, 0, 0, 0.06);
    margin-left: 20px;
    text-align: center;
    /* line-height: 250px; */
    font-size: 24px;
}
.quiz_r_cont .added_contact_cont .det_last .list .l_img {
  position: absolute;
  left: 10px;
  top: 0;
}
.quiz_r_cont .added_contact_cont .det_last .list .l_img.center {
  top: 50%;
  transform: translateY(-50%);
}
.quiz_r_cont .added_contact_cont .det_last .list .l_img.w60 {
  width: 80px;
}
.quiz_r_cont .added_contact_cont .det_last .list .bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.quiz_r_cont .added_contact_cont .det_last .list .code {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
}
.quiz_r_cont .added_contact_cont .det_last .list .bit_txt {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}
.quiz_r_cont .added_contact_cont .det_last .list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 15px;
  /* background: #e3ddd1; */
  border-radius: 10px;
  /* box-shadow: 0px -5px 3px rgb(0 0 0 / 15%) inset; */
  font-size: 18px;
  font-weight: bold;
  color: #3f3826;
  position: relative;
  z-index: 2;
  left: -80px;
  text-align: center;
  top: 25px;
  text-transform: uppercase;
}
.quiz_r_cont .added_contact_cont .det_last .item2 .btn {
  /* display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 15px; */
  /* background: #e3ddd1; */
  /* border-radius: 10px; */
  /* box-shadow: 0px -5px 3px rgb(0 0 0 / 15%) inset; */
  /* font-size: 18px; */
  /* width: 220px; */
  /* font-weight: bold;
  color: #3f3826;
  position: relative;
  z-index: 2;
  left: -80px;
  top: 25px;
  text-transform: uppercase; */
  width: 220px;
}

.quiz_r_cont .added_contact_cont .det_last .list .tel_cont {
  text-align: center;
  font-size: 18px;
  color: #413a29;
  font-weight: bold;
}
.quiz_r_cont .added_contact_cont .bit_adres {
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
  margin-top: 20px;
}
/****************/
.hsgy_tab_cont {
  border: 2px dashed #000000;
  text-transform: capitalize;
}
.hsgy_tab_cont .dl {
  padding: 16px 0;
  border-bottom: 1px solid #646363;
  display: flex;
  align-items: center;
}
.hsgy_tab_cont .dl .dt {
  width: 240px;
  font-size: 18px;
  color: #342f2d;
  padding: 0 10px;
}
.hsgy_tab_cont .dl .dd {
  width: calc(100% - 240px);
  font-size: 18px;
  color: #342f2d;
  text-transform: initial;
}
.hsgy_tab_cont .dl:last-child {
  border-bottom: 0;
}
.hsgy_adver img {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.qa_title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.qa_title img {
  display: block;
  width: 100%;
}
.qa_last_content {
  /* border: 2px dashed #000; */
}
.qa_last_content .dl_tle {
  padding: 10px;
  border-bottom: 1px solid #646363;
  text-align: center;
}
.qa_last_content .dl_tle img {
  height: 30px;
}
.qa_last_content .ql_last {
  padding: 20px 12px;
  border-bottom: 1px solid #646363;
}
.qa_last_content .ql_last:last-child {
  border-bottom: 0;
}
.qa_last_content .ql_last .dt {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #232221;
  position: relative;
  padding-right: 30px;
  vertical-align: middle;
  cursor: pointer;
}
.qa_last_content .ql_last .dt span {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
  vertical-align: middle;
}
.qa_last_content .ql_last .dt .arr {
  position: absolute;
  right: 6px;
  /* top: 3px; */
}
.qa_last_content .ql_last .dt .arr_1 {
  position: absolute;
  right: 6px;
  display: none;
  /* top: 3px; */
}

.qa_last_content .ql_last .dd {
  font-size: 17px;
  padding: 10px 0;
  display: none;
}
.ifica_filter_head {
  padding: 10px 12px;
  /* background: #eeeeee;
  border: 2px solid #000000; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ifica_filter_head .tle {
  font-size: 24px;
  font-weight: bold;
  color: #030303;
}
.ifica_filter_head .r_det {
  display: flex;
  align-items: center;
}
.ifica_filter_head .r_det .sele {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 5px;
  height: 30px;
  margin: 0 5px;
  padding: 0 5px;
}
.ifica_filter_head .r_det .sele .bit_arr {
  margin: 0 5px;
  height: 12px;
}
.ifica_filter_head .r_det .sele .time_arr {
  margin: 0 5px;
  height: 25px;
}
.ifica_filter_head .r_det .sele select {
  border: none;
  background: none;
  font-size: 16px;
  color: #30302e;
  -webkit-appearance: none;
}
.ifica_filter_head .r_det .rank_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  margin-left: 5px;
}
.ifica_filter_head .r_det .rank_btn:hover,
.ifica_filter_head .r_det .rank_btn.active {
  background: #d2d2d2;
  border: 1px solid #999999;
}
.ifica_filter_head .r_det .rank_btn img {
  height: 24px;
}
.ifica_detail_cont {
  display: flex;
  flex-wrap: wrap;
}
.ifica_detail_cont .list {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 6px 6px 56px;
  /* border: 2px dashed #434343; */
  text-align: center;
  position: relative;
  background-color: #fff;
border-radius: 0 0 0.1563vw 0.1563vw;
box-shadow: 0.2604vw 0.1563vw 0.625vw rgba(0,0,0,.0784313725490196);
}
.ifica_detail_cont .list:nth-child(2n) {
  margin-right: 0;
}
.ifica_detail_cont .list .tis_i {
  width: 100%;
  margin-bottom: 10px;
}
.ifica_detail_cont .list .tis_i img {
  display: block;
  width: 50%;
  flex: 1;
}
.ifica_detail_cont .list .txt {
  padding: 10px 0;
  font-size: 20px;
  color: #34312b;
  margin-bottom: 20px;
}
.ifica_detail_cont .list .btn {
  display: inline-flex;
  /* align-items: center; */
  justify-content: center;
  padding: 6px 10px;
  border-radius: 5px;
  /* border: 1px solid #000000; */
  background: url(../i/view-details_1.png) no-repeat center;
  font-size: 16px;
  color: #fff;
  /* font-weight: bold; */
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 191px;
    height: 43px;
    line-height: 25px;
}
.ifica_detail_cont.active .list {
  margin: 0 0 10px 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.ifica_detail_cont.active .list .tis_i {
  width: 320px;
  /* height: 320px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin:20px 0;
}
.ifica_detail_cont.active .list .tis_i img {
  display: block;
  width: 50%;
  max-height: 100%;
}
.ifica_detail_cont.active .list .bit_cont {
  width: calc(100% - 320px);
  padding-left: 10px;
}
.ifica_detail_cont.active .list .btn {
  position: relative;
  transform: translateY(0);
  bottom: 0;
  left: 30%;
}
.pulic_detail_box {
  width: 1200px;
  margin:0 auto;
  padding: 20px 0;
}
.pulic_maps {
  width: 100%;
  padding: 10px 12px;
  /* background: #eeeeee;
  border: 2px solid #000000; */
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  margin-top: -30px;
}
.pulic_maps .sele {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  position: relative;
  margin-right: 10px;
}
.pulic_maps .sele .tle {
  font-size: 14px;
  color: #4472c4;
  text-decoration: underline;
}
.pulic_maps .sele select {
  background: none;
  border: none;
  font-size: 20px;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
}
.pulic_maps img {
  width: 20px;
  margin: 0 4px;
}
.deta_case_1 .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.deta_case_1 .title .tel {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  width:600px;
}
.deta_case_1 .title .sel_btn {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #BF9E34;
  border-radius: 5px;
  font-size: 20px;
  color: #4b4f4d;
  position: relative;
  box-shadow: 0px 0px 5px 1px rgba(191, 158, 52, 0.5); /* 修改这一行 */
}
.deta_case_1 .title .sel_btn select {
  background: none;
  border: none;
  -webkit-appearance: none;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.deta_case_1 .title .sel_btn .arr {
  width: 16px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.deta_case_1 .pro_img {
  display: block;
  width: 100%;
}
.deta_case_1 .pro_img img {
  width: 50%;
  display: block;
  flex: 1;
}
.deta_case_2 {
  padding: 10px 0;
}
.deta_case_2 .title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.deta_case_2 .case_cont {
  padding: 40px 0;
  display: flex;
  align-items: center;
  background: url(../i/xq_price_1.png) no-repeat center;
  background-size: cover;
  border: 2px solid #7d7d7d;
}
.deta_case_2 .case_cont .list {
  width: calc(100% / 3);
  text-align: center;
  /* border-right: 4px solid #fff; */
}
.deta_case_2 .case_cont .list:nth-child(3n) {
  border-right: 0;
}
.deta_case_2 .case_cont .list .tle {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.deta_case_2 .case_cont .list .pri {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.deta_case_2 .case_cont .list .time {
  font-size: 16px;
  color: #fff;
}
.deta_case_3 {
  padding: 20px 0;
}
.deta_case_3 .title_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.deta_case_3 .title_head .tel {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.deta_case_3 .title_head .time_dl {
  display: flex;
  align-items: center;
}
.deta_case_3 .title_head .time_dl .li {
  padding: 4px 12px;
  border: 2px solid #626262;
  border-radius: 5px;
  margin-left: 20px;
  font-size: 18px;
  color: #4b4f4d;
  cursor: pointer;
}
.deta_case_3 .chart_box {
  display: block;
  width: 100%;
}
.deta_case_3 .chart_box img {
  display: block;
  width: 100%;
}
.deta_cust {
  padding: 20px 10px;
  background: url(../i/xq_service_background_1.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 1200px;
  margin: 0 auto;
}
.deta_cust .dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
    align-items: center;
}
.deta_cust .dd {
  display: flex;
  align-items: center;
}
.deta_cust .dd .li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  border-radius: 5px;
  margin: 0 10px;
  font-size: 12px;
  width: 160px;
    height: 70px;
  color: #fff;
}
.deta_cust .dd .li img {
  height: 24px;
  margin-right: 5px;
}
.deta_case_4 {
  width: 1200px;
  margin: 0 auto;
  background: url(../i/xq_product_1.png) no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
}
.deta_case_4 table {
  width: 100%;
}
.deta_case_4 table th {
  padding: 10px 12px;
  /* border: 1px solid #383838; */
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.deta_case_4 table td {
}
.deta_case_4 .tab_dl {
  display: flex;
  flex-wrap: wrap;
}
.deta_case_4 .tab_dl .td {
  width: calc(100% / 8);
  padding: 10px 12px;
  font-size: 22px;
  color: #292827;
  font-weight: bold;
  border: 1px solid #383838;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
}
.deta_case_5 {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.deta_case_5 .list {
  width: calc(96% / 5);
  margin-right: 1%;
  border: 1px solid #000000;
  text-align: center;
  margin-bottom: 10px;
}
.deta_case_5 .list .tle {
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #000;
}
.deta_case_5 .list .tis_i {
  width: 100%;
  padding: 10px 5px;
}
.deta_case_5 .list .tis_i img {
  display: block;
  width: 100px;
  flex: 1;
}
.deta_case_5 .list .txt {
  font-size: 16px;
  color: #393232;
  font-weight: bold;
}
.deta_case_5 .list .pri {
  font-size: 18px;
  font-weight: bold;
  color: #fb0505;
  margin-bottom: 10px;
}
.deta_case_5 .list:nth-child(5n) {
  margin-right: 0;
}
.deta_case_6 {
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
}
.deta_case_6 .title_head {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.deta_case_6 .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.deta_case_6 .last_cont .list {
  width: calc(97% / 4);
  margin-right: 1%;
  padding: 12px 10px;
  /* border: 2px solid #000000; */
  background-color: #fff;
  border-radius: 0 0 0.1563vw 0.1563vw;
  box-shadow: 0.2604vw 0.1563vw 0.625vw rgba(0,0,0,.0784313725490196);
;

}
.deta_case_6 .last_cont .list:nth-child(4n) {
  margin-right: 0;
}
.deta_case_6 .last_cont .list .tle {
  font-size: 14px;
  color: #333;
  text-align: center;
  height: 70px;
}
.deta_case_6 .last_cont .list .line {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.deta_case_6 .last_cont .list .pri_i {
  display: block;
  width: 100%;
  margin: 20px auto;
}
.deta_case_6 .last_cont .list .pri_i img {
  width: 50%;
  display: block;
  flex: 1;
}
.deta_case_6 .last_cont .list .txt {
  font-size: 16px;
  color: #393232;
  /* font-weight: bold; */
  text-align: center;
  margin-bottom: 10px;
}
.deta_case_6 .last_cont .list .pri {
  font-size: 18px;
  font-weight: bold;
  color: #BF9E34;
  text-align: center;
}
.deta_bit_more {
  text-align: center;
  padding: 20px 0;
}
.deta_bit_more .more {
  font-size: 18px;
  color: #4b4f4d;
}
.deta_case_7 {
  padding: 20px 0;
}
.deta_case_7 .title_head {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.deta_case_7 .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.deta_case_7 .last_cont .list {
  width: calc(97% / 4);
  margin-right: 1%;
}
.deta_case_7 .last_cont .list:nth-child(4n) {
  margin-right: 0;
}
.deta_case_7 .last_cont .list .tis_cont {
  border: 2px solid #000000;
}
.deta_case_7 .last_cont .list .tis_cont .tle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #000;
  font-size: 14px;
  color: #fff;
  height: 60px;
}
.deta_case_7 .last_cont .list .tis_cont .pri_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.deta_case_7 .last_cont .list .tis_cont .pri_i img {
  height: 100%;
  display: block;
  width: 50%;
  flex: 1;
}
.deta_case_7 .last_cont .list .pri {
  text-align: center;
  padding: 20px 0 0;
  font-size: 18px;
  color: #fb0505;
}
.deta_matter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top:10px;
}
.deta_matter .list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  padding: 20px 0;
  background: #898989;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.deta_matter .left{
  background: url('../i/flow_background_3.png') no-repeat center;
  background-size: cover;
}

.deta_matter .list:last-child {
  background: url('../i/flow_background_4.png') no-repeat center;
  background-size: cover;
}
.deta_matter .list .dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.deta_matter .list .dl .dt {
  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: flex-start; /* 水平左对齐 */
  width: 40px;
  margin-right: 10px;
   
}
.deta_matter .list .dl .dt img {
  display: block;
  width: 38px;
}
.deta_case_8 {
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
}
.deta_case_8 .title_head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
  vertical-align: middle;
}
.deta_case_8 .title_head span{
  padding: 0 10px;
}
.deta_case_8 .last_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.deta_case_8 .last_dl .dt{
  width: 49%;
}
.deta_case_8 .last_dl .li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  color: #060606;
  font-weight: bold;
}
.deta_case_8 .last_dl .li .disc {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid #000000;
  background: #434343;
  margin-right: 4px;
}
/***************************/
.zw_title {
  /* padding: 20px; */
  /* background: #eeeeee; */
  margin-bottom: 20px;
}
.zw_title img {
  display: block;
  width: 840px;
  height: 336px;
}
.zw_list {
  padding: 20px 10px;
  /* border: 2px dashed #000000; */
  margin-bottom: 20px;
}
.zw_list .tle {
  font-size: 24px;
  font-weight: bold;
  color: #1b1a1a;
  margin-bottom: 10px;
}
.zw_list .bit_cont {
  display: flex;
}
.zw_list .bit_cont .img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
}
.zw_list .bit_cont .img img {
  display: block;
  max-width: 100%;
}
.zw_list .bit_cont .txt {
  width: 70%;
  padding-left: 20px;
}
.zw_list .bit_cont .txt p .content {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.zw_list .bit_cont .txt p {
  font-size: 18px;
  color: #333;
  line-height: 32px;
}
.zw_list .bit_cont .txt .more {
  text-align: right;
  margin-top: 30px;
}
.zw_list .bit_cont .txt .more a {
  display: inline-block;
  padding: 6px 15px;
  /* border-radius: 5px; */
  /* border: 1px solid #000000; */
  background: url("../i/read more_1.png") no-repeat;
  /* box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.5) inset; */
  font-size: 13px;
  color: #333;
  width: 130px;
  height: 60px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.pulic_page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.pulic_page .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: #eeeeee;
  margin: 0 4px;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.5) inset;
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}
.cn_qa_contain {
  padding: 10px;
  border: 1px dashed #000000;
  margin-bottom: 20px;
}
.cn_qa_contain .dl {
  margin-bottom: 14px;
}
.cn_qa_contain .dl .dt {
  font-size: 20px;
  font-weight: bold;
  color: #daab46;
  margin-bottom: 16px;
}
.cn_qa_contain .dl .dd {
  font-size: 16px;
  color: #232322;
  font-weight: bold;
  line-height: 32px;
}
/*详情*/
.pulic_tips_guide {
  padding: 14px 0;
  font-size: 14px;
  color: #999999;
}
.yyal_detail_title {
  padding: 20px 0 40px;
}
.yyal_detail_title .tle {
  font-size: 35px;
  font-weight: bold;
  color: #3b3c3d;
}
.yyal_detail_title .i {
  display: block;
  margin: 10px 0;
}
.yyal_detail_title .tips_box {
  display: flex;
  align-items: center;
}
.yyal_detail_title .tips_box .ly {
  font-size: 14px;
  color: #6c6a6a;
  margin-right: 10px;
}
.yyal_detail_title .tips_box .time {
  font-size: 14px;
  color: #999999;
}
.yyal_detail_content {
  background: #fafafa;
  width: 1200px;
  margin: 0 auto;
}
.yyal_detail_content .warpin {
  display: flex;
  justify-content: space-between;
}
.yyal_detail_content .l_cont {
  width: 1200px;
  padding: 34px 0;
  margin: 0 auto;
  background: #fff;
}
.yyal_detail_content .l_cont img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
.yyal_detail_content .l_cont p {
  font-size: 16px;
  color: #888686;
  line-height: 25px;
  margin-bottom: 24px;
}
.yyal_detail_content .r_cont {
  /*padding-top: 34px;*/
  /*width: 352px;*/
}
.yyal_detail_content .r_cont .page_cont {
  width: 100%;
  /*border:1px solid #f0f0f0;*/
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.yyal_detail_content .r_cont .page_cont .list {
  padding: 30px;
  background: #f5f5f5;
  width: 30%;
}
.yyal_detail_content .r_cont .page_cont .list .tis {
  position: relative;
  font-size: 15px;
  color: #3c3c3c;
  margin-bottom: 10px;
  vertical-align: middle;
}
.yyal_detail_content .r_cont .page_cont .list .tis .arr {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  color: #bf9e34;
  transform: translateY(-50%);
}
.yyal_detail_content .r_cont .page_cont .list .tle {
  font-size: 15px;
  color: #bf9e34;
}
.yyal_detail_content .r_cont .page_cont .list:hover {
  background: #fff;
}
.yyal_detail_content .r_cont .tjyd_cont {
  background: #fff;
  border: 1px solid #f0f0f0;
  margin-bottom: 30px;
  padding: 20px;
}
.yyal_detail_content .r_cont .tjyd_cont .tle {
  font-size: 20px;
  font-weight: bold;
  color: #3e3f42;
  margin-bottom: 20px;
}
.yyal_detail_content .r_cont .tjyd_cont .last a {
  display: block;
  font-size: 17px;
  color: #403f3f;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yyal_detail_content .r_cont .tis_tle {
  font-size: 20px;
  font-weight: bold;
  color: #0b9cf8;
  margin-bottom: 12px;
}
.yyal_detail_content .r_cont .list_box {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.yyal_detail_content .r_cont .list_box img {
  display: block;
  width: 100%;
}
.yyal_detail_content .r_cont .list_box .txt_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 14px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/******************11.13*******************************************/
.livechat_content {
  display: flex;
  padding: 70px 0;
}
.livechat_content .l_title {
  width: 50%;
  padding-top: 40px;
  font-size: 56px;
  font-weight: bold;
  color: #333;
}
.livechat_content .r_livechat {
  width: 582px;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
.livechat_content .r_livechat .title_head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 14px 0;
  background: #ffffff;
  font-size: 26px;
  color: #070707;
  font-weight: bold;
}
.livechat_content .r_livechat .title_head .l_menu {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.livechat_content .r_livechat .title_head .l_menu span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #000;
  margin: 0 6px;
}
.livechat_content .r_livechat .content_box {
  width: 100%;
  padding: 40px 50px;
  height: 660px;
  background: #f6f6f7;
}
.livechat_content .r_livechat .content_box .chat_cont {
  position: relative;
  padding: 30px 24px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eaeaea;
}
.livechat_content .r_livechat .content_box .chat_cont .ava {
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  width: 60px;
}
.livechat_content .r_livechat .content_box .chat_cont .txt {
  padding: 14px 0 10px;
  font-size: 22px;
  color: #070707;
}
.livechat_content .r_livechat .content_box .chat_cont .int_dl {
  margin-bottom: 14px;
}
.livechat_content .r_livechat .content_box .chat_cont .int_dl .dt {
  font-size: 22px;
  color: #070707;
  padding: 8px 0;
}
.livechat_content .r_livechat .content_box .chat_cont .int_dl .dt em {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  color: #fc0309;
}
.livechat_content .r_livechat .content_box .chat_cont .int_dl .dd input {
  width: 100%;
  height: 50px;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  background: #f8f8f8;
}
.livechat_content .r_livechat .content_box .chat_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #4600ef;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}
.livechat_content .r_livechat .foot_bot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  background: #f0f0f0;
  font-size: 25px;
  color: #070707;
}
.livechat_content .r_livechat .foot_bot img {
  margin-left: 8px;
  height: 32px;
}
.main1{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
}
.main1 .right{
  width: 40%;
  margin-left: 20px;
  margin: 0 auto;
}
.main1 .right img{
  width: 100%;
  padding-right: 20px;
  margin-top: 60px;
}
.email_consul_content {
  padding: 30px 0;
  width:60%;
}
.email_consul_content .title {
  font-size: 32px;
  color: #020202;
  /* font-weight: bold; */
  margin-bottom: 40px;
  /* width: 120px; */
height: 40px;
opacity: 1;
/** 文本1 */
font-size: 30px;
font-weight: 700;
letter-spacing: 0px;
line-height: 39px;
color: rgba(51, 51, 51, 1);
text-align: left;
vertical-align: top;
}
.email_consul_content .head_txt {
  font-size: 32px;
  /* font-weight: bold; */
  color: #020202;
  padding: 10px 0;
  width: 600px;
/* height: 51px; */
opacity: 1;
/** 文本1 */
font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26.06px;
color: rgba(51, 51, 51, 1);
text-align: left;
vertical-align: top;
}
.email_consul_content .tab_content {
  margin-top: 20px;
  /* border: 1px solid #434343; */
}
.email_consul_content .tab_content .dl {
  /* display: flex; */
  /* border-bottom: 1px solid #434343; */
  margin-top: 20px;
}
.email_consul_content .tab_content .dl p{
  
  font-size: 14px;
font-weight: 400;
letter-spacing: 0px;
line-height: NaNpx;
color: rgba(51, 51, 51, 1);
text-align: left;
vertical-align: top;
}
.email_consul_content .tab_content .dl p span{
  font-size: 14px;
font-weight: 400;
letter-spacing: 0px;
line-height: 18px;
color: rgba(255, 0, 0, 1);
}
.email_consul_content .tab_content .dl .dt {
  width: 380px;
  border-right: 1px solid #000000;
  background: #e6e6e6;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.email_consul_content .tab_content .dl .dt .tle {
  width: 240px;
  font-size: 32px;
  font-weight: bold;
  color: #020202;
}
.email_consul_content .tab_content .dl .dt .tips {
  padding: 4px 8px;
  background: #ff0000;
  font-size: 14px;
  color: #fff;
}
.email_consul_content .tab_content .dl:last-child {
  border-bottom: 0;
}
.email_consul_content .tab_content .dl .dd {
  width: calc(100% - 380px);
  /* padding: 22px 14px; */
  width: 600px;
height: 44px;
opacity: 1;
border-radius: 3px;
background: rgba(255, 255, 255, 1);

border: 1px solid rgba(204, 204, 204, 1);
}
.email_consul_content .tab_content .dl .dd input {
  width: 100%;
  height: 50px;
  /* border: 2px solid #434343; */
  /* padding-left: 10px; */
  box-sizing: border-box;
}
.email_consul_content .tab_content .dl .dd textarea {
  width: 100%;
  height: 180px;
  padding: 10px;
  box-sizing: border-box;
}
.email_consul_content .tab_content .dl .dd p {
  padding: 10px 0;
  font-size: 24px;
  color: #a2a09f;
}
.email_policy {
  padding: 70px 0;
}
.email_policy .title {
  font-size: 32px;
  color: #020202;
  font-weight: bold;
  margin-bottom: 40px;
}
.email_policy .policy_detail {
  width: 100%;
  height: 540px;
  overflow-y: scroll;
  margin-bottom: 10px;
  font-size: 18px;
  border: 1px solid #333;
  padding: 10px;
}
.email_policy .policy_foot {
  padding: 20px 0;
}
.email_policy .policy_foot .check_int {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #010101;
}
.email_policy .policy_foot .check_int input {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  margin-right: 10px;
}
.email_policy .policy_foot .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 60px;
  background: #c0bdbd;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 40px auto;
}
.email_policy .policy_bit {
  text-align: center;
  padding: 14px 0;
  border-top: 1px dashed #090909;
  font-size: 24px;
  color: #010101;
}

#flex {
  display: flex !important;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  /* margin-top: 10px; */
  background-color: #28283ced;
  min-width: 152px;
  margin-left: -15px;
  z-index: 1;
  color: #fff;
  /* display: flex; */
}
.dropdown-content a{
  color: #fff !important;
  text-decoration: none;
  display: block;
  padding: 12px 16px;
  /* display:block-inline; */
  text-align: center;
  /* background-color: #28283c; */
  font-size: 20px;
  /* font-weight: bold; */
  margin-right: 17px;

}
.dropdown:hover .dropdown-content {
  display: block;
}

.tabs{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 20px;
}
.tabs span{
  display: inline-block;
  /* width: 100px; */
  padding: 0 10px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #28283c;
  color: #fff;
  margin-right: 20px;
  border-radius: 5px;
  font-size: 16px;
}

.flex_space_between{
  display: inline-block;
  width: 50%;
}




#chart-container {
  position: relative;
  width: 100%;
  height: 400px;
}
#chart {
  width: 100%;
  height: 100%;
}
.control-buttons {
  position: absolute;
  top: 1px;
  right: 30px;
  display: flex;
  /* 设置 border-radius: 16px;灰色的阴影 */
  border-radius: 16px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.control-buttons button {
  /* margin-right: 5px; */
  cursor: pointer;
  display: block; 
  width: 66px; 
  margin: 0;        
  height: 31px;       
  opacity: 1;         
  border-radius: 16px;        
  border:none;
  font-size: 16px;
  font-weight: 400;‘’
  letter-spacing: 0px;
  line-height: 21px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  vertical-align: top;
  text-transform: none;
  text-decoration: none;
  background: rgba(255, 255, 255, 1);
}

.buttons{
  background: rgba(191, 158, 52, 1) !important;
  color: #fff !important;
}


.lanmu_search{
  width: 421px;
height: 40px;
opacity: 1;
border-radius: 20px;

border: 1px solid rgba(191, 158, 52, 1);
display: flex;
align-items: center;
justify-content: center;
margin:0 auto;
/*margin-top:39px;*/
/*margin-bottom: 39px;*/
}
.lanmu_search img{
  width: 19.16px;
height: 19.16px;
opacity: 1;
margin: 0 5px;
margin-left:20px;

}
.lanmu_search input{
  width: 76%;
height: 100%;
opacity: 1;
border: none;
background: none;
font-size: 16px;
color: rgba(51, 51, 51, 1);
}
.lanmu_search span{
  display: inline-block;
  width: 91px;
  height: 40px;
  opacity: 1;
  border-radius: 20px;
  background: rgba(191, 158, 52, 1);
  font-size: 16px;
font-weight: 400;
letter-spacing: 0px;
line-height: 40px;
color: rgba(255, 255, 255, 1);
text-align: center;
vertical-align: top;
cursor: pointer;
}