.container {
  margin: auto;
  width: 1200px;
}
body {
  overflow-x: hidden;
}
.nomore{width: 100%;padding: 20px;margin-top: 20px;text-align: center;color: #666666}
/* 首页 */
.z_home {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.z_home_head {
  padding: 11px 0;
  height: 60px;
  line-height: 38px;
  font-size: 14px;
  box-sizing: border-box;
}
.z_home_head .logo {
  /*width: 200px;*/
  height: 38px;
}
.z_home_head .nav_box {
  margin-left: 50px;
}
.z_home_head .nav_item {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  color: #222222;
  font-weight: 600;
}
.z_home_head .nav_item::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
.z_home_head .nav_item.active,
.z_home_head .nav_item:hover {
  color: #0c4df5;
}
.z_home_head .nav_item.active::after,
.z_home_head .nav_item:hover::after {
  background-color: #0c4df5;
}
.z_home_head .icon_img {
  display: inline-block;
  margin-right: 26px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  cursor: pointer;
}
.z_home_head .login_text {
  color: #222222;
}
.z_home_head .login_text:hover {
  color: #0c4df5;
}
.z_home_head .register_btn {
  display: inline-block;
  margin-left: 16px;
  width: 90px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  background: #0c4df5;
  border-radius: 17px;
  text-align: center;
}
.z_home_head .register_btn:hover {
  opacity: .5;
}
.z_home_head .search_box {
  margin-right: 30px;
  padding: 0 15px;
  width: 250px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.z_home_head .search_box .input {
  width: calc(100% - 28px);
  height: 100%;
}
.z_home.ptfw_page .z_home_head {
  padding: 0;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
.z_home.ptfw_page .z_home_head .nav_box {
  margin: 0;
}
.z_home.ptfw_page .z_home_head .nav_item {
  color: #4D4D4D;
  font-weight: 400;
}
.z_home.ptfw_page .z_home_head .nav_item::after {
  display: none;
}
.z_home.ptfw_page .z_home_head .nav_item.active,
.z_home.ptfw_page .z_home_head .nav_item:hover {
  color: #0c4df5;
}
.z_home.ptfw_page .z_home_head .register_btn {
  height: 35px;
  color: #fff;
  background-color: #fe801a;
  border-radius: 0;
}
.z_home_banner {
  width: 100%;
  height: 430px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_home_banner.index_banner {
  height: 250px;
}
.z_home_banner .container {
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 10;
  padding-top: 84px;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}
.z_home_banner .banner_label {
  font-size: 50px;
  font-weight: bold;
  line-height: 90px;
}
.z_home_banner .banner_desc {
  font-size: 18px;
}
.z_home_banner.home_banner .swiper-container {
  width: 100%;
  height: 250px;
}
.z_home_banner.home_banner .swiper-wrapper {
  /* 通过改变animation-timing-function 制作弹性切换效果 */
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.z_home_banner.home_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_home_grid {
  position: relative;
  margin-top: -60px;
  padding: 40px 0;
  height: 160px;
  z-index: 1;
  font-size: 16px;
  color: #666666;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.z_home_grid .bg_light {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 90px;
  color: #f5f5f5;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
.z_home_grid .grid_item {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  width: 25%;
  text-align: center;
}
.z_home_grid .grid_img {
  display: inline-block;
  margin-right: 24px;
  vertical-align: baseline;
}
.z_home_grid .grid_img1 {
  width: 55px;
  height: 55px;
}
.z_home_grid .grid_img2 {
  width: 48px;
  height: 53px;
}
.z_home_grid .grid_img3 {
  width: 59px;
  height: 53px;
}
.z_home_grid .grid_img4 {
  width: 60px;
  height: 51px;
}
.z_home_grid .grid_con {
  display: inline-block;
  text-align: left;
}
.z_home_grid h5 {
  font-size: 30px;
  color: #222222;
  font-weight: bold;
}
.z_home_sec {
  /*margin: 60px auto;*/
  margin: 45px auto;
}
.z_home_sec .sec_head {
  position: relative;
  margin-bottom: 50px;
  color: #222222;
  text-align: center;
}
.z_home_sec .sec_head .sec_shadow {
  font-size: 48px;
  font-weight: bold;
  color: rgba(12, 77, 245, 0.1);
  text-transform: uppercase;
}
.z_home_sec .sec_head .sec_label {
  margin-top: -50px;
  font-size: 30px;
  font-weight: bold;
}
.z_home_sec .sec_head .sec_desc {
  font-size: 18px;
  font-weight: 400;
}
.z_home_sec .sec_head::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 50px;
  height: 4px;
  background: #fe801a;
  transform: translateX(-50%);
}
.z_home_sec .sec_head.left_head {
  position: relative;
  margin: 0 auto 40px;
  text-align: left;
}
.z_home_sec .sec_head.left_head::after {
  left: 0;
  transform: translateX(0);
}
.z_home_sec .sec_head.left_head::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}
.z_home_sec .sec_head.left_head .sec_label {
  margin-top: 0;
}
.z_home_sec .sec_head.left_head .sec_desc {
  margin-left: 10px;
}
.z_home_sec .sec_btn {
  margin-top: 40px;
  text-align: center;
}
.z_home_sec .sec_btn .btn {
  display: inline-block;
  margin: 0 30px;
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #0c4df5;
  background: #F2F6FF;
  transition: all .3s;
}
.z_home_sec .sec_btn .btn.dark {
  color: #fff;
  background-color: #0c4df5;
}
.z_home_sec .sec_btn .btn:hover {
  transform: scale(1.1);
}
.z_home_pphz .pphz_tab {
  margin-bottom: 50px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
.z_home_pphz .pphz_tab .tab_item {
  position: relative;
  margin: 0 25px;
  cursor: pointer;
}
.z_home_pphz .pphz_tab .tab_item.active,
.z_home_pphz .pphz_tab .tab_item:hover {
  color: #0c4df5;
}
.z_home_pphz .pphz_tab .tab_item.active::after,
.z_home_pphz .pphz_tab .tab_item:hover::after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #0c4df5;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateX(-50%);
}
.z_home_pphz .pphz_item {
  position: relative;
  display: inline-block;
  margin: 0 30px 30px 0;
  float: left;
  width: calc(33.33% - 20px);
  height: 377px;
  background: #FFFFFF;
  vertical-align: middle;
  cursor: pointer;
}
.z_home_pphz .pphz_item:nth-child(1),
.z_home_pphz .pphz_item:nth-child(2){
  height: 440px;
}
.z_home_pphz .pphz_item:nth-child(2),
.z_home_pphz .pphz_item:nth-child(5) {
  margin-right: 0;
}
.z_home_pphz .pphz_item .img_box {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.z_home_pphz .pphz_item .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_home_pphz .pphz_item .img_box .img_tag {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background: #000000;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 30px 0px 0px 0px;
}
.z_home_pphz .pphz_item .img_box .num {
  display: inline-block;
  margin: 0 3px;
  font-size: 20px;
  color: #FFB71D;
  font-weight: bold;
}
.z_home_pphz .pphz_item .img_box .num.red {
  color: #FF3E3E;
}
.z_home_pphz .pphz_item .item_con {
  padding: 18px;
  font-size: 14px;
  color: #222222;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.z_home_pphz .pphz_item .item_con .title {
  font-size: 18px;
  font-weight: bold;
}
.z_home_pphz .pphz_item .item_con .label {
  color: #999999;
}
.z_home_pphz .pphz_item .item_con .tag {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: #1A90FE;
  background: #F2F9FF;
}
.z_home_pphz .pphz_item .item_con .tag:nth-child(2) {
  color: #FF7D43;
  background: #FFF6F2;
}
.z_home_pphz .pphz_item .item_con .tag:nth-child(3) {
  color: #7BC820;
  background: #F9FFF2;
}
.z_home_pphz .pphz_item:first-child {
  width: calc(66.66% - 10px);
}
.z_home_pphz .pphz_item:first-child .img_box {
  height: 100%;
}
.z_home_pphz .pphz_item:first-child .img_box .img_tag {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  border-radius: 0px 0px 30px 0px;
}
.z_home_pphz .pphz_item:first-child .item_con {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.z_home_pphz .pphz_item:first-child .item_con .title {
  margin-bottom: 5px;
}
.z_home_pphz .pphz_item:first-child .item_con .con_l {
  float: left;
  width: 60%;
}
.z_home_pphz .pphz_item:first-child .item_con .tag_box,
.z_home_pphz .pphz_item:first-child .item_con .title_short {
  display: inline-block;
  float: left;
}
.z_home_pphz .pphz_item:first-child .item_con .title_short {
  margin: 3px 10px 0 0;
}
.z_home_pphz .pphz_item:first-child .item_con .con_r {
  margin-top: 10px;
  float: left;
  width: 40%;
  line-height: 25px;
}
.z_home_pphz .pphz_item:first-child .item_con .label {
  color: #fff;
}
.z_home_pphz .pphz_item:hover .item_con .title {
  color: #0c4df5;
}
.z_home_pphz .pphz_item:hover .img_box .img {
  transform: scale(1.2);
}
.z_home_pphz .left_head .pphz_tab {
  margin: -25px 0 0 0;
}
.z_home_pphz .left_head .pphz_tab .tab_item {
  position: relative;
}
.z_home_pphz .left_head .pphz_tab .tab_item.active::after,
.z_home_pphz .left_head .pphz_tab .tab_item:hover::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  bottom: -24px;
  background-color: #0c4df5;
  border-bottom: none;
}
.z_home_zhcg .zhcg_bg {
  margin-top: 80px;
  width: 100%;
  height: 430px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_home_zhcg .zhcg_container {
  position: relative;
  margin-top: -360px;
}
.z_home_zhcg .zhcg_container .zhcg_l {
  margin-right: 30px;
  width: 543px;
}
.z_home_zhcg .zhcg_container .zhcg_l2 {
  margin-right: 30px;
  width: 543px;
}
.z_home_zhcg .zhcg_container .zhcg_r {
  position: absolute;
  top: 0;
  left: 563px;
  width: 695px;
}
.z_home_zhcg .zhcg_form {
  padding: 30px;
  margin-bottom: 20px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
}
.z_home_zhcg .zhcg_form .form_title {
  font-size: 20px;
  color: #222222;
}
.z_home_zhcg .zhcg_form .form_title .desc {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.z_home_zhcg .zhcg_form .form_line {
  margin: 15px 0;
}
.z_home_zhcg .zhcg_form .form_line .select_box {
  display: inline-block;
  margin: 0;
  width: calc(50% - 10px);
}
.z_home_zhcg .zhcg_form .form_line .select_box:first-child {
  margin-right: 16px;
}
.z_home_zhcg .zhcg_form .select_box {
  position: relative;
  padding: 0 15px;
  margin: 15px 0;
  height: 45px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
}
.z_home_zhcg .zhcg_form .select_box .select {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 0 0 0 38px;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.z_home_zhcg .zhcg_form .select_box .iconfont {
  font-size: 12px;
}
.z_home_zhcg .zhcg_form .find_btn {
  margin: 20px 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: #08BF45;
}
.z_home_zhcg .zhcg_form_check {
  display: inline-block;
  font-size: 14px;
  color: #141414;
  cursor: pointer;
}
.z_home_zhcg .zhcg_form_check input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 13px;
  margin-right: 10px;
  vertical-align: middle;
}
.z_home_zhcg .zhcg_form_check input[type=checkbox]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: white;
  font-size: 15px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #333333;
}
.z_home_zhcg .zhcg_form_check input[type=checkbox]:checked::before {
  color: white;
  background-color: #08BF45;
  content: '✔';
  border-color: #08BF45;
}
.z_home_zhcg .zhcg_form_check .check_tips {
  position: relative;
  top: 6px;
}
.z_home_zhcg .zhcg_tips {
  font-size: 12px;
  color: #666666;
}
.z_home_zhcg .zhcg_tips .num {
  margin-right: 5px;
  font-size: 15px;
  color: #222222;
}
.z_home_zhcg .zhcg_tips .tip_item {
  position: relative;
  display: inline-block;
  width: 32%;
}
.z_home_zhcg .zhcg_tips .tip_item:nth-child(2) {
  width: 34%;
  text-align: center;
}
.z_home_zhcg .zhcg_tips .tip_item:last-child {
  text-align: right;
}
.z_home_zhcg .zhcg_tips .tip_item:last-child::after {
  display: none;
}
.z_home_zhcg .zhcg_tips .tip_item::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '>';
  color: #666666;
  transform: translateY(-50%);
}
.z_home_zhcg .zhcg_recom {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 390px;
  cursor: pointer;
  overflow: hidden;
}
.z_home_zhcg .zhcg_recom:hover .img {
  transform: scale(1.2);
}
.z_home_zhcg .zhcg_recom:hover .recom_con .title {
  color: #0c4df5;
}
.z_home_zhcg .zhcg_recom .img_box {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.z_home_zhcg .zhcg_recom .img_box .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.z_home_zhcg .zhcg_recom .img_tag {
  position: absolute;
  top: 10px;
  left: -45px;
  width: 140px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #FF811B;
  transform: rotate(-45deg);
}
.z_home_zhcg .zhcg_recom .recom_con {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.z_home_zhcg .zhcg_recom .recom_con .title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.z_home_zhcg .zhcg_recom .recom_con .tag {
  padding: 0 8px;
  display: inline-block;
  margin-right: 16px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border: 1px solid #FFFFFF;
}
.z_home_zhcg .zhcg_recom .con_l {
  font-size: 12px;
  color: #C6932F;
}
.z_home_zhcg .zhcg_recom .con_r {
  font-size: 14px;
}
.z_home_zhcg .zhcg_recom .con_r .iconfont {
  margin-right: 8px;
  font-size: 12px;
}
.z_home_zhcg .zhcg_r .zhcg_recom, .z_home_zhcg .line_recom .zhcg_recom {
  display: inline-block;
  margin-bottom: 20px;
  width: 334px;
  height: auto;
}
.z_home_zhcg .zhcg_r .zhcg_recom:nth-child(odd), .z_home_zhcg .line_recom .zhcg_recom:nth-child(odd) {
  margin-right: 20px;
}
.z_home_zhcg .zhcg_r .zhcg_recom .img_box, .z_home_zhcg .line_recom .zhcg_recom .img_box {
  height: 220px;
}
.z_home_zhcg .zhcg_r .zhcg_recom .recom_con, .z_home_zhcg .line_recom .zhcg_recom .recom_con {
  padding: 15px 0 0;
  position: relative;
  color: #222222;
  background-color: #fff;
}
.z_home_zhcg .zhcg_r .zhcg_recom .recom_con .title, .z_home_zhcg .line_recom .zhcg_recom .recom_con .title {
  margin-bottom: 7px;
}
.z_home_zhcg .zhcg_r .zhcg_recom .recom_con .tag, .z_home_zhcg .line_recom .zhcg_recom .recom_con .tag {
  margin-bottom: 16px;
  color: #222222;
  border-color: #222222;
}
.z_home_zhcg .zhcg_r .zhcg_recom .con_r, .z_home_zhcg .line_recom .zhcg_recom .con_r {
  color: #666666;
}
.z_home_zhcg .zhcg_r .zhcg_recom .con_r .iconfont, .z_home_zhcg .line_recom .zhcg_recom .con_r .iconfont {
  color: #CCCCCC;
}
.z_home_zhcg .zhcg_intro {
  margin-bottom: 30px;
}
.z_home_zhcg .zhcg_intro .intro_l,
.z_home_zhcg .zhcg_intro .intro_r {
  display: inline-block;
  margin: 0 76px;
  color: #fff;
  font-size: 14px;
}
.z_home_zhcg .zhcg_intro .intro_title {
  margin: -8px 0 15px 76px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.z_home_zhcg .zhcg_intro h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.z_home_zhcg .zhcg_intro .info_item {
  margin-bottom: 15px;
}
.z_home_zhcg .zhcg_intro .intro_r {
  margin: 0;
  vertical-align: top;
}
.z_home_zhcg.change_zhcg .zhcg_bg {
  margin-top: -20px;
}
.z_home_ptfw .ptfw_head {
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
}
.z_home_ptfw .ptfw_head .sec_shadow {
  margin-top: -10px;
  font-size: 30px;
}
.z_home_ptfw .ptfw_head .sec_head {
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
}
.z_home_ptfw .ptfw_head .sec_head::after {
  left: 0;
  transform: translateX(0);
}
.z_home_ptfw .ptfw_head .sec_label {
  margin-top: 0;
}
.z_home_ptfw .ptfw_tab {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  text-align: center;
}
.z_home_ptfw .ptfw_tab .tab_item {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.z_home_ptfw .ptfw_tab .tab_item.active,
.z_home_ptfw .ptfw_tab .tab_item:hover {
  color: #0c4df5;
}
.z_home_ptfw .ptfw_tab .tab_item.active::after,
.z_home_ptfw .ptfw_tab .tab_item:hover::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0c4df5;
}
.z_home_ptfw .ptfw_l {
  display: inline-block;
  margin-right: 56px;
  width: 270px;
}
.z_home_ptfw .ptfw_cate {
  margin-left: 18px;
  width: calc(100% - 18px);
}
.z_home_ptfw .ptfw_cate .cate_title {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.z_home_ptfw .ptfw_cate .cate_item {
  margin-bottom: 90px;
}
.z_home_ptfw .ptfw_cate .cate_item a {
  display: inline-block;
  margin-top: 30px;
  min-width: 23.5%;
  font-size: 14px;
  color: #222222;
}
.z_home_ptfw .ptfw_cate .cate_item a:hover {
  color: #0c4df5;
}
.z_home_ptfw .ptfw_ad {
  width: 270px;
  height: 270px;
}
.z_home_ptfw .ptfw_ad .img {
  display: block;
  width: 100%;
  height: 100%;
}
.z_home_ptfw .ptfw_r {
  display: inline-block;
  width: calc(100% - 330px);
  vertical-align: top;
}
.z_home_ptfw .ptfw_r .sec_btn {
  margin-top: 20px;
}
.z_home_ptfw .ptfw_shop .shop_item {
  display: inline-block;
  margin: 0 25px 20px 0;
  width: 270px;
}
.z_home_ptfw .ptfw_shop .shop_item:nth-child(3n) {
  margin-right: 0;
}
.z_home_ptfw .ptfw_shop .logo_box {
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}
.z_home_ptfw .ptfw_shop .logo_box .img {
  display: inline-block;
}
.z_home_ptfw .ptfw_shop .item_con {
  padding: 15px;
  color: #222222;
  box-sizing: border-box;
}
.z_home_ptfw .ptfw_shop .item_con .con_title {
  margin-bottom: 5px;
  font-size: 16px;
}
.z_home_ptfw .ptfw_shop .item_con .score {
  color: #FFA531;
  font-size: 14px;
}
.z_home_ptfw .ptfw_shop .item_con .score .num {
  margin-left: 5px;
}
.z_home_ptfw .ptfw_shop .item_con .desc {
  font-size: 14px;
  color: #666666;
}
.z_home_ptfw .ptfw_shop .item_con .desc .num {
  color: #222222;
}
.z_home_ptfw.change_ptfw .ptfw_ad {
  display: block;
  height: 414px;
  overflow: hidden;
}
.z_home_ptfw.change_ptfw .ptfw_ad .img {
  transition: all .3s;
}
/*.z_home_ptfw.change_ptfw .ptfw_ad:hover .img {
  transform: scale(1.1);
}*/
.z_home_ptfw.change_ptfw .ptfw_cate .cate_item {
  margin-bottom: 60px;
}
.z_home_ptfw.change_ptfw .ptfw_shop .shop_item:last-child {
  vertical-align: top;
}
.z_home_ptfw.change_ptfw .ptfw_shop .shop_item:last-child .sec_btn .btn {
  margin: 0;
  width: 100%;
}
.z_home_hzds .hzds_con {
  margin-top: 65px;
}
.z_home_hzds .hzds_l,
.z_home_hzds .hzds_r {
  display: inline-block;
  padding: 30px 30px 0;
  width: 575px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.z_home_hzds .hzds_l .title,
.z_home_hzds .hzds_r .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}
.z_home_hzds .hzds_l .title::after,
.z_home_hzds .hzds_r .title::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 30px;
  height: 4px;
  background: #FE801A;
}
.z_home_hzds .hzds_recoms {
  margin-top: 45px;
}
.z_home_hzds .hzds_recoms .recom_item {
  float: left;
  display: inline-block;
  margin: 0 20px 30px 0;
  width: 158px;
  font-size: 16px;
  color: #222222;
  text-align: center;
}
.z_home_hzds .hzds_recoms .recom_item:nth-child(3n) {
  margin-right: 0;
}
.z_home_hzds .hzds_recoms .recom_item .img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 158px;
}
.z_home_hzds .hzds_r {
  padding-bottom: 38px;
}
.z_home_hzds .hzds_list {
  margin-top: 45px;
  background-color: #fff;
}
.z_home_hzds .hzds_item {
  position: relative;
  display: block;
  padding: 0 16px;
  width: 100%;
  height: 68px;
  line-height: 68px;
  font-size: 14px;
  color: #999999;
  box-sizing: border-box;
}
.z_home_hzds .hzds_item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.z_home_hzds .hzds_item:hover .desc {
  color: #0c4df5;
}
.z_home_hzds .hzds_item .item_name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 100px 0 48px;
  box-sizing: border-box;
  font-size: 16px;
  color: #222222;
}
.z_home_hzds .hzds_item .iconfont {
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: top;
}
.z_home_xwzx .xwzx_con {
  position: relative;
  margin-top: 76px;
}
.z_home_xwzx .xwzx_con .img_bg {
  position: absolute;
  top: 74px;
  left: -360px;
  width: 544px;
  height: 336px;
  background-repeat: repeat;
  background-size: 16px;
}
.z_home_xwzx .xwzx_con .mySwiper {
  display: inline-block;
  width: 500px;
  height: 350px;
}
.z_home_xwzx .xwzx_con .mySwiper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.z_home_xwzx .xwzx_con .mySwiper .swiper_con {
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.z_home_xwzx .xwzx_con .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.z_home_xwzx .xwzx_con .mySwiper .swiper-pagination {
  padding-right: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  right: 0;
  flex-direction: column;
  width: 100px;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-sizing: border-box;
}
.z_home_xwzx .xwzx_con .mySwiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
}
.z_home_xwzx .xwzx_con .mySwiper .swiper-pagination-bullet-active {
  font-weight: bold;
}
.z_home_xwzx .xwzx_r {
  width: 640px;
}
.z_home_xwzx .xwzx_single {
  position: relative;
}
.z_home_xwzx .xwzx_single .title {
  font-size: 24px;
  color: #0c4df5;
}
.z_home_xwzx .xwzx_single .title_en {
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
}
.z_home_xwzx .xwzx_single .desc {
  margin-top: 30px;
  font-size: 14px;
  color: #666666;
}
.z_home_xwzx .xwzx_single::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 70px;
  width: 18px;
  height: 2px;
  background: #000000;
}
.z_home_xwzx .xwzx_single.change_single::after {
  display: none;
}
.z_home_xwzx .xwzx_single.change_single .desc {
  margin-top: 20px;
}
.z_home_xwzx .xwzx_tab {
  margin-top: 30px;
  font-size: 14px;
  color: #333333;
  background-color: #fff;
}
.z_home_xwzx .xwzx_tab .tab_item {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: none;
  cursor: pointer;
}
.z_home_xwzx .xwzx_tab .tab_item.active,
.z_home_xwzx .xwzx_tab .tab_item:hover {
  color: #0c4df5;
  background: #F3F6FF;
  border-color: #0c4df5;
}
.z_home_xwzx .xwzx_tab .more {
  color: #0c4df5;
}
.z_home_xwzx .xwzx_list {
  padding: 8px 0;
  margin-top: -2px;
  background: #F3F6FF;
  border: 1px solid #0c4df5;
  box-sizing: border-box;
}
.z_home_xwzx .xwzx_item {
  position: relative;
  display: block;
  padding: 0 15px 0 37px;
  line-height: 35px;
  font-size: 14px;
  color: #333333;
  box-sizing: border-box;
}
.z_home_xwzx .xwzx_item:hover {
  color: #0c4df5;
}
.z_home_xwzx .xwzx_item::before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0c4df5;
  transform: translateY(-50%);
}
.z_home_xwzx .change_xwzx_r {
  width: 660px;
}
.z_home_xwzx .change_box {
  display: inline-block;
  margin-top: 20px;
}
.z_home_xwzx .change_box.l_box {
  width: 410px;
  background-color: #FAFAFA;
}
.z_home_xwzx .change_box.l_box .xwzx_item {
  margin: 0 20px;
  padding: 8px 0;
  line-height: 20px;
}
.z_home_xwzx .change_box.l_box .xwzx_item::before {
  display: none;
}
.z_home_xwzx .change_box .xwzx_item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.z_home_xwzx .change_box.r_box {
  width: 230px;
  background-color: #FAFAFA;
}
.z_home_xwzx .change_box .xwzx_tab {
  padding: 0 20px;
  margin: 0;
  color: #222222;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}
.z_home_xwzx .change_box .tab_item {
  position: relative;
  margin-right: 30px;
  width: auto;
  border: none;
  background-color: transparent;
}
.z_home_xwzx .change_box .tab_item.active,
.z_home_xwzx .change_box .tab_item:hover {
  color: #222222;
  background-color: transparent;
}
.z_home_xwzx .change_box .tab_item.active::after,
.z_home_xwzx .change_box .tab_item:hover::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 4px;
  background: #FE801A;
  transform: translateX(-50%);
}
.z_home_xwzx .change_box .tab_item.long {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.z_home_xwzx .change_box .tab_item.long img {
  display: inline-block;
  margin: -2px 6px 0 0;
  width: 15px;
}
.z_home_xwzx .change_box .tab_item.long:hover::after {
  display: none;
}
.z_home_xwzx .change_box .xwzx_list {
  border: none;
  background-color: transparent;
}
.z_home_xwzx .zwxx_box.xwzx_con {
  margin-top: 50px;
}
.z_home_xwzx .zwxx_box.xwzx_con .change_box.l_box {
  margin-top: 0;
  width: 760px;
  max-height: 400px;
  background-color: transparent;
  overflow: hidden;
}
.z_home_xwzx .zwxx_box.xwzx_con .change_box.l_box .tab_item {
  padding: 0px 0 20px;
  margin-right: 50px;
  width: auto;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
}
.z_home_xwzx .zwxx_box.xwzx_con .change_box.l_box .tab_item.active,
.z_home_xwzx .zwxx_box.xwzx_con .change_box.l_box .tab_item:hover {
  font-weight: bold;
}
.z_home_xwzx .zwxx_box.xwzx_con .change_box.l_box .tab_item.active::after,
.z_home_xwzx .zwxx_box.xwzx_con .change_box.l_box .tab_item:hover::after {
  width: 100%;
}
.z_home_xwzx .zwxx_box.xwzx_con .change_box.l_box .xwzx_item {
  padding: 0 0 0 25px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-bottom: none;
}
.z_home_xwzx .zwxx_box.xwzx_con .change_box.l_box .xwzx_item::before {
  display: block;
  left: 10px;
  top: 48%;
}
.z_home_xwzx .zwxx_box.xwzx_con .change_box.l_box .xwzx_item .item_con {
  display: inline-block;
  width: calc(100% - 126px);
}
.z_home_xwzx .zwxx_box.xwzx_con .change_box.l_box .xwzx_item .date {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  color: #666666;
  text-align: right;
  vertical-align: top;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search {
  width: 400px;
  height: 400px;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_head {
  position: relative;
  width: 100%;
  height: 150px;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_head .img {
  display: block;
  width: 100%;
  height: 100%;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_head .head_con {
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_head .head_con .title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_con {
  padding: 27px 50px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-top: none;
  box-sizing: border-box;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_con .title {
  font-size: 20px;
  color: #0c4df5;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_con .input_box {
  margin: 30px 0;
  padding: 0 20px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #F5F8FF;
  border-radius: 25px;
  box-sizing: border-box;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_con .input_box .input {
  display: inline-block;
  margin-left: 10px;
  line-height: 50px;
  width: calc(100% - 45px);
  vertical-align: top;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_con .input_box .iconfont {
  font-weight: bold;
  font-size: 18px;
  color: #0c4df5;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_con .btn {
  display: inline-block;
  width: 135px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #2797ed 0%, #0209b9 100%);
  border-radius: 25px;
  cursor: pointer;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_con .btn:first-child {
  margin-right: 23px;
}
.z_home_xwzx .zwxx_box.xwzx_con .zwxx_search .search_con .btn:hover {
  opacity: .8;
}
.z_home_hzrh .hzrh_news {
  margin-top: 90px;
}
.z_home_hzrh .hzrh_list {
  display: inline-block;
  width: 360px;
}
.z_home_hzrh .hzrh_item {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  color: #222222;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.z_home_hzrh .hzrh_item:hover {
  color: #0c4df5;
}
.z_home_hzrh .hzrh_item{
/*:not(:last-child)*/
border-bottom: 1px solid #ebebeb;
}
.z_home_hzrh .hzrh_recom {
  width: 810px;
  height: 260px;
  cursor: pointer;
}
.z_home_hzrh .hzrh_recom .img_box {
  width: 260px;
  height: 260px;
  overflow: hidden;
}
.z_home_hzrh .hzrh_recom .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.z_home_hzrh .hzrh_recom .recom_con {
  padding: 30px;
  box-sizing: border-box;
  width: 550px;
  height: 260px;
  background-color: #f5f5f5;
}
.z_home_hzrh .hzrh_recom .recom_con .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #222222;
}
.z_home_hzrh .hzrh_recom .recom_con .desc {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
.z_home_hzrh .hzrh_recom .recom_con .tag_item {
  display: inline-block;
  padding: 0 10px;
  margin-right: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  background: #E8E8E8;
}
.z_home_hzrh .hzrh_recom:hover .img_box .img {
  transform: scale(1.2);
}
.z_home_hzrh .hzrh_recom:hover .recom_con .title {
  color: #0c4df5;
}
.z_home_hzrh .hzrh_ad {
  margin-top: 30px;
}
.z_home_hzrh .hzrh_ad .ad_item {
  display: inline-block;
  float: left;
  margin-right: 30px;
  width: 585px;
  font-size: 18px;
  color: #222222;
  text-align: center;
  cursor: pointer;
}
.z_home_hzrh .hzrh_ad .ad_item:nth-child(even) {
  margin-right: 0;
}
.z_home_hzrh .hzrh_ad .ad_item:hover {
  color: #0c4df5;
}
.z_home_hzrh .hzrh_ad .ad_item:hover .img_box .img {
  transform: scale(1.2);
}
.z_home_hzrh .hzrh_ad .img_box {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.z_home_hzrh .hzrh_ad .img_box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.z_home_hzrh.change_hzrh .hzrh_news {
  margin-top: 15px;
  width: 580px;
}
.z_home_hzrh.change_hzrh .hzds_con {
  margin-top: 15px;
}
.z_home_hzrh.change_hzrh .hzrh_tab {
  margin: -4px 0 20px;
  padding-bottom: 20px;
  /*height: 64px;*/
  /*line-height: 64px;*/
  color: #222222;
  border-bottom: 1px solid #ebebeb;
}
.z_home_hzrh.change_hzrh .hzrh_tab .tab_item {
  position: relative;
  /*padding: 20px 0 ;*/
  padding-bottom: 20px;
  margin-right: 40px;
  width: auto;
  font-size: 24px;
  color: #222222;
  font-weight: 500;
}
.z_home_hzrh.change_hzrh .hzrh_tab .tab_item.active,
.z_home_hzrh.change_hzrh .hzrh_tab .tab_item:hover {
  font-weight: bold;
}
.z_home_hzrh.change_hzrh .hzrh_tab .tab_item.active::after,
.z_home_hzrh.change_hzrh .hzrh_tab .tab_item:hover::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #FE801A;
  transform: translateX(-50%);
}
.z_home_hzrh.change_hzrh .hzrh_aditem {
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
}
.z_home_hzrh.change_hzrh .hzrh_aditem .img_box {
  width: 100%;
  height: 100%;
}
.z_home_hzrh.change_hzrh .hzrh_aditem .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
}
.z_home_hzrh.change_hzrh .hzrh_aditem .ad_con {
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}
.z_home_hzrh.change_hzrh .hzrh_ad {
  display: inline-block;
  margin-top: 20px;
}
.z_home_hzrh.change_hzrh .hzrh_ad .ad_item {
  width: 280px;
  font-size: 14px;
}
.z_home_hzrh.change_hzrh .hzrh_ad .ad_item:first-child {
  margin-right: 20px;
}
.z_home_hzrh.change_hzrh .hzrh_ad .img_box {
  margin-bottom: 5px;
  width: 100%;
  height: 180px;
}
.z_home_hzrh.change_hzrh .hzrh_list {
  width: 100%;
}
.z_home_hzrh.change_hzrh .hzrh_list .hzrh_item {
  font-size: 14px;
  height: 50px;
  overflow: hidden;
}
.z_home_hzrh.change_hzrh .hzrh_list .date {
  display: inline-block;
  width: 120px;
  text-align: right;
  color: #666666;
  vertical-align: top;
}
.z_home_hzrh.change_hzrh .hzrh_list .desc_con {
  display: inline-block;
  width: calc(100% - 150px);
}
.z_home_hzrh.change_hzrh .hzds_con {
  width: 575px;
}
.z_home_links {
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  color: #666666;
  background: #f5f5f5;
}
.z_home_links .link_item {
  margin-left: 50px;
  display: inline-block;
  color: #222222;
}
.z_home_links .link_item:hover {
  color: #0c4df5;
  text-decoration: underline;
}
.z_home_footer {
  padding: 36px 0 30px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background-color: #152340;
}
.z_home_footer .footer_logo {
  display: block;
  margin-top: 18px;
  width: 157px;
  height: 79px;
}
.z_home_footer .tel_box {
  margin: 40px 0 0 40px;
}
.z_home_footer .icon_tel {
  margin: 4px 15px 0 0;
  width: 23px;
  height: 23px;
}
.z_home_footer .tel_no {
  font-size: 20px;
}
.z_home_footer .tel_date {
  font-size: 12px;
  color: #999999;
}
.z_home_footer .cooperator {
  margin: 40px 0 0 80px;
  font-size: 14px;
}
.z_home_footer .qrcode_box {
  margin-left: 30px;
  text-align: center;
}
.z_home_footer .qrcode {
  display: block;
  margin-bottom: 10px;
  width: 97px;
  height: 97px;
}
.z_home_footer .copyright {
  margin-top: 30px;
  color: #858C9A;
  text-align: center;
}
.z_home_fixed {
  position: fixed;
  top: 50%;
  height: 190px;
  z-index: 1;
  right: calc((100% - 1200px) / 2 - 160px);
  transform: translate(-50%, -50%);
}
.z_home_fixed .fixed_item {
  display: block;
  margin: 10px 0;
  padding: 15px 0;
  font-size: 14px;
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  color: #999999;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
}
.z_home_fixed .fixed_item .img {
  margin: 0 auto 5px;
}
.z_home_fixed .fixed_item .iconfont {
  display: inline-block;
  margin: -5px;
  font-size: 24px;
}
.z_home_fixed .fixed_item.active {
  color: #0c4df5;
  border-color: #1B5BFF;
  background-color: #F2F6FF;
}
.z_home_fixed .fixed_item:hover {
  font-size: 16px;
}
.z_home_fixed .share_item {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.z_home_fixed .share_item:first-child {
  margin-bottom: 20px;
}
.z_home_fixed .share_item .iconfont {
  color: #ccc;
  font-size: 34px;
  cursor: pointer;
  transition: all .3s;
}
.z_home_fixed .share_item .iconfont.icon-fenxiangweixin:hover {
  color: #28C445;
}
.z_home_fixed .share_item .iconfont.icon-fenxiangqqhaoyou:hover {
  color: #30A5DD;
}
.z_home_fixed .share_item .iconfont.icon-QQkongjian:hover {
  color: #FFCD00;
}
.z_home_fixed .share_item .iconfont.icon-weibo2:hover {
  color: #F56467;
}
.z_line_nav {
  height: 50px;
  line-height: 50px;
  background-color: #1B5BFF;
  text-align: center;
}
.z_line_nav .nav_box {
  margin: 0 auto;
}
.z_line_nav .nav_item {
  display: inline-block;
  width: 145px;
  font-size: 16px;
  color: #fff;
}
.z_line_nav .nav_item.active,
.z_line_nav .nav_item:hover {
  font-weight: bold;
  background-color: #0041E9;
}
.page_tab {
  font-size: 12px;
  color: #808080;
}
.page_tab .spre_arrow {
  margin: 0 10px;
}
.page_tab a.tab_btn {
  color: #808080;
}
.page_tab a.tab_btn:hover {
  color: #0c4df5;
}
.page_tab .tab_btn:last-child {
  color: #222222;
}
.ptfw_page {
  /* 智慧场馆 */
  /* 品牌会展 */
}
.ptfw_page .ptfw_wrap {
  padding: 30px 0;
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
}
.ptfw_page .ptfw_cate {
  padding-bottom: 15px;
  margin-top: 15px;
  font-size: 12px;
  border-bottom: 1px solid #ebebeb;
}
.ptfw_page .ptfw_cate .cate_con {
  width: calc(100% - 80px);
}
.ptfw_page .ptfw_cate .cate_line {
  line-height: 38px;
}
.ptfw_page .ptfw_cate .cate_line .label {
  width: 80px;
  color: #808080;
}
.ptfw_page .ptfw_cate .cate_line .cate_item {
  margin-right: 20px;
  color: #4D4D4D;
}
.ptfw_page .ptfw_cate .cate_line .cate_item.active,
.ptfw_page .ptfw_cate .cate_line .cate_item:hover {
  color: #fe801a;
}
.ptfw_page .ptfw_statistical {
  margin-top: 20px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #222222;
}
.ptfw_page .ptfw_statistical .num {
  margin: 0 3px;
  color: #fe801a;
}
.ptfw_page .ptfw_statistical .join_btn {
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #0c4df5;
}
.ptfw_page .ptfw_statistical .join_btn:hover {
  opacity: .5;
}
.ptfw_page .ptfw_item {
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
}
.ptfw_page .ptfw_item:first-child {
  padding-top: 36px;
  border-top: none;
}
.ptfw_page .ptfw_item .img_box {
  width: 270px;
  height: 270px;
  line-height: 270px;
  text-align: center;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}
.ptfw_page .ptfw_item .img_box .img {
  display: inline-block;
  margin: auto;
  object-fit: cover;
  transition: all .3s;
}
.ptfw_page .ptfw_item .item_con,
.ptfw_page .ptfw_item .item_sec {
  margin-left: 30px;
  width: calc(100% - 300px);
}
.ptfw_page .ptfw_item .item_con .title,
.ptfw_page .ptfw_item .item_sec .title {
  margin-bottom: 6px;
  font-size: 22px;
  color: #222222;
}
.ptfw_page .ptfw_item .item_con .desc_line,
.ptfw_page .ptfw_item .item_sec .desc_line {
  position: relative;
  margin-top: 4px;
  font-size: 14px;
  color: #222222;
}
.ptfw_page .ptfw_item .item_con .desc_line .label,
.ptfw_page .ptfw_item .item_sec .desc_line .label {
  color: #808080;
}
.ptfw_page .ptfw_item .item_con .desc_line .score,
.ptfw_page .ptfw_item .item_sec .desc_line .score {
  color: #FFA531;
  font-size: 14px;
}
.ptfw_page .ptfw_item .item_con .desc_line .score .num,
.ptfw_page .ptfw_item .item_sec .desc_line .score .num {
  margin-left: 5px;
}
.ptfw_page .ptfw_item .item_con .desc_line .company_info,
.ptfw_page .ptfw_item .item_sec .desc_line .company_info {
  max-width: calc(100% - 80px);
  vertical-align: bottom;
}
.ptfw_page .ptfw_item .item_con .desc_line .more,
.ptfw_page .ptfw_item .item_sec .desc_line .more {
  position: absolute;
  right: 0;
  top: 0;
  color: #0c4df5;
  cursor: pointer;
}
.ptfw_page .ptfw_item .item_con .desc_line .more .iconfont,
.ptfw_page .ptfw_item .item_sec .desc_line .more .iconfont {
  margin-left: 6px;
  font-size: 14px;
  transition: all .3s;
}
.ptfw_page .ptfw_item .item_con .desc_line .more.open .iconfont,
.ptfw_page .ptfw_item .item_sec .desc_line .more.open .iconfont {
  display: inline-block;
  transform: rotate(180deg);
}
.ptfw_page .ptfw_item .item_con .line_item,
.ptfw_page .ptfw_item .item_sec .line_item {
  display: inline-block;
  float: left;
  width: 25%;
}
.ptfw_page .ptfw_item .item_con .line_item .label,
.ptfw_page .ptfw_item .item_sec .line_item .label {
  color: #666666;
}
.ptfw_page .ptfw_item .item_con .tag_box,
.ptfw_page .ptfw_item .item_sec .tag_box {
  margin: 10px 0;
}
.ptfw_page .ptfw_item .item_con .tag_item,
.ptfw_page .ptfw_item .item_sec .tag_item {
  display: inline-block;
  padding: 0 12px;
  margin-right: 16px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #4D4D4D;
  background: #FFFFFF;
  border: 1px solid #000000;
}



.ptfw_page .ptfw_item .item_con .tag_item1 {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: #1A90FE;
  background: #F2F9FF;
  border: none;
}
.ptfw_page .ptfw_item .item_con .tag_item1:nth-child(2) {
  color: #FF7D43;
  background: #FFF6F2;
}
.ptfw_page .ptfw_item .item_con .tag_item1:nth-child(3) {
  color: #7BC820;
  background: #F9FFF2;
}






.ptfw_page .ptfw_item .item_con .swiper,
.ptfw_page .ptfw_item .item_sec .swiper {
  width: 100%;
  height: 100px;
}
.ptfw_page .ptfw_item .item_con .swiper-slide,
.ptfw_page .ptfw_item .item_sec .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ptfw_page .search_box {
  font-size: 12px;
  color: #808080;
  text-align: center;
}
.ptfw_page .search_box .logo {
  display: block;
  width: 93px;
  height: 48px;
}
.ptfw_page .search_box .search_sec {
  display: inline-block;
  margin: auto;
  width: 566px;
  height: 42px;
  line-height: 42px;
  background: #FFFFFF;
  border: 2px solid #0c4df5;
}
.ptfw_page .search_box .search_sec .input_box {
  width: calc(100% - 86px);
}
.ptfw_page .search_box .search_sec .input_box .input {
  display: inline-block;
  margin-left: 10px;
  width: calc(100% - 60px);
  height: 42px;
  line-height: 42px;
  vertical-align: top;
}
.ptfw_page .search_box .search_sec .btn {
  display: inline-block;
  float: right;
  width: 86px;
  height: 100%;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background-color: #0c4df5;
  vertical-align: middle;
}
.ptfw_page .search_box .tel_no {
  font-size: 20px;
  color: #222222;
}
.ptfw_page .search_box .tel_date {
  letter-spacing: 1px;
  text-align: left;
}
.ptfw_page .zhcg_item {
  display: inline-block;
  float: left;
  margin: 30px 30px 0 0;
  width: calc(33.33% - 20px);
}
.ptfw_page .zhcg_item:nth-child(3n) {
  margin-right: 0;
}
.ptfw_page .zhcg_item .item_con {
  padding: 15px 0;
}
.ptfw_page .zhcg_item .img_box {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.ptfw_page .zhcg_item .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.ptfw_page .zhcg_item .title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #222222;
}
.ptfw_page .zhcg_item .item_tag {
  margin-bottom: 10px;
}
.ptfw_page .zhcg_item .tag_item {
  display: inline-block;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #222222;
  border: 1px solid #000000;
}
.ptfw_page .zhcg_item .con_l {
  font-size: 12px;
  color: #C6932F;
}
.ptfw_page .zhcg_item .con_r {
  color: #666666;
  font-size: 14px;
}
.ptfw_page .zhcg_item .con_r .iconfont {
  margin-right: 8px;
  font-size: 12px;
}
.ptfw_page .zhcg_item:hover .img_box .img {
  transform: scale(1.2);
}
.ptfw_page .zhcg_item:hover .title {
  color: #0c4df5;
}
.ptfw_page .zhcg_recom {
  padding: 40px 0;
  border-top: 2px solid #000;
}
.ptfw_page .zhcg_recom .recom_label {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
}
.ptfw_page .zhcg_recom .con_r {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
}
.ptfw_page .zhcg_form {
  margin-bottom: 20px;
  width: 300px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
}
.ptfw_page .zhcg_form .form_title {
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, #0c4df5 0%, #3fb9ff 100%);
}
.ptfw_page .zhcg_form .form_title .desc {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}
.ptfw_page .zhcg_form form {
  padding: 0 20px;
}
.ptfw_page .zhcg_form .form_line {
  margin: 15px 0;
}
.ptfw_page .zhcg_form .form_line .select_box {
  display: inline-block;
  margin: 0;
  width: calc(50% - 10px);
}
.ptfw_page .zhcg_form .form_line .select_box:first-child {
  margin-right: 16px;
}
.ptfw_page .zhcg_form .select_box {
  position: relative;
  padding: 0 15px;
  margin: 15px 0;
  height: 45px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
}
.ptfw_page .zhcg_form .select_box .select {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 0 0 0 38px;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.ptfw_page .zhcg_form .select_box .iconfont {
  font-size: 12px;
}
.ptfw_page .zhcg_form .find_btn {
  margin: 0 0 15px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: #08BF45;
}
.ptfw_page .zhcg_form_check {
  display: inline-block;
  font-size: 14px;
  color: #141414;
  cursor: pointer;
}
.ptfw_page .zhcg_form_check input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 13px;
  margin-right: 10px;
  vertical-align: middle;
}
.ptfw_page .zhcg_form_check input[type=checkbox]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: white;
  font-size: 15px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #333333;
}
.ptfw_page .zhcg_form_check input[type=checkbox]:checked::before {
  color: white;
  background-color: #08BF45;
  content: '✔';
  border-color: #08BF45;
}
.ptfw_page .zhcg_form_check .check_tips {
  position: relative;
  top: 6px;
}
.ptfw_page .zhcg_box {
  margin-top: 30px;
}
.ptfw_page .zhcg_box .box_intro {
  margin: 40px 0 30px;
  font-size: 14px;
  color: #333333;
}
.ptfw_page .zhcg_box .box_intro .iconfont {
  margin-right: 10px;
  color: #666666;
}
.ptfw_page .zhcg_box .box_intro .title {
  margin-bottom: 10px;
  font-size: 28px;
  color: #222222;
}
.ptfw_page .zhcg_box .box_intro .title .btn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #0c4df5;
  border-radius: 5px;
}
.ptfw_page .zhcg_box .box_intro .title .btn .iconfont {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  vertical-align: top;
}

.ptfw_page .zhcg_box .box_intro .tag_item {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: #1A90FE;
  background: #F2F9FF;
  border: none;
}
.ptfw_page .zhcg_box .box_intro .tag_item:nth-child(2) {
  color: #FF7D43;
  background: #FFF6F2;
}
.ptfw_page .zhcg_box .box_intro .tag_item:nth-child(3) {
  color: #7BC820;
  background: #F9FFF2;
}

.ptfw_page .zhcg_lcon {
  width: calc(100% - 360px);
}



.ptfw_page .zhcg_lcon .swiper_box {
  height: ;
}
.ptfw_page .zhcg_lcon .swiper {
  width: 100%;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
}
.ptfw_page .zhcg_lcon .swiper-slide {
  height: 460px;
  background-size: cover;
  background-position: center;
}
.ptfw_page .zhcg_lcon .mySwiper2 {
  height: 80%;
  width: 100%;
}
.ptfw_page .zhcg_lcon .mySwiper {
  height: 120px;
  box-sizing: border-box;
  padding: 10px 35px;
}
.ptfw_page .zhcg_lcon .mySwiper .swiper-slide {
  width: 16.67%;
  height: 100%;
  opacity: 0.4;
}
.ptfw_page .zhcg_lcon .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.ptfw_page .zhcg_lcon .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptfw_page .zhcg_lcon .swiper-button-next {
  margin-top: 0;
  right: 0;
  top: 10px;
  width: 30px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  background: #333333;
}
.ptfw_page .zhcg_lcon .swiper-button-prev {
  margin-top: 0;
  left: 0;
  top: 10px;
  width: 30px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  background: #333333;
}
.ptfw_page .zhcg_lcon .swiper-button-next:after,
.ptfw_page .zhcg_lcon .swiper-button-prev:after {
  font-size: 20px;
}
.ptfw_page .zhcg_sec {
  padding: 15px 0 25px;
  font-size: 14px;
  color: #333333;
  /*border-top: 1px solid #ebebeb;*/
}
.ptfw_page .zhcg_sec .sec_label {
  margin-bottom: 20px;
  color: #222222;
  font-weight: bold;
}
.ptfw_page .zhcg_sec .tag_item {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #222222;
  border: 1px solid #000000;
}
.ptfw_page .zhcg_sec.cg_intro {
  padding: 20px 0 30px;
  font-size: 12px;
  color: #808080;
  text-align: center;
}
.ptfw_page .zhcg_sec.cg_intro .fl {
  display: inline-block;
  width: 25%;
}
.ptfw_page .zhcg_sec.cg_intro .data_num {
  font-size: 14px;
  color: #222222;
}
.ptfw_page .zhcg_sec.cg_intro .img_box {
  display: inline-block;
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.ptfw_page .zhcg_sec .img_item {
  display: inline-block;
  margin: 0 20px 20px 0;
  width: calc(33.33% - 14px);
  font-size: 14px;
  color: #222222;
  text-align: center;
}
.ptfw_page .zhcg_sec .img_item .img {
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
  height: 160px;
}
.ptfw_page .zhcg_sec .img_item:nth-child(3n) {
  margin-right: 0;
}
.ptfw_page .pphz {
  /* 品牌会展详情 */
}
.ptfw_page .pphz_tabs {
  margin-top: 20px;
  font-size: 14px;
  color: #222222;
  border-bottom: 2px solid #0c4df5;
}
.ptfw_page .pphz_tabs .tab_item {
  display: inline-block;
  width: 102px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.ptfw_page .pphz_tabs .tab_item.active,
.ptfw_page .pphz_tabs .tab_item:hover {
  color: #fff;
  background-color: #0c4df5;
}
.ptfw_page .pphz_list .ptfw_item {
  margin-top: 30px;
  padding: 0;
  display: block;
  cursor: pointer;
  border: none;
}
.ptfw_page .pphz_list .ptfw_item:first-child {
  margin-top: 40px;
}
.ptfw_page .pphz_list .ptfw_item .img_box {
  position: relative;
  width: 230px;
  height: 150px;
}
.ptfw_page .pphz_list .ptfw_item .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.ptfw_page .pphz_list .ptfw_item .img_tag {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background: #000000;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 30px 0px 0px 0px;
}
.ptfw_page .pphz_list .ptfw_item .img_tag .num {
  display: inline-block;
  margin: 0 3px;
  font-size: 20px;
  color: #FFB71D;
  font-weight: bold;
}
.ptfw_page .pphz_list .ptfw_item .img_tag .num.red {
  color: #FF3E3E;
}
.ptfw_page .pphz_list .ptfw_item .item_con {
  width: calc(100% - 260px);
}
.ptfw_page .pphz_list .ptfw_item .item_con .title {
  font-size: 20px;
}
.ptfw_page .pphz_list .ptfw_item .item_con .tag_sec {
  margin-left: 18px;
}
.ptfw_page .pphz_list .ptfw_item .item_con .tag_item {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: #1A90FE;
  background: #F2F9FF;
  border: none;
}
.ptfw_page .pphz_list .ptfw_item .item_con .tag_item:nth-child(2) {
  color: #FF7D43;
  background: #FFF6F2;
}
.ptfw_page .pphz_list .ptfw_item .item_con .tag_item:nth-child(3) {
  color: #7BC820;
  background: #F9FFF2;
}
.ptfw_page .pphz_list .ptfw_item .item_con .desc_line {
  margin-top: 10px;
}
.ptfw_page .pphz_list .ptfw_item .item_con .line_item {
  width: 40%;
}
.ptfw_page .pphz_list .ptfw_item .item_con .line_item:nth-child(2) {
  width: 30%;
}
.ptfw_page .pphz_list .ptfw_item .item_con .line_item:nth-child(3) {
  width: 30%;
}
.ptfw_page .pphz_list .ptfw_item .item_con .con_intro {
  display: block;
  width: calc(100% - 240px);
}
.ptfw_page .pphz_list .ptfw_item .item_con .con_concat {
  position: relative;
  padding-top: 73px;
  line-height: 26px;
  font-size: 14px;
  color: #17337A;
}
.ptfw_page .pphz_list .ptfw_item .item_con .con_concat .collect_btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 68px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #fe801a;
  border: 1px solid #fe801a;
  cursor: pointer;
}
.ptfw_page .pphz_list .ptfw_item .item_con .con_concat .collect_btn.active,
.ptfw_page .pphz_list .ptfw_item .item_con .con_concat .collect_btn:hover {
  color: #fff;
  background-color: #fe801a;
}
.ptfw_page .pphz_list .ptfw_item:hover .img_box .img {
  transform: scale(1.2);
}
.ptfw_page .pphz_list .ptfw_item:hover .title {
  color: #0c4df5;
}
.ptfw_page .pphz_banner {
  margin: 30px 0 60px;
  width: 100%;
  height: 600px;
}
.ptfw_page .pphz_banner .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptfw_page .pphz_headintro {
  font-size: 14px;
  color: #333333;
}
.ptfw_page .pphz_headintro .title {
  margin-bottom: 20px;
  font-size: 30px;
  color: #222222;
  line-height: 30px;
}
.ptfw_page .pphz_headintro .title .btn {
  display: inline-block;
  margin: -5px 0 0 15px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #0c4df5;
  border-radius: 5px;
  vertical-align: middle;
}
.ptfw_page .pphz_headintro .title .iconfont {
  margin-right: 5px;
  font-weight: 500;
  vertical-align: bottom;
}
.ptfw_page .pphz_headintro .tag_item {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: #1A90FE;
  background: #F2F9FF;
  border: none;
}
.ptfw_page .pphz_headintro .tag_item:nth-child(2) {
  color: #FF7D43;
  background: #FFF6F2;
}
.ptfw_page .pphz_headintro .tag_item:nth-child(3) {
  color: #7BC820;
  background: #F9FFF2;
}
.ptfw_page .pphz_headintro .intro_sec {
  margin-top: 25px;
}
.ptfw_page .pphz_headintro .l_con {
  width: 755px;
}
.ptfw_page .pphz_headintro .r_con {
  font-size: 16px;
  color: #333333;
}
.ptfw_page .pphz_headintro .r_con .img_box {
  display: block;
  width: 110px;
  height: 160px;
}
.ptfw_page .pphz_headintro .r_con .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptfw_page .pphz_headintro .r_intro {
  padding: 25px 0 13px 0;
  width: 190px;
  height: 160px;
  text-align: center;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.ptfw_page .pphz_headintro .r_intro .img_tag {
  color: #222222;
}
.ptfw_page .pphz_headintro .r_intro .intro_line {
  margin-top: 20px;
}
.ptfw_page .pphz_headintro .r_intro .intro_line:last-child {
  margin-top: 10px;
}
.ptfw_page .pphz_headintro .r_intro .num {
  color: #FFB71D;
  font-size: 24px;
  font-weight: bold;
}
.ptfw_page .pphz_headintro .r_intro .num.red {
  color: #FF3E3E;
}
.ptfw_page .pphz_headintro .r_intro .iconfont {
  font-size: 17px;
}
.ptfw_page .pphz_headintro .r_intro .iconfont.icon-star-h {
  color: #ff3e3e;
}
.ptfw_page .pphz_line {
  margin: 20px 0 15px;
  border-bottom: 1px solid #ebebeb;
}
.ptfw_page .pphz_line .label {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  border-bottom: 2px solid #fe801a;
}
.ptfw_page .pphz_info {
  font-size: 14px;
  color: #222222;
  line-height: 30px;
}
.ptfw_page .pphz_info .label {
  color: #999999;
}
.ptfw_page .pphz_info .con_item {
  display: inline-block;
  width: 49%;
}
.ptfw_page .pphz_swiper.swiper {
  width: 100%;
  height: 200px;
}
.ptfw_page .pphz_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ptfw_page .pphz_previous {
  margin-bottom: 50px;
}
.ptfw_page .pphz_recom {
  padding: 60px 0;
  border-top: 2px solid #000;
}
.ptfw_page .pphz_recom .recom_label {
  margin: 15px auto 15px;
  font-size: 18px;
  color: #222222;
  font-weight: bold;
}
.ptfw_page .pphz_recom .recom_item {
  position: relative;
  display: inline-block;
  margin: 0 30px 20px 0;
  float: left;
  width: calc(33.33% - 20px);
  height: 420px;
  background: #FFFFFF;
  vertical-align: middle;
  cursor: pointer;
}
.ptfw_page .pphz_recom .recom_item:nth-child(3n) {
  margin-right: 0;
}
.ptfw_page .pphz_recom .recom_item .img_box {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.ptfw_page .pphz_recom .recom_item .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ptfw_page .pphz_recom .recom_item .img_box .img_tag {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background: #000000;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 30px 0px 0px 0px;
}
.ptfw_page .pphz_recom .recom_item .img_box .num {
  display: inline-block;
  margin: 0 3px;
  font-size: 20px;
  color: #FFB71D;
  font-weight: bold;
}
.ptfw_page .pphz_recom .recom_item .img_box .num.red {
  color: #FF3E3E;
}
.ptfw_page .pphz_recom .recom_item .item_con {
  padding: 18px;
  font-size: 14px;
  color: #222222;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.ptfw_page .pphz_recom .recom_item .item_con .title {
  font-size: 18px;
  font-weight: bold;
}
.ptfw_page .pphz_recom .recom_item .item_con .label {
  color: #999999;
}
.ptfw_page .pphz_recom .recom_item .item_con .tag {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: #1A90FE;
  background: #F2F9FF;
}
.ptfw_page .pphz_recom .recom_item .item_con .tag:nth-child(2) {
  color: #FF7D43;
  background: #FFF6F2;
}
.ptfw_page .pphz_recom .recom_item .item_con .tag:nth-child(3) {
  color: #7BC820;
  background: #F9FFF2;
}
.ptfw_page .pphz_recom .recom_item:hover .item_con .title {
  color: #0c4df5;
}
.ptfw_page .pphz_recom .recom_item:hover .img_box .img {
  transform: scale(1.2);
}
.xwzx_page .z_home_banner {
  height: 300px;
}
.xwzx_wrap .page_tab {
  margin: 30px 0 50px;
}
.xwzx_lcon {
  width: calc(100% - 370px);
}
.xwzx_lcon .con_title {
  font-size: 28px;
  color: #222222;
}
.xwzx_lcon .lcon_desc {
  padding: 25px 0 30px;
  color: #666666;
  font-size: 14px;
}
.xwzx_lcon .lcon_desc .fl {
  display: inline-block;
  width: 33.33%;
}
.xwzx_lcon .lcon_desc .fl:nth-child(2) {
  text-align: center;
}
.xwzx_lcon .lcon_desc .fl:last-child {
  text-align: right;
}
.xwzx_lcon .lcon_desc.footer_desc {
  padding-top: 0;
}
.xwzx_lcon .lcon_desc.footer_desc .fl {
  width: 50%;
  font-size: 16px;
  color: #333333;
}
.xwzx_lcon .lcon_wrap {
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
}
.xwzx_lcon .share_sec {
  margin-bottom: 80px;
  font-size: 16px;
  color: #333333;
}
.xwzx_lcon .share_sec .iconfont {
  margin-right: 10px;
  color: #ccc;
  font-size: 34px;
  cursor: pointer;
  transition: all .3s;
  vertical-align: middle;
}
.xwzx_lcon .share_sec .iconfont.icon-fenxiangweixin:hover {
  color: #28C445;
}
.xwzx_lcon .share_sec .iconfont.icon-fenxiangqqhaoyou:hover {
  color: #30A5DD;
}
.xwzx_lcon .share_sec .iconfont.icon-QQkongjian:hover {
  color: #FFCD00;
}
.xwzx_lcon .share_sec .iconfont.icon-weibo2:hover {
  color: #F56467;
}
.xwzx_rcon .rbox {
  margin-bottom: 30px;
  padding: 20px;
  width: 300px;
  height: 420px;
  color: #222222;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
}
.xwzx_rcon .rbox .title {
  padding-bottom: 20px;
  font-size: 18px;
  border-bottom: 1px solid #ebebeb;
}
.xwzx_rcon .rbox .rbox_item {
  padding-top: 17px;
  height: 350px;
  overflow: hidden;
  box-sizing: border-box;
}
.xwzx_rcon .rbox .link_item {
  position: relative;
  display: block;
  padding-left: 22px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
}
.xwzx_rcon .rbox .link_item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #0c4df5;
  border-radius: 50%;
  transform: translateY(-50%);
}
.xwzx_rcon .rbox .link_item:hover {
  color: #0c4df5;
}
.xwzx_container {
  padding: 40px 0;
}
.xwzx_container .l_con_box {
  width: calc(100% - 500px);
}
.xwzx_container .swiper_box {
  position: relative;
  height: 400px;
}
.xwzx_container .swiper_box .swiper {
  width: 100%;
  height: 100%;
}
.xwzx_container .swiper_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.xwzx_container .swiper_box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xwzx_container .swiper_box .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.xwzx_container .swiper_box .swiper-pagination-bullet-active {
  color: #fff;
  background: #fe801a;
}
.xwzx_container .swiper_box .swiper-horizontal > .swiper-pagination-bullets,
.xwzx_container .swiper_box .swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-right: 20px;
  bottom: 17px;
  text-align: right;
  box-sizing: border-box;
}
.xwzx_container .swiper_box .title_bot {
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.xwzx_container .swiper_box .bot_con {
  width: calc(100% - 280px);
}
.xwzx_container .l_con_item {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  color: #999999;
}
.xwzx_container .l_con_item .img_box {
  display: inline-block;
  width: 240px;
  height: 156px;
  overflow: hidden;
}
.xwzx_container .l_con_item .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.xwzx_container .l_con_item .l_con_box {
  width: calc(100% - 270px);
}
.xwzx_container .l_con_item .con_title {
  margin-bottom: 15px;
  /*height: 66px;*/
  font-size: 20px;
  color: #222222;
  font-weight: bold;
}
.xwzx_container .l_con_item .desc {
  margin-bottom: 15px;
  color: #666666;
}
.xwzx_container .l_con_item .data_item {
  display: inline-block;
  width: 35%;
}
.xwzx_container .l_con_item .data_item .iconfont {
  margin-right: 5px;
}
.xwzx_container .l_con_item .data_item .iconfont.icon-eye {
  position: relative;
  top: 1px;
  font-size: 18px;
}
.xwzx_container .l_con_item:hover .img_box .img {
  transform: scale(1.2);
}
.xwzx_container .l_con_item:hover .con_title {
  color: #0c4df5;
}
.xwzx_container .r_con_box {
  width: 460px;
}
.xwzx_container .r_con_box .today_news {
  height: 400px;
  background-color: #f5f5f5;
}
.xwzx_container .r_con_box .today_news .label {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #0c4df5;
}
.xwzx_container .r_con_box .today_news .label .name {
  display: inline-block;
  width: 110px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #0c4df5;
}
.xwzx_container .r_con_box .today_news .label .name2{
  width: 150px;
}
.xwzx_container .r_con_box .today_news .label .hide_name {
  display: inline-block;
  width: 110px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  /* color: #fff; */
  color: #000;
   background: #ddd;
  /* background: #0c4df5; */
}
.xwzx_container .r_con_box .link_sec {
  padding: 10px 30px 0 25px;
  height: 350px;
  box-sizing: border-box;
  overflow: hidden;
}
.xwzx_container .r_con_box .link_item {
  position: relative;
  display: block;
  padding-left: 22px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
}
.xwzx_container .r_con_box .link_item a {
  display: inline-block;
  width: calc(100% - 55px);
  color: #333333;
  vertical-align: middle;
}
.xwzx_container .r_con_box .link_item a:hover {
  color: #0c4df5;
}
.xwzx_container .r_con_box .link_item .date {
  display: inline-block;
  width: 50px;
  text-align: right;
}
.xwzx_container .r_con_box .link_item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #0c4df5;
  border-radius: 50%;
  transform: translateY(-50%);
}
.xwzx_container .con_label {
  margin-top: 25px;
  font-size: 16px;
  color: #222222;
  border-bottom: 1px solid #ebebeb;
}
.xwzx_container .con_label .name {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding: 15px 0;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.xwzx_container .con_label .name:hover,
.xwzx_container .con_label .name.active {
  color: #0c4df5;
  border-color: #0c4df5;
}
.xwzx_container .con_label .name.cur {
  border-color: #0c4df5;
}
.xwzx_container .con_label .more {
  font-size: 14px;
  color: #999999;
  line-height: 58px;
  font-weight: 500;
  vertical-align: middle;
}
.xwzx_container .con_label .more:hover {
  color: #0c4df5;
}
.xwzx_container .r_con_item {
  margin-top: 30px;
  /*padding: 30px 0;*/
  display: block;
  font-size: 14px;
  color: #666666;
}
.xwzx_container .r_con_item(:not):last-child {
  border-bottom: 1px solid #ebebeb;
}
.xwzx_container .r_con_item .date_box {
  display: inline-block;
  text-align: center;
}
.xwzx_container .r_con_item .con_r {
  width: calc(100% - 90px);
}
.xwzx_container .r_con_item .title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}
.xwzx_container .r_con_item:hover .con_r .title {
  color: #0c4df5;
}
.hzds_page .z_home_banner {
  height: 400px;
}
.hzds_container .hzds_tabs {
  margin: 50px 0;
  text-align: center;
}
.hzds_container .hzds_tabs .tab_item {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  background: #f5f5f5;
}
.hzds_container .hzds_tabs .tab_item.active,
.hzds_container .hzds_tabs .tab_item:hover {
  color: #fff;
  background-color: #0c4df5;
}
.hzds_container .hzds_tabscon {
  display: none;
}
.hzds_container .hzds_tabscon.active {
  display: block;
}
.hzds_container .hzds_item {
  display: inline-block;
  margin: 0 30px 40px 0;
  width: calc(33.33% - 20px);
}
.hzds_container .hzds_item .img_box {
  width: 380px;
  height: 250px;
  text-align: center;
  line-height: 250px;
  overflow: hidden;
}
.hzds_container .hzds_item .img_box .img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.hzds_container .hzds_item .item_con {
  padding: 15px;
  font-size: 16px;
  color: #222222;
}
.hzds_container .hzds_item .item_con .con_url {
  margin-top: 5px;
  font-size: 14px;
  color: #182572;
  text-decoration: underline;
}
.hzds_container .hzds_item .item_con .con_url:hover {
  color: #0c4df5;
}
.hzds_container .hzds_item:nth-child(3n) {
  margin-right: 0;
}
.hzds_container .ptfw_item .img_box {
  width: 158px;
  height: 158px;
}
.hzds_container .ptfw_item .item_con {
  width: calc(100% - 188px);
}
.hzds_container .ptfw_item .item_con .title {
  margin-bottom: 10px;
}
.hzds_container .ptfw_item .item_con .desc_line {
  margin-top: 6px;
}
.hzds_container .ptfw_item .item_con .desc_line .more {
  top: 22px;
}
.hzds_container .ptfw_item .item_sec {
  margin: 20px 0 0 0;
  width: 100%;
}
.hzds_container .ptfw_item .item_sec .swiper {
  height: 158px;
}
/* 游客中心 */
.user_page {
  background-color: #f5f5f5;
}
.user_page .head_top {
  background-color: #0c4df5;
}
.user_page .head_top .z_home_head {
  position: relative;
  left: 0;
  transform: none;
}
.user_page .head_top .z_home_head .icon_img {
  margin-right: 15px;
}
.user_page .user_container {
  padding: 0 90px;
  margin: 25px auto 65px;
  box-sizing: border-box;
}
.user_page .user_lsec {
  position: relative;
  padding: 30px 10px 15px;
  margin-bottom: 10px;
  width: 200px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
}
.user_page .user_lsec .lsec_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  background: #E9EFFF;
  text-align: center;
}
.user_page .user_lsec .avatar_box {
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.user_page .user_lsec .avatar_box .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_page .user_lsec .id_tag {
  text-align: center;
}
.user_page .user_lsec .tag_item {
  padding: 0 5px;
  margin: 0 5px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background: #CCCCCC;
  border-radius: 5px;
}
.user_page .user_lsec .tag_item.active {
  background: linear-gradient(90deg, #e6c298 0%, #bd9c77 100%);
}
.user_page .user_lsec .welcome_desc {
  margin-top: 14px;
  font-size: 14px;
  color: #222222;
  text-align: center;
}
.user_page .user_lsec .opre_list {
  margin: 20px auto 0;
  width: 110px;
  font-size: 12px;
}
.user_page .user_lsec .opre_item {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #222222;
  text-align: center;
  cursor: pointer;
}
.user_page .user_lsec .opre_item.active,
.user_page .user_lsec .opre_item:hover {
  color: #fff;
  background: #0c4df5;
}
.user_page .user_lsec .opre_item.quit {
  color: #ff3e3e;
}
.user_page .user_lsec .opre_item.quit:hover {
  color: #ff3e3e;
  background: transparent;
}
.user_page .user_rsec {
  padding: 30px;
  width: 810px;
  min-height: 700px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
}
.user_page .user_rsec .rsec_label {
  position: relative;
  padding-bottom: 20px;
  font-size: 20px;
  color: #1A1A1A;
  border-bottom: 1px solid #ebebeb;
}
.user_page .user_rsec .rsec_label .num {
  color: #0c4df5;
}
.user_page .user_rsec .rsec_label.no_border {
  border-bottom: none;
}
.user_page .user_rsec .rsec_label .feed_back {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #0c4df5;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #0c4df5;
  transform: translateY(-50%);
}
.user_page .user_rsec .rsec_label .feed_back:hover {
  color: #fff;
  background-color: #0c4df5;
}
.user_page .user_rsec .info_item {
  margin-top: 30px;
  font-size: 14px;
  color: #585A6E;
}
.user_page .user_rsec .info_item.margin_s {
  margin-top: 20px;
}
.user_page .user_rsec .info_item .label {
  display: inline-block;
  padding: 9px 0;
  margin-right: 40px;
  width: 60px;
  text-align: right;
}
.user_page .user_rsec .info_item .avatar_box {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.user_page .user_rsec .info_item .avatar_box .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user_page .user_rsec .info_item:first-child .label {
  padding: 28px 0;
}
.user_page .user_rsec .input_box {
  display: block;
  width: 500px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.user_page .user_rsec .input_box .input {
  padding-left: 20px;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.user_page .user_rsec .input_box.tel_box {
  position: relative;
}
.user_page .user_rsec .input_box.tel_box.notouch {
  background-color: #FAFAFF;
}
.user_page .user_rsec .input_box.tel_box.notouch .input {
  pointer-events: none;
}
.user_page .user_rsec .input_box.tel_box .edit_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 14px;
  color: #0c4df5;
  text-decoration: underline;
  transform: translateY(-50%);
}
.user_page .user_rsec .info_btn {
  display: inline-block;
  margin: 40px 0 0 100px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #0c4df5;
  cursor: pointer;
}
.user_page .user_rsec .rsec_hztab {
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  background: #f5f5f5;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}
.user_page .user_rsec .rsec_hztab .hz_tabitem {
  display: inline-block;
  float: left;
  width: 110px;
  text-align: center;
  cursor: pointer;
}
.user_page .user_rsec .rsec_hztab .hz_tabitem.active,
.user_page .user_rsec .rsec_hztab .hz_tabitem:hover {
  color: #0c4df5;
  background: #F3F6FF;
}
.user_page .user_rsec .tabcon0 .ptfw_item {
  padding: 30px 0;
  border-top: 1px dashed #ebebeb;
}
.user_page .user_rsec .tabcon0 .ptfw_item:first-child {
  padding-top: 36px;
  border-top: none;
}
.user_page .user_rsec .tabcon0 .ptfw_item .img_box {
  position: relative;
  width: 230px;
  height: 150px;
  overflow: hidden;
}
.user_page .user_rsec .tabcon0 .ptfw_item .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.user_page .user_rsec .tabcon0 .ptfw_item .img_box .img_tag {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  background: #000000;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 30px 0px 0px 0px;
}
.user_page .user_rsec .tabcon0 .ptfw_item .img_box .num {
  display: inline-block;
  margin: 0 3px;
  font-size: 20px;
  color: #FFB71D;
  font-weight: bold;
}
.user_page .user_rsec .tabcon0 .ptfw_item .img_box .num.red {
  color: #FF3E3E;
}
.user_page .user_rsec .tabcon0 .ptfw_item .img_box .edit_btn {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 44px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #fe801a;
}
.user_page .user_rsec .tabcon0 .ptfw_item .desc_line {
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  color: #222222;
}
.user_page .user_rsec .tabcon0 .ptfw_item .desc_line .label {
  color: #808080;
}
.user_page .user_rsec .tabcon0 .ptfw_item .desc_line.short_line {
  width: calc(100% - 200px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.user_page .user_rsec .tabcon0 .item_con {
  position: relative;
  width: calc(100% - 255px);
}
.user_page .user_rsec .tabcon0 .item_con .title {
  position: relative;
  margin-bottom: 6px;
  padding-right: 80px;
  width: 100%;
  font-size: 20px;
  color: #222222;
  box-sizing: border-box;
}
.user_page .user_rsec .tabcon0 .item_con .collect_cancle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 68px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #666666;
  background: #EDEDED;
  cursor: pointer;
  font-weight: 500;
  transform: translateY(-50%);
}
.user_page .user_rsec .tabcon0 .item_con .collect_cancle:hover {
  opacity: .5;
}
.user_page .user_rsec .tabcon0 .item_con .tag_sec {
  margin: 0 0 0 18px;
}
.user_page .user_rsec .tabcon0 .item_con .tag_item {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: #1A90FE;
  background: #F2F9FF;
}
.user_page .user_rsec .tabcon0 .item_con .tag_item:nth-child(2) {
  color: #FF7D43;
  background: #FFF6F2;
}
.user_page .user_rsec .tabcon0 .item_con .tag_item:nth-child(3) {
  color: #7BC820;
  background: #F9FFF2;
}
.user_page .user_rsec .tabcon0 .item_con .con_concat {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #17337A;
}
.user_page .user_rsec .tabcon0 .item_con .con_concat .concat_email {
  margin-top: 8px;
}
.user_page .user_rsec .tabcon {
  display: none;
  padding: 30px 0;
}
.user_page .user_rsec .tabcon.no_pt {
  padding-top: 0;
}
.user_page .user_rsec .tabcon.active {
  display: block;
}
.user_page .user_rsec .tabcon .form_item {
  margin-bottom: 20px;
  font-size: 14px;
}
.user_page .user_rsec .tabcon .form_item.tag_line {
  margin-bottom: 0;
}
.user_page .user_rsec .tabcon .form_item .label {
  padding: 10px 0;
  display: inline-block;
  color: #585A6E;
}
.user_page .user_rsec .tabcon .form_item .input_box,
.user_page .user_rsec .tabcon .form_item .textarea_box {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  width: calc(100% - 100px);
  height: 40px;
  line-height: 38px;
  border: 1px solid #ebebeb;
}

.user_page .user_rsec .tabcon .form_item .editor_box {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 100%;
  line-height: 38px;
  border: 1px solid #ebebeb;
}

.user_page .user_rsec .tabcon .form_item .input_box .textarea,
.user_page .user_rsec .tabcon .form_item .textarea_box .textarea {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #222222;
  padding: 12px 0;
  resize: none;
  box-sizing: border-box;
}
.user_page .user_rsec .tabcon .form_item .input_box .input,
.user_page .user_rsec .tabcon .form_item .textarea_box .input {
  display: inline-block;
  padding: 0;
  width: 100%;
  height: 36px;
  line-height: 38px;
  font-size: 14px;
  color: #222222;
}
.user_page .user_rsec .tabcon .form_item .input_box .symbol,
.user_page .user_rsec .tabcon .form_item .textarea_box .symbol {
  position: absolute;
  color: #222222;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.user_page .user_rsec .tabcon .form_item .tag_box,
.user_page .user_rsec .tabcon .form_item .upload_box,
.user_page .user_rsec .tabcon .form_item .organize_box,
.user_page .user_rsec .tabcon .form_item .time_box {
  width: calc(100% - 100px);
}
.user_page .user_rsec .tabcon .form_item .tag_box .desc_tips,
.user_page .user_rsec .tabcon .form_item .upload_box .desc_tips,
.user_page .user_rsec .tabcon .form_item .organize_box .desc_tips,
.user_page .user_rsec .tabcon .form_item .time_box .desc_tips {
  color: #FF8328;
}
.user_page .user_rsec .tabcon .form_item .tag_box .desc_tips {
  position: relative;
  top: -12px;
}
.user_page .user_rsec .tabcon .form_item .tag_item {
  display: inline-block;
  padding: 0 20px;
  margin: 0 20px 20px 0;
  height: 40px;
  line-height: 40px;
  color: #333333;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.user_page .user_rsec .tabcon .form_item .tag_item.active {
  color: #fff;
  border-color: #0c4df5;
  background-color: #0c4df5;
}
.user_page .user_rsec .tabcon .form_item .textarea_box {
  width: calc(100% - 120px);
  height: 80px;
}
.user_page .user_rsec .tabcon .form_item .upload_top {
  font-size: 14px;
}
.user_page .user_rsec .tabcon .form_item .upload_top .upload_btn {
  display: inline-block;
  margin-right: 10px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #0c4df5;
  border-radius: 5px;
  cursor: pointer;
}
.user_page .user_rsec .tabcon .form_item .upload_photos .img {
  display: inline-block;
  margin: 20px 15px 0 0;
  float: left;
  width: 160px;
  height: 160px;
  object-fit: cover;
  vertical-align: top;
}
.user_page .user_rsec .tabcon .form_item .upload_photos .img:nth-child(3n) {
  margin-right: 0;
}
.user_page .user_rsec .tabcon .form_item .atlas_item {
  margin-top: 20px;
}
.user_page .user_rsec .tabcon .form_item .atlas_item .input_con {
  width: calc(100% - 100px);
}
.user_page .user_rsec .tabcon .form_item .atlas_item .input_con .input_box {
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
.user_page .user_rsec .tabcon .form_item .atlas_item .input_con .input_box:last-child {
  margin: 0;
}
.user_page .user_rsec .tabcon .form_item .atlas_item .img {
  display: block;
  margin-left: 10px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.user_page .user_rsec .tabcon .form_item .time_box {
  text-align: center;
  color: #585A6E;
  line-height: 40px;
}
.user_page .user_rsec .tabcon .form_item .time_box .input_box {
  width: calc(50% - 40px);
}
.user_page .user_rsec .tabcon .form_item .time_box .input_box .input {
  margin: 5px 0 0 4px;
  width: calc(100% - 25px);
  height: 30px;
  vertical-align: unset;
}
.user_page .user_rsec .tabcon .form_item .time_box .input_box .iconfont {
  color: #808080;
}
.user_page .user_rsec .tabcon .form_item .organize_item {
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
}
.user_page .user_rsec .tabcon .form_item .organize_item:last-child {
  margin-bottom: 0;
}
.user_page .user_rsec .tabcon .form_item .organize_item .left_l {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #666666;
  background: #F1F5FF;
}
.user_page .user_rsec .tabcon .form_item .organize_item .input_box {
  padding: 0 0 0 10px;
  width: calc(100% - 120px);
  border: none;
  box-sizing: border-box;
}
.user_page .user_rsec .tabcon .login_sbtn {
  margin: 40px auto 0;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: #0c4df5;
  border-radius: 5px;
}
.user_page .hzdt_item {
  position: relative;
  padding: 30px 0 30px 70px;
  box-sizing: border-box;
}
.user_page .hzdt_item:not(:last-child) {
  border-bottom: 1px dashed #ebebeb;
}
.user_page .hzdt_item:nth-child(even) .item_leftbox {
  background-color: #F29C9F;
}
.user_page .hzdt_item .item_leftbox {
  position: absolute;
  padding: 5px 0;
  top: 30px;
  left: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  background: #ACD598;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}
.user_page .hzdt_item .item_con {
  font-size: 14px;
  color: #999999;
}
.user_page .hzdt_item .item_con .title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #222222;
}
.user_page .hzdt_item .item_con .half_item {
  display: inline-block;
  margin-bottom: 10px;
  width: 40%;
  font-size: 12px;
  color: #222222;
}
.user_page .hzdt_item .item_con .half_item .label {
  color: #666666;
}
.user_page .hzdt_item .item_con .num {
  color: #0c4df5;
}
.user_page .hzdt_item .item_con .tips_list {
  margin-top: 15px;
}
.user_page .hzdt_item .item_con .tips_item {
  position: relative;
  padding-left: 30px;
  margin-top: 2px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  background: #f5f5f5;
  cursor: pointer;
}
.user_page .hzdt_item .item_con .tips_item .date {
  display: inline-block;
  width: 100px;
  color: #666666;
  vertical-align: top;
}
.user_page .hzdt_item .item_con .tips_item .item_info {
  display: inline-block;
  width: calc(100% - 180px);
  color: #333333;
}
.user_page .hzdt_item .item_con .tips_item .read_tag {
  padding: 0 8px;
  position: absolute;
  right: 30px;
  top: 50%;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
  background: #FF3333;
  border-radius: 10px;
  transform: translateY(-50%);
}
.user_page .hzdt_item .item_con .tips_item::before {
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: #0c4df5;
  border-radius: 50%;
  transform: translateY(-50%);
}
.user_page .hzdt_item .item_con .tips_item::after {
  position: absolute;
  top: 47%;
  right: 15px;
  display: block;
  content: '>';
  transform: translateY(-50%);
}
.user_page .zhbz_label {
  margin-top: 40px;
  padding-left: 10px;
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  line-height: 18px;
  border-left: 4px solid #fe801a;
}
.user_page .zhbz_search .select_box {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  margin: 20px 30px 0 0;
  width: 226px;
  height: 45px;
  line-height: 40px;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  overflow: hidden;
}
.user_page .zhbz_search .select_box .select {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 0 0 0 15px;
  width: 100%;
  height: 100%;
  line-height: 40px;
}
.user_page .zhbz_search .select_box .iconfont {
  font-size: 12px;
}
.user_page .zhbz_search .select_box:nth-child(3n) {
  margin-right: 0;
}
.user_page .zhbz_con .concat_btn {
  margin: 30px auto 0;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #0c4df5;
  cursor: pointer;
  transition: all .3s;
}
.user_page .zhbz_con .concat_btn:hover {
  transform: scale(1.1);
}
.user_page .recom_sec {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ebebeb;
}
.user_page .recom_sec .ground_item {
  display: inline-block;
  margin: 30px 30px 0 0;
  width: 226px;
  float: left;
}
.user_page .recom_sec .ground_item:nth-child(3n) {
  margin-right: 0;
}
.user_page .recom_sec .ground_item .img_box {
  display: block;
  width: 226px;
  height: 140px;
  overflow: hidden;
}
.user_page .recom_sec .ground_item .img_box .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.user_page .recom_sec .ground_item .title {
  margin-top: 10px;
  font-size: 16px;
  color: #222222;
  font-weight: bold;
}
.user_page .recom_sec .ground_item .desc {
  margin-top: 10px;
  font-size: 12px;
  color: #C6932F;
}
.user_page .recom_sec .ground_item .addr {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 14px;
  color: #666666;
  border-top: 1px solid #ebebeb;
}
.user_page .recom_sec .ground_item:hover .img_box .img {
  transform: scale(1.2);
}
.user_page .recom_sec .ground_item:hover .title {
  color: #0c4df5;
}
.user_page .recom_sec .shop_item {
  display: inline-block;
  margin: 30px 25px 0 0;
  width: 226px;
}
.user_page .recom_sec .shop_item:nth-child(3n) {
  margin-right: 0;
}
.user_page .recom_sec .logo_box {
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}
.user_page .recom_sec .logo_box .img {
  display: inline-block;
}
.user_page .recom_sec .item_con {
  padding: 15px;
  color: #222222;
  box-sizing: border-box;
}
.user_page .recom_sec .item_con .con_title {
  margin-bottom: 5px;
  font-size: 16px;
}
.user_page .recom_sec .item_con .score {
  color: #FFA531;
  font-size: 14px;
}
.user_page .recom_sec .item_con .score .num {
  margin-left: 5px;
}
.user_page .recom_sec .item_con .desc {
  font-size: 14px;
  color: #666666;
}
.user_page .recom_sec .item_con .desc .num {
  color: #222222;
}
.user_page .ques_list .ques_item {
  position: relative;
  margin-top: 15px;
  padding: 0 30px 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #222222;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.user_page .ques_list .ques_item:hover {
  color: #fff;
  background-color: #0c4df5;
}
.user_page .ques_list .ques_item::after {
  position: absolute;
  display: block;
  content: '>';
  right: 15px;
  top: 50%;
  font-size: 20px;
  color: #666666;
  transform: translateY(-50%);
}
.user_page .jc_item {
  position: relative;
  padding: 30px 0;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px dashed #ebebeb;
}
.user_page .jc_item .title {
  padding: 0 80px 6px 0;
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  box-sizing: border-box;
}
.user_page .jc_item .desc {
  margin-top: 15px;
  font-size: 14px;
  color: #333333;
}
.user_page .jc_item .open_more {
  position: absolute;
  top: 35px;
  right: 0;
  width: 68px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #0c4df5;
  background: #F2F6FF;
  cursor: pointer;
}
.nav_cover .z_home_head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.nav_cover .z_home_head .nav_item {
  color: #fff;
  font-weight: 400;
}
.nav_cover .z_home_head .nav_item:hover,
.nav_cover .z_home_head .nav_item.active {
  font-weight: bold;
}
.nav_cover .z_home_head .nav_item:hover::after,
.nav_cover .z_home_head .nav_item.active::after {
  background-color: #fff;
}
.nav_cover .z_home_head .login_text {
  color: #fff;
}
.nav_cover .z_home_head .register_btn {
  color: #0c4df5;
  background-color: #fff;
}
.z_pages_bar {
  text-align: center;
  margin: 20px 0;
}
.z_pages_bar .pagination {
  align-items: center;
  justify-content: center;
}
.z_pages_bar .pagination li {
  display: inline-block;
  vertical-align: middle;
}
.z_pages_bar .pagination .input {
  display: inline-block;
  padding: 0 10px;
  width: 80px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  vertical-align: initial;
}
.z_pages_bar .pagination .enter_btn {
  display: inline-block;
  margin-left: 40px;
  line-height: 44px;
  color: #999;
  vertical-align: middle;
}
.z_pages_bar a {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  background: #fff;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  min-width: 20px;
  text-align: center;
  color: #666;
  font-size: 16px;
  margin: 0 5px;
}
.z_pages_bar a.active,
.z_pages_bar a:hover {
  background: #0c4df5;
  border-color: #0c4df5;
  color: #fff;
}
.z_pages_bar .disabled a {
  pointer-events: none;
  background-color: #EFEFEF;
}
/* 弹窗 */
.fixed_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.fixed_modal .modal_con {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.fixed_modal .modal_con .close_btn {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #666666;
}
.fixed_modal .modal_con .close_btn .iconfont {
  font-size: 20px;
}
.fixed_modal .modal_con .con_concat {
  margin-bottom: 10px;
  font-size: 20px;
  color: #1A1A1A;
  font-weight: bold;
}
.fixed_modal .modal_con .desc {
  margin-bottom: 35px;
  font-size: 14px;
  color: #AAAAAA;
}
.fixed_modal .modal_con.login_modal {
  width: 380px;
  height: 470px;
  font-size: 14px;
  color: #AAAAAA;
}
.fixed_modal .modal_con.login_modal .input_box {
  padding: 0 0 0 20px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #ebebeb;
}
.fixed_modal .modal_con.login_modal .input_box .input {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #222222;
}
.fixed_modal .modal_con.login_modal .input_box .code_img {
  margin-top: 5px;
  width: 120px;
  height: 40px;
}
.fixed_modal .modal_con.login_modal .input_box .code_btn {
  display: inline-block;
  padding: 0 15px;
  margin: 15px 0;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #4D4D4D;
  border-left: 1px solid #ebebeb;
}
.fixed_modal .modal_con.login_modal .input_box.short_input {
  border-top: none;
}
.fixed_modal .modal_con.login_modal .input_box.short_input .input {
  width: calc(100% - 150px);
}
.fixed_modal .modal_con.login_modal .login_btn {
  margin-top: 40px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #0c4df5;
  border-radius: 5px;
  cursor: pointer;
}
.fixed_modal .modal_con.zhcg_modal {
  width: 685px;
}
.fixed_modal .modal_con.zhcg_modal .form_box {
  padding-right: 10px;
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.fixed_modal .modal_con.zhcg_modal .form_box::-webkit-scrollbar {
  width: 5px;
}
.fixed_modal .modal_con.zhcg_modal .form_box::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fixed_modal .modal_con.zhcg_modal .form_box::-webkit-scrollbar-thumb {
  background-color: #0c4df5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fixed_modal .modal_con.zhcg_modal .form_item {
  margin-bottom: 20px;
  font-size: 14px;
}
.fixed_modal .modal_con.zhcg_modal .form_item.tag_line {
  margin-bottom: 0;
}
.fixed_modal .modal_con.zhcg_modal .form_item .label {
  padding: 10px 0;
  display: inline-block;
  color: #585A6E;
}
.fixed_modal .modal_con.zhcg_modal .form_item .input_box,
.fixed_modal .modal_con.zhcg_modal .form_item .textarea_box {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  width: calc(100% - 100px);
  height: 40px;
  line-height: 38px;
  border: 1px solid #ebebeb;
}
.fixed_modal .modal_con.zhcg_modal .form_item .input_box .textarea,
.fixed_modal .modal_con.zhcg_modal .form_item .textarea_box .textarea {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #222222;
  padding: 12px 0;
  resize: none;
  box-sizing: border-box;
}
.fixed_modal .modal_con.zhcg_modal .form_item .input_box .input,
.fixed_modal .modal_con.zhcg_modal .form_item .textarea_box .input {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #222222;
}
.fixed_modal .modal_con.zhcg_modal .form_item .input_box .symbol,
.fixed_modal .modal_con.zhcg_modal .form_item .textarea_box .symbol {
  position: absolute;
  color: #222222;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.fixed_modal .modal_con.zhcg_modal .form_item .tag_box,
.fixed_modal .modal_con.zhcg_modal .form_item .upload_box,
.fixed_modal .modal_con.zhcg_modal .form_item .organize_box,
.fixed_modal .modal_con.zhcg_modal .form_item .time_box {
  width: calc(100% - 80px);
}
.fixed_modal .modal_con.zhcg_modal .form_item .tag_box .desc_tips,
.fixed_modal .modal_con.zhcg_modal .form_item .upload_box .desc_tips,
.fixed_modal .modal_con.zhcg_modal .form_item .organize_box .desc_tips,
.fixed_modal .modal_con.zhcg_modal .form_item .time_box .desc_tips {
  color: #FF8328;
}
.fixed_modal .modal_con.zhcg_modal .form_item .tag_box .desc_tips {
  position: relative;
  top: -12px;
}
.fixed_modal .modal_con.zhcg_modal .form_item .tag_item {
  display: inline-block;
  padding: 0 20px;
  margin: 0 20px 20px 0;
  height: 40px;
  line-height: 40px;
  color: #333333;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.fixed_modal .modal_con.zhcg_modal .form_item .tag_item.active {
  color: #fff;
  border-color: #0c4df5;
  background-color: #0c4df5;
}
.fixed_modal .modal_con.zhcg_modal .form_item .textarea_box {
  height: 80px;
}
.fixed_modal .modal_con.zhcg_modal .form_item .upload_top {
  font-size: 14px;
}
.fixed_modal .modal_con.zhcg_modal .form_item .upload_top .upload_btn {
  display: inline-block;
  margin-right: 10px;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #0c4df5;
  border-radius: 5px;
  cursor: pointer;
}
.fixed_modal .modal_con.zhcg_modal .form_item .upload_photos .img {
  display: inline-block;
  margin: 20px 15px 0 0;
  float: left;
  width: 160px;
  height: 160px;
  object-fit: cover;
  vertical-align: top;
}
.fixed_modal .modal_con.zhcg_modal .form_item .upload_photos .img:nth-child(3n) {
  margin-right: 0;
}
.fixed_modal .modal_con.zhcg_modal .form_item .atlas_item {
  margin-top: 20px;
}
.fixed_modal .modal_con.zhcg_modal .form_item .atlas_item .input_con {
  width: calc(100% - 100px);
}
.fixed_modal .modal_con.zhcg_modal .form_item .atlas_item .input_con .input_box {
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
.fixed_modal .modal_con.zhcg_modal .form_item .atlas_item .input_con .input_box:last-child {
  margin: 0;
}
.fixed_modal .modal_con.zhcg_modal .form_item .atlas_item .img {
  display: block;
  margin-left: 10px;
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.fixed_modal .modal_con.zhcg_modal .form_item .time_box {
  text-align: center;
  color: #585A6E;
  line-height: 40px;
}
.fixed_modal .modal_con.zhcg_modal .form_item .time_box .input_box {
  width: calc(50% - 40px);
}
.fixed_modal .modal_con.zhcg_modal .form_item .time_box .input_box .input {
  margin: 5px 0 0 4px;
  width: calc(100% - 25px);
  height: 30px;
  vertical-align: unset;
}
.fixed_modal .modal_con.zhcg_modal .form_item .time_box .input_box .iconfont {
  color: #808080;
}
.fixed_modal .modal_con.zhcg_modal .form_item .organize_item {
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
}
.fixed_modal .modal_con.zhcg_modal .form_item .organize_item:last-child {
  margin-bottom: 0;
}
.fixed_modal .modal_con.zhcg_modal .form_item .organize_item .left_l {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #666666;
  background: #F1F5FF;
}
.fixed_modal .modal_con.zhcg_modal .form_item .organize_item .input_box {
  padding: 0 0 0 10px;
  width: calc(100% - 120px);
  border: none;
  box-sizing: border-box;
}
.fixed_modal .modal_con .login_sbtn {
  margin: 40px auto 0;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background: #0c4df5;
  border-radius: 5px;
}
.fixed_modal .modal_con.hzxms_con {
  width: 800px;
}
.fixed_modal .modal_con.hzxms_con .desc {
  margin-bottom: 10px;
}
.fixed_modal .modal_con.hzxms_con .tab_item {
  padding: 0 10px;
  margin-right: 10px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #0c4df5;
  background: #F3F6FF;
}
.fixed_modal .modal_con.hzxms_con .modal_conwrap {
  margin-top: 30px;
  max-height: 500px;
  overflow-y: scroll;
  font-size: 14px;
}
.fixed_modal .modal_con.hzxms_con .modal_conwrap::-webkit-scrollbar {
  width: 5px;
}
.fixed_modal .modal_con.hzxms_con .modal_conwrap::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fixed_modal .modal_con.hzxms_con .modal_conwrap::-webkit-scrollbar-thumb {
  background-color: #0c4df5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fixed_modal .modal_con.hzxms_con .opre_btns {
  margin-top: 50px;
  text-align: right;
  font-size: 14px;
}
.fixed_modal .modal_con.hzxms_con .opre_btns .btn {
  display: inline-block;
  margin-left: 12px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #0c4df5;
  border: 1px solid #0c4df5;
  cursor: pointer;
}
.fixed_modal .modal_con.hzxms_con .opre_btns .btn.grey {
  color: #333333;
  border-color: #ebebeb;
  background-color: transparent;
}
.fixed_modal .modal_form_check {
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
}
.fixed_modal .modal_form_check input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 13px;
  margin-right: 10px;
  vertical-align: middle;
}
.fixed_modal .modal_form_check input[type=checkbox]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: white;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.fixed_modal .modal_form_check input[type=checkbox]:checked::before {
  content: '✔';
  color: #07C590;
  background-color: #fff;
}
.fixed_modal .modal_form_check .check_tips {
  position: relative;
  top: 6px;
  color: #666666;
}
.feedback_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.feedback_modal .modal_con {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 40px;
  width: 600px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
}
.feedback_modal .modal_con .con_concat {
  margin-bottom: 10px;
  font-size: 20px;
  color: #1A1A1A;
  font-weight: bold;
}
.feedback_modal .modal_con .textarea_box {
  padding: 15px;
  display: block;
  resize: none;
  width: 100%;
  height: 150px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.feedback_modal .modal_con .opre_btns {
  margin-top: 50px;
  text-align: right;
  font-size: 14px;
}
.feedback_modal .modal_con .opre_btns .btn {
  display: inline-block;
  margin-left: 12px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #0c4df5;
  border: 1px solid #0c4df5;
  cursor: pointer;
}
.feedback_modal .modal_con .opre_btns .btn.grey {
  color: #333333;
  border-color: #ebebeb;
  background-color: transparent;
}


.lgyy{
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.lgyy .xwzx_con {
  position: relative;
  margin-top: 76px;
}
.lgyy .xwzx_con .img_bg {
  position: absolute;
  top: 74px;
  left: -360px;
  width: 544px;
  height: 336px;
  background-repeat: repeat;
  background-size: 16px;
}
.lgyy .xwzx_con .mySwiper {
  display: inline-block;
  width: 500px;
  height: 350px;
}
.lgyy .xwzx_con .mySwiper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.lgyy .xwzx_con .mySwiper .swiper_con {
  padding: 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.lgyy .xwzx_con .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lgyy .xwzx_con .mySwiper .swiper-pagination {
  padding-right: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  right: 0;
  flex-direction: column;
  width: 100px;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  box-sizing: border-box;
}
.lgyy .xwzx_con .mySwiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
}
.lgyy .xwzx_con .mySwiper .swiper-pagination-bullet-active {
  font-weight: bold;
}
.lgyy .xwzx_r {
  width: 640px;
}
.lgyy .xwzx_single {
  position: relative;
}
.lgyy .xwzx_single .title {
  font-size: 24px;
  color: #0c4df5;
}
.lgyy .xwzx_single .title_en {
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
}
.lgyy .xwzx_single .desc {
  margin-top: 30px;
  font-size: 14px;
  color: #666666;
}
.lgyy .xwzx_single::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 70px;
  width: 18px;
  height: 2px;
  background: #000000;
}
.lgyy .xwzx_single.change_single::after {
  display: none;
}
.lgyy .xwzx_single.change_single .desc {
  margin-top: 20px;
}
.lgyy .xwzx_tab {
  margin-top: 30px;
  font-size: 14px;
  color: #333333;
  background-color: #fff;
}
.lgyy .xwzx_tab .tab_item {
  display: inline-block;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: none;
  cursor: pointer;
}
.lgyy .xwzx_tab .tab_item.active,
.lgyy .xwzx_tab .tab_item:hover {
  color: #0c4df5;
  background: #F3F6FF;
  border-color: #0c4df5;
}
.lgyy .xwzx_tab .more {
  color: #0c4df5;
}
.lgyy .xwzx_list {
  padding: 8px 0;
  margin-top: -2px;
  background: #F3F6FF;
  border: 1px solid #0c4df5;
  box-sizing: border-box;
}
.lgyy .xwzx_item {
  position: relative;
  display: block;
  padding: 0 15px 0 37px;
  line-height: 35px;
  font-size: 14px;
  color: #333333;
  box-sizing: border-box;
}
.lgyy .xwzx_item:hover {
  color: #0c4df5;
}
.lgyy .xwzx_item::before {
  position: absolute;
  top: 50%;
  left: 18px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0c4df5;
  transform: translateY(-50%);
}

.lgyy .change_xwzx_r {
  width: 510px;
}
.lgyy .change_box {
  display: inline-block;
  margin-top: 20px;
}
.lgyy .change_box.l_box {
  width: 300px;
  background-color: #FAFAFA;
}
.lgyy .change_box.l_box .xwzx_item {
  margin: 0 20px;
  padding: 8px 0;
  line-height: 20px;
}
.lgyy .change_box.l_box .xwzx_item::before {
  display: none;
}
.lgyy .change_box .xwzx_item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.lgyy .change_box.r_box {
  width: 200px;
  background-color: #FAFAFA;
}
.lgyy .change_box .xwzx_tab {
  padding: 0 20px;
  margin: 0;
  color: #222222;
  font-weight: bold;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
}
.lgyy .change_box .tab_item {
  position: relative;
  margin-right: 30px;
  width: auto;
  border: none;
  background-color: transparent;
}
.lgyy .change_box .tab_item.active,
.lgyy .change_box .tab_item:hover {
  color: #222222;
  background-color: transparent;
}
.lgyy .change_box .tab_item.active::after,
.lgyy .change_box .tab_item:hover::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 4px;
  background: #FE801A;
  transform: translateX(-50%);
}
.lgyy .change_box .tab_item.long {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.lgyy .change_box .tab_item.long img {
  display: inline-block;
  margin: -2px 6px 0 0;
  width: 15px;
}
.lgyy .change_box .tab_item.long:hover::after {
  display: none;
}
.lgyy .change_box .xwzx_list {
  border: none;
  background-color: transparent;
}
.lgyy .zwxx_box.xwzx_con {
  margin-top: 50px;
}
.lgyy .zwxx_box.xwzx_con .change_box.l_box {
  margin-top: 0;
  width: 760px;
  max-height: 400px;
  background-color: transparent;
  overflow: hidden;
}
.lgyy .zwxx_box.xwzx_con .change_box.l_box .tab_item {
  padding: 0px 0 20px;
  margin-right: 50px;
  width: auto;
  font-size: 18px;
  color: #222222;
  font-weight: 500;
}
.lgyy .zwxx_box.xwzx_con .change_box.l_box .tab_item.active,
.lgyy .zwxx_box.xwzx_con .change_box.l_box .tab_item:hover {
  font-weight: bold;
}
.lgyy .zwxx_box.xwzx_con .change_box.l_box .tab_item.active::after,
.lgyy .zwxx_box.xwzx_con .change_box.l_box .tab_item:hover::after {
  width: 100%;
}
.lgyy .zwxx_box.xwzx_con .change_box.l_box .xwzx_item {
  padding: 0 0 0 25px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-bottom: none;
}
.lgyy .zwxx_box.xwzx_con .change_box.l_box .xwzx_item::before {
  display: block;
  left: 10px;
  top: 48%;
}
.lgyy .zwxx_box.xwzx_con .change_box.l_box .xwzx_item .item_con {
  display: inline-block;
  width: calc(100% - 126px);
}
.lgyy .zwxx_box.xwzx_con .change_box.l_box .xwzx_item .date {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  color: #666666;
  text-align: right;
  vertical-align: top;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search {
  width: 400px;
  height: 400px;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_head {
  position: relative;
  width: 100%;
  height: 150px;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_head .img {
  display: block;
  width: 100%;
  height: 100%;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_head .head_con {
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_head .head_con .title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_con {
  padding: 27px 50px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-top: none;
  box-sizing: border-box;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_con .title {
  font-size: 20px;
  color: #0c4df5;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_con .input_box {
  margin: 30px 0;
  padding: 0 20px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #F5F8FF;
  border-radius: 25px;
  box-sizing: border-box;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_con .input_box .input {
  display: inline-block;
  margin-left: 10px;
  line-height: 50px;
  width: calc(100% - 45px);
  vertical-align: top;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_con .input_box .iconfont {
  font-weight: bold;
  font-size: 18px;
  color: #0c4df5;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_con .btn {
  display: inline-block;
  width: 135px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #2797ed 0%, #0209b9 100%);
  border-radius: 25px;
  cursor: pointer;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_con .btn:first-child {
  margin-right: 23px;
}
.lgyy .zwxx_box.xwzx_con .zwxx_search .search_con .btn:hover {
  opacity: .8;
}
.fbhd{
  width: 660px;
}
.fbhd .zhcg_bg {
  margin-top: 80px;
  width: 100%;
  height: 430px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fbhd .zhcg_container {
  position: relative;
  margin-top: -360px;
}
.fbhd .zhcg_container .zhcg_l {
  margin-right: 30px;
  width: 543px;
}
.fbhd .zhcg_container .zhcg_l2 {
  margin-right: 30px;
  width: 543px;
}
.fbhd .zhcg_container .zhcg_r {
  position: absolute;
  top: 0;
  left: 563px;
  width: 695px;
}
.fbhd .zhcg_form {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  /* background-color: #d8d5d5; */
  box-sizing: border-box;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
}
.fbhd .zhcg_form .form_title {
  font-size: 20px;
  color: #222222;
}
.fbhd .zhcg_form .form_title .desc {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.fbhd .zhcg_form .form_line {
  margin: 15px 0;
}
.fbhd .zhcg_form .form_line .select_box {
  display: inline-block;
  margin: 0;
  width: calc(50% - 10px);
}
.fbhd .zhcg_form .form_line .select_box:first-child {
  margin-right: 16px;
}
.fbhd .zhcg_form .select_box {
  position: relative;
  padding: 0 15px;
  margin: 15px 0;
  height: 35px;
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
}
.fbhd .zhcg_form .select_box .select {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 0 0 0 38px;
  width: 100%;
  height: 100%;
  line-height: 30px;
}
.fbhd .zhcg_form .select_box .iconfont {
  font-size: 12px;
}
.fbhd .zhcg_form .find_btn {
  margin: 20px 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: #08BF45;
}
.fbhd .zhcg_form_check {
  display: inline-block;
  font-size: 14px;
  color: #141414;
  cursor: pointer;
}
.fbhd .zhcg_form_check input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 13px;
  margin-right: 10px;
  vertical-align: middle;
}
.fbhd .zhcg_form_check input[type=checkbox]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: white;
  font-size: 15px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #333333;
}
.fbhd .zhcg_form_check input[type=checkbox]:checked::before {
  color: white;
  background-color: #08BF45;
  content: '✔';
  border-color: #08BF45;
}
.fbhd .zhcg_form_check .check_tips {
  position: relative;
  top: 6px;
}
.fbhd .zhcg_tips {
  font-size: 12px;
  color: #666666;
}
.fbhd .zhcg_tips .num {
  margin-right: 5px;
  font-size: 15px;
  color: #222222;
}
.fbhd .zhcg_tips .tip_item {
  position: relative;
  display: inline-block;
  width: 32%;
}
.fbhd .zhcg_tips .tip_item:nth-child(2) {
  width: 34%;
  text-align: center;
}
.fbhd .zhcg_tips .tip_item:last-child {
  text-align: right;
}
.fbhd .zhcg_tips .tip_item:last-child::after {
  display: none;
}
.fbhd .zhcg_tips .tip_item::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '>';
  color: #666666;
  transform: translateY(-50%);
}
.fbhd .zhcg_recom {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 390px;
  cursor: pointer;
  overflow: hidden;
}
.fbhd .zhcg_recom:hover .img {
  transform: scale(1.2);
}
.fbhd .zhcg_recom:hover .recom_con .title {
  color: #0c4df5;
}
.fbhd .zhcg_recom .img_box {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fbhd .zhcg_recom .img_box .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s;
}
.fbhd .zhcg_recom .img_tag {
  position: absolute;
  top: 10px;
  left: -45px;
  width: 140px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #FF811B;
  transform: rotate(-45deg);
}
.fbhd .zhcg_recom .recom_con {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.fbhd .zhcg_recom .recom_con .title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.fbhd .zhcg_recom .recom_con .tag {
  padding: 0 8px;
  display: inline-block;
  margin-right: 16px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  border: 1px solid #FFFFFF;
}
.fbhd .zhcg_recom .con_l {
  font-size: 12px;
  color: #C6932F;
}
.fbhd .zhcg_recom .con_r {
  font-size: 14px;
}
.fbhd .zhcg_recom .con_r .iconfont {
  margin-right: 8px;
  font-size: 12px;
}
.fbhd .zhcg_r .zhcg_recom, .fbhd .line_recom .zhcg_recom {
  display: inline-block;
  margin-bottom: 20px;
  width: 334px;
  height: auto;
}
.fbhd .zhcg_r .zhcg_recom:nth-child(odd), .fbhd .line_recom .zhcg_recom:nth-child(odd) {
  margin-right: 20px;
}
.fbhd .zhcg_r .zhcg_recom .img_box, .fbhd .line_recom .zhcg_recom .img_box {
  height: 220px;
}
.fbhd .zhcg_r .zhcg_recom .recom_con, .fbhd .line_recom .zhcg_recom .recom_con {
  padding: 15px 0 0;
  position: relative;
  color: #222222;
  background-color: #fff;
}
.fbhd .zhcg_r .zhcg_recom .recom_con .title, .fbhd .line_recom .zhcg_recom .recom_con .title {
  margin-bottom: 7px;
}
.fbhd .zhcg_r .zhcg_recom .recom_con .tag, .fbhd .line_recom .zhcg_recom .recom_con .tag {
  margin-bottom: 16px;
  color: #222222;
  border-color: #222222;
}
.fbhd .zhcg_r .zhcg_recom .con_r, .fbhd .line_recom .zhcg_recom .con_r {
  color: #666666;
}
.fbhd .zhcg_r .zhcg_recom .con_r .iconfont, .fbhd .line_recom .zhcg_recom .con_r .iconfont {
  color: #CCCCCC;
}
.fbhd .zhcg_intro {
  margin-bottom: 30px;
}
.fbhd .zhcg_intro .intro_l,
.fbhd .zhcg_intro .intro_r {
  display: inline-block;
  margin: 0 76px;
  color: #fff;
  font-size: 14px;
}
.fbhd .zhcg_intro .intro_title {
  margin: -8px 0 15px 76px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.fbhd .zhcg_intro h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.fbhd .zhcg_intro .info_item {
  margin-bottom: 15px;
}
.fbhd .zhcg_intro .intro_r {
  margin: 0;
  vertical-align: top;
}
.fbhd.change_zhcg .zhcg_bg {
  margin-top: -20px;
}