@import 'iconfont.css';
.wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.hv-scale {
  overflow: hidden;
}
.hv-scale img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.line-b {
  border-bottom: 1px solid #e9e9e9;
}
.line-t {
  border-top: 1px solid #e9e9e9;
}
.c-base {
  color: #ef6220;
}
.bg-base {
  background: #ef6220;
}
.c-gray {
  color: #9a9a9a;
}
.hv:hover {
  color: #ef6220;
}
.hv-f:hover {
  color: #fff;
}
.tran3 {
  transition: 0.3s;
}
.table-cell {
  display: table;
  width: 100%;
}
.table-cell > * {
  display: table-cell;
  vertical-align: middle;
}
.bg-gray {
  background-color: #f9f9f9;
}
.mv0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.pv0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0!important;
}
.pic {
  border-radius: 50%;
}
.shadow2 {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}
.bdr5 {
  border-radius: 5px;
  overflow: hidden;
}
.bg-white {
  background: #fff;
}
.iconfont {
  font-size: inherit;
}
.cItem {
  display: none;
}
.cItem.active {
  display: block;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
body {
  min-width: 320px;
}
.shadow {
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header {
  background: #fff;
}
.header .wrap {
  height: 84px;
  position: relative;
}
.header .ic-logo {
  width: 197px;
  height: 64px;
  display: block;
  background: url('../png/hd_logo.png') no-repeat center center;
  float: left;
  margin-right: 30px;
}
.header .login-tit {
  float: left;
  font-size: 20px;
  color: #666;
  height: 32px;
  line-height: 32px;
  border-left: 3px solid #ef6220;
  padding-left: 12px;
  margin-top: 28px;
}
.header .nav {
  /*padding-left: 10px;*/
  font-weight: 600;
  font-size: 16px;
  padding-top: 20px;
}
.header .nav a {
  display: inline-block;
  line-height: 40px;
  margin-right: 26px;
}
.header .nav a:hover {
  color: #ef6220;
}
.header .nav .active {
  color: #ef6220;
}
.header .rightbox {
  /*position: absolute;
  right: 0;
  top: 10px;*/
  float: right;
}
.header .rightbox .info {
  color: #9a9a9a;
  font-size: 12px;
  margin-bottom: 10px;
}
.header .rightbox .info a {
  display: inline-block;
  margin-left: 22px;
  color: #9a9a9a;
}
.header .rightbox .info a:hover {
  color: #ef6220;
}
.header .rightbox .info em {
  color: #ef6220;
}
.header .index-login {
  font-size: 16px;
  color: #ef6220 !important;
  display: block;
  /*padding-top: 28px;*/
}
.header .index-login .iconfont {
  color: #9a9a9a;
}
.header form {
  width: 400px;
  /*height: 40px;*/
  background-color: #f1f1f1;
  border-radius: 4px;
  /*line-height: 40px;*/
  position: relative;
}
.header form input {
  /*line-height: 30px;*/
  width: 90%;
  padding: 10px;
  /*height: 30px;*/
}
.header form input::-webkit-input-placeholder,
.header form textarea::-webkit-input-placeholder {
  color: #999;
}
.header form input:-moz-placeholder,
.header form textarea:-moz-placeholder {
  color: #999;
}
.header form input::-moz-placeholder,
.header form textarea::-moz-placeholder {
  color: #999;
}
.header form input:-ms-input-placeholder,
.header form textarea:-ms-input-placeholder {
  color: #999;
}
.header form .submit {
  /*position: absolute;
  right: 0px;
  top: 5px;
  width: 36px;
  text-align: center;
  font-size: 24px;*/
  color: #9a9a9a;
  cursor: pointer;
}
.header form .submit:hover {
  color: #ef6220;
}
.header .tel-box {
  margin-top: 28px;
  float: right;
}
.tel-box {
  background: url('../png/ic_tel.png') no-repeat 0 center;
  padding-left: 26px;
  color: #666;
}
.tel-box b {
  font-size: 18px;
}
.tel-box .tit {
  font-size: 12px;
}
.login-main {
  background: url(../jpg/login_bg.jpg) no-repeat center;
}
.login-main .wrap {
  position: relative;
  padding: 97px 0  60px;
}
.login-main .leftbox {
  text-align: center;
  width: 690px;
  float: left;
  padding-top: 85px;
}
.login-main .leftbox .tit {
  background: url('../png/login_tit.png') no-repeat center center;
  display: block;
  height: 52px;
  margin-bottom: 10px;
}
.login-main .leftbox .tip {
  color: #ef6220;
  font-size: 20px;
}
.login-main .loginbox {
  background: #fff;
  border-radius: 6px;
  margin-right: 94px;
  width: 400px;
  /*height: 406px;*/
  float: right;
  padding: 26px;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.login-main .tabnav {
  border-bottom: 1px solid #e9e9e9;
}
.login-main .tabnav .item {
  cursor: pointer;
  color: #555;
  margin-right: 20px;
  height: 56px;
  line-height: 56px;
  float: left;
  border-bottom: 2px solid transparent;
  position: relative;
  top: 1px;
}
.login-main .tabnav .item:hover {
  color: #ef6220;
}
.login-main .tabnav .active {
  /*font-size: 18px;*/
  color: #ef6220;
  border-bottom-color: #ef6220;
}
.login-main .tabnav .active::after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ef6220;
  left: 50%;
  margin-left: -5px;
  bottom: -1px;
}
.login-main .input-cell {
  margin-top: 10px;
  position: relative;
  border: 1px solid #e9e9e9;
  line-height: 50px;
  padding: 0 10px;
}
.login-main .input-cell input {
  height: 50px;
  line-height: 50px;
  display: block;
  width: 100%;
}
.login-main .input-cell .sendsms {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ef6220;
  cursor: pointer;
padding-right: 10px;
}
.login-main .submit {
  margin-top: 48px;
  height: 48px;
  line-height: 48px;
  width: 100%;
  background: #ef6220;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 32px;
}
.login-main .tosign {
  text-align: center;
  font-size: 16px;
  color: #888888;
}
.login-main .tosign a {
  color: #ef6220;
}
.login-main .tosign a:hover {
  color: #333;
}
.login-footer {
  text-align: center;
}
.login-footer .login-icons {
  display: block;
  margin: 20px auto;
}
.login-footer .copyright {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 1.9;
}
.footer {
  background-color: #e7e7e7;
  padding: 54px 0;
  margin-top: 10px;
}
.footer .logo {
  width: 101px;
  height: 42px;
  display: block;
  background: url('../png/logo.png') no-repeat center center;
  margin-right: 70px;
}
.footer .copyright {
  margin-top: 30px;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.6;
}
.footer .copyright a {
  color: #9a9a9a;
}
.footer .copyright a:hover {
  color: #ef6220;
}
.footer .service {
  height: 33px;
  line-height: 33px;
  display: block;
  color: #666;
  padding-left: 45px;
  background: url('../png/ic_ej.png') no-repeat 0 center;
}
.footer .service:hover {
  background-image: url('../png/ic_ej_on.png');
  color: #ef6220;
}
.footer .tel-box {
  float: left;
  margin-right: 100px;
}
.footer .codebox {
  text-align: center;
  color: #ef6220;
  font-size: 12px;
}
.footer .codebox img {
display: block;
margin: 0 0 0 5px;
float: left;
max-width: 26px;
border-radius: 5px;
}
.footer .navitem {
  width: 100px;
}
.footer .navitem a {
  display: block;
  margin-bottom: 10px;
}
.footer .navitem a:hover {
  color: #ef6220;
}
.footer .nav2 {
  width: 100px;
}
.friends-link {
  border-top: 1px solid #d5d5d5;
  margin-top: 20px;
  font-size: 12px;
  color: #9a9a9a;
  padding: 20px 0 0;
}
.friends-link .hd {
  margin-bottom: 16px;
}
.friends-link .info a {
  display: inline-block;
  margin-right: 26px;
  line-height: 24px;
  color: #9a9a9a;
}
.friends-link .info a:hover {
  color: #ef6220;
}
.col-main {
  width: 840px;
}
.col-main-news {
  width: 840px;
}
.col-sub {
  width: 350px;
    cursor: pointer;
}
.col-sub-news{
  width: 350px;
}
.v-main {
  padding: 40px 0;
}
.center-box {
  background: #fff;
  border-radius: 5px;
  /*padding-bottom: 60px;*/
}
.center-box .hd {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #f6f6f6;
}
.center-box .hd h2 {
  color: #ef6220;
  font-size: 18px;
}
.center-box .hd .en {
  color: #9a9a9a;
}
.center-box li {
  /*padding: 0 0  0 30px;*/
  border-left: 3px solid transparent;
  height: 56px;
  line-height: 56px;
}
.center-box a {
  display: block;
  color: #666;
}
.center-box a .iconfont {
  font-size: 20px;
  width: 40px;
  display: inline-block;
}
.center-box a:hover {
  color: #ef6220;
}
.center-box li.active {
  background-color: #f6f6f6;
  border-left-color: #ef6220;
}
.center-box li.active span {
  color: #333;
  font-weight: bold;
}
.center-box li.active .iconfont {
  color: #ef6220;
}
.v-tabnav {
  /*padding-top: 10px;*/
  border-bottom: 1px solid #e9e9e9;
  padding-left: 20px;
}
.v-tabnav .item {
  float: left;
  font-size: 16px;
  line-height: 56px;
  margin-right: 56px;
  border-bottom: 3px solid transparent;
  position: relative;
  top: 1px;
  color: #666;
  cursor: pointer;
}
.v-tabnav .item:hover {
  color: #ef6220;
}
.v-tabnav .active {
  font-size: 18px;
  color: #ef6220;
  border-bottom-color: #ef6220;
}
.v-tabnav .underline {
  border-bottom-color: #ef6220;
}
.x-tabnav {
padding: 15px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*border-bottom: 1px solid #e9e9e9;*/
}
.x-tabnav .item {
  float: left;
  line-height: 24px;
  margin-right: 36px;
  border-bottom: 3px solid transparent;
  position: relative;
  top: 1px;
  color: #666;
  cursor: pointer;
    font-size: 16px;
}
.x-tabnav .item:hover {
  color: #ef6220;
}
.x-tabnav .active {
  color: #ef6220;
  border-bottom-color: #ef6220;
}
.basebox {
  background: #fff;
  border-radius: 5px;
  /*padding-bottom: 60px;*/
  min-height: 700px;
}
.fansbox {
  background: #fff;
  border-radius: 5px;
}
.fansbox .tabBody {
  /*padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 64px;*/
  padding: 20px;
}
.fansbox .title {
  font-size: 12px;
  color: #9a9a9a;
  padding: 10px 5px;
}
/*.fansbox li {
  float: left;
  transition: 0.3s;
  padding: 10px;
  width: 24%;
  height: 70px;
  margin: 0 1% 1% 0;
  border: 1px solid #e9e9e9;
}
.fansbox li:hover {
  background-color: #f9f9f9;
}
.fansbox li .pic {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  float: left;
}*/
.fansbox li .name {
  font-size: 14px;
  padding: 0 0 6px;
}
.fansbox li .tag {
  color: #9a9a9a;
font-size: 12px;
margin: 10px 0;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
height: 17px;
}
.my-form {
  display: block;
  padding: 30px;
}
.my-form .input-cell {
  padding: 13px 0 13px 130px;
  border-bottom: 1px dashed #e9e9e9;
  position: relative;
  box-sizing: content-box;
}
.my-form .input-cell .tit {
  position: absolute;
  left: 0;
  top: 13px;
  line-height: 38px;
}
.my-form .input-cell .input {
  width: 317px;
}
.my-form .input-cell .select {
  width: 176px;
}
.my-form .submit {
  width: 126px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #ef6220;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  display: block;
  margin: 50px auto 0;
}
.my-form .picbox {
  position: relative;
  height: 60px;
  display: inline-block;
}
.my-form .picbox a:hover {
  color: #ef6220;
}
.my-form .picbox input {
  border: 0;
  font-size: 0;
  background: none;
  box-shadow: none;
  opacity: 0;
  height: 94px;
  width: 100%;
  display: block;
  position: absolute;
  z-index: 5;
  line-height: 94px;
  top: 0 ;
  left: 0;
}
.my-form .picbox .pic {
  width: 60px;
  height: 60px;
  float: left;
}
.my-form .picbox .change {
  line-height: 60px;
  float: left;
  margin-left: 30px;
}
.hy-follow-hd {
  padding: 20px 20px 0;
  line-height: 20px;
}
.hy-follow-hd h3 {
  font-size: 16px;
  float: left;
}
.hy-follow-hd .add {
  float: right;
  font-size: 12px;
  padding-right: 20px;
  background: url(../png/add.png) no-repeat right;
}
.hy-follow-hd .add:hover {
  color: #ef6220;
}
.hy-follow {
  padding: 20px;
}
.hy-follow a {
  /*width: 128px;*/
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #fcfcfc;
  border-radius: 3px;
  color: #666;
  float: left;
  margin: 5px;
}
.hy-follow a:hover {
  background: #ef6220;
  color: #fff;
  border-color: #ef6220;
}
.sub-userbox {
  background: #fff;
  padding: 40px 20px 60px 0;
}
.sub-userbox .inner {
  padding-left: 144px;
  position: relative;
}
.sub-userbox .inner::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 56px;
  background: #ef6220;
  left: 0;
  top: 18px;
}
.sub-userbox .pic {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: absolute;
  left: 33px;
  top: 0;
}
.sub-userbox .namebox {
  padding: 24px 0;
}
.sub-userbox .namebox b {
  font-size: 16px;
}
.sub-userbox .namebox .sex {
  color: #9a9a9a;
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.sub-userbox .follow {
  width: 104px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  color: #ef6220;
  font-size: 16px;
  cursor: pointer;
}
.sub-userbox .follow:hover {
  background: #ef6220;
  color: #fff;
  border-color: #ef6220;
}
.zh-follow li {
  float: left;
  margin: 0 30px 30px 0;
  width: 227px;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.zh-follow li:hover {
/*  transform: translateY(-5px);*/
    box-shadow: 8px 8px 17px 8px rgb(0 0 0 / 15%);
}
.zh-follow li:hover .name {
  color: #ef6220;
}
.zh-follow .img {
  /*height: 145px;*/
  overflow: hidden;
  border: 1px solid #efefef;
  object-fit: contain;
  display: block;
}
.zh-follow .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.zh-follow .img:hover img {
  /*-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);*/
}
.zh-follow .info {
  padding: 10px;
}
.zh-follow .name {
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
}
.zh-follow .name:hover {
  color: #ef6220;
}
.zh-follow .time {
  margin: 10px 0;
  font-size: 14px;
  color: #9a9a9a;
font-weight: bold;
}
.zh-follow .data {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 25px;
}
.zh-follow .data em {
  color: #333;
}
.zh-follow .data .follow {
  height: 25px;
  line-height: 25px;
  /*border: 1px solid #e9e9e9;*/
  background-color: #ef6220;
  border-radius: 3px;
  padding: 0 5px;
  min-width: 64px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
}
.zh-follow .data .follow:hover{}

.zh-follow .data .follow.active {
  background-color: #e6e6e6;
  color: #9a9a9a;
  /*border-color: #ef6220;*/
}
.zh-follow.col3 {
  padding: 30px 0 0 30px;
}
.zh-follow.col3 li:nth-child(3n) {
  margin-right: 0;
}
.zh-follow.col5 {
  padding: 0;
}
.zh-follow.col5 li {
  background: #fff;
  width: 19.2%;
  margin: 1% 1% 0 0;
}
.zh-follow.col5 li .img {
  border: 0;
  /*border-bottom: 1px solid #efefef;*/
}
.zh-follow.col5 li:nth-child(5n) {
  margin-right: 0;
}
.my-userinfo {
  padding: 30px 26px;
  border-bottom: 1px solid #e9e9e9;
}
.my-userinfo .pic {
  width: 60px;
  height: 60px;
  /*margin-right: 35px;
  float: left;*/
}
.my-userinfo .info {
  /*float: left;*/
  padding-top: 8px;
}
.my-userinfo .info b {
  font-size: 14px;
}
.my-userinfo .info .sex {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
  color: #666;
}
.my-userinfo .info .compnay {
  font-size: 14px;
  margin: 5px 0;
}
.my-userinfo .data {
  float: right;
  padding-top: 10px;
}
.my-userinfo .data .ditem {
  text-align: center;
  float: left;
  margin-right: 70px;
}
.my-userinfo .data .tit {
  color: #9a9a9a;
  font-size: 12px;
  margin-top: 5px;
}
.my-userinfo .data b {
  font-size: 25px;
  position: relative;
  display: inline-block;
}
.my-userinfo .data b .dot {
  width: 9px;
  height: 9px;
  background: #ef6220;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: 5px;
}
.v-sub {
  width: 196px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.v-body {
  margin: 30px auto 60px;
}
.v-menu a {
  display: block;
  height: 52px;
  line-height: 52px;
  color: #666;
  padding-left: 60px;
  border-left: 6px solid transparent;
}
.v-menu a:hover {
  color: #ef6220;
}
.v-menu .active a {
  border-left-color: #ef6220;
  color: #ef6220;
  background-color: #ebebeb;
}
.v-content {
  width: 995px;
}
.v-content .inner {
  padding: 30px;
  background: #fff;
}
.crumbs {
  font-size: 12px;
  color: #9a9a9a;
}
.crumbs a {
  color: #9a9a9a;
}
.crumbs a:hover {
  color: #ef6220;
}
.crumbs.s2 {
  padding: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background-color: #fff;
margin: 10px auto;
/*height: 70px;*/
}
.main-about-hd {
  position: relative;
}
.main-about-hd h2 {
  font-size: 24px;
}
.main-about-hd .crumbs {
  position: absolute;
  right: 0px;
  top: 0;
}
.about-introduce {
  padding-bottom: 50px;
}
.about-introduce dt {
  font-size: 16px;
}
.about-introduce dd {
  color: #666;
}
.about-introduce dt,
.about-introduce dd {
  margin-top: 28px;
  line-height: 26px;
}
.banner {
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner .about-tit {
  background: url(../png/about_ban_tit.png) no-repeat center;
  width: 100%;
  height: 100%;
}
.crumbs-box {
  padding: 15px;
  color: #9a9a9a;
  position: relative;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.crumbs-box a {
  color: #9a9a9a;
}
.crumbs-box a:hover {
  color: #ef6220;
}
.crumbs-box .tag {
  color: #ef6220;
  border: 1px solid #ef6220;
  display: inline-block;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
}
.crumbs-box .tag .iconfont {
  font-size: 12px;
}
.crumbs-box .zhtab {
  padding-top: 26px;
  line-height: 26px;
  position: absolute;
  right: 0px;
  top: 0;
}
.crumbs-box .zhtab .item {
  float: left;
  font-size: 14px;
  color: #666;
  padding: 0 12px 0 20px;
  position: relative;
}
.crumbs-box .zhtab .active {
  color: #ef6220;
}
.crumbs-box .zhtab .item:nth-child(2)::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #d7d7d7;
}
.zh-hd {
  height: 106px;
  color: #fff;
  text-align: center;
  background: url('../jpg/5ef15cf7eb79c.jpg') no-repeat center center;
  margin: 10px 0;
}
.zh-hd h3 {
  font-size: 35px;
  font-weight: bold;
  padding-top: 10px;
}
.zh-hd .en {
  text-transform: uppercase;
  opacity: 0.7;
}
.zh-hd ._line {
  width: 200px;
  height: 2px;
  background: #fff;
  margin: 5px auto 7px;
}
.zh-bd {
  background-color: #f7f5f5;
  padding-left: 14px;
  margin-bottom: 56px;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.zh-bd li {
  border-bottom: 1px solid #e6e6e6;
  padding-left: 182px;
  position: relative;
}
.zh-bd li h4 {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 16px;
  padding-left: 12px;
  font-weight: bold;
}
.zh-bd li h4::before {
  content: '';
  display: block;
  width: 5px;
  height: 16px;
  background: #ef6220;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.zh-bd .info {
  text-align: center;
  background: #fff;
  padding: 20px;
}
.zh-bd .item {
  width: 16.4%;
  float: left;
  margin-bottom: 4px;
}
.zh-bd a {
  color: #666;
  display: inline-block;
  border-radius: 3px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
}
.zh-bd a:hover {
  color: #fff;
  background-color: #ef6220;
}
.zh-bd .active a {
  background-color: #f6f6f6;
  color: #ef6220;
}
.filter-memu {
  border-radius: 5px;
  /*overflow: hidden;*/
  background-color: #f7f5f5;
  padding-left: 14px;
  margin-bottom: 56px;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-left: 0;
  margin: 10px 0;
}
.filter-memu li {
  border-bottom: 1px solid #e6e6e6;
  padding-left: 182px;
  position: relative;
}
.filter-memu li h4 {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 16px;
  padding-left: 12px;
  font-weight: bold;
}
.filter-memu li h4::before {
  content: '';
  display: block;
  width: 5px;
  height: 16px;
  background: #ef6220;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.filter-memu .info {
  background: #fff;
  padding: 30px 0 20px;
  padding-left: 26px;
}
.filter-memu .item {
  width: 16.4%;
  float: left;
  margin-bottom: 4px;
}
.filter-memu a {
  color: #666;
  display: inline-block;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
.filter-memu a:hover {
  color: #ef6220;
}
.filter-memu .active a {
  background-color: #f6f6f6;
  color: #ef6220;
}
.filter-memu li {
  padding-left: 100px;
}
.filter-memu .info {
  padding: 10px 0 10px 10px;
  font-size: 12px;
}
.filter-memu .info a {
  display: inline-block;
  margin-right: 5px;
}
.filter-memu .info .active {
  background-color: #ef6220;
  color: #f6f6f6;
}
.filter-memu .subinfo a {
  /*margin-right: 26px;*/
}
.filter-memu h5 {
  width: 100px;
  font-size: 14px;
  color: #666;
  position: absolute;
  left: 20px;
  top: 16px;
  color: #a08c82;
}
.zh-list-box {
  padding-bottom: 50px;
}
.contact-box {
  margin-top: 20px;
}
.contact-box .address {
  line-height: 1.9;
  margin-bottom: 30px;
}
.contact-box .address h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-box .address p {
  color: #666;
}
.contact-box li {
  /*border: 1px solid #e9e9e9;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 0 20px 128px;
  position: relative;
  width: 412px;
  height: 163px;
  float: left;
  margin: 0 36px 40px 0;*/
    font-size: 18px;
    border-left: 6px solid #00AAEE;
    padding-left: 16px;
    margin: 20px 0;
    line-height: 36px;
    font-weight: bold;
}
.contact-box li .ic {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 36px;
  top: 26px;
}
.contact-box li .ic1 {
  background-image: url('../png/ic_a1.png');
}
.contact-box li .ic2 {
  background-image: url('../png/ic_a2.png');
}
.contact-box li .ic3 {
  background-image: url('../png/ic_a3.png');
}
.contact-box li .ic4 {
  background-image: url('../png/ic_a4.png');
}
.contact-box li h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-box li p {
  color: #666;
  line-height: 2;
}
.index-banner {
  height: 380px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.index-banner h2 {
  font-size: 45px;
  font-weight: bold;
  padding-top: 60px;
  margin-bottom: 9px;
}
.index-banner .desc {
  font-size: 25px;
}
.index-banner .hotcity {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.index-banner .hotcity a {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  padding: 0 2px;
}
.index-banner .hotcity a:hover {
  color: #ef6220;
}
.index-banner .searchbox {
  width: 646px;
  height: 52px;
  background: #fff;
  border-radius: 7px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
  display: block;
}
.index-banner .searchbox .key {
  height: 52px;
  line-height: 52px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
}
.index-banner .searchbox .submit {
  position: absolute;
  right: 0px;
  top: 0;
  width: 118px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #ef6220;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}
.index-banner .searchbox .submit:hover {
  background-color: #cd4b0f;
}
.index-menu {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
margin: 10px auto;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.index-menu h2 {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}
.index-menu h2::before {
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  background: #ef6220;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -8px;
}
.index-menu .info {
  position: relative;
  /*left: -10px;*/
}
.index-menu .info li {
  float: left;
  height: 32px;
  line-height: 32px;
  /*font-size: 13px;*/
  margin-bottom: 2px;
  /*margin: 0 10px 5px 0;*/
  position: relative;
}
.index-menu .info li > a {
  display: inline-block;
  padding: 0 8px;
  border-radius: 3px;
  color: #888;
}
.index-menu .info li > a:hover,
.index-menu .info li.active > a {
  background-color: #ef6220;
  color: #fff;
}
.index-menu .info li:hover::after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-bottom-color: #ccc;
  z-index: 55;
  left: 50%;
  margin-left: -14px;
  bottom: -12px;
}
.index-menu .info li:hover .prop {
  display: block;
}
.index-menu .info .prop {
  position: absolute;
  display: none;
  width: 478px;
  left: 0;
  top: 100%;
  padding-top: 11px;
  z-index: 556;
}
.index-menu .info .prop .inner {
  padding: 12px 7px 12px 12px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 5px;
}
.index-menu .info .prop a {
  color: #9a9a9a;
  display: block;
  height: 25px;
  line-height: 23px;
  border: 1px solid transparent;
  margin: 0 5px 5px 0;
  float: left;
  padding: 0 5px;
  border-radius: 2px;
}
.index-menu .info .prop a:hover {
  /*color: #ef6220;*/
  color: #fff;
  background-color: #ef6220;
}
.index-menu .info .prop a.on {
  color: #ef6220;
  border-color: #ef6220;
}
.index-hd {
  font-size: 20px;
padding: 15px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
/*background: url('https://img.qufair.com/upload/service/20201021/5f8ff6e420866.jpg') center bottom no-repeat;*/
background-color: #fff;
}
.index-hd .en {
  font-size: 18px;
  color: #9a9a9a;
  padding-left: 5px;
}
.igood-box {
  margin-bottom: 10px;
}
.inews-box .index-hd {
  margin-bottom: 0;
}
.inews-list {
  margin-top: 10px;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.inews-list li {
  float: left;
  width: 50%;
  height: 182px;
  border: 1px solid #e9e9e9;
  background: #fff;
  position: relative;
  margin: -1px -1px 0 0;
  padding: 15px;
}
.inews-list li:hover h4 a {
  color: #ef6220;
}
.inews-list li:nth-child(2n) {
  border-right: none;
}
.inews-list li:nth-child(3),
.inews-list li:nth-child(4) {
  border-bottom: none;
}
.inews-list .img,
.inews-list .info {
  float: left;
}
.inews-list .img {
  overflow: hidden;
  display: block;
  width: 236px;
  height: 140px;
  margin-right: 20px;
  object-fit: cover;
    text-align: center;
}
.inews-list .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inews-list .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.inews-list .info {
  width: 300px;
  padding-top: 5px;
}
.inews-list h4 {
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
}
.inews-list .desc {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.inews-list .time {
  color: #9a9a9a;
  font-size: 12px;
  margin-top: 15px;
}
.inews-list-box {
  margin-bottom: 10px;
}
.inews-list-box .box {
  float: left;
  width: 391px;
  background: #fff;
  margin-left: 12px;
  padding: 20px 24px;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inews-list-box .box:first-child {
  margin-left: 0;
}
.inews-list-box h4 {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}
.inews-list-box .info .item {
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 17px;
  height: 17px;
  margin-bottom: 12px;
  color: #666;
}
.inews-list-box .info .item a {
  color: #666;
}
.inews-list-box .info .item a:hover {
  color: #ef6220;
}
.inews-list-box .info .id {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  display: inline-block;
  line-height: 17px;
  text-align: center;
  margin-right: 15px;
}
.inews-list-box .info .id.on {
  background: #ef6220;
  color: #fff;
}
.country-box {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  padding: 0 20px;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.country-box li {
  padding-left: 78px;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  line-height: 30px;
}
.country-box .info {
  padding: 15px 0 ;
  font-size: 12px;
}
.country-box .info a {
  display: inline-block;
  margin-right: 20px;
}
.country-box .info a:hover {
  color: #ef6220;
}
.country-box .info .active {
  background-color: #f6f6f6;
  color: #ef6220;
}
.country-box .info.s1 a {
  margin-right: 36px;
}
.country-box .info.s2 a {
  margin-right: 20px;
}
.country-box .icons {
  padding: 20px 0;
  display: block;
  margin: 0 auto;
}
.country-box h5 {
  width: 78px;
  color: #666;
  position: absolute;
  left: 0;
  top: 16px;
}
.iswiper-box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 1300px;
  position: relative;
}
.iswiper-box .pnext {
  font-size: 40px;
  top: 0;
  line-height: 216px;
  position: absolute;
  color: #dbcbc4;
  height: 240px;
  display: block;
  background-color: #f9f9f9;
  cursor: pointer;
  z-index: 555;
}
.iswiper-box .pnext:hover {
  color: #ef6220;
}
.iswiper-box.s1 .pnext {
  line-height: 198px;
}
.iswiper-box .icon-left {
  left: 0;
}
.iswiper-box .icon-right {
  right: 0;
}
/* Demo Styles */
.iswiper-img {
  height: 240px;
  width: 1260px;
  text-align: center;
}
.iswiper-img .swiper-slide {
  height: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.iswiper-img .swiper-slide .img {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.2);
}
.iswiper-img .swiper-slide .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.iswiper-img .swiper-slide .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.iswiper-img .swiper-slide .img img {
  display: block;
}
.iswiper-img .swiper-slide-visible {
  -webkit-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -ms-transform: scale(0.86);
  -o-transform: scale(0.86);
  transform: scale(0.86);
}
.iswiper-img .swiper-slide-active {
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iswiper-info {
  height: 240px;
  width: 1260px;
  text-align: center;
}
.iswiper-info .swiper-slide {
  height: 100%;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.iswiper-info .swiper-slide-visible {
  -webkit-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -ms-transform: scale(0.86);
  -o-transform: scale(0.86);
  transform: scale(0.86);
}
.iswiper-info .swiper-slide-active {
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.iswiper-info .link {
  padding: 0 22px;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.2);
  height: 200px;
  border-radius: 5px;
  display: table-cell;
  width: 462px;
  vertical-align: middle;
}
.iswiper-info .s1 {
  padding: 0 5%;
  background: url('../png/sbg1.png') no-repeat center center;
  background-size: cover;
}
.iswiper-info .s1 .tit {
  font-size: 16px;
  color: #aa9272;
}
.iswiper-info .s1 .time {
  font-size: 20px;
  color: #d08f52;
  margin-top: 16px;
}
.iswiper-info .s1 {
  background: url('../png/5ef15cb606582.png') no-repeat center center;
  background-size: cover;
}
.iswiper-info .s1 .tit {
  font-size: 16px;
  color: #aa9272;
}
.iswiper-info .s1 .time {
  font-size: 20px;
  color: #d08f52;
  margin-top: 16px;
}
.iswiper-info .s2 {
  background: url('../png/5ef15cb606582.png') no-repeat center center;
  background-size: cover;
  text-align: left;
}
.iswiper-info .s2 .tit {
  font-size: 20px;
  color: #d5a679;
  margin-bottom: 10px;
}
.iswiper-info .s2 .txt {
  color: #d5a679;
  line-height: 26px;
}
.iswiper-info .s2 .tag {
  font-size: 16px;
  color: #ffa047;
}
.iswiper-info .s2 .time {
  font-size: 16px;
  color: #d5a679;
}
.iswiper-info .s2 .data {
  margin-top: 20px;
}
.iswiper-info .s3 {
  text-align: left;
  background-color: #263051;
  color: #fff;
}
.iswiper-info .s3 .desc {
  font-size: 16px;
}
.iswiper-info .s3 .tit {
  font-size: 28px;
  margin: 10px 0 13px;
}
.show-info {
    padding: 60px 0;
    position: relative;
   /* background: url('https://img.qufair.com/upload/service/20200623/5ef1a88ea2ec5.jpg') no-repeat center center;*/
}
.show-info .wrap {
    position: relative;
    z-index: 5;
display: flex;
}
.show-info .logo {
  width: 260px;
  height: auto;
  object-fit: contain;
  float: left;
  margin-right: 15px;
  background-color: #fff;
}
.show-info .content {
  float: left;
  color: #fff;
  /*padding-top: 5px;*/
  width: 700px;
    line-height: 1.2;
}
.show-info .content h1 {
  font-size: 24px;
  margin-bottom: 10px;
  /*line-height: 1.2;*/
    display: inline;
  font-weight: bold;
}
.show-info .content h2 .tag {
  font-size: 14px;
  color: #b86a05;
  background-color: #f6e2b6;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.show-info .content .info {
  font-size: 16px;
  line-height: 1.76;
}
.show-info .datebox {margin-top: 10px;font-size: 15px;}
.show-info .site {
  margin: 10px 0 0 0;
  font-size: 15px;
}
.show-info .site .iconfont {
  font-weight: normal;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.show-info .datebox .date {
  /*font-size: 20px;*/
  display: inline-block;
  margin-right: 16px;
  color: #ff4a00;
  font-weight: bold;
}
.show-info .datebox .time {
  /*font-size: 16px;*/
}
.sub-box {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
}
.sub-box h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 14px;
}
.sub-news-list {
  padding-bottom: 10px;
}
.sub-news-list li:first-child {
  padding-top: 0;
}
.sub-news-list li {
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 0;
  line-height: 20px;
}
.sub-news-list li a {
  color: #666;
  display: block;
  height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
}
.sub-news-list li a:hover {
  color: #ef6220;
}
.sub-rate-box {
  /*padding-left: 0;
  padding-right: 0;*/
  color:white;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
}
.sub-rate-box h2 {
  padding: 0 16px;
}
.sub-rate-box .rate {
  font-size: 35px;
  display: block;
  width: 90px;
  text-align: center;
  margin: 30px 0 0;
}
.sub-rate-box .layui-rate {
  text-align: center;
  display: block;
  /*padding: 0 0 0 15px;*/
}
.sub-rate-box .layui-rate li i.layui-icon {
  font-size: 15px;
  font-weight: normal;
  margin-right: 1px;
}
.sub-rate-box .info {
  /*width: 215px;*/
}
.sub-rate-box .info li {
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.sub-rate-box .info li > * {
  display: inline-block;
  vertical-align: middle;
}
.sub-rate-box .info .tit {
  margin-right: 5px;
  /*color: #666;*/
}
.sub-rate-box .info .progress {
  width: 100px;
  height: 7px;
  background-color: #eee8dd;
  border-radius: 2em;
}
.sub-rate-box .info .progress .tag {
  display: block;
  height: 7px;
  border-radius: 2em;
  background-color: #ff925f;
}
.sub-rate-box .bottom,
.sub-rate-box .hot {
  color: #9a9a9a;
  text-align: right;
  padding-right: 22px;
}
.sub-rate-box .hot {
  font-size: 12px;
  margin-bottom: 10px;
}
.sub-rate-box .bottom {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
  /*padding-bottom: 16px;*/
}
.sub-rate-box .bottom span {
  display: inline-block;
  margin-left: 10px;
}
.sub-join-box {
  margin-bottom: 10px;
}
.sub-join-box .joinbtn {
  width: 168px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  cursor: pointer;
}
.sub-join-box .joinbtn:hover {
  background: #ef6220;
  color: #fff;
  border-color: #ef6220;
}
.mainbox {
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
}
.mainbox .hd {
  padding: 0 20px;
}
.mainbox h2,.mainbox h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 16px;
  background: #f9f9f9;
  margin-bottom: 10px;
}
.mainbox .basehd {
  border-bottom: 1px solid #e9e9e9;
}
.mainbox .basehd .underline {
  display: inline-block;
  position: relative;
}
.mainbox .basehd .underline::after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 3px solid #ef6220;
  left: 0;
  right: 0;
  bottom: -1px;
}
.mainbox .bd {
  padding: 10px 20px;
}
.xq-introduce {
  color: #666;
  line-height: 24px;
}
.xq-introduce p {
  margin-bottom: 10px;
}
.zh-date-list {
  padding-bottom: 50px!important;
}
.zh-date-list li {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  line-height: 50px;
}
.zh-date-list li .time {
  color: #ef6220;
  position: absolute;
  right: 0px;
  top: 0;
}
.zh-date-list li a {
  height: 50px;
  display: block;
  margin-right: 300px;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zh-date-list li a:hover {
  color: #ef6220;
}
.zg-main {
  margin-bottom: 90px;
}
.zg-imgs-bd {
  position: relative;
  padding: 16px;
}
.zg-imgs-bd .iconfont {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  text-align: center;
  color: #9a9a9a;
  font-size: 16px;
  background: #fff;
  z-index: 55;
  cursor: pointer;
}
.zg-imgs-bd .iconfont:hover {
  color: #ef6220;
}
.zg-imgs-bd .icon-left {
  left: 6px;
}
.zg-imgs-bd .icon-right {
  right: 6px;
}
.zg-imgs {
  height: 192px;
  box-sizing: content-box;
  /*margin: 16px;*/
    margin: 0 16px;
    /*padding-bottom: 10px;*/
}
.zg-imgs .swiper-slide {
  text-align: center;
}
.zg-imgs .swiper-slide img {
  border-radius: 10px;
    padding: 0 2px;
width: 269.333px; height: 160px;
}
.sub-good-list li {
  padding: 10px;
  /*border-top: 1px solid #e9e9e9;*/
background: #fff;
margin-bottom: 10px;
}
.sub-good-list li:first-child {
  /*padding-top: 0;
  border-top: 0;*/
}
.sub-good-list li .newlist_img{
height: auto !important;
}
.sub-good-list li .img {
  float: left;
  width: 80px;
  line-height: 60px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
}
.sub-good-list li .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.sub-good-list li .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sub-good-list li .info {
  margin-left: 90px;
  /*min-height: 80px;*/
}
.sub-good-list.s2 .info {
  /*padding-top: 5px;*/
}
.sub-good-list .tit {
  display: block;
  /*margin-bottom: 10px;*/
  color: #333;
  /*line-height: 20px;*/
  height: 42px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sub-good-list .tit:hover {
  color: #ef6220;
}
.sub-good-list .btn {
  /*height: 24px;*/
  line-height: 20px;
  background: #ef6220;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  /*font-size: 12px;*/
}
.sub-good-list .time {
  font-size: 15px;
  font-weight: bold;
  color: #9a9a9a;
}
.sub-add-notice {
  /*padding-bottom: 20px;
  padding-right: 30px;*/
}
.sub-add-notice .info,
.sub-add-notice .icdate {
  float: left;
}
.sub-add-notice .switch {
  float: right;
}
.sub-add-notice .icdate {
  font-size: 19px;
  color: #ef6220;
  margin-right: 5px;
}
.sub-add-notice h2 {
  margin-bottom: 5px;
}
.sub-add-notice .to {
  color: #ef6220;
}
.switchbox {
  width: 44px;
  height: 22px;
  padding: 1px;
  border-radius: 2em;
  background-color: #ccc;
  transition: 0.3s;
}
.switchbox .tag {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  display: block;
  transition: 0.3s;
}
.switchbox.open {
  background-color: #41c955;
}
.switchbox.open .tag {
  margin-left: 21px;
}
.zh-description {
  color: #666;
  padding: 15px;
  font-size: 14px;
  line-height: 32px;
text-align: justify;
}
.zh-description .info .tit {
  color: #333;
}
.zh-description .data {
  padding: 16px;
  display: table;
  width: 100%;
  height: 38px;
  border-top: 1px solid #e9e9e9;
}
.zh-description .data > * {
  display: table-cell;
  vertical-align: middle;
}
.zh-description .data li,.zh-description .data span {
  padding-left: 16px;
  position: relative;
  font-weight: bold;
}
.zh-description .data li::before ,.zh-description .data span::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ef6220;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.zg-msg .bd {
  padding: 10px 20px;
}
.zg-msg dl {
  float: left;
  width: 570px;
  /*font-size:16px;*/
}
.zg-msg dl dt {
  color: #333;
}
.zg-msg dl dd {
  color: #666;
}
.zg-msg dl dt,
.zg-msg dl dd {
  line-height: 30px;
}
.zg-msg .logo {
  float: right;
  max-height: 120px;
  max-width: 230px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.xq-case .bd {
  padding: 0 20px;
}
.xq-case li {
  border-top: 1px solid #e9e9e9;
  padding: 28px 0;
  min-height: 100px;
}
.xq-case li:first-child {
  border-top: none;
  padding-top: 10px;
}
.xq-case li .img {
  float: left;
  /*width: 140px;
  height: 100px;*/
  overflow: hidden;
  margin-right: 20px;
}
.xq-case li .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 140px;
  height: 100px;
}
.xq-case li .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.xq-case li .rightbox {
  width: 610px;
}
.xq-case li a {
  color: #666;
}
.xq-case li a:hover {
  color: #ef6220;
}
.xq-case li dt {
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
}
.xq-case li dd {
  width: 33%;
  float: left;
  color: #666;
  line-height: 24px;
  position: relative;
  padding-left: 16px;
}
.xq-case li dd::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #ef6220;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-radius: 50%;
}
.xq-case li .tip {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.zg-newsbox {
  padding-bottom: 26px;
}
.zg-newsbox .inews-list {
  box-shadow: none;
  margin-top: 0;
}
.zg-newsbox .inews-item {
  border: 0;
  padding: 20px;
}
.mainbox2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 24px;
}
.mainbox2 h2 {
  font-size: 18px;
  padding: 16px 20px 0;
}
.product-list .img {
  display: block;
  width: 176px;
  overflow: hidden;
  float: left;
  border: 1px solid #efefef;
  object-fit: contain;
  box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 108px;
  border-radius: 5px;
  margin-right: 14px;
}
.product-list .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-list .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-list .info {
  width: 170px;
  float: left;
}
.product-list .name {
  display: block;
  margin-bottom: 3px;
  color: #333;
}
.product-list .name:hover {
  color: #ef6220;
}
.product-list .tag,
.product-list .time {
  font-size: 12px;
  color: #9a9a9a;
}
.product-list .data {
  font-size: 12px;
  color: #9a9a9a;
  margin-top: 5px;
}
.product-list .data em {
  color: #333;
}
.product-list .data .follow {
  height: 25px;
  line-height: 25px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding: 0 5px;
  min-width: 64px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.product-list .data .follow:hover,
.product-list .data .follow.active {
  background: #ef6220;
  color: #fff;
  border-color: #ef6220;
}
.product-list.col3 {
  padding: 30px 0 0 30px;
}
.product-list.col3 li:nth-child(3n) {
  margin-right: 0;
}
.product-list.s2 {
  width: 1240px;
  padding: 16px 20px 0;
}
.product-list.s2 li {
  float: left;
  margin: 0 30px 40px 0;
  width: 368px;
  transition: 0.3s;
}
.product-list.s2 li:hover .name {
  color: #ef6220;
}
.product-list.s2 li .name {
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
}
.product-list.s3 li {
  padding: 24px 0;
  border-bottom: 1px solid #e9e9e9;
}
.product-list.s3 li .info {
  width: 580px;
}
.product-list.s3 li .name {
  font-size: 16px;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-list.s3 li .tag,
.product-list.s3 li .time,
.product-list.s3 li .data {
  margin-top: 9px;
}
.zg-producdt-box {
  margin-bottom: 60px;
}
.swiper-news {
  height: 384px;
}
.swiper-news .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-news .swiper-pagination-switch {
  display: inline-block;
  width: 62px;
  height: 4px;
  background: #e2e2e2;
  margin: 0 8px;
  cursor: pointer;
}
.swiper-news .swiper-active-switch {
  background: #f06321;
}
.mainbox .v-tabnav .item {
  font-size: 18px;
  color: #333;
  margin-right: 43px;
}
.mainbox .v-tabnav .active {
  color: #ef6220;
}
.xq-comment .comment-nav {
  margin-bottom: 10px;
}
.xq-comment .comment-nav .item {
  float: left;
  margin-right: 20px;
  color: #9a9a9a;
  font-size: 14px;
  cursor: pointer;
}
.xq-comment .comment-nav .item:hover {
  color: #333;
}
.xq-comment .comment-nav .active {
  color: #333;
  font-weight: bold;
}
.xq-comment li {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0;
}
.xq-comment li .pic {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background-color: #FEA683;
  object-fit: cover;
  float: left;
  margin-right: 10px;
}
.xq-comment li .namebox {
  line-height: 32px;
  font-size: 14px;
}
.xq-comment li .name {
  float: left;
}
.xq-comment li .namebox .sub-rate-box {
    border: none;
}
.xq-comment li .time {
  float: right;
  color: #9a9a9a;
}
.xq-comment li .info {
  margin-left: 45px;
  line-height: 1.76;
  padding: 10px;
  background: #dedede;
  border-radius: 0px 5px;
}
.xq-comment .show-all {
  font-size: 12px;
  color: #9a9a9a;
  text-align: center;
  display: block;
  padding: 16px 0 0;
}
.xq-comment .show-all:hover {
  color: #ef6220;
}
.xq-comment .show-all.end .iconfont {
  display: inline-block;
  transform: rotate(180deg);
}
.send-comment {
  background-color: #F6F6F6;
  /*border-top: 1px solid #E3E3E3;*/
  padding: 10px;
  height: 60px;
  /*position: relative;
  left: -20px;
  width: 810px;*/
  z-index: 5;
  line-height: 32px;
  top: 20px;
}
.send-comment .select {
  font-size: 12px;
  color: #9a9a9a;
  width: 60px;
  float: left;
  margin-right: 26px;
}
.send-comment .key {
  width: 69%;
  float: left;
  line-height: 40px;
  display: block;
}
.send-comment .submit {
  width: 30%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background: #206bef;
  color: #fff;
  float: right;
}
.xq-service .nav {
  margin-bottom: 20px;
}
.xq-service .nav .item {
  float: left;
  cursor: pointer;
  width: 102px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin-right: 16px;
}
.xq-service .nav .ic-zl {
  background: url('../png/ic_zl.png') no-repeat center center;
}
.xq-service .nav .ic-wl {
  background: url('../png/ic_wl.png') no-repeat center center;
}
.xq-service .nav .ic-qz {
  background: url('../png/ic_qz.png') no-repeat center center;
}
.xq-service .nav .active {
  color: #ef6220;
  border-color: #ef6220;
}
.xq-service .nav .active .ic-zl {
  background: url('../png/ic_zl_on.png') no-repeat center center;
}
.xq-service .nav .active .ic-wl {
  background: url('../png/ic_wl_on.png') no-repeat center center;
}
.xq-service .nav .active .ic-qz {
  background: url('../png/ic_qz_on.png') no-repeat center center;
}
.xq-service .nav .ic {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.xq-service .article {
  line-height: 1.9;
}
.xq-service .article h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.xq-service dl {
  margin-bottom: 24px;
}
.xq-service dl dd {
  border-bottom: 1px solid #e9e9e9;
  line-height: 36px;
}
.xq-service .dl2 dd {
  width: 33.3%;
  float: left;
}
.xq-service .form-btn {
  margin: 40px auto;
}
.news-info {
  margin-bottom: 0px;
  background: #fff;
}
.news-info h1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.news-info .data {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  color: #9a9a9a;
}
.news-info .data span {
  display: inline-block;
  padding: 0 10px;
}
.news-info .archd {
  padding: 30px 20px 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 14px;
}
.news-info .arcbd {
  padding: 30px 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
text-align: justify;
}
.news-info .arcbd img {
  display: block;
  margin: 0 auto;
}
.news-info .arcbd p {
  margin-bottom: 20px;
}
.news-info .logoinfo {
  padding: 10px;
  margin:10px 0;
  background-color: #F8F8F8;
}
.news-info .logoinfo .logo {
  /*width: 225px;*/
  height: 70px;
  float: left;
  margin-right: 10px;
}
.news-info .logoinfo .content {
  float: left;
  width: 650px;
}
.news-info .logoinfo .content h2 {
  font-size: 16px;
  font-weight: bold;
  word-wrap: break-word;
}
.news-info .logoinfo .content .ydbtn {
  cursor: pointer;
float: right;
padding: 0 5px;
background: #ef6220;
color: #fff;
border-radius: 3px;
}
.news-info .logoinfo .content h2 .ydbtn:hover {
  color: #333;
}
.news-info .logoinfo .content .time {
  color: #ef6220;
  margin: 10px 0 0;
}
.news-info .logoinfo .content .info {
  color: #9a9a9a;
}
.news-info .logoinfo .content h2,
.news-info .logoinfo .content .info {
  line-height: 23px;
  height: 46px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-example {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 2;
  padding: 20px;
  border-left: 4px solid #ef6220;
}
.news-main {
  margin-bottom: 10px;
}
.sub-tags-list li {
  border-top: 1px solid #e9e9e9;
  padding: 16px 0;
}
.sub-tags-list li:first-child {
  padding-top: 10px;
  border-top: 0;
}
.sub-tags-list h4 {
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  border-left: 3px solid #ef6220;
  line-height: 15px;
}
.sub-tags-list .info a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 10px;
}
.sub-tags-list .info a:hover {
  color: #fff;
background-color: #f06321;
}
.news-list > li {
  padding: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.news-list > li:hover h2 a {
  color: #ef6220;
}
.news-list > li .img {
  float: left;
  width: 200px;
  height: 120px;
  overflow: hidden;
  margin-right: 20px;
    text-align: center;
}
.news-list > li .img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-list > li .img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list > li .info {
  float: left;
  width: 100%;
}
.news-list > li h2 {
  font-size: 18px;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.news-list > li .desc {
  margin: 10px 0;
  color: #9a9a9a;
  line-height: 26px;
  height: 55px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list > li .data {
  font-size: 14px;
  padding:0;
  color: #9a9a9a;
}
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  min-width: 30px;
  vertical-align: middle;
  margin: 0 2px;
  color: #999;
  padding: 0 5px;
}
.page a.on,
.page a:hover {
  color: #ef6220;
  border-color: #ef6220;
}
.news-main {
  /*padding:10px 0 0;*/
}
.news-main .col-main {
  position: relative;
}
.news-main .page {
  /*position: absolute;*/
  left: 0;
  right: 0;
/*  bottom: -60px;*/
  padding:25px;
}
.form-btn {
  width: 160px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  background: #ef6220;
  margin: 40px auto;
  cursor: pointer;
}
.form-btn:hover {
  background-color: #e45715;
}
.zwpop {
  display: none;
  padding: 0 10px 26px;
}
.zwpop h3 {
  font-size: 18px;
  padding: 20px 22px;
}
.zwpop .checkbox li {
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 22px;
  position: relative;
}
.zwpop .checkbox li .logo {
  width: 80px;
  height: 80px;
  border: 1px solid #e9e9e9;
  float: left;
  margin-right: 10px;
}
.zwpop .checkbox li .tit {
  line-height: 38px;
}
.zwpop .checkbox .check {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
.zwpop .inputbox {
  padding: 20px 12px 0 22px;
}
.zwpop .inputbox .layui-input-inline {
  width: 445px;
}
.zwpop .inputbox .layui-input {
  height: 44px;
  line-height: 44px;
}
.zwpop .layui-form-item {
  width: 900px;
}
.zwpop .mr0 {
  margin-right: 0!important;
}
.zwpop .layui-input:hover,
.zwpop .layui-textarea:hover {
  border-color: #ef6220 !important;
}
.zwpop .layui-form-checked[lay-skin=primary] i {
  border-color: #ef6220 !important;
  background-color: #ef6220;
  color: #fff;
}
.mppop {
  display: none;
  width: 960px;
}
.mppop form {
  display: block;
  padding: 0 10px 0 24px;
  max-height: 550px;
  overflow-y: auto;
}
.mppop form::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.mppop form::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.mppop form::-webkit-scrollbar-track {
  background: #eee;
}
.mppop form h3 {
  padding: 20px 0 10px;
}
.mppop .inputbox .layui-form-item {
  float: left;
  clear: none;
  margin-right: 10px;
}
.mppop .inputbox .s1 {
  width: 338px;
}
.mppop .inputbox .s2 {
  width: 220px;
}
.mppop .inputbox .s3 {
  width: 324px;
  margin-right: 0;
}
.mppop .contact-item .layui-form-item {
  width: 130px;
}
.mppop .contact-item .sex {
  width: 80px;
}
.mppop .contact-item .email {
  width: 220px;
}
.mppop .contact-item .tel {
  width: 200px;
}
.mppop .contact-item .layui-btn {
  margin: 0!important;
}
.basepop {
  padding-bottom: 40px;
}
.basepop h2 {
  height: 48px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 48px;
  padding: 0 13px;
  font-size: 16px;
  font-weight: bold;
}
.basepop h2 > * {
  display: inline-block;
  vertical-align: middle;
}
.basepop h2 .icon {
  width: 20px;
  height: 20px;
  background: url('../png/ic_zl_on.png') no-repeat center center;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.basepop .form-btn {
  width: 146px;
  display: block;
  margin: 30px auto 0;
}
.basepop .layui-btn {
  background-color: #ef6220;
}
.cjpop {
  width: 678px;
  background: #fff;
  min-height: 470px;
  display: none;
  padding-bottom: 0;
}
.cjpop .v-tabnav {
  text-align: center;
}
.cjpop .v-tabnav .item {
  display: inline-block;
  float: none;
  font-size: 16px;
}
.cjpop .v-tabnav .active {
  font-size: 18px;
}
.cjpop .tabBody {
  padding: 20px;
}
.cjpop .value {
  color: #ef6220;
  width: 130px;
  padding-top: 80px;
  padding-left: 10px;
}
.cjpop .value em {
  font-size: 40px;
  display: inline-block;
  padding-right: 2px;
}
.cjpop .tip {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.cjpop .rate-info {
  width: 300px;
}
.cjpop .rate-info .rateItem {
  float: left;
}
.cjpop .info .layui-rate {
  padding: 0;
}
.cjpop .info > li {
  line-height: 20px;
  margin-bottom: 12px;
}
.cjpop .info > li .tit {
  float: left;
  line-height: 20px;
  width: 90px;
}
.cjpop .layui-textarea {
  margin-top: 20px;
  background-color: #f6f6f6;
  margin-bottom: 14px;
  min-height: 72px;
  resize: none;
  border-radius: 6px;
  padding: 10px 20px;
}
.cjpop .layui-btn {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}
.cjpop .tags {
  text-align: center;
  padding-top: 10px;
}
.cjpop .tags dd {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e9e9e9;
  padding: 0 14px;
  color: #9a9a9a;
  border-radius: 4px;
  margin: 0 10px 12px;
  cursor: pointer;
}
.cjpop .tags dd:Hover,
.cjpop .tags dd.on {
  color: #ef6220;
  border-color: #ef6220;
}
.layui-form-select dl dd.layui-this {
  background-color: #ef6220;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #ef6220;
}
.sub-tags-list .info .on{
    color: #ef6220 !important;
}

.page ul{
    clear: both;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin: 10px 0;
}
.page li{
    float: left;
}
.page li.on, .page li:hover{
    color: #ef6220;
    border-color: #ef6220;
}
.page li .current{
    color: #ef6220!important;
    border-color: #ef6220!important;
}

.date_qx{
    text-decoration: line-through;
    color: #999 !important;
}

.tag_all .tag {
    font-size: 14px;
    color: #b86a05;
    background-color: #f6e2b6;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.video_mask {
    position: absolute;
    top: 0;
    left: 0;
    /*margin: 3px 8px 0 7px;*/
    width: 269.333px;
    height: 160px;
    overflow: hidden;
    background: rgba(0,0,0,.3);
    border-radius: 6px;
}

.video_mask img {
    position: absolute;
    right: 45%;
    bottom: 37%;
    width: 48px !important;
    height: 48px !important;
    min-height: unset;
}

.datagraph{
    text-align: center;
}

.zp_imgs{
    margin: 5px 0 0 45px;
}
.zp_imgs .img-item{
    width: 90px;
    height: 90px;
    margin: 0 5px 5px 0;
}

.img-item img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.rate-num{
    margin-left: 15px;
}
.rate-num .layui-rate,.rate-num li{
    padding: 0;
    border-bottom: none;
}
.zp_empty{
    display: block;
    width: 200px;
    font-size: 14px;
    /*height: 40px;*/
    line-height: 40px;
    text-align: center;
    margin: 10px auto;
    color: #333;
    border: 1px solid #cccccc;
    border-radius: 20px;
}

.xq-wt li .info{
    margin-left: 0!important;
}
.wt_left{
    float: right;
}

.qzw-Code {
    width: 103px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
    border-left: 1px solid #DCDCDC;
    text-align: center;
    border: 0;
    background-color: #fff;
}
.yzm{
    float: left;
    width: 220px!important;
}

.gz_hy .zh-bd{
    padding-left:0;
}
.gz_hy .zh-bd li{
    padding-left:0;
}
.gz_hy .zh-bd .info{
    padding: 5px;
}

#cjpop1{
    width: 1160px;
}

.gz_hy .zh-bd .item {
    width: 12%;
    float: left;
    margin-bottom: 4px;
    margin-right: 5px;
}

.gz_hy .zh-bd .active {
    background-color: #f6f6f6;
    color: #ef6220;
}

.gz_hy .zh-bd p {
    color: #666;
    display: inline-block;
    border-radius: 3px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
}

.hy_tab{
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom:none!important;
    box-shadow: none !important;
}
.hy_tab p{
    margin-right: 0px !important;
    margin-left: 30px!important;
    font-weight: bold;
}

.con_logo{
    display: none;
}
#login_mini .loginbox,#login .loginbox{
    margin-right: 0px!important;
    box-shadow: none!important;
}

#a02{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
.col2{padding: 5px 0;}
.exh_left{
    background-color: #fff;
}

.hy_all .index-hd{
    margin:10px 0 !important;
}
.hy_list .item{
    margin-right:15px!important;
}
.hy_list .item a:hover {
    color: #ef6220 !important;
}

.show-info::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
}
.zg-msg dd {
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.t_right{
    float: right;
}

.zhjs{
    padding: 0 20px 26px !important;
}

#fw_Tab{
    padding:0 0 10px 0!important;
    border-bottom:none !important;
}
#fw_Tab .item{
    line-height: 36px!important;
    font-size: 16px!important;
}
.fw_bd{
    padding-top: 10px !important;
}
.p_tit{color:#333;}



.cou_all{
    display: none;
}
.cou_zx{
    display: block;
    line-height: 40px;
    padding: 5px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}

.a_all{
    color: #ef6220;
}
.ydzx{
    margin-left: 20px;
}

.con_banner{
background-size: cover;
}


.count_no {
    background: #4dc86f;
    border-radius: 4px;
    color: #fff;
    padding: 0 3px;
}

.con_hy a{
    padding-right: 5px;
}


#form_ticket input {
    margin: 10px 5px 5px 0;
}

.w_48 input {
    width: 95%;
}


.fw_Tab{
    padding: 0 0 10px 0 !important;
    border-bottom: none !important;
}
.fw_Tab b{
    font-size: 16px!important;
    line-height: 36px!important;
}

.f_name{
    padding-top:10px;
word-break: keep-all;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.tlv_p p{
line-height:32px;
}

.user-box h2,.all_gys h2,.user-box h3,.all_gys h3{
font-size: 16px;
font-weight: bold;
padding: 16px;
background: #f9f9f9;
}

.user-box li{
    padding: 10px;
    background: #fff;
    margin-top: 10px;
}


.user-box
{
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.all_gys{
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.gjgn {
padding: 15px;
  line-height: 32px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gjgn .item {
  font-size: 16px;
  color: #666;
  padding: 0 12px 0 20px;
  position: relative;
  float:left;
}
.gjgn .active {
  background-color: #ef6220;
  color:#fff;
  padding: 5px 10px;
  border-radius: 5px;
}
#gjgn .item:nth-child(2)::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #d7d7d7;
}

.hy_all .hy_list h2{
font-size: 20px;
float: left;
margin-right: 20px;
}
.hy_all .hy_list a{
line-height: 28px;
font-size:14px;
}

.hy_list{
margin-top:10px;
}
.gjgn a {
  line-height: 42px;
}

.gjgn::after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.hy_px .active_on{
    /*background-color: #f6f6f6;*/
    color: #ef6220;
    border-radius: 3px;
}

.hy_px{
    float: right;
    line-height: 24px;
}
.hy_px ul li{
    float: left;
    padding: 0 10px;
}
.hy_px i{
    padding-left:5px;
    font-size: 14px;
}

.copyright p{padding-top: 10px;}

.copyright p a {padding:0 5px;}


.footer .gys a{
    height: 33px;
    line-height: 33px;
    display: block;
    color: #666;
    padding-left: 45px;
    background: url('../png/gys_1.png') no-repeat 0 center;
}

.footer .gys a:hover {
    background-image: url('../png/gys_on.png');
    color: #ef6220;
}

.copyright .codebox{
    padding-top: 30px;
}

.content .v_name{
font-size:18px;
font-weight:bold;
margin-bottom: 10px;
margin-top: 10px;
}

.content .v_name a {
    color: #fff;
    padding-right: 5px;
}

.s_hy_px {
    line-height: 22px !important;
}

.ind_ad{padding-bottom: 10px;}

.cou_all p b,.cou_zx p b{
height: 34px;
line-height: 34px;
padding: 0 10px;
}

.cou_all b,.cou_zx b{
/*width: 60px;
height: 34px;
line-height: 34px;*/
padding: 0 10px;
position: absolute;
}
.del_c{
padding-left:52px;
}

.news-info .arcbd h2{
font-size: 18px;
    border-left: 6px solid #00AAEE;
    padding-left: 16px;
    margin: 10px 0;
    /*line-height: 36px;*/
    font-weight: bold;
}


.crumbs-box .tag_new {
    color: #ef6220;
    display: inline-block;
    height: 24px;
    line-height: 22px;
}



.filter-memu .info .li_in {
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    margin-bottom: 2px;
    /*margin: 0 10px 5px 0;*/
    position: relative;
}
.index-menu .info .li_in > a {
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    color: #888;
}
.filter-memu .info .li_in > a:hover,
.filter-memu .info .li_in.active > a {
    background-color: #576470;
    color: #fff;
}
.filter-memu .info .li_in:hover::after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-bottom-color: #ccc;
    z-index: 55;
    left: 50%;
    margin-left: -14px;
    bottom: -12px;
}
.filter-memu .info .li_in:hover .prop {
    display: block;
}
.filter-memu .info .prop {
    position: absolute;
    display: none;
    width: 418px;
    left: 0;
    top: 100%;
    padding-top: 11px;
    z-index: 50;
}
.filter-memu .info .prop .inner {
    padding: 12px 7px 12px 12px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 5px;
}
.filter-memu .info .prop a {
    color: #9a9a9a;
    display: block;
    height: 25px;
    line-height: 23px;
    border: 1px solid transparent;
    margin: 0 5px 5px 0;
    float: left;
    padding: 0 5px;
    border-radius: 2px;
}
.filter-memu .info .prop a:hover {
    color: #ef6220;
}
.filter-memu .info .prop a.on {
    color: #ef6220;
    border-color: #ef6220;
}


.filter-memu span {
    color: #666;
    display: inline-block;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
}
.filter-memu span:hover {
    color: #ef6220;
}
.filter-memu .active span {
    background-color: #f6f6f6;
    color: #ef6220;
}


.icon_ticket {
    background-image: url('../png/5f4e0595aebb7.png');
    width: 34px;
    height: 32px;
    float: left;
    margin-right: 14px;
}



.time_all{
    display: none;
}
.time_zx{
    display: block;
}
.time_all b, .time_zx b {
    width: 60px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    position: absolute;
}




.gys_span {
    display: inline-block;
    padding-left: 19px;
    height: 20px;
    line-height: 21px;
    background: url(../png/ic_radio.png) no-repeat 0 center;
    background-size: 13px;
    float: right;
    font-size: 14px;
    margin-left: 10px;
}
.gys_rz{
    color: #00a952; padding-left: 14px;
    background: url(../png/ic_rz.png) no-repeat 0 center;
    background-size: 13px;
    margin-left: 10px;
    font-size:10px;
}
.gys_fw{
    border: 1px solid #d7d7d7;
    padding: 5px;
    /*line-height: 35px;*/
    font-size: 12px;
    margin: 5px 5px 0 0 !important;
}


.com_all table{
    width: 90%;
}
.com_all .td_1{
    width: 90px;
    text-align: center;
}
.com_all .td_2{
    width: 200px;
    vertical-align: middle;
    text-align: center;
}
.com_all .td_3{
    width: 135px;
    text-align: center;
}
.com_all .td_4{
    color: red;
    width: 200px;
    text-align: center;
}
.com_all .td_5{
    width: 100px;
    text-align: center;
}
.com_all .qq{
    font-size: 14px;
    color: #fff;
    background: #ff8400;
    padding: 10px;
}
.all_gys .p_fw{
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
}

.date-time{
   font-size: 20px;
}





.header .tr{
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
.header .user{
    color: #9a9a9a;
}

.header .info a {
    display: inline-block;
    margin-left: 22px;
    color: #9a9a9a;
}

.header  .info a:hover {
    color: #ef6220;
}
.header  .info em {
    color: #ef6220;
}

.sub-join-box .joinbtn a:hover {
  color: #fff;
}

.site .pv_on{
  /*font-size: 20px;*/
  padding-left: 5px;
  font-weight: bold;
}


.t_state1,.t_state2,.t_state3{
    float: right;
    /*line-height: 16px;*/
}
.t_state1{
    color: #008000;
}
.t_state2{
    color: #ef6220;
}
.mm_about_con p{
margin-top: 28px;
line-height: 26px;
color: #666 !important;
}

.inews-box .new_call{
padding-bottom: 10px;
}



.isgz{
    background: #ff4a00!important;
    color: #fff!important;
}

.crumbs .tag_new{
    font-size: 14px;
    /*height: 30px;*/
    line-height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 5px 3px;
}
.bg_t_1{
    background: #ccc;color: #5f5f5f;
}
.bg_t_1 a{
color: #5f5f5f !important;
}
.crumbs .tag_yd{
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin: 5px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ff4a00;
width: 100%;
text-align: center;
}

.crumbs .tag_ticket{
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #363535;
width: 160px;
text-align: center;
}

.wrap_dh{
    top: -25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    display: block !important;
}
.wrap_dh a{
    color: #fff;
}
.news-info .t_state1, .news-info .t_state2, .news-info .t_state3
{
float: inherit !important;
}

.content .v_name span {
    float: left;
}
.content .v_name p {
    padding-left: 100px;
}

.new_td{
    padding: 5px;
    background-color: #fff;
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
}

.new_td-new{
    /*padding: 5px;*/
    background-color: #fff;
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mainbox h2 .qufairredu,.mainbox h3 .qufairredu
{
   font-size: 20px;
   color: #ef6220;
   top: 2px;
   position: relative;
}


.delta_tab{
    float: right;
}

.delta_tab .item{
    line-height: 24px;
    position: relative;
    top: 1px;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
}

.delta_tab .active{
    color: #fff;
    background-color: #ef6220;
    border-radius: 5px;

}
.w-890{
width: 890px;
}
.w-300{
width:300px;
background-color: #fff;
text-align: center;
}



.mp-login-img{
    width:200px;
    height:200px;

    margin:10px auto;
    border: 1px solid #eee;
}
.mp-login-img img{
    width:100%;
    height:100%;
    vertical-align: initial;
}
.mp-box-content{
    text-align: center;
}
.mp-box-content p{
    font-size: 15px;
    text-align: center;
    margin-top:22px
}
.mp-box-content p.desc{
    font-size: 13px;
    color:#bcbcbc;
    margin-top:10px;
    margin-bottom:10px
}

.wx_mini_lo{
color: green;
}



.hot_all{
    float: left;
    padding: 5px 0;
    margin-right: 3px;
}
.hot_1{
    font-size: 11px;
    color: #fff;
    border-radius: 5px;
    margin-right: 2px;
    background-image: linear-gradient(90deg, #f9c558 0%, #ff904a 100%);
    padding: 3px;
}

.hot_3{
    font-size: 11px;
    color: #fff;
    border-radius: 5px;
    margin-right: 2px;
    background-color: #FF5000;
    padding: 3px;
}

.hot_2{
    font-size: 11px;
    color: #fff;
    border-radius: 5px;
    margin-right: 2px;
    background-color: #00b78b;
    padding: 3px;
}

.hot_4{
font-size: 11px;
color: #fff;
border-radius: 5px;
margin-right: 2px;
background-color: #FF5000;
padding: 3px;
}

.zwt_on,.zlxz_on{
    display: none !important;
}



.i-con-news-list-box .box {
    width: 100%;
    background: #fff;
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.i-con-news-list-box ul:after{
    clear:both;
    display:block;
    content:" ";
}

.i-con-news-list-box li {
    padding: 0 15px;
    float: left;
    width: 32%;
    font-size: 15px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
    margin: 6px 0;
    color: #666;
}

.i-con-news-list-box .tit {
    display: block;
    margin-bottom: 5px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    /*white-space: normal !important;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.i-con-news-list-box .tit:hover {
    color: #ef6220;
}

.index-hd-4{
    font-size: 20px;
    padding:0 15px 15px 15px;
    background-color: #fff;
}
.i-con-news-list-box .index-hd-4{
    font-size: 20px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 10px;
}

.my_add_industry{
padding: 0 10px;
height: 36px;
line-height: 36px;
text-align: center;
background-color: #ef6220;
border-radius: 3px;
color: #fff;
margin: 5px 0;
}
.datebox .date-time{
  font-size: 18px !important
}

.tic_org{
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;}


.tic_hot_all {
    float: left;
    padding: 2px 0;
    margin-right: 3px;
}

.tw_num,.zp_num,.follow_num,.video_num{
    font-style: normal;
}



.zpq_z{
    font-weight: initial;font-size: 13px;margin-right: 5px !important;color:rgb(255 255 255);background: rgb(106, 197, 190);padding: 2px;
}

.zpq_p{
    font-weight: initial;font-size: 13px;margin-right: 5px !important;;color:rgb(255 255 255);margin-right: 10px;background: rgb(239, 43, 43);padding: 2px;
}
.zpq_q{
    font-weight: initial;font-size: 13px;margin-right: 5px !important;;color:rgb(255 255 255);margin-right: 10px;background: rgb(240 99 33);padding: 2px;
}

.header_hot{
display: inline-block;width: 27px;height: 13px;position: absolute;top: 21px;background: url(../png/hot.png) no-repeat;
}




/*
同期
*/

.tt_scenic_ticket {
    background: #fff;
    margin-bottom: 15px
}

.tt_scenic_ticket .tticket_Tab {
    position: relative;
    height: 46px;
    overflow: hidden;
    border-bottom: 2px solid #ff4a00;
    font-size: 0
}

.tt_scenic_ticket .tticket_Tab dd {
    cursor: pointer;
    display: inline-block;
    line-height: 36px;
    font-size: 16px;
    background: #eee;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px 30px;
    color: #787878
}

.tt_scenic_ticket .tticket_Tab dd.active {
    background: #ff4a00;
    color: #fff
}

.tt_scenic_ticket .tticket_Tab span {
    font-size: 11px;
    margin: 0 0 0 100px;
    color: #ff4a00;
    line-height: 63px;
    height: 63px;
    float: right;
    padding-right: 10px;
}

.tticket_body_item dl {
    width: 100%;
    border-bottom: 1px dashed #f1f1f1;
    float: left
}

.tticket_body_item dl:last-child {
    border-bottom: none
}

.tt_scenic_ticket table {
    width: 100%;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f1f1f1
}

.ticket_item {
    display: none
}


.ticket_item {
    display: none
}

.ticket_item.ticket_list {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-top: none
}

.ticket_item dd {
    float: left;
    /*text-align: center;*/
    padding: 8px 0
}

.ticket_item .pttit {
    height: 32px;
    line-height: 32px;
    color: #999;
    font-size: 14px;
}

.ticket_item .pttit td {
    border-bottom: 1px solid #f1f1f1;
}

.ticket_item .pdAdvbookingTime {
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ticket_item .ptleft {
    width: 100px
}

.ticket_item .pdname {
    width: 600px;
    float: left;
    padding: 8px 0;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ticket_item .pdprice {
    width: 80px
}

.ticket_item .pdlvprice {
    width: 230px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ticket_item .pdprefer {
    width: 150px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ticket_item .pdpaytype {
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ticket_item .ptdname {
    width: 100px;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1
}

.ticket_item #ticket_body {
    border-bottom: 1px solid #f1f1f1
}

.tticket_body_item {
    border-bottom: 1px solid #f1f1f1
}

.ticket_item .ticket_type {
    width: 120px;
    padding-top: 15px
}

.ticket_item .ticket_prefer {
    width: 230px;
    color: #bababa;
    font-size: 12px;
    /*padding-top: 15px*/
}

.ticket_item .ticket_price {
    width: 150px;
    color: #ff4a00;
    font-size: 12px;
    /*padding-top: 15px*/
}
.ticket_item .ticket_price *{color: #FF4a00}
.ticket_item .ticket_type a , .ticket_item .ticket_type .follow{
    display: inline-block;
    padding: 6px 14px;
    background: #ff4a00;
    color: #fff;
    font-size: 12px;
    margin-top: -4px;
    border-radius: 5px
}

.ticket_item .ticket_type .follow.active {
    background-color: #e6e6e6;
    color: #9a9a9a;
    /* border-color: #ef6220; */
}

/*.ticket_item .ticket_prefer span {*/
    /*display: inline-block;*/
    /*text-decoration: line-through;*/
    /*margin-top: 2px;*/
/*}*/

.ticket_item .ticket_prefer *{color: #999}
.ticket_item .ticket_price span {
    display: inline-block;
    margin-top: -3px
}

.ticket_item .ticket_price i,.ticket_item .ticket_price span {
    font-size: 14px;
    /*font-weight: bold*/
}

.ticket_item .ticket_discounts {
    width: 100px;
    padding-top: 15px
}

.ticket_item .ticket_discounts em {
    display: inline-block;
    font-weight: bold;
    color: #ff4a00;
    font-size: 12px;
    margin-top: -2px
}

.ticket_item .ticket_bookingTime {
    /*color: #ff4a00;*/
    width: 200px;
    /*padding-top: 15px;*/
    font-weight: normal
}

.ticket_item .ticket_name {
    width: 600px;
    float: left;
    padding: 10px 15px;
}

.ticket_item .ticket_name a {
    /*padding-bottom: 10px;
    color: #ff4a00;*/
    max-width: 90%;
    display: inline-block;
    font-weight: normal
}


.ticket_item .ticket_name a span i{
    display: inline-block;
    font-size: 12px;
    margin-left: 2px;
    color: #09c;
    transition: all .3s;
}
.ticket_item .ticket_name a span .route{
    transform: rotate(90deg);
}

.ticket_item2 .pdname {
    width: 400px;
    padding: 10px 0 10px 30px
}

.ticket_item2 .ticket_name {
    width: 420px;
    padding: 15px 0 0 15px
}

.ticket_list {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: none
}

/*.ticket_list dd {*/
    /*float: right;*/
    /*text-align: center;*/
    /*padding: 12px 0*/
/*}*/

.ticket_list .ticket_type{width: 100px;position:relative}
.ticket_list .ticket_type img{vertical-align: middle;width:24px;height:24px;cursor:pointer}
.ticket_list .ticket_type_xcx{width:186px;height:200px;text-align:center;display:none;position:absolute;top: 50px;left:-74px;background: #fff;border:1px solid #dedede;border-radius:5px;z-index:500}


.ticket_item .ticket_prefer a span{
    display: inline-block;
    /*transform: scale(.9);*/
    font-size: 14px;
    color: #333;
}


.ticket_item .ticket_name span {
    display: inline-block;
    transform: scale(.9);
    font-size: 12px;
    color: #09c;
}

.con_d_header{
    /*padding: 15px;
    background-color: #0000007a;*/
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}
.con_d_header .con_hy{
    margin-top: 10px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con_d_header .con_hy a{
color: #fff;
}


.con_d_header .tag_all {
margin-top: 5px;
}


.head-djr{/*float:right;width:145px;text-align:right;*/}
.head-djr .head-djr-s{color:#fff;font-size:16px;letter-spacing: 1px;line-height:25px;font-weight: bold;float: right; margin-top: 10px;}
.head-djr .head-djr-s .goic{display:inline-block;font-size:20px;position:relative;/*margin-left:10px;padding-top:10px;padding-right:10px;*/
  padding: 5px;
  background: #f80000;
  border-radius: 5px;
  margin: 0 5px;
}

.info_in_ad{
    position: relative;
}
.info_in_ad em{
    top: 10px;
    right: 10px;
    position: absolute;
    color: #fff;
    font-size: 12px;
}
.ticket_item .ticket_prefer a{
padding-right: 5px;
}



.recent_item .pdname {
    width: 500px;
    float: left;
    padding: 8px 0;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.recent_item .pdTime {
    width: 150px;
    float: left;
    padding: 8px 0;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.recent_item .pdAdd {
    width: 220px;
    float: left;
    padding: 8px 0;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.recent_item .pdInd {
    width: 130px;
    float: left;
    padding: 8px 0;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.recent_item .pdRating {
    width: 100px;
    float: left;
    padding: 8px 0;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.recent_item .pdFollow {
    width: 90px;
    float: left;
    padding: 8px 0;
    padding-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}


.recent_item .rec_name {
    width: 500px;
    float: left;
    padding: 0 0 0 10px;
}

.recent_item .rec_bookingTime {
    width: 150px;
    float: left;
    padding: 56px 0 0 15px;
}
.recent_item .rec_bookingAdd{
    width: 220px;
    float: left;
    padding: 56px 0 0 15px;
}

.recent_item .rec_prefer{
    width: 130px;
    float: left;
    padding: 55px 0 0 15px;
}


.recent_item .rec_Rating{
    width: 100px;
    float: left;
    padding: 60px 0 0 15px;
}


.recent_item .rec_type{
    width: 90px;
    float: left;
    padding: 60px 0 0 15px;
}
.recent_item  .rec_name .img_mini{
    width: 200px;
    margin-right: 10px;
    float: left;
    /*border: 1px solid #dee2e6;
    border-radius: 3px;*/
}

.recent_item  .rec_prefer span{
    width: 120px;
}

.recent_item .rec_type .follow {
    background-color: #ef6220;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    font-size: 12px;

}

.recent_item .rec_type .follow.active {
    background-color: #e6e6e6;
    color: #9a9a9a;
}
.recent_item .rec_prefer a{
    text-decoration: none;
    margin: 2px 5px 2px 0;
    float: left;
    width: 110px;
}

.recentTab dd{
    margin-right: 5px;
    padding: 5px 20px !important;
}

.rec_Rating span{
    background-color: #198754 !important;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}
.recent_item .ptlink{
    padding-top: 55px;
    display: block;
}

.recentTab #delta{
    float: right;
margin-top: 8px;
}

.recentTab #delta span{
    margin: auto;
    color: #ef6220;
    padding: 10px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    float: left;
    font-size: 16px;
    line-height: 16px;
    position: relative;
}

.recent_item #ticket_body dl{
    padding: 10px 0;
}
.recentTab #delta span.active{
    color: #fff;
    background-color: #ef6220;
    border-radius: 5px;
}

.recent_item .rec_rem{
    background-color: #eee;
}
.recent_item .d-inline-block{
    width: 31.33%;
    margin: 1%;
    float: left;
    border-radius: 3px;
    padding: 10px;

}

.recent_item .rec_rem .float-end
{
    float: left;
    max-width: 130px;
    padding-right: 10px;
}

.recent_item .rec_rem .w-100{
    border-bottom: none;
}
.recent_item .rec_rem .line-2{
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
}

.recent_item .tticket_body_item{
    border-bottom: 5px solid #eee;
}

.rec_wrapper .py-5{
    padding: 48px 15px;
    max-width: 1200px;
}
.rec_wrapper .container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.rec_wrapper .text-white{
    color: #fff;
}

.rec_wrapper h1{
    font-size: 18px;
    font-weight: bold;
}

.rec_wrapper .mb-3
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 16px 0;
}


.head-djr .hear-djr-t{
    height: 100px;
}
.head-djr .tag_new{
    font-size: 14px;
    /* height: 30px; */
    line-height: 30px;
    padding: 0 8px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 5px 3px;
}
.crumbs .jiathis_button_weixin{
background: #34d668;
    color: #fff;
}

.rec_bookingTime .tg_qx{
    color: #FF0000;
}
.in_all_list li{
height: 255px;
}

.recent_item .rec_bookingTime .tg_qx,.recent_item .rec_bookingAdd .p_pav{
padding-top: 5px;
}


.con_d_header .data_sj {
}
.con_d_header .data_sj > * {
    display: table-cell;
    vertical-align: middle;
}
.con_d_header .data_sj span {
    padding: 0 20px 0 0;
    position: relative;
}
.con_d_header .data_sj span::before {
    /*content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ef6220;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -4px;*/
}

.show-info .c_l_img_div{
    width: 220px;
    height: auto;
    object-fit: contain;
    float: left;
    margin-right: 15px;
    background-color: #fff;
}

.show-info .c_l_img_p{
    display: table;
    width: 100%;
    height: 100%;
}

.show-info .c_l_img_span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.c_l_img_span img{
    /*max-width: 260px;*/
}

.c_l_img_span_logo {
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}


#login_mini .loginbox_new_pc{
    margin-right: 32px !important;
}


body .pc_login-class.layui-layer{background:none !important; box-shadow: none;}

.pc_login-code a {
    font-size: 16px;
    color: #FFF;
    line-height: 16px;
}

.close-loginbox{
    position: absolute;
    top: 10px;
    right: 56px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 24px;
    text-align: center;
    z-index: 1;
}

.login-set {
    margin: 20px 0 13px;
}
.login-entry-dynamic{
    float: right;
    color: #666;
    text-decoration: none;
    outline: 0;
}

.login-main .tabnav-new .item-new{
    position: relative;
    padding-bottom: 16px;
    margin: 0;
    font-size: 18px;
    color: #111;
    line-height: 1;
    font-weight: 400;
}

.login-item-dis{
    display: none;
}


.go_prev-step {
    display: block;
    margin-top: 30px;
    color: #3882E5;
    line-height: 12px;
}
.pc_login-code{
    position: absolute;
    top: 10px;
    right: 0;
    width: 32px;
    padding: 10px;
    background: #3882E5;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
}

.agreement-list {
    font-size: 12px;
    margin: 5px 0 0;
    color: #999;
    line-height: 12px;
    text-align: center;
}

.agreement-list a {
    padding: 0 3px;
    color: #999;
    border-bottom: 1px dotted #999;
}


.agreement-list .layui-form-checked[lay-skin=primary] i {
    border-color: #ef6220 !important;
    background-color: #ef6220;
}



.delta_tab-hy{

    display: initial;
}

.delta_tab-hy .item{
    line-height: 24px;
    position: relative;
    top: 1px;
    color: #666;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
}

.delta_tab-hy .active{
    color: #fff;
    background-color: #ef6220;
    border-radius: 5px;

}

.crumbs-box_newtab{
    margin-top: 10px;
}

.e_l_nothing .space3 a {
    background-color: #ef6220;
    color: #f6f6f6;
    padding: 5px;
}



.t_banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 60px;
    position: relative;
}
.t_top{
    width: 1200px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 460px;
    left: calc(50% - 600px);
    padding: 14px 28px;
}
.t_img{
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: -50px;
    padding: 10px;
    width: 260px;
    height: auto;
    object-fit: contain;
    float: left;
    background-color: #fff;
}

.t_des{
    padding-left: 290px;
}
.t_des h1{
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: bold;
}
.t_list{
    background-color: #fff;
    border-radius: 5px;
    margin: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    position: relative;
    display: flex;
}

.t_list .content {
    float: left;
    /*padding-top: 5px;*/
    width: 755px;
}
.t_list .content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
    font-weight: bold;
}
.t_list .content h2 .tag {
    font-size: 14px;
    color: #b86a05;
    background-color: #f6e2b6;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 10px;
}
.t_list .content .info {
    font-size: 16px;
    line-height: 1.76;
}
.t_list .datebox {margin-top: 10px;font-size: 16px;}
.t_list .site {
    margin: 10px 0 0 0;
    font-size: 16px;
}
.t_list .site .iconfont {
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.t_list .datebox .date {
    /*font-size: 20px;*/
    display: inline-block;
    margin-right: 16px;
    color: #ff4a00;
    font-weight: bold;
}
.t_list .c_l_img_div{
    width: 260px;
    height: auto;
    object-fit: contain;
    float: left;
    margin-right: 15px;
    background-color: #fff;
}

.t_list .c_l_img_p{
    display: table;
    width: 100%;
    height: 100%;
}

.t_list .c_l_img_span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


.t_list .con_hy {
    margin-top: 10px;
    font-size: 16px;
}
.t_list .data_sj span {
    padding: 0 20px 0 0;
    position: relative;
}

.t_list .head-djr .head-djr-s{
    color: #333 !important;
}

.t_des .t_ms{
    height: 80px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
}

.t_list .head-djr .active {
    background: #ccc !important;
    color: #5f5f5f !important;
}

.t_list .head-djr .tag_new{
    background: #ff4a00;
    color: #fff;
}
.inews-list-box .box li:nth-child(-n+4) em{
    background: #ef6220;
    color: #fff;
}
.com_img_jz{
    display: table-cell;
    height: 75px;
    width: 80px;
    vertical-align: middle;
    text-align: center;
}


.qt_time_all{
    width: 100%;
}
.qt_time_all li{
    float: left;
    color: #fff;
    width: 33%;
    padding:0 30px;
}
.qt_time_all li p{
    font-size: 18px;
    padding:10px 0 5px 0;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content .en_name{
  font-size: 24px;
  font-weight: bold;
}
.tag_is_on{
    color: #fff;
    background: #ff4a00;
}

.mainbox p{
}

.page #fenye .active a{
    color: #ef6220 !important;
    border-color: #ef6220 !important;
}

.f_img_name{
    display: flex;justify-content: center;align-items: center;border-radius: 50%;transform: translateZ(0);overflow: hidden;
}
.f_img_name_new{
    display: flex;justify-content: center;align-items: center;color: #fff;border: 2px solid #f8f8f8;border-radius: 5px;transform: translateZ(0);width: 30px;height: 30px;
}

.f_img_name_bg1{
    background-color: #32cc71;
}
.f_img_name_bg2{
    background-color: #95a5a6;
}
.f_img_name_bg3{
    background-color: #25a084;
}
.f_img_name_bg4{
    background-color: #3498db;
}
.f_img_name_bg5{
    background-color:#c0392b;
}
.f_img_name_bg6{
    background-color:#f39c12;
}

.zg-imgs .swiper-wrapper,.zg-imgs .swiper-slide{
    height: 160px !important;
}
