body {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial,
    "Wenquanyi Micro Hei", sans-serif;
}

.index-top {
  height: 1080px;
  position: relative;
}

.top {
  height: 125px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.index-bg::after {
  /* position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(55,52,62,0.78);
  content: ''; */
}

.nav-index-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.12);
  z-index: 1000;
  border-bottom: 1px solid #f2f2f2;
}

.nav-index {
  width: 1200px;
  margin: 0 auto;
  height: 92px;
  overflow: visible;
  position: relative;
}

.nav-sign {
  display: flex;
  justify-content: space-between;
}

.nav-cont-wrap {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  bottom: -1px;
  /* height: 56px; */
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
}

.nav-cont-wrap01 {
  background: rgba(255, 255, 255, 0.9);
}

.nav-cont {
  line-height: 56px;
  /* height: 56px; */
  font-size: 14px;
  width: 1200px;
  margin: 0 auto;
}

.nav-cont a {
  width: 110px;
  text-align: center;
  display: inline-block;
}

.nav-cont-dark {
  color: rgba(255, 255, 255, 0.2);
}

.nav-cont-white {
  color: #999;
}

.nav-cont-dark a {
  color: #fff;
}

.nav-cont .nav-cont-div {
  display: none;
}

.nav-cont .nav-cont-div:first-child {
  height: 0 !important;
  width: 0;
}

.nav-cont .nav-cont-div:nth-child(2) {
  padding-left: 260px;
}

.nav-cont .nav-cont-div:nth-child(3) {
  padding-left: 370px;
}

.nav-cont .nav-cont-div:nth-child(4) {
  padding-left: 480px;
}

.nav-cont .nav-cont-div:last-child {
  padding-left: 450px;
}

.nav-ser-last a {
  float: right;
}

.nav-logo {
  float: left;
  height: 92px;
  margin-right: 40px;
}

.nav-logo img {
  position: relative;
  width: 144px;
  height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-main {
  float: left;
  /*overflow: hidden;*/
}

.nav-col {
  color: #fff;
  margin: 0 20px;
  height: 92px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  position: relative;
  font-size: 16px;
}

.nav-col::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 22px;
  /* width: 56%; */
  height: 2px;
  background: #de0010;
  display: none;
}

.top-sign {
  height: 92px;
}

.top-sign .nav-col {
  /* padding: 0 30px; */
}

.nav-name {
  line-height: 92px;
}

.nav-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.active02 {
  color: #e01b2e;
}

.nav-icon img:last-child {
  display: none;
}

.nav-col:hover img {
  display: none;
}

.nav-col:hover img:last-child {
  display: inline-block;
}

.nav-main .active img:first-child {
  display: none;
}

.nav-main .active img:last-child {
  display: inline-block;
}

.nav-main .active {
  border-bottom: 2px solid #a82020;
  /* font-weight: bold; */
}

.nav-main .active01 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.active03 {
  border-bottom: 2px solid #a82020;
  color: #a82020;
}

.nav-main .active .nav-name {
  font-weight: bold;
}

.clr {
  color: #de0010 !important;
}

.nav-top-wrap01 .nav-pos-switch {
  color: #de0010;
}

.nav-txt {
  color: #fff !important;
  font-size: 14px;
  background: #a82020;
  border-radius: 10px;
  padding: 0 10px;
  position: absolute;
  right: -30px;
  top: 14px;
}

.nav-main-white .nav-txt {
  background: #de0010;
}

.nav-top-wrap01 .btn-mobile {
  /* background: #de0010; */
}

.index-top-tab {
  /* -webkit-transform: translateX(-10px);
          transform: translateX(-10px); */
}

.index-top-tab span {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  margin: 0 2px;
}

.city-hot {
  margin-left: 0;
  margin-right: 33px;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 20px;
  color: #333;
  height: 30px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.city-hot.active {
  border-bottom: 2px solid #de0010;
}

.index-top-tab span.active {
  border-radius: 4px;
  background: #de0010;
  color: #fff;
}

.nav-wrap {
  background: #fff;
  color: #666;
}

.nav-wrap * {
  color: #666;
}

.nav-wrap a {
  color: #666;
}

.index-01-wrap,
.index-03-wrap,
.index-06-wrap {
  background: #f7f7f9;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0 100px 0;
  overflow: hidden;
}

.common-title {
  text-align: center;
}

.common-title p {
  line-height: 35px;
}

.common-title p:first-child {
  font-weight: bold;
}

.common-title p:first-child {
  color: #555;
  font-size: 32px;
  line-height: 50px;
}

.common-title p:nth-child(2) {
  color: #666;
  font-size: 16px;
}

.index-01-main {
  overflow: hidden;
  margin-top: 100px;
}

.index-01-col {
  float: left;
  text-align: center;
  width: 16.6%;
  position: relative;
}

.index-01-col::after {
  position: absolute;
  content: "";
  left: 65%;
  bottom: 14px;
  width: 70%;
  background: #999;
  height: 1px;
}

.index-01-col:last-child::after {
  display: none;
}

.index-01-col img {
  margin-bottom: 25px;
}

.index-01-col p:nth-child(2) {
  color: #333;
  font-size: 18px;
}

.index-01-col p:nth-child(3) {
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 30px;
}

.index-01-col p:last-child span {
  color: #999;
  font-size: 16px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #999;
}

.index-01-col:hover p:nth-child(2) {
  color: #de0010;
}

.common-tab {
  text-align: center;
  overflow: hidden;
  padding: 20px 0 80px 0;
  color: #999;
}

.common-tab * {
  color: #999;
  cursor: pointer;
  font-size: 16px;
}

.common-tab span:hover {
  color: #de0010;
}

.index-02-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: rgba(173, 61, 61, 0.9);
  color: #fff;
  text-align: left;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

/* .index-02-col:hover .index-02-hover {
    opacity: 1;
} */

.index-02-hover p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-02-hover-p1 {
  color: #fff;
  font-size: 18px !important;
  line-height: 40px !important;
}

.index-02-hover-title {
  white-space: normal !important;
  width: 200px !important;
}

.index-02-p1 {
  color: #fff;
  font-size: 24px !important;
  line-height: 55px !important;
}

.index-02-hover div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-02-btn,
.xgt-btn {
  color: #fff;
  border-radius: 10px;
  width: 110px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 10px;
}

.index-02-btn {
  margin-top: 20px;
}

.index-02-btn img,
.xgt-btn img {
  width: 6px;
  margin-left: 4px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
}

.index-04-main {
  margin-top: 90px;
  overflow: hidden;
  padding: 0 10px 10px 10px;
}

.index-04-top {
  position: relative;
  height: 170px;
}

.index-04-top img {
  width: 100%;
}

.index-04-top span {
  color: #fff;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index-04-col {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 380px;
  margin-right: 20px;
  float: left;
  background: #fff;
}

.index-04-col:last-child {
  margin-right: 0;
}

.index-04-icon {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
}

.index-04-icon * {
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.index-04-icon a {
  float: left;
  text-align: center;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  border-bottom: 1px solid #f5f5f5;
  border-right: 2px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index-04-icon a:hover {
  color: #de0010;
}

.index-04-icon a img {
  position: relative;
  height: 28px;
}

.index-04-icon a section {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-04-icon a:hover img {
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
  /* top: -6px; */
}

.index-04-col:first-child .index-04-icon a {
  width: 50%;
}

.index-04-col:last-child .index-04-icon a {
  height: 260px;
  width: 50%;
}

.index-04-col:first-child .index-04-icon a:nth-child(2n) {
  margin-right: 0;
}

.index-04-col:first-child .index-04-icon a:nth-child(3),
.index-04-col:first-child .index-04-icon a:nth-child(4) {
  margin-bottom: 0;
}

.index-04-col:nth-child(2) .index-04-icon a {
  width: 25%;
}

.title {
  text-align: center;
  padding: 90px 0;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

.title p:first-child {
  color: #555;
  font-size: 32px;
  line-height: 50px;
}

.title p:nth-child(2) {
  color: #666;
  font-size: 16px;
}

.xgt-list-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.xgt-list {
  padding: 10px 0;
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
  align-items: center;
}

.xgt-list div {
  width: 400px;
  width: 80%;
}

.xgt-list p {
  font-size: 20px;
  letter-spacing: 2px;
  display: flex;
  width: 20%;
}

.xgt-list p span:nth-child(2) {
  margin-left: 25px;
}

.gl-top-wrap {
  background: url("../images/zxgl/zxgl-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  height: 306px;
}

.gl-top {
  width: 1200px;
  height: 306px;
  margin: 0 auto;
  position: relative;
}

.gl-top-txt {
  position: absolute;
  right: 150px;
  top: 40px;
}

.swiper-button-prev {
  width: 26px;
  height: 48px;
  background: url("../images/icon3/prev.png") rgba(128, 128, 128, 0.13)
    no-repeat;
  border-radius: 1px;
  background-position: center;
  background-size: 11px 19px;
}

.swiper-button-next {
  width: 26px;
  height: 48px;
  background: url("../images/icon3/next.png") rgba(128, 128, 128, 0.13)
    no-repeat;
  border-radius: 1px;
  background-position: center;
  background-size: 11px 19px;
}

.gl:last-child {
  margin-bottom: 100px;
}

.gl-list {
  overflow: auto;
  position: relative;
  padding-bottom: 110px;
}

.gl-col {
  float: left;
  width: 590px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  height: 200px;
}

.gl-col img {
  float: left;
  width: 295px;
  height: 200px;
  border-radius: 5px 0 0 5px;
}

.gl-col:last-child {
  margin-right: 0;
}

.nav-main .active,
.nav-main .active01 {
  color: #e11414;
}

.nav-main-white .active::after {
  display: block;
}

.nav-main-white .active01::after {
  display: block;
  width: 100%;
}

.nav-main-white .active span,
.nav-main-white .active01 span {
  color: #de0010;
}

.xgt-list a {
  border-bottom: 1px solid transparent;
}

.xgt-list a:hover {
  border-bottom: 1px solid #fff;
}

/* sign */
.sign-wrap {
  height: 880px;
  background: url("../images/sign/sign-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.sign-main {
  width: 800px;
  height: 560px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 4px;
  user-select: none;
}

.sign-le,
.sign-ri {
  float: left;
}

.sign-le {
  width: 350px;
  height: 560px;
  background: url("../images/sign/sign-le.jpg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 4px 0 0 4px;
}

.sign-le-main {
  width: 250px;
  height: 410px;
  margin: 0 auto;
}

.sign-le {
  color: #fff;
  overflow: hidden;
  letter-spacing: 2px;
}

.sign-le-main {
  height: 400px;
  margin: 50px auto 0;
  position: relative;
}

.sign-le-p1 {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 4px;
  font-family: "PingFangRegular";
}

.sign-le-p2 {
  font-size: 20px;
  position: relative;
  font-family: "PingFangRegular";
}

.sign-le-p2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 34px;
  height: 1px;
  background: #fff;
}

.sign-le-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 22px;
  box-sizing: border-box;
  line-height: 44px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-family: "PingFangRegular";
}

.sign-ri {
  width: 450px;
}

.sign-ri-main {
  width: 290px;
  height: 444px;
  margin: 50px auto 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sign-ri-p1 {
  font-size: 36px;
  color: #333;
  letter-spacing: 2px;
  font-family: "PingFangRegular";
}

.sign-ri-tab span {
  color: #666;
  font-size: 18px;
  float: left;
  line-height: 30px;
  border-bottom: 1px solid transparent;
  padding: 0 4px;
  cursor: pointer;
  letter-spacing: 2px;
}

.sign-ri-tab span:last-child {
  float: right;
}

.sign-ri-tab {
  margin: 26px 0 60px 0;
}

.sign-ri-tab .active {
  border-bottom: 1px solid #de0010;
}

.sign-input {
  border-bottom: 1px solid #ddd;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.sign-input * {
}

.sign-input input {
  margin: 0 10px;
  font-size: 16px;
  flex: 1;
  min-width: 20px;
  box-sizing: border-box;
  color: #666;
  height: 30px;
  line-height: 30px;
}

.sign-input input::-webkit-input-placeholder {
  color: #999;
  font-size: 16px;
  letter-spacing: 1px;
  height: 30px;
  line-height: 30px;
}

.sign-input-span {
  flex: 1;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  flex-wrap: nowrap;
  padding: 0 10px;
  position: relative;
  color: #666;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  color: #999;
  text-align: center;
  box-sizing: border-box;
}

.sign-input-span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: #ddd;
}

.sign-ri-btn {
  color: #fff;
  width: 285px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #cacaca;
  margin: 0 auto 20px;
  border-radius: 24px;
  font-size: 22px;
  letter-spacing: 4px;
  display: block;
  margin-top: auto;
  font-family: "PingFangRegular";
}

.sign-btn-01 {
  margin-top: 79px;
}

.sign-btn-02 {
  margin-top: 59px;
}

.sign-ri-btn.active {
  background: #de0010;
  box-shadow: 0 3px 10px rgba(232, 59, 76, 0.24);
}

.sign-ri-tips {
  text-align: center;
  font-size: 14px;
  color: #999;
}

.sign-ri-tips a {
  color: #de0010;
}

.sign-code-pop {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -100%);
  background: url("../images/sign/code-pop.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 217px;
  height: 125px;
  padding: 18px;
  box-sizing: border-box;
}

.sign-code-pop div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sign-code-pop img {
  width: 90px;
  height: 40px;
}

.sign-code-pop div:first-child {
  padding: 5px 10px;
}

.code-change {
  cursor: pointer;
  color: #999;
  font-size: 12px;
  margin-left: 20px;
}

.sign-code-pop input {
  background: #fff;
  width: 118px;
  height: 30px;
  border-radius: 14px;
  border: 1px solid #ddd;
  padding: 0 13px;
  box-sizing: border-box;
  font-size: 12px;
  margin: 0;
  flex: none;
}

.sign-code-pop input::-webkit-input-placeholder {
  font-size: 11px;
  text-align: center;
}

.code-confirm {
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #de0010;
  border-radius: 14px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.sign-input-span {
  color: #999;
}

.sign-input-span span {
  color: #de0010;
}

.sign-pass-bot {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  justify-content: space-between;
  padding-top: 20px;
}

.sign-pass-bot div {
  display: flex;
  align-items: center;
}

.sign-pass-bot img:last-child {
  display: none;
}

.sign-pass-bot span {
  padding-left: 6px;
  cursor: pointer;
}

.sign-pass-bot a {
  color: #666;
  font-size: 14px;
}
.sign-pass-bot .sign-rem img {
  margin-top: 4px;
}

.sign-cont-col:last-of-type {
  display: none;
}

.bot-column {
  width: 1200px;
  margin: 0 auto;
  line-height: 45px;
  color: #999;
  font-size: 12px;
  text-align: center;
}

.bot-column a {
  position: relative;
  padding: 0 18px;
  color: #999;
}

.bot-column a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: #ccc;
}

.bot-column a:last-child::after {
  display: none;
}

.bot-txt-wrap {
  background: #f7f7f7;
}

.bot-txt {
  width: 1200px;
  margin: 0 auto;
  line-height: 24px;
  color: #999;
  font-size: 12px;
  text-align: center;
  padding: 6px 0;
}

/* sign */
.gl-icon {
  width: 1200px;
  height: 430px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.gl-icon-col {
  flex: 1;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
}

.gl-icon-col:last-child {
  margin-right: 0;
}

.gl-icon-col div {
  text-align: left;
  display: flex;
  line-height: 30px;
  font-size: 14px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.gl-icon-two a {
  padding: 0 15px;
}

.gl-icon-col a {
  margin: 0 10px;
  color: #666;
  text-align: left;
}

.gl-icon-col a:hover {
  color: #de0010;
}

.gl-icon-img {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gl-icon-p {
  line-height: 60px;
  border-bottom: 1px solid #dadada;
  position: relative;
  color: #333;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.gl-icon-p::after {
  position: absolute;
  content: "";
  left: 0;
  width: 15%;
  height: 1px;
  background: #999;
  bottom: -1px;
  transition: all 0.3s ease-in-out 0s;
}

.gl-icon-col:hover .gl-icon-p::after {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.index-04-icon img:last-child {
  display: none;
}

.title-bold {
  text-align: center;
  color: #555;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}

.xcsc {
  background: #f7f7f7;
}

.xcsc-main {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}

.xcsc-col {
  width: 384px;
  float: left;
  height: 470px;
  margin-right: 24px;
  transition: all 0.3s ease;
}

.xcsc-col * {
  transition: all 0.3s ease;
}

.xcsc-col:last-child {
  margin-right: 0;
}

.xcsc-col-img {
  width: 100%;
  height: 265px;
  background: url("../images/zxgl/gl-04.jpg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.xcsc-list {
  background: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  height: 205px;
  overflow: hidden;
}

.xcsc-list a {
  height: 40px;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.xcsc-list a:hover {
  color: #de0010;
}

.xcsc-list a:last-child {
  border-bottom: 0;
}

.xcsc-col:hover .index-02-hover {
  opacity: 1;
}

.mtzt-main {
  margin-top: 90px;
}

.mtzt-more {
  text-align: right;
  margin-bottom: 28px;
}

.mtzt-more a {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.mtzt-more a:hover {
  color: #de0010;
}

.common-acitve {
  background: #de0010 !important;
  color: white !important;
}

.mtzt-le {
  float: left;
  border-radius: 5px;
  width: 792px;
  height: 344px;
  background: url("../images/zxgl/mt-01.jpg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}

.mtzt-le-p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 48px;
  line-height: 48px;
  border-radius: 0 0 5px 5px;
  color: #fff;
}

.mtzt-le-p span:first-child {
  background: rgba(197, 64, 64, 0.9);
  width: 110px;
  font-size: 18px;
  text-align: center;
}

.mtzt-le-p span:last-child {
  font-size: 16px;
  padding-left: 35px;
}

.mtzt-list {
  float: right;
  width: 385px;
}

.mtzt-list-col {
  display: block;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.mtzt-list-col:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.mtzt-col-img-wrap {
  overflow: hidden;
  width: 147px;
  height: 82px;
  margin-right: 24px;
  transition: all 0.3s ease;
}

.mtzt-col-img {
  width: 147px;
  height: 82px;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mtzt-list-col:hover .mtzt-col-img {
  transform: scale(1.1);
}

.mtzt-list-col:first-child .mtzt-col-img {
  background: url("../images/zxgl/mt-02.jpg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.mtzt-list-col:nth-child(2) .mtzt-col-img {
  background: url("../images/zxgl/mt-03.jpg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.mtzt-list-col:last-child .mtzt-col-img {
  background: url("../images/zxgl/mt-04.jpg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.mtzt-col-txt {
  flex: 1;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mtzt-col-p1 {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.mtzt-col-p1:hover {
  color: #de0010;
}

.mtzt-col-p2 {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.common-zx {
  background: #f7f7f7;
}

.common-zx-tab {
  text-align: center;
  margin: 90px 0 60px 0;
}

.common-zx-tab * {
  display: inline-block;
  height: 36px;
  box-sizing: border-box;
  line-height: 34px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 25px;
  background: #fff;
  color: #666;
  font-size: 16px;
  margin: 0 5px;
  cursor: pointer;
}

.common-zx-tab span:hover,
.common-zx-tab a:hover {
  color: #fff;
  background: #de0010;
}

.zx-list {
  overflow: hidden;
  padding: 0 4px;
}

.zx-list-col {
  float: left;
  border-radius: 5px;
  width: 380px;
  height: 405px;
  margin: 0 24px 24px 0;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.zx-list-col:hover {
}

.zx-list-col:nth-child(3n) {
  margin-right: 0;
}

.zx-col-img-wrap {
  width: 380px;
  height: 208px;
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.zx-col-img {
  width: 100%;
  height: 100%;
}

.zx-list-col {
  transition: all 0.3s ease;
}

.zx-list-col * {
  transition: all 0.3s ease;
}

.zx-list-col:hover .zx-col-img {
  transform: scale(1.1);
}

.zx-col-img-wrap p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(to top, #6b6b6b, transparent);
  color: #fff;
  font-size: 14px;
}

.zx-list-txt {
  padding: 20px 45px;
}

.zx-list-txt p {
  font-size: 18px;
  color: #666;
  padding-bottom: 10px;
}

.zx-list-txt a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #efefef;
  color: #7c7c7c;
  font-size: 14px;
}

.zx-list-txt a:hover {
  color: #de0010;
}

.zx-list-txt a:last-child {
  border-bottom: 0;
}

.common-video {
  background: #fbfbfb;
}

.common-video-main {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  width: 1200px;
  /* overflow: hidden; */
}

.common-video-col {
  float: left;
  margin: 0 48px 24px 0;
  width: 263px !important;
  height: 290px !important;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.common-video-col * {
  transition: all 0.3s ease;
}

.common-video-col:nth-child(4n) {
  margin-right: 0;
}

.common-video-img {
  width: 100%;
  height: 208px;
  border-radius: 5px;
  position: relative;
  background: url(https://image.bao315.com/Public/Home/images/vedio/zxgl-pic-01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.common-video-main-box {
  width: 1121px;
}

.common-video-box .swiper-wrapper {
  height: 290px;
  margin-bottom: 100px;
}

.common-video-box {
  position: relative;
}

.video-img-hover {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(197, 64, 64, 0.9);
  position: relative;
  opacity: 0;
}

.video-prev {
  top: 30% !important;
  left: 0 !important;
  position: absolute !important;
}

.video-next {
  top: 30% !important;
  right: 0 !important;
  position: absolute !important;
}

.video-img-hover img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.common-video-col:hover .video-img-hover {
  opacity: 1;
}

.common-video-p1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  padding-top: 5px;
}

.common-video-p2 {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  width: 100%;
}

.common-video-p2 img {
  margin-right: 10px;
}

.hover-icon {
  background: url("../images/icon3/icon-more.png") #999 no-repeat;
  background-position: 80% center;
  background-size: 5px;
  width: 88px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  border-radius: 12px;
  font-size: 12px;
  padding-left: 30px;
  margin-left: auto;
  box-sizing: border-box;
  opacity: 0;
}

.common-video-col:hover .hover-icon {
  opacity: 1;
}

.index-hot {
  /* display: none; */
}

.city-list {
  height: 328px;
  overflow: auto;
  display: none;
}

.city-list::-webkit-double-button {
  display: none;
}

.city-list::-webkit-scrollbar {
  width: 6px;
  background: #ededed;
  border-radius: 3px;
}

.city-list::-webkit-scrollbar-thumb {
  width: 6px;
  height: 100px;
  background: #de0010;
  border-radius: 3px;
}

.index-city-sele {
  margin-right: 30px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #666;
}

.city-sele-result {
  width: 228px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  border: 1px solid #bebebe;
  border-radius: 5px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.city-sele-option {
  position: absolute;
  left: 0;
  top: 55px !important;
  background: #fcfcfc;
  width: 100%;
  height: 260px;
  line-height: 40px;
  border: 1px solid #bebebe !important;
  border-top: 0;
  padding: 10px 0 10px 32px !important;
  box-sizing: border-box;
  z-index: 10;
  overflow: auto;
  display: none;
  border-radius: 0 0 5px 5px !important;
}

.city-sele-option::-webkit-scrollbar {
  display: none;
}

.city-sele-option p:hover {
  color: #de0010;
}

.city-list .active span {
  color: #de0010;
}

.video-wrap {
  background: #3c3c40;
}

.video {
  width: 1200px;
  margin: 0 auto;
  background: #333338;
  position: relative;
}

.video .to-share {
  position: absolute;
  top: 110px;
  left: -70px;
  width: 54px;
  height: 275px;
  border-radius: 5px;
  background: rgba(72, 72, 78, 0.9);
  display: flex;
  flex-direction: column;
}

.video .to-share div {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #333333;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video .to-shares-info {
  background: #fff !important;
  border-bottom: 1px solid #eee !important;
}

.video .share-weima {
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: -1;
  width: 243px;
  padding-left: 5px;
  height: 249px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: url("../images/article/wenma-bg.png") no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.video .share-weima img {
  width: 80px;
  height: auto;
  margin-top: -30px;
}

.video .share-wenzhang {
  position: absolute;
  top: 200px;
  left: 50px;
  width: 171px;
  padding-left: 5px;
  height: 144px;
  text-align: center;
  background: url("../images/article/wenzhang-bg.png") no-repeat;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

.share-wenzhang img {
  width: 80px;
  height: auto;
  margin-top: 20px;
}

.video .share-last {
  border-bottom: none !important;
}
.video .to-share-top {
  position: fixed;
  top: 0;
  left: 280px;
  background: #fff;
}

.video-pos {
  line-height: 110px;
  height: 110px;
  vertical-align: middle;
  color: #999;
  font-size: 14px;
  background: #3c3c40;
}

.video-pos span:last-child {
  color: #fff;
  padding-left: 4px;
}

.video-pos * {
  vertical-align: middle;
}

.video-main {
  overflow: hidden;
  background: #333338;
}

.video-le {
  float: left;
  width: 900px;
  height: 525px;
}

.video-le video {
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button {
  top: auto;
  left: 407px;
  bottom: 242px;
}

.video-info .content-header {
  font-size: 22px;
  padding: 48px 0;
  color: #383838;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.video-info .content-header span {
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 10px !important;
  background: #de0010;
}

.video-list-wrap .content-header {
  font-size: 22px;
  padding: 48px 0;
  color: #383838;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.video-list-wrap .content-header span {
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 10px !important;
  background: #de0010;
}

.video-js {
  width: 100%;
  height: 100%;
}

.video-ri {
  float: right;
  width: 300px;
}

.video-ri-title {
  padding: 0 24px;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  color: #999;
  font-size: 18px;
  background: #2e2e32;
}

.video-ri-list {
  height: 450px;
  overflow: auto;
  margin-top: 35px;
  padding: 0 24px 24px 24px;
  box-sizing: border-box;
}

.video-ri-col {
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}

.video-ri-img {
  width: 128px;
  height: 72px;
  border-radius: 2px;
  margin-right: 6px;
  float: left;
  background: url("../images/vedio/video-img.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.vjs-poster {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.video-ri-img span {
  position: absolute;
  left: 5px;
  bottom: 5px;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  background: rgba(54, 54, 54, 0.76);
  border-radius: 2px;
}

.video-ri-p1 {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  margin-bottom: 15px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.video-ri-col:hover .video-ri-p1 {
  color: #c43a48;
}

.video-ri-p2 {
  color: #666;
  font-size: 12px;
}

.video-ri-list::-webkit-scrollbar {
  background: transparent;
  width: 4px;
  display: none;
}

.video-ri-list::-webkit-scrollbar-thumb {
  background: #616167;
  width: 4px;
  border-radius: 2px;
}

.video-ri-scroll::-webkit-scrollbar {
  display: block;
}

.video-bot {
  padding: 0px 0 20px 20px;
  box-sizing: border-box;
  width: 900px;
  color: #999;
  font-size: 14px;
}

.video-bot-p {
  overflow: hidden;
  line-height: 32px;
}

.video-title {
  color: #fff;
  margin: 25px 0;
  line-height: 25px;
  font-size: 26px;
  letter-spacing: 2px;
}

.video-bot section {
  float: left;
  margin-right: 40px;
  vertical-align: middle;
}

.video-bot section * {
  vertical-align: middle;
}

.video-bot section:nth-child(3) {
  margin-right: 0;
}

.video-btn {
  float: right !important;
  cursor: pointer;
}

.video-btn img:nth-child(2) {
  width: 14px;
  height: 14px;
  display: none;
}

.give-like {
  background: #424248;
  width: 89px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.give-like img {
  margin-top: -3px;
}

.give-like span {
  font-size: 14px;
  color: #c0c0c0;
  margin-left: 5px;
  letter-spacing: 1px;
}

.video-button {
  position: relative;
  top: 90px;
  z-index: 1000;
}

.common-video-box .swiper-button-prev {
  background: none;
}

.common-video-box .swiper-button-next {
  background: none;
}

.video-info {
  width: 1200px;
  margin: 0 auto;
}

.video-info-detail {
  color: #999;
  line-height: 30px;
  font-size: 14px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ddd;
}

.video-list-wrap {
  width: 1200px;
  margin: 0 auto;
}

.video-input-wrap {
  background: url("../images/icon3/bg02.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.video-input {
  width: 1200px;
  margin: 0 auto;
}

.video-input-p1 {
  color: #555;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
}

.video-input-p1 span:first-child {
  color: #de0010;
}

.video-input-p2 {
  text-align: center;
  color: #999;
  font-size: 16px;
}

.video-input-main {
  display: flex;
  justify-content: space-between;
  margin: 45px 0;
}

.video-input-main * {
  width: 282px;
  height: 56px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-left: 25px;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
}

.label-about-us {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.label-about-us .img-tags {
  color: #999;
  margin-top: 30px;
  padding-left: 85px;
  margin-bottom: 33px;
}

.label-about-us .img-tags span {
  padding: 5px 10px;
  color: #999;
  border-radius: 4px;
  margin-right: 20px;
  margin-top: 5px;
  border: 1px solid #f3f3f3 !important;
}

.label-about-us .img-tags span:hover {
  color: #666 !important;
  cursor: pointer;
  border: 1px solid #bbbbbb !important;
}
.label-about-us .img-tags .first-span {
  border: none !important;
  position: absolute;
  left: 0;
}
.label-about-us .img-tags .first-span:hover {
  color: #999 !important;
  border: none !important;
}

.video-input-main input::-webkit-input-placeholder {
  color: #999;
}

.video-input-main option {
  color: #999;
}

.video-input-main select::-webkit-input-placeholder {
  color: #999;
}

.video-input-main select {
  background: url("../images/icon3/icon-down-01.png") no-repeat;
  background-position: 94% center;
  background-size: 8px;
  appearance: none;
  -webkit-appearance: none;
  color: #999;
}

.video-input-sele * {
  border: none;
}

.video-input-sele {
  margin-right: 0 !important;
  background: #fff;
}

.video-input-sele-result {
  line-height: 56px;
  padding: 0;
}

.video-input-option {
  border: 1px solid #ddd;
  height: 300px;
  top: 55px !important;
}

.video-input-option p {
  border: none;
  padding: 0;
  color: #999;
}

.video-input-sele-result span {
  padding: 0;
  color: #999;
}

.video-input-sele-result img {
  width: 10px;
  height: 7px;
  padding: 0;
  border-radius: 0;
  position: relative;
  left: -50px;
}

.des-apply select {
  background: url("../images/icon3/icon-down-01.png") no-repeat;
  background-position: 94% center;
  background-size: 8px;
  appearance: none;
  -webkit-appearance: none;
  color: #999;
}

.video-input-btn {
  background: #de0010;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  width: 320px;
  height: 56px;
  line-height: 56px;
  border-radius: 28px;
  cursor: pointer;
}

.video-01 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.video-01-p {
  text-align: center;
  color: #737373;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}

.video-01-main {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: auto;
  height: 80px;
}

.video-01-main::-webkit-scrollbar {
  display: none;
}

.video-01-col {
  text-align: center;
  width: 25%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #737373;
}

.video-02-wrap {
  background: url("../images/icon3/bg01.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.video-02 {
  width: 1200px;
  margin: 0 auto;
}

.video-02-p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.video-02-main {
  display: flex;
  justify-content: space-between;
}

.video-02-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.video-02-col p:first-of-type {
  font-size: 16px;
  padding-top: 20px;
}

.video-02-col p:last-of-type {
  font-size: 18px;
  line-height: 35px;
}

.gl-pos {
  padding: 50px 0;
  color: #666;
  font-size: 14px;
  width: 1200px;
  margin: 0 auto;
}

.gl-pos span:last-of-type {
  color: #de0010;
  margin-left: 4px;
}

.gl-mg {
  margin: 49px auto;
}

.gl-main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.gl-list {
  width: 990px;
}

.gl-list-title {
  color: #666;
  font-size: 22px;
  position: relative;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
  height: 50px;
  line-height: 45px;
  box-sizing: border-box;
  margin-bottom: 40px;
  cursor: pointer;
  display: block;
}

.gl-list-title:hover {
  color: #de0010;
}

.gl-list-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #de0010;
}

.gl-list-cont,
.pro-list-cont {
  overflow: hidden;
  /* height: 790px; */
}

.gl-list-box {
  height: 370px;
}

.gl01-list-cont {
  overflow: hidden;
  padding: 0 2px;
}

.gl-col-box {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  height: 317px;
}

.gl-list-col {
  float: left;
  display: inline-block;
  width: 235px;
  height: 366px;
  margin-right: 16px;
  margin-bottom: 48px;
}

.gl-list-col:nth-child(4n) {
  margin-right: 0;
}

.gl-list-cont .gl-list-col:nth-child(n + 5) {
  margin-bottom: 100px;
}

.gl-list-wrap-last .gl-list-col:nth-child(n + 5) {
  margin-bottom: 0;
}

.gl-col-title-box {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#7f7f7f),
    to(transparent)
  );
  background: linear-gradient(to top, #7f7f7f, transparent);
  color: white;
  font-size: 12px;
  box-sizing: border-box;
  padding: 0 17px;
}

.gl-col-img {
  width: 100%;
  height: 140px;
  border-radius: 4px;
  margin-bottom: 10px;
  position: relative;
}

.gl-col-p1 {
  font-size: 18px;
  color: #666;
  line-height: 40px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 5px;
  position: relative;
}

.gl-col-p2 {
  font-size: 18px;
  color: #666666;
  margin-bottom: 25px;
}

.gl-col-p3 {
  font-size: 18px;
  color: #666;
  line-height: 40px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 5px;
  position: relative;
}

.gl-col-p1::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 25px;
  height: 1px;
  background: #666;
  transition: all 0.4s ease;
}

.gl-col-p3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 25px;
  height: 1px;
  background: #666;
  transition: all 0.4s ease;
}

.gl-list-col:hover .gl-col-p1::after {
  width: 100%;
}

.gl01-list-col:hover .gl-col-p1::after {
  width: 100%;
}

.gl01-list-col-1:hover .gl-col-p1::after {
  width: 100%;
}

.gl01-list-col:hover .gl-col-p3::after {
  width: 100%;
}

.gl01-list-col:hover .gl-col-p3 {
  color: #de0010;
}

.gl-col-a {
  width: 100%;
  height: 150px;
  padding: 0 18px 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gl-col-a a {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 30px;
  font-size: 12px;
  color: #999;
}

.gl-list-col:hover .gl-col-p2 {
  color: #de0010;
}

.gl-col-a span {
  display: inline;
}

.xgt-list-title span {
  display: inline;
}

.gl-col-a a:hover {
  color: #de0010;
}

.gl-nav {
  box-sizing: border-box;
  width: 160px;
  color: #666;
}

.gl-nav-title {
  padding: 20px;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.gl-nav-title p {
  padding-left: 6px;
  font-size: 13px;
}

.gl-nav-title p:first-child {
  border-bottom: 1px solid #f3f3f3;
  font-size: 18px;
}

.gl-nav-list {
  padding: 20px;
}

.gl-nav-list a {
  display: block;
  padding-left: 6px;
  font-size: 16px;
  line-height: 45px;
  border-bottom: 1px solid #f3f3f3;
}

.gl-nav-list a:hover {
  color: #de0010;
}

.gl-nav-list a:last-child {
  border-bottom: 0;
}

/*分页插件 */
.tcdPageCode {
  text-align: center;
  margin-top: 100px;
}

.tcdPageCode a {
  display: inline-block;
  color: #999;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 16px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.ell {
  display: inline-block;
  color: #999;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 16px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

.tcdPageCode a:hover {
  text-decoration: none;
  color: #fff;
  background: #de0010;
}

.tcdPageCode span.current {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #de0010;
  margin: 0 2px;
  vertical-align: middle;
  font-size: 14px;
  border-radius: 4px;
}

.tcdPageCode .nextPage,
.tcdPageCode .prevPage {
  /* width: 75px!important; */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.tcdPageCode .nextPage img,
.tcdPageCode .prevPage img {
  width: 8px;
}

.tcdPageCode .prevPage img:nth-of-type(2) {
  transform: rotateY(180deg);
  display: none;
}
.tcdPageCode .prevPage:hover img:nth-of-type(1) {
  display: none;
}
.tcdPageCode .prevPage:hover img:nth-of-type(2) {
  display: block;
}

.tcdPageCode li {
  display: inline-block;
}

.tcdPageCode span.disabled,
.tcdPageCode .gotodNumber,
.goto,
.tcdPageCode input {
  display: none;
}

/*分页插件 */

.gl-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #555;
  padding: 30px 0;
}

.gl01-list-col {
  float: left;
  width: 312px;
  height: 346px;
  border-radius: 5px;
  margin-right: 24px;
  margin-bottom: 45px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  transition: all 0.3s ease;
}

.gl01-list-col-1 {
  float: left;
  width: 312px;
  height: 300px;
  border-radius: 5px;
  margin-right: 24px;
  margin-bottom: 45px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.13);
  transition: all 0.3s ease;
}

.gl01-list-col * {
  transition: all 0.3s ease;
}

.gl01-list-col-1 * {
  transition: all 0.3s ease;
}

.gl01-list-col:nth-child(3n) {
  margin-right: 0;
}

.gl01-list-col-1:nth-child(3n) {
  margin-right: 0;
}

.gl01-col-img {
  width: 100%;
  height: 180px;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.gl01-col-p2 {
  font-size: 12px;
  color: #878787;
  line-height: 30px;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.gl01-col-p2:hover {
  color: #de0010;
}

.gl01-col-txt {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

.gl01-list-col:hover .index-02-hover {
  opacity: 1;
}

.gl01-list-col-1:hover .index-02-hover {
  opacity: 1;
}

.gl01-list-cont {
  padding-bottom: 4px;
}

.gl-nav-wrap {
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}

.pro-list-col {
  border-bottom: 1px solid #e6e6e6;
  padding: 45px 0;
  overflow: hidden;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
}

.pro-list-col * {
  transition: all 0.3s ease;
}

.pro-list-col:hover .pro-col-txt::after {
  display: block;
}

.pro-list-col:hover .pro-col-txt {
  margin-left: 30px;
}

.pro-list-col:hover .pro-col-p1 {
  color: #de0010;
}

.uncollect {
  width: 12px;
  height: 13px;
  background: url(https://image.bao315.com/Public/Home/images/zxgl/uncollect.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  line-height: 0;
}

.uncollect img {
  display: none;
  margin-right: 0 !important;
}

.pro-col-txt::after {
  position: absolute;
  left: -30px;
  top: 50%;
  height: 80%;
  background: #eaeaea;
  width: 1px;
  display: none;
  content: "";
  transform: translateY(-50%);
}

.pro-col-img {
  float: left;
  margin-right: 44px;
  width: 252px;
  height: 190px;
  border-radius: 5px;
}

.pro-col-txt {
  float: left;
  width: 560px;
  position: relative;
}

.pro-col-p2 {
  overflow: hidden;
  color: #999;
  font-size: 14px;
  line-height: 40px;
}

.pro-col-p2 section {
  float: left;
  margin-right: 30px;
}

.pro-col-p2 section:last-child {
  float: right;
  margin-right: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pro-col-p2 img {
  margin-right: 10px;
}

.pro-col-p1 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.pro-col-p3 {
  color: #999;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  padding-bottom: 10px;
}

.pro-col-tag span {
  font-size: 14px;
  color: #999;
}

.pro-col-tag a {
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  border: 1px solid #ddd;
  color: #999;
  border-radius: 4px;
  margin: 0 4px;
  display: inline-block;
  box-sizing: content-box;
}

.pro-col-tag a:hover {
  color: #fff;
  background: #de0010;
  border: 1px solid #de0010;
}

.xgt-tab {
  width: 1200px;
  margin: 50px auto 10px;
  height: 44px;
  border: 1px solid #ededed;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.xgt-tab span {
  padding: 0 40px;
  color: #666;
  font-size: 16px;
  line-height: 28px;
  border-right: 1px solid #eee;
  cursor: pointer;
}

.xgt-tab span:hover,
.xgt-tab .active {
  color: #de0010;
}

.xgt-tab01 {
  border: 1px solid #ededed;
  border-radius: 5px;
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  box-sizing: border-box;
}

.xgt-tab01-top {
  line-height: 70px;
  height: 70px;
  border-bottom: 1px solid #ededed;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.xgt-tab01-title {
  width: 115px;
  text-align: center;
}

.xgt-tab01 span {
  border-bottom: 1px solid transparent;
  line-height: 30px;
  margin-right: 20px;
  cursor: pointer;
  color: #666;
}

.xgt-tab01 .active {
  border-bottom: 1px solid #de0010;
  color: #de0010;
}

.xgt-tab01 .active a {
  color: #de0010 !important;
}

.xgt-line-title {
  line-height: 55px !important;
  /* height: 55px; */
  border-right: 1px solid #ededed;
  width: 115px;
  background: #fafafa;
  /* float: left; */
  box-sizing: border-box;
  text-align: center;
  margin-right: 40px !important;
}

.xgt-tab01-line {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
}

.xgt-line-more {
  display: inline-block;
  color: #fafafa;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-top: 13px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  /* float: right; */
  position: absolute;
  right: 25px;
  top: 0;
  display: none;
}

.xgt-none {
  display: inline-block;
  float: left;
  margin-top: 13px;
}

.xgt-line-more img {
  margin: 11px auto;
}

.xgt-tab01-line section {
  display: flex;
  width: 1040px;
  display: inline-block;
  line-height: 55px;
  /* height: 55px; */
}

.xgt-tab01-line-box {
  width: 990px !important;
}

.xgt-tab01-line:last-of-type section {
  border-bottom: 0;
}

.xgt-line-box {
  width: 706px;
  border-bottom: 1px solid #eee;
}

.xgt-line-box section {
  height: 56px;
  overflow: hidden;
}

.gl01-col-img .index-02-p1 {
  font-size: 18px !important;
  line-height: 40px !important;
}

.gl01-col-img .index-02-btn {
  margin-top: 10px;
}

.nav-sec-p {
  display: flex;
  align-items: center;
  line-height: 50px;
  height: 50px;
}

.nav-sec-p span {
  margin-right: 12px;
}

.nav-cont-div section {
  overflow: hidden;
  padding-bottom: 10px;
}

.nav-cont-div section a {
  width: 50px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  float: left;
  display: inline-block;
  text-align: left;
}

.nav-cont-div section a:hover {
  color: #de0010;
}

.nav-cont-div {
  overflow: hidden;
}

.nav-xgt {
  width: 190px;
  float: left;
  display: inline-block;
  position: relative;
  margin-right: 50px;
}

.nav-xgt::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  border-left: 1px dashed #d7d7d7;
  content: "";
}

.dashed-line {
  width: 1px;
  display: inline-block;
  height: 14px;
  border-right: 1px dashed #d7d7d7;
  position: relative;
  top: 3px;
}

.nav-xgt:last-child::after {
  display: none;
}

.xgt-list-page {
  padding-bottom: 90px;
}

.nav-ser {
  overflow: hidden;
  padding: 0 20px;
}

.nav-ser-div {
  float: left;
  text-align: center !important;
  font-size: 14px;
  color: #666 !important;
  width: 95px !important;
  height: 95px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  padding-bottom: 0;
  line-height: 35px;
  padding-top: 6px;
  box-sizing: border-box;
}

.nav-ser-div p {
}

.nav-ser-div:hover p {
  color: #de0010;
}

.nextPage img:last-child {
  display: none;
}

.nextPage:hover img {
  display: none;
}

.nextPage:hover img:last-child {
  display: block;
}

.designer-list {
  width: 880px;
}

.designer-list .des-sort {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: 64px 0 36px;
}

.designer-list .des-sort div:nth-child(1) > a {
  display: inline-block;
  width: 116px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #dddddd;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  margin-right: 24px;
}

.des-active {
  border: 1px solid #de0010 !important;
  color: #de0010 !important;
}

.designer-list .des-more a {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
  line-height: 32px;
}

.designer-list .des-more a span {
  display: inline-block;
  width: 7px;
  height: 12px;
  background-color: red;
  background: url(https://image.bao315.com/Public/Home/images/icon3/index-entry.png) no-repeat;
  background-size: auto 100%;
  margin-left: 12px;
}

.des-list-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 49px 0 47px;
}

.des-list-main .des-pic-text {
  display: flex;
  align-items: center;
}

.des-list-main .des-pic-text .head-photo {
  width: 158px;
  height: 158px;
  margin-right: 49px;
}

.des-list-main .des-pic-text .head-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.des-list-main .des-pic-text .des-text {
  font-size: 14px;
  color: #999999;
}

.des-text p {
  margin-bottom: 18px;
}

.des-text p:nth-child(1) span:nth-child(1) a {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
}

.des-text p:nth-child(1) span:nth-child(2) a {
  font-size: 16px;
  color: #666666;
}

.des-list-main:hover .des-name span a {
  color: #de0010 !important;
}

.des-list-main .des-pic-text .des-text p span {
  margin-right: 10px;
}

.des-text p:nth-child(1) {
  margin-bottom: 24px;
}

.des-list-main .des-offer {
  text-align: center;
}

.des-list-main .des-offer p {
  font-size: 16px;
  margin-bottom: 14px;
  color: #666666;
}

.gl-pa {
  padding: 0;
}

.des-list-main .des-offer span {
  display: block;
  width: 166px;
  height: 40px;
  background-color: #de0010;
  border-radius: 20px;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  cursor: pointer;
}

.des-swiper {
  height: 191px;
  width: 880px;
  display: flex;
  align-items: center;
  position: relative;
}

.des-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd;
  /* cursor: pointer; */
}

.des-weapper {
  width: 820px !important;
  margin: auto;
}

.des-slide {
  width: 258px !important;
  height: 191px !important;
  margin-right: 20px !important;
}

.des-slide img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.des-left-btn,
.des-right-btn {
  cursor: pointer;
}

.des-swiper .swiper-button-prev {
  width: 13px;
  height: 23px;
  background: none;
  background-size: 100% 100%;
  position: absolute;
  top: 55%;
  left: 0;
}

.des-swiper .swiper-button-next {
  width: 13px;
  height: 23px;
  background-size: 100% 100%;
  background: none;
  top: 55%;
  right: 0;
}

.swiper-button-disabled {
  opacity: 0.5 !important;
}

.mains {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.des-right {
  width: 880px;
}

.sed-tab {
  width: 880px;
  margin: 0;
}

.sed-tab .xgt-tab01-line {
  display: flex;
  /* justify-content: space-between; */
}

.sed-tab .xgt-tab01-line section {
  width: 628px;
}

.sed-tab .xgt-tab01-line section a {
  color: #666;
}

.des-left {
  margin-top: 115px;
}

.des-apply {
  width: 272px;
  /* background-color: red; */
  text-align: center;
  border: solid 1px #ededed;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.des-apply .des-ap-pic {
  width: 272px;
  height: 126px;
}

.des-apply .des-ap-pic img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.quota {
  font-size: 14px;
  color: #888888;
  margin: 20px 0;
}

.quota span {
  display: inline-block;
  width: 20px;
  height: 24px;
  background-color: #de0010;
  border-radius: 2px;
  font: 18px/24px "PingFangBold";
  line-height: 24px;
  color: white;
}

.quota span:nth-child(2) {
  margin: 0 7px;
}

.des-apply form .text-inp input {
  display: inline-block;
  width: 237px;
  height: 40px;
  border: solid 1px #e1e1e1;
  opacity: 0.64;
  border-radius: 2px;
  padding: 0 15px;
}

.des-apply form {
  padding-bottom: 20px;
}

.des-apply form .text-inp:nth-child(2) input {
  margin: 15px 0;
}

.des-apply form select {
  width: 237px;
  height: 40px;
  border: solid 1px #e1e1e1;
  opacity: 0.64;
  border-radius: 2px;
  padding: 0 15px;
  color: #888888;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.des-apply form select option {
  width: 237px;
  height: 40px;
  border: solid 1px #e1e1e1;
  opacity: 0.64;
  padding: 0 15px;
}

.read input {
  display: none;
}

.read label {
  font-size: 12px;
  color: #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 13px 0 32px;
}

.read label span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 10px;
}

.read label span img {
  width: 100%;
  height: 100%;
}

.read label span img:nth-of-type(2) {
  display: none;
}

.sub-btn {
  cursor: pointer;
}

.sub-btn span {
  display: inline-block;
  width: 236px;
  height: 40px;
  margin: 0 auto;
  background-color: #de0010;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
}

.des-owner ul .des-owner-title {
  width: 251px;
  padding: 20px 16px;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: auto;
}

.des-owner {
  margin-top: 22px;
}

.des-owner ul {
  padding: 0 10px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.des-owner ul .des-owner-title span {
  font-size: 14px;
  color: #999999;
}

.des-owner ul .des-owner-con span:nth-child(1) {
  display: inline-block;
  width: 84px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.des-owner ul .des-owner-con span:nth-child(2) {
  display: inline-block;
  width: 48px;
  white-space: nowrap;
  margin: 0 17px 0 13px;
}

.des-owner ul .des-owner-con span:nth-child(3) {
  display: inline-block;
  width: 72px;
  text-align: right;
}

.des-owner ul .des-owner-con {
  font-size: 12px;
  width: 240px;
  white-space: nowrap;
  color: #999999;
  box-sizing: border-box;
  margin: auto;
  padding: 20px 0 15px;
  border-bottom: 1px solid #e6e6e6;
}

.des-owner ul .des-owner-con:nth-last-child(1) {
  border: none;
}

.des-owner .des-owner-banner {
  width: 274px;
  height: 324px;
}

.des-owner .des-owner-banner img {
  width: 100%;
  height: 100%;
}

.des-recommend {
  margin-top: 22px;
}

.des-recommend .recommend-title {
  font-size: 22px;
  color: #666666;
  padding: 40px 27px;
  width: 217px;
  text-align: left;
  border: solid 1px #ededed;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  box-sizing: content-box;
}

.des-recommend .recommend-title p:nth-child(1) {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 13px;
}

.des-recommend .recommend-title p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  padding-top: 13px;
}

.des-recommend ul {
  padding: 36px 0;
  border: solid 1px #ededed;
  width: 273px;
  box-sizing: border-box;
  padding: 0 27px;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.des-recommend ul .recommend-con a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #f3f3f3;
}

.des-recommend ul li:nth-last-child(1) {
  border: none;
}

.des-recommend ul li a .recommend-pic {
  width: 60px;
  height: 60px;
  margin-right: 17px;
  border-radius: 50%;
}

.des-recommend ul li a .recommend-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.des-recommend ul li a .recommend-name {
  font-size: 14px;
  color: #666666;
}

.des-recommend ul li a .recommend-name p:nth-child(2) {
  font-size: 12px;
  width: 140px;
  color: #999999;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  margin-top: 10px;
}

.des-recommend ul li a .recommend-name p:nth-child(2) span {
  margin-right: 10px;
}

.recommend-con:hover .recommend-name-n {
  color: #e01b2e;
}

.decoration-case ul {
  padding: 36px 27px;
}

.decoration-case ul .case-con {
  padding: 16px 0;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}

.decoration-case ul .case-con a .case-text span:nth-child(1) {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
  margin-right: 11px;
  background-color: #de0010;
}

.decoration-case ul .case-con:nth-child(n + 4) a .case-text span:nth-child(1) {
  background: none;
  color: #666666;
}

.decoration-case ul .case-con a .case-text span:nth-child(2) {
  font-size: 13px;
  color: #666666;
  margin-right: 0 !important;
  line-height: 18px;
}

.decoration-case ul .case-con a .case-pic {
  width: 203px;
  height: 153px;
  margin: auto;
  border-radius: 5px;
  padding: 25px 0 30px;
  display: none;
  box-sizing: content-box;
}

.decoration-case ul .case-con a .case-pic-active {
  display: block;
}

.decoration-case ul .case-con a .case-pic img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.zxgs-logo {
  width: 212px;
  height: 100px;
  margin-right: 48px;
  cursor: pointer;
}

.zxgs-logo img {
  width: 100%;
  height: 100%;
}

.zxgs-name-04 {
  cursor: pointer;
}

.zxgs-text p:nth-child(1) {
  margin: 10px 0 18px;
  font-size: 16px;
  color: #333333;
}

.zxgs-con:hover .zxgs-name-04 {
  color: #de0010 !important;
}

.zxgs-text p:nth-child(2) {
  font-size: 14px;
  color: #666666;
}

.zxgs-text .zxgs-info span {
  margin-right: 15px;
}

.zxgs-text .zxgs-info span i {
  display: inline-block;
  width: 20px;
  height: 22px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.zxgs-text .zxgs-info span i img {
  width: 100%;
  height: 100%;
}

.zxgs-text .zxgs-info span b {
  color: #de0010;
}

.zxgs-offer p {
  font-size: 16px;
  color: #666666;
}

.zxgs-offer p b {
  font-size: 20px;
  color: #de0010;
}
.zxgs-img-box {
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.zxgs-img-box img {
  width: 280px;
  height: 140px;
  border-radius: 5px;
}

.zxgs-con {
  padding-bottom: 0;
}

.zxgs-pic {
  margin: 15px 0;
  width: 212px;
  height: 100px;
}

.zxgs-pic img {
  width: 100%;
  height: 100%;
}

.zxgs-text-01 {
  display: flex;
}

.zxgs-text-01 span:nth-child(2) {
  width: 195px;
}

.zxgs-rank {
  display: flex;
  justify-content: space-between;
}

.zxgs-rank div {
  padding-left: 5px;
}

.zxgs-rank div i {
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-right: 9px;
}

.zxgs-rank div i img {
  width: 100%;
  height: 20px;
}

.zxgs-rank p {
  font-size: 12px;
  color: #999999;
}

.zxgs-rank p b {
  font-size: 14px;
  color: #de0010;
  font-weight: 400;
}

.zxgs-name {
  display: inline-block;
  width: 157px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 19px;
}

.zxgs-b {
  display: block;
  font-size: 14px;
  color: #de0010;
  font-weight: 400;
}

.zxgs-title {
  display: flex;
  justify-content: space-around;
  border: 1px solid #ededed;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.zxgs-title p {
  font-size: 16px;
  width: 136px;
  height: 59px;
  line-height: 59px;
  text-align: center;
}

.zxgs-title-active {
  background-color: #f3f3f3;
  border-radius: 4px;
}

.zxgs-pic-hide {
  display: none;
}

.zxgs-name-01 {
  display: inline-block;
  width: 188px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 19px;
}

.strategys-text {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #f3f3f3;
}

.zxgs-strategys span:nth-child(1) {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
  /* margin-right: 9px; */
  background-color: #de0010;
}

.zxgs-strategys ul li:nth-of-type(n + 4) div span:nth-child(1) {
  background: none;
  color: #666666;
}

.zxgs-name-02 {
  display: inline-block;
  width: 188px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
}

.zxgs-strategys ul li:nth-last-of-type(1) {
  font-size: 14px;
  color: #999999;
  text-align: right;
  margin-top: 15px;
}

.video-list-congtent .zxgl-video-list-title h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #555555;
  margin-bottom: 84px;
}

.zxgl-video-list-tab-box {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 48px;
}

.zxgl-video-list-tab-box .zxgl-video-list-tab {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.zxgl-video-list-tab-left {
  width: 658px;
  display: flex;
  justify-content: space-between;
}

.zxgl-video-list-tab-left span {
  padding-bottom: 20px;
  letter-spacing: 1px;
  color: #666666;
  font-size: 18px;
  cursor: pointer;
}

.zxgl-video-list-tab-right {
  width: 278px;
  display: flex;
  justify-content: space-between;
}

.zxgl-video-list-tab-right span {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.video-tab-active {
  color: #de0010 !important;
  border-bottom: 2px solid #de0010;
}

.zxgl-video-list-tab-left span:hover {
  color: #de0010 !important;
  border-bottom: 2px solid #de0010;
}

.zxgl-video-list-tab-right span:hover {
  color: #de0010;
}

.vide-sort-acitve {
  color: #de0010 !important;
}

.video-list-main {
  margin: auto;
}

.zxgs-name-02 a {
  color: #666666;
}

.zxgs-name-02 a:hover {
  color: #de0010;
}

.common-zx-cont-01 .common-zx-col {
  display: none;
}

.common-zx-cont-01 .common-zx-cont-acitve {
  display: block;
}

.common-zx-cont-02 .common-zx-col {
  display: none;
}

.common-zx-cont-02 .common-zx-cont-acitve {
  display: block;
}

.sign-cont-col > div:nth-child(2) {
  margin-bottom: 0;
}

.sign-cont-col > form > div:nth-child(2) {
  margin-bottom: 0;
}

.sign-err {
  margin: 5px 0;
  font-size: 14px;
  color: #de0010;
  /* opacity: 0; */
  height: 20px;
}

.ren-tip {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* margin-right: 10px; */
}
.ren-tip img {
  width: 21px;
  height: 23px;
  /* margin-right: 5px; */
}
.ren-tip .pic1 {
  width: 53px;
  height: 16px;
  margin-bottom: 5px;
}
.ren-tip .title-tip {
  font-size: 14px;
  color: #333;
}

.des-ap-pic {
  position: relative;
}

.des-ap-pic-text {
  position: absolute;
}

@media screen and (max-width: 1400px) {
  .left-flex {
    right: 2%;
  }

  /*.ban-pic-box {
        width: 1440px;
        margin: 0 auto;
    }*/
}

/* title悬浮块 */
.zxgs-info > span {
  position: relative;
}

.title-tip {
  display: inline-block;
  display: none;
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #666;
  background: #f8f8f8;
  padding: 0px 5px;
  padding-top: 5px;
  white-space: nowrap;
  top: 32px;
  left: -5px;
  background: url(https://image.bao315.com/Public/Home/images/icon3/ren-tip.png) no-repeat;
  background-size: 100% 100%;
}

.juhe-nav {
  width: 1200px;
  margin: 38px auto;
  color: #666;
  font-size: 14px;
}

.juhe-nav span {
  color: red;
}

.juhe-nav a {
  color: #747474 !important;
}

.newest-article-list a:hover li p,
.decoration-case ul .case-con a:hover .case-text span:nth-child(2),
.newest-article-videos:hover .newest-video p,
.xgt-tab01 span a:hover {
  color: #de0010;
}
