@charset "UTF-8";
@font-face {
  font-family: "DIN Condensed Bold";
  src: url("../../dist/fonts/DIN Condensed Bold.woff2") format("woff2"), url("../../dist/fonts/DIN Condensed Bold.woff") format("woff"), url("../../dist/fonts/DIN Condensed Bold.ttf") format("truetype"), url("../../dist/fonts/DIN Condensed Bold.eot") format("embedded-opentype"), url("../../dist/fonts/DIN Condensed Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeueBook";
  src: url("../../dist/fonts/BebasNeue Book.woff2") format("woff2"), url("../../dist/fonts/BebasNeue Book.woff") format("woff"), url("../../dist/fonts/BebasNeue Book.ttf") format("truetype"), url("../../dist/fonts/BebasNeue Book.eot") format("embedded-opentype"), url("../../dist/fonts/BebasNeue Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.summit-header a.summit-header-logo {
  margin-left: 350px;
}

.summit-header a.summit-header-logo > img {
  float: left;
  margin-top: -2px;
}

span.img-m,
img.img-m {
  display: none !important;
}

.module-container {
  min-width: 1194px;
  margin-top: 0;
  background: #fff;
  padding-top: 80px;
}

.module-container.header {
  height: 500px;
  margin-bottom: -56px;
  background-image: url(../../images/activity_events/yiqing/topbanner-pc.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.module-container.header .module-content img {
  display: block;
  margin: 60px auto 0;
  margin-bottom: 20px !important;
}

.module-container.header .module-content .yunwang {
  margin: 20px auto 0;
  width: 450px;
  height: 44px;
  line-height: 44px;
  background: #fff;
  border-radius: 22px;
  font-size: 24px;
  text-align: center;
  color: #2c4e89;
}

.module-container.header .module-content .ywDesc {
  font-size: 0;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}

.module-container.header .module-content .ywDesc span {
  font-size: 18px;
}

.module-container.header .module-content p {
  display: block;
  margin: 30px auto 0;
  text-align: center;
  font-size: 22px;
  line-height: 44px;
  color: #ffffff;
}

.module-container.fixed-nav {
  padding-top: 0;
  background: transparent;
}

.module-container.fixed-nav .module-content {
  border-top: none;
}

.module-container.fixed-nav ul {
  line-height: 56px;
  height: 56px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.module-container.fixed-nav ul li {
  height: 100%;
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  background-color: #1875f0;
  opacity: 0.9;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.module-container.fixed-nav ul li span {
  margin-left: 3px;
  vertical-align: middle;
}

.module-container.fixed-nav ul li img {
  vertical-align: middle;
}

.module-container.fixed-nav ul li:hover {
  background-color: #045acc;
}

.module-container.fixed-nav ul li.active {
  background-color: #045acc;
}

.module-container.fixed-nav ul li:nth-child(2) {
  border-left: 1px solid #0364e6;
  border-right: 1px solid #0364e6;
}

.module-container.fixed-nav ul::after {
  content: "";
  display: table;
  clear: both;
}

.module-title {
  margin: 0 auto 30px;
}

.module-title h3 {
  line-height: 42px;
  font-size: 30px;
  color: #071635;
  font-weight: bold;
}

.module-title p {
  line-height: 22px;
  font-size: 16px;
  color: #687990;
  margin-top: 8px;
}

.main-title1 {
  line-height: 43px;
  border-bottom: 1px solid #d8d8d8;
}

.main-title1 .left {
  float: left;
  font-size: 24px;
  color: #071635;
  padding-left: 13px;
  position: relative;
}

.main-title1 .left .desc {
  font-size: 14px;
  color: #687990;
  margin-left: 20px;
  vertical-align: middle;
}

.main-title1 .left::before {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #1875f0;
  content: "";
  display: block;
  width: 3px;
  height: 26px;
  transform: translate(0, -50%);
}

.main-title1 .left.noBlueBorder {
  padding-left: 0;
}

.main-title1 .left.noBlueBorder::before {
  display: none;
}

.main-title1 .right {
  float: right;
  font-size: 14px;
  color: #666666;
}

.main-title1 .right a {
  color: #1875f0;
}

.main-title1::after {
  content: "";
  display: table;
  clear: both;
}

.main-title1.noBorder {
  border-bottom: none;
}

.btns {
  font-size: 0;
}

.btns > a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 16px;
  color: #ffffff;
  background-image: linear-gradient(180deg, #35adf9 0%, #1875f0 100%), linear-gradient(180deg, #35adf9 0%, #1875f0 100%);
  background-blend-mode: normal, 
 normal;
  border-radius: 4px;
}

.btns > a:hover {
  background-image: linear-gradient(180deg, #1875f0 0%, #35adf9 100%), linear-gradient(180deg, #1875f0 0%, #35adf9 100%);
}

.btns > a + a {
  border: 1px solid #1875f0;
  background: #fff;
  color: #1875f0;
  margin-left: 24px;
}

.btns > a + a:hover {
  background-image: linear-gradient(180deg, #35adf9 0%, #1875f0 100%), linear-gradient(180deg, #35adf9 0%, #1875f0 100%);
  color: #fff;
  border: none;
}

.btns > a.white {
  border: 1px solid #1875f0;
  background: #fff;
  color: #1875f0;
  margin-left: 24px;
}

.btns > a.white:hover {
  background-image: linear-gradient(180deg, #35adf9 0%, #1875f0 100%), linear-gradient(180deg, #35adf9 0%, #1875f0 100%);
  color: #fff;
  border: none;
}

.btns > a.bigBtn {
  width: auto;
  padding: 0 24px;
}

.main-article {
  padding-bottom: 50px;
}

.main-article .img-text {
  margin-top: 40px;
}

.main-article .img-text .img1 {
  float: left;
  width: 520px;
  height: 300px;
}

.main-article .img-text .img1 img {
  width: 100%;
  height: 100%;
  float: left;
}

.main-article .img-text .text1 {
  float: right;
  width: 606px;
  margin-right: 32px;
}

.main-article .img-text .text1 .text1-title {
  line-height: 30px;
  font-size: 22px;
  color: #222222;
  font-weight: bold;
}

.main-article .img-text .text1 .text1-title .english {
  font-size: 24px;
  color: #d8d8d8;
  margin-left: 8px;
}

.main-article .img-text .text1 .text1-title .titleTag {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #fff2f0;
  border-radius: 4px;
  font-size: 12px;
  color: #ff4c37;
  padding: 0 8px;
  vertical-align: middle;
  margin-left: 8px;
}

.main-article .img-text .text1 .text1-title .titleTag span {
  font-size: 20px;
  font-family: 'DIN Condensed Bold';
  padding: 0 3px;
}

.main-article .img-text .text1 p {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
}

.main-article .img-text .text1 ul {
  margin-top: 20px;
  padding-left: 18px;
}

.main-article .img-text .text1 ul li {
  list-style-type: disc;
  line-height: 24px;
  font-size: 14px;
}

.main-article .img-text .text1 .mt44 {
  margin-top: 44px;
}

.main-article .img-text .text1 .mt20 {
  margin-top: 20px;
}

.main-article .img-text::after {
  content: "";
  display: table;
  clear: both;
}

.main-article .img-text:nth-child(2n) .img1 {
  float: right;
}

.main-article .img-text:nth-child(2n) .text1 {
  float: left;
}

.number-box {
  font-size: 0;
  margin-top: 20px;
  font-family: 'DIN Condensed Bold';
}

.number-box > div {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.number-box > div > span {
  font-size: 14px;
  color: #333333;
}

.number-box > div div {
  font-size: 36px;
}

.number-box > div div span {
  vertical-align: baseline;
}

.number-box > div div .unit {
  font-size: 20px;
}

.number-box > div:nth-child(1) {
  width: 32%;
  color: #ff4c37;
}

.number-box > div:nth-child(2) {
  width: 43%;
  color: #23e9b6;
  text-align: center;
  position: relative;
}

.number-box > div:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 42px;
  border-left: 1px solid #d8d8d8;
  transform: translateY(-50%);
}

.number-box > div:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 42px;
  border-left: 1px solid #d8d8d8;
  transform: translateY(-50%);
}

.number-box > div:nth-child(3) {
  width: 24%;
  text-align: right;
  color: #ff9e4d;
}

.module-container.need {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 40px;
}

.card-box {
  font-size: 0;
  margin-top: 40px;
  padding-bottom: 14px;
}

.card-box .card {
  width: 580px;
  margin-bottom: 42px;
  border-top: 5px solid #b1d4ff;
  background: #fff;
  display: inline-block;
}

.card-box .card .card-title {
  height: 27px;
  font-size: 20px;
  color: #222222;
  line-height: 27px;
  margin-top: 16px;
}

.card-box .card ul {
  margin: 18px auto 0;
  font-size: 0;
  width: 384px;
}

.card-box .card ul li {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  background-color: #edf2f9;
  border-radius: 20px;
  font-size: 14px;
  color: #000000;
  width: calc(50% - 16px);
  margin-bottom: 14px;
}

.card-box .card ul li:nth-child(2n) {
  margin-left: 32px;
}

.card-box .card ul li:empty {
  visibility: hidden;
}

.card-box .card ul .s {
  width: calc((100% - 50px) / 3);
}

.card-box .card ul .s + .s {
  margin-left: 25px;
}

.card-box .card ul .l {
  width: calc((100% - 32px) / 2);
}

.card-box .card ul .l + .l {
  margin-left: 32px;
}

.card-box .card ul .l:nth-of-type(2n) {
  margin-left: 0;
}

.card-box .card ul.big {
  width: 500px;
}

.card-box .card .btns {
  border-top: 1px solid #d0dceb;
  padding: 16px;
}

.card-box .card .btns a {
  height: 40px;
  line-height: 40px;
}

.card-box .card:nth-child(2n) {
  margin-left: 38px;
}

.card-box .card.newCard {
  border: 1px solid #bccfe5;
  margin-top: 1px;
  vertical-align: top;
}

.card-box .card.newCard .block-item {
  padding: 0 40px;
  font-size: 0;
  text-align: left;
  line-height: 40px;
}

.card-box .card.newCard .block-item div {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  vertical-align: top;
}

.card-box .card.newCard .block-item div:nth-child(1) {
  width: 72%;
}

.card-box .card.newCard .card-title {
  height: 56px;
  line-height: 56px;
  background: #e7f1fe;
  margin-top: 0;
  max-height: none;
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: bold;
}

.card-box .card.newCard .card-title .block-item {
  line-height: 56px;
}

.card-box .card.newCard .card-title .block-item div {
  font-size: 20px;
  font-weight: bold;
}

.card-box .card.newCard .btns {
  border-top: none;
  padding-top: 42px;
}

.card-box .card.newCard .info-form {
  width: 406px;
  color: #000000;
  font-size: 0;
  margin: 0 auto;
}

.card-box .card.newCard .info-form .item {
  line-height: 36px;
  text-align: left;
}

.card-box .card.newCard .info-form .item div {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
  height: 36px;
}

.card-box .card.newCard .info-form .item div:nth-child(1) {
  width: 66px;
  padding-right: 7px;
  text-align: right;
}

.card-box .card.newCard .info-form .item div:nth-child(2) {
  width: calc(100% - 66px);
  border: 1px solid #e8edf2;
}

.card-box .card.newCard .info-form .item div:nth-child(2) input {
  width: 100%;
  height: 100%;
  float: left;
  padding-left: 10px;
}

.card-box .card.newCard .info-form .item + .item {
  margin-top: 10px;
}

.card-box .card.newCard .info-form p {
  line-height: 17px;
  font-size: 12px;
  color: #999;
  margin-top: 12px;
}

.card-box .card.newCard .info-form + .btns {
  padding-top: 5px;
}

.module-container.banner {
  font-size: 0;
  background-color: #f9faff;
  padding-top: 0;
  padding-bottom: 40px;
}

.module-container.banner img {
  vertical-align: top;
  margin-top: -3px;
}

.module-container.banner::after {
  content: "";
  display: table;
  clear: both;
}

.status-box {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 0;
  vertical-align: top;
}

.status-box > div {
  display: inline-block;
  width: 16.6666%;
}

.status-box > div dl dt {
  font-size: 35px;
  font-family: 'DIN Condensed Bold';
}

.status-box > div dl dd {
  font-size: 18px;
  margin-top: 4px;
  color: #000000;
}

.status-box > div dl dd + dd {
  font-size: 14px;
  margin-top: 10px;
}

.status-box > div + div {
  position: relative;
}

.status-box > div + div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 50px;
  border-left: 1px solid #ececec;
  transform: translateY(-50%);
}

.status-box .one dt {
  color: #f74c31;
}

.status-box .one dd + dd {
  color: #f74c31;
}

.status-box .two dt {
  color: #f78207;
}

.status-box .two dd + dd {
  color: #f78207;
}

.status-box .three dt {
  color: #a25a4e;
}

.status-box .three dd + dd {
  color: #a25a4e;
}

.status-box .four dt {
  color: #ae212c;
}

.status-box .four dd + dd {
  color: #ae212c;
}

.status-box .five dt {
  color: #5d7092;
}

.status-box .five dd + dd {
  color: #5d7092;
}

.status-box .six dt {
  color: #28b7a3;
}

.status-box .six dd + dd {
  color: #28b7a3;
}

.feature-box {
  font-size: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.feature-box a {
  display: inline-block;
  width: 118px;
  text-align: center;
}

.feature-box a .img {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background-color: #e5f0ff;
  font-size: 16px;
  color: #222222;
  margin-top: 20px;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}

.feature-box a .img + div {
  font-size: 16px;
  margin-top: 16px;
  color: #071635;
}

.feature-box a:hover .img {
  box-shadow: 0px 10px 20px 0px rgba(214, 214, 214, 0.5);
}

.feature-box + .feature-box {
  margin-top: 60px;
}

.feature-box.five {
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 22px;
}

.feature-box.five a {
  width: 118px;
}

.feature-box.five a .img {
  width: 118px;
  height: 118px;
}

.feature-box.five .mshow {
  display: none;
}

.footerBox {
  background-image: url(../../images/activity_events/yiqing/mzsm-pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 0;
}

.footer1 {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  padding: 48px 0 12px;
}

.footer1 .phone {
  font-size: 0;
}

.footer1 .phone div {
  display: inline-block;
  font-size: 32px;
  line-height: 48px;
  font-family: 'DIN Condensed Bold';
}

.footer1 .phone div img, .footer1 .phone div span {
  vertical-align: middle;
}

.footer1 .phone div + div {
  margin-left: 24px;
}

.footer1 + .btns {
  text-align: center;
  padding-bottom: 40px;
}

.bannerImg {
  display: inline-block;
  margin-top: 40px;
  width: 592px;
}

.bannerImg + .bannerImg {
  margin-left: 14px;
}

.news-box .news-item {
  height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #222222;
  padding-left: 102px;
  position: relative;
}

.news-box .news-item .newTimeNew {
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
  width: 102px;
  text-align: center;
  font-family: BebasNeueBook;
}

.news-box .news-item .newTimeNew span {
  display: block;
  line-height: 24px;
  font-size: 20px;
  color: #687990;
}

.news-box .news-item .newTimeNew div {
  line-height: 38px;
  font-size: 32px;
  color: #687990;
}

.news-box .news-item .arrow1 {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 1px #a9b4c5;
  text-align: center;
  line-height: 14px;
  border-radius: 9px;
  color: #a9b4c5;
}

.news-box .news-item .news-title {
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
}

.news-box .news-item .news-title a {
  color: #071635;
}

.news-box .news-item .news-title a:hover {
  color: #1875f0;
}

.news-box .news-item p {
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
  color: #687990;
}

.news-box .news-item .newsTime {
  line-height: 20px;
  font-size: 14px;
  color: #555555;
  float: right;
  margin-top: -20px;
  text-align: right;
}

.news-box .news-item + .news-item {
  border-top: 1px solid #dfe1e6;
}

.news-box + .btns {
  text-align: center;
  padding: 16px 0 44px;
}

.ht-page .total.total_page,
.ht-page .page_jump,
.ht-page .pageInput,
.ht-page .page_jump,
.ht-page .pagebtn {
  display: none;
}

.pageBox .ht-page {
  float: right;
}

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

.ht-page .pagebtn:hover {
  background-color: #1875f0;
}

.pageBox2 .ht-page {
  float: right;
}

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

.echartParnet {
  width: 610px;
  height: 470px;
  position: relative;
  margin: 30px auto 0;
}

.echartParnet .mapImg1 {
  position: absolute;
  bottom: 110px;
  right: 73px;
  z-index: 1000;
}

.echartParnet .mapImg2 {
  position: absolute;
  bottom: 23px;
  right: 40px;
  z-index: 1000;
  width: 58px;
}

.echarts-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.areaBox {
  text-align: center;
}

.areaBox > span {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}

.areaBox .form-control-select {
  width: 310px;
  vertical-align: top;
  text-align: left;
}

.policyDiv {
  margin-top: 30px;
}

.policyDiv .policy {
  float: left;
  width: 540px;
  font-size: 0;
}

.policyDiv .policy div {
  font-size: 20px;
  line-height: 46px;
  vertical-align: top;
  float: left;
}

.policyDiv .policy .policy_title {
  color: #222;
  width: 396px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 24px;
  position: relative;
}

.policyDiv .policy .policy_title::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2e82f1;
  transform: translate(0, -50%);
}

.policyDiv .policy .policy_title:hover {
  color: #1875f0;
}

.policyDiv .policy .policy_time {
  color: #666;
  margin-left: 20px;
  width: 118px;
  white-space: nowrap;
}

.policyDiv .policy:nth-child(2n) {
  float: right;
}

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

.myTabBtns {
  font-size: 0;
  margin-top: -66px;
}

.myTabBtns .typeBtn {
  margin-bottom: 20px;
  height: 40px;
  padding: 0 30px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 16px;
  color: #4a4a4a;
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e7e9ed;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #687990;
}

.myTabBtns .typeBtn + .typeBtn {
  margin-left: 16px;
}

.myTabBtns .typeBtn.active {
  background-color: #1875f0;
  color: #fff;
}

@media (min-width: 769px) {
  .myTabBtns .typeBtn {
    width: 148px;
  }
}

.myTabBtns.mtop40 {
  margin-top: 40px;
}

.wuziCont > a {
  float: left;
  width: 288px;
  margin-left: 16px;
}

.wuziCont > a .productImg {
  border: 1px solid #e9e9e9;
}

.wuziCont > a .productImg img {
  float: left;
  width: 100%;
  height: 288px;
}

.wuziCont > a .productImg::after {
  content: "";
  display: table;
  clear: both;
}

.wuziCont > a .productInfo {
  padding: 8px 8px 20px;
}

.wuziCont > a .productInfo h4 {
  height: 27px;
  font-size: 20px;
  color: #222222;
  line-height: 27px;
  margin-bottom: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wuziCont > a .productInfo .text2 {
  height: 18px;
}

.wuziCont > a .productInfo .city {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  background-color: #e0edff;
  border-radius: 2px;
  font-size: 12px;
  color: #1875f0;
}

.wuziCont > a .productInfo .company {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  color: #9b9b9b;
  font-size: 14px;
  padding-left: 4px;
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wuziCont > a .productInfo .productPrice {
  color: #ff2500;
  margin-top: 20px;
}

.wuziCont > a .productInfo .productPrice span {
  font-size: 24px;
  vertical-align: middle;
}

.wuziCont > a .productInfo .productPrice span.num {
  font-size: 32px;
}

.wuziCont > a:nth-child(4n+1) {
  margin-left: 0;
}

.wuziCont > a:nth-child(n+5) {
  margin-top: 16px;
}

.wuziCont > a:hover > div {
  width: calc(100% + 8px);
  background-color: #1875f0;
  margin: -4px -4px -4px;
  padding: 4px 4px 4px;
}

.wuziCont > a:hover .productImg {
  border: 1px solid transparent;
}

.wuziCont > a:hover h4 {
  color: #fff;
}

.wuziCont > a:hover .city {
  background-color: #e0edff;
  color: #1875f0;
}

.wuziCont > a:hover .company {
  color: #ffffff;
}

.wuziCont > a:hover .productPrice {
  color: #ffffff;
}

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

.moreService {
  margin-top: 70px;
  text-align: center;
}

.module-container.threeNavBoxParent {
  padding-top: 0;
  background-color: transparent;
}

.threeNavBox {
  display: flex;
  align-items: center;
}

.threeNavOne {
  width: 33.333333%;
  height: 100px;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 24px;
  color: #ffffff;
  padding-left: 0;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}

.threeNavOne.yiliao {
  background-image: url(../../images/activity_events/the_yiqing_1/threeNavBg4-pc.jpg);
}

.threeNavOne.qiye {
  background-image: url(../../images/activity_events/the_yiqing_1/threeNavBg2-pc.jpg);
}

.threeNavOne.zhengfu {
  background-image: url(../../images/activity_events/the_yiqing_1/threeNavBg3-pc.jpg);
}

.threeNavOne_img {
  display: none;
}

.threeNavOne_desc {
  color: #ffffff;
}

.threeNavOne.active {
  height: 140px;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}

.threeNavOne.active .threeNavOne_img {
  display: block;
  width: 52px;
}

.threeNavOne.active .threeNavOne_desc {
  margin-top: 10px;
}

.fywzGYNew {
  width: 892px;
}

.fywzGYNew .main-title1 {
  border-bottom: none;
}

.wzgyNexTab {
  white-space: nowrap;
  overflow-x: auto;
  margin-top: 14px;
  border-bottom: 1px solid #e7e9ed;
  padding: 0 20px;
}

.wzgyNexTab a {
  display: inline-block;
  height: 34px;
  line-height: 20px;
  font-size: 14px;
  color: #687990;
  vertical-align: top;
}

.wzgyNexTab a.active {
  position: relative;
  color: #0f4bfc;
}

.wzgyNexTab a.active::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-image: linear-gradient(90deg, #0057ff 0%, #3178ff 100%);
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  bottom: 0;
}

.wzgyNexTab a + a {
  margin-left: 24px;
}

.wzgyNewCont {
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 314px;
}

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

@media (min-width: 769px) {
  .fywzGYNew {
    float: left;
  }
  .fabuXQBox {
    float: right;
  }
  .wzgyNewCont::after {
    content: "";
    display: table;
    clear: both;
  }
  .wzgyNewCont a:nth-child(2n+1) {
    float: left;
  }
  .wzgyNewCont a:nth-child(2n) {
    float: right;
  }
}

.wzgyNewOne {
  width: 426px;
  border-bottom: 1px solid #e9e9e9;
  padding: 14px 0;
}

.wzgyNewOne:hover .wzgyNewOne_title {
  color: #1875f0;
}

.wzgyNewOne_title {
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
  color: #071635;
}

.wzgyNewOne_desc {
  margin-top: 7px;
  line-height: 20px;
  font-size: 14px;
  color: #687990;
}

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

.wzgyNewOne_descleft {
  float: left;
}

.wzgyNewOne_descright {
  float: right;
}

.wzgyNewOne_descright i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background-image: url(../../images/activity_events/the_yiqing_1/addressIcon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.wzgyNewOne_descright span {
  display: inline-block;
  vertical-align: middle;
}

.fabuXQBox {
  width: 288px;
  height: 410px;
  background-image: url(../../images/activity_events/the_yiqing_1/fbxqBg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: right;
}

.fabuXQBox a {
  display: block;
  width: 240px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 17px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  color: #0f4bfc;
  margin: 352px auto 0;
}

.module-container.youqingParent {
  padding-top: 40px;
  background-color: #f9faff;
}

.youqingLink {
  padding: 0 48px 40px;
  position: relative;
}

.youqingLinkSwiper {
  font-size: 16px;
  color: #687990;
  line-height: 22px;
}

.youqingLinkSwiper .swiper-button-next,
.youqingLinkSwiper .swiper-button-prev {
  background-image: none;
  width: 18px;
  height: 18px;
  border: solid 1px #a9b4c5;
  top: 42%;
  border-radius: 9px;
  text-align: center;
  line-height: 13px;
  user-select: none;
}

.yqlink_name {
  text-align: center;
}

.yqlink_name a {
  color: #687990;
}

.yqlink_name:hover a {
  color: #071635;
}

.module-container.childrenLinksParent {
  padding-top: 30px;
}

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

.childLinkOne {
  display: block;
  box-sizing: border-box;
  width: 25%;
  height: 178px;
  padding: 24px 24px 0;
  position: relative;
  border-right: solid 1px #e7e9ed;
  border-bottom: solid 1px #e7e9ed;
  box-sizing: border-box;
}

.childLinkOne:nth-child(4n+1) {
  border-left: solid 1px #e7e9ed;
}

.childLinkOne:nth-child(-n+4) {
  border-top: solid 1px #e7e9ed;
}

.childLinkOne_title {
  height: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #071635;
}

.childLinkOne_title img {
  margin-right: 10px;
  height: 20px;
  width: auto;
}

.childLinkOne_p {
  margin-top: 12px;
  line-height: 20px;
  font-size: 14px;
  color: #687990;
  text-align: justify;
}

.childLinkOne_more {
  position: absolute;
  right: 24px;
  bottom: 14px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #0f4bfc;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.childLinkOne_more span {
  display: inline-block;
  vertical-align: top;
}

.childLinkOne_more span:nth-child(2) {
  display: inline-block;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  position: absolute;
  right: -22px;
  text-align: center;
  line-height: 14px;
  border-radius: 9px;
  margin-left: 4px;
  transition: all 0.3s ease-in-out;
  background-image: url(/res_v2/images/activity_events/the_yiqing_1/arrowBlue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.childLinkOne:hover {
  box-shadow: 0px 4px 20px 0px 
 #e7e9ed;
  border: 1px solid #1875f0;
}

.childLinkOne:hover .childLinkOne_more {
  padding-right: 22px;
}

.childLinkOne:hover .childLinkOne_more span:nth-child(2) {
  right: 0;
}

.yiqingStatusTab {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.yiqingStatusTab a {
  display: inline-block;
  box-sizing: border-box;
  width: 148px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e7e9ed;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #687990;
}

.yiqingStatusTab a + a {
  margin-left: 16px;
}

.yiqingStatusTab a.active {
  background-image: linear-gradient(180deg, #0057ff 0%, #3178ff 100%);
  border: none;
  color: #ffffff;
}

.module-container.kygongjuji {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f9faff;
}

.module-container.kygongjuji .feature-box {
  margin-top: 24px;
}

@media (min-width: 769px) {
  .module-container.zhengfuPageTabParent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.module-container.zhengfuPageTabParent .module-content::after {
  content: "";
  display: table;
  clear: both;
}

.zhenfuPagTab {
  float: left;
}

.zhenfuPagTab a {
  display: block;
  width: 164px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #ffffff;
  border: solid 1px #e7e9ed;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #687990;
}

.zhenfuPagTab a i {
  display: inline-block;
  width: 22px;
  height: 24px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: -3px;
  margin-right: 3px;
}

.zhenfuPagTab a .zhenfuPagTabImg1 {
  background-image: url(../../images/activity_events/the_yiqing_1/zhengfu1-pc.png);
}

.zhenfuPagTab a .zhenfuPagTabImg2 {
  background-image: url(../../images/activity_events/the_yiqing_1/zhengfu2-pc.png);
}

.zhenfuPagTab a.active {
  background-image: linear-gradient(90deg, #0057ff 0%, #3178ff 100%);
  color: #ffffff;
}

.zhenfuPagTab a.active i {
  background-position: center top;
}

.zhenfuPagConts {
  width: 1000px;
  margin-left: 32px;
  float: left;
  display: flex;
  justify-content: space-between;
}

.zhenfuPagContOne {
  width: 494px;
  height: 252px;
  border-radius: 4px;
  padding: 30px;
  border: solid 1px #e7e9ed;
}

.zhenfuPagContOne_title {
  line-height: 30px;
  font-size: 22px;
  color: #071635;
}

.zhenfuPagContOne_title a {
  color: #071635;
}

.zhenfuPagContOne_p {
  height: 72px;
  font-size: 14px;
  color: #687990;
  line-height: 24px;
  margin-top: 20px;
}

.zhenfuPagContOne_btn {
  display: block;
  margin-top: 30px;
  width: 140px;
  height: 40px;
  background-image: linear-gradient(90deg, #0057ff 0%, #3178ff 100%);
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.zhenfuPagContOne_btn:link, .zhenfuPagContOne_btn:visited, .zhenfuPagContOne_btn:hover, .zhenfuPagContOne_btn:focus {
  color: #fff;
}

.addressIcon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background-image: url(/res_v2/images/activity_events/the_yiqing_1/addressIcon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.fgfcSearchParent {
  position: relative;
  padding-top: 0;
  background: transparent;
  margin-top: -93px;
  margin-bottom: 20px;
}

.fgfcSearchTab {
  height: 40px;
  line-height: 25px;
  font-size: 18px;
  color: #071635;
  position: relative;
}

.fgfcSearchTab input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.fgfcSearchTab label {
  padding: 0 20px;
  cursor: pointer;
}

.fgfcSearchTab label:nth-child(n+4) {
  position: relative;
}

.fgfcSearchTab label:nth-child(n+4)::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  width: 0;
  height: 22px;
  margin-top: -11px;
  border-left: 1px solid #687990;
  opacity: 0.3;
}

.fgfcSearchTab input:checked + label {
  color: #1f6cff;
}

.fgfcSearchBox {
  height: 50px;
  line-height: 50px;
  position: relative;
}

.fgfcSearchBox input {
  float: left;
  width: 1055px;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px 0px #e7e9ed;
  border: solid 1px #e7e9ed;
  padding-left: 20px;
  font-size: 18px;
  color: #687990;
  padding-right: 50px;
}

.fgfcSearchBox input:focus {
  border: 1px solid #0057ff;
}

.fgfcSearchBox .fgfcSearchBox_searchBtn {
  float: right;
}

.fgfcSearchBox_clearBtn {
  position: absolute;
  top: 0;
  right: 144px;
  display: block;
  width: 50px;
  height: 100%;
  background-image: url(../../images/activity_events/yiqing/yiqing_close_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.fgfcSearchBox_searchBtn {
  display: inline-block;
  width: 146px;
  margin-left: -4px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-image: linear-gradient(180deg, #0057ff 0%, #3178ff 100%);
  box-shadow: 0px 4px 20px 0px #e7e9ed;
}

.fgfcSearchBox_searchBtn::before {
  content: "搜索";
}

.fgfcSearchBox_searchBtn:link, .fgfcSearchBox_searchBtn:visited {
  color: #fff;
}

.fgfcSearchResult {
  display: none;
  position: absolute;
  width: 1055px;
  left: 0;
  top: 100%;
  z-index: 500;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0px 6px 10px 0px rgba(104, 121, 144, 0.1);
  border: solid 1px #e7e9ed;
  background: #fff;
}

.fgfcSearchResult_one {
  line-height: 50px;
  display: block;
}

.fgfcSearchResult_one div {
  display: inline-block;
  padding: 0 15px;
}

.fgfcSearchResult_one div + div {
  position: relative;
}

.fgfcSearchResult_one div + div::before {
  content: "";
  border-left: 1px solid #687990;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0;
  height: 20px;
  margin-top: -10px;
}

.fgfcSearchResult_one .highLightFont {
  color: #1875f0;
}

.fgfcSearchResult_one:hover {
  background-color: #f9faff;
}

.fgfcSearchResult_one + .fgfcSearchResult_one {
  border-top: 1px solid #e7e9ed;
}

.fgfcSearchResult_one.empty {
  cursor: auto;
}

@media (max-width: 768px) {
  span.img-m,
  img.img-m {
    display: block !important;
  }
  img.img-pc {
    display: none !important;
  }
  .module-container {
    min-width: 0;
    padding-top: 25px;
  }
  .summit-header a.summit-header-logo {
    margin-left: 22px;
  }
  .module-container.header {
    height: 290px;
    background-image: url(../../images/activity_events/yiqing/topbanner-m.png);
    margin-bottom: 0;
  }
  .module-container.header .module-content img {
    margin: 50px auto 0 !important;
  }
  .module-container.header .module-content .yunwang {
    font-size: 15px;
    margin: 10px auto 0;
    width: auto;
    line-height: 28px;
    height: 28px;
    border-radius: 14px;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
  .module-container.header .module-content .ywDesc {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 0;
  }
  .module-container.header .module-content .ywDesc span {
    display: block;
    font-size: 12px;
  }
  .module-container.header .module-content p {
    margin: 13px auto 0;
    font-size: 12px;
    line-height: 18px;
  }
  .module-container.fixed-nav .module-content {
    padding: 0;
  }
  .module-container.fixed-nav ul {
    line-height: 40px;
    height: 40px;
  }
  .module-container.fixed-nav ul li span {
    margin-left: 0;
  }
  .module-title {
    margin: 0 auto 25px;
  }
  .module-title h3 {
    line-height: 33px;
    font-size: 24px;
  }
  .module-title p {
    line-height: 17px;
    font-size: 12px;
    margin-top: 4px;
  }
  .main-title1 {
    line-height: 38px;
  }
  .main-title1 .left {
    font-size: 20px;
  }
  .main-title1 .left .desc {
    display: none;
  }
  .main-title1 .left::before {
    height: 22px;
    top: 51%;
  }
  .main-title1 .right {
    font-size: 12px;
  }
  .main-title1 .right.small {
    font-size: 10px;
  }
  .main-title1 .right.mobileLeft {
    float: left;
    width: 100%;
    margin-top: -10px;
  }
  .btns > a {
    width: 98px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .btns > a + a {
    margin-left: 10px;
  }
  .btns > a.bigBtn {
    padding: 0 4px;
  }
  .btns > a.mobileSmallBtn {
    width: auto;
    padding: 0 6px;
  }
  .btns > a + a.bigBtn {
    margin-left: 6px;
  }
  .main-article {
    padding-bottom: 30px;
  }
  .main-article .img-text {
    margin-top: 25px;
  }
  .main-article .img-text .img1 {
    float: none;
    width: 100%;
    height: auto;
  }
  .main-article .img-text .img1 img {
    width: 100%;
    height: auto;
    float: none;
  }
  .main-article .img-text .text1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .main-article .img-text .text1 .text1-title {
    line-height: 22px;
    font-size: 16px;
    margin-top: 10px;
  }
  .main-article .img-text .text1 .text1-title .english {
    font-size: 16px;
    margin-left: 10px;
  }
  .main-article .img-text .text1 .text1-title .titleTag {
    font-size: 12px;
    height: 34px;
    line-height: 31px;
    margin-left: 5px;
  }
  .main-article .img-text .text1 .text1-title .titleTag span {
    font-size: 16px;
    padding: 0 3px;
  }
  .main-article .img-text .text1 p {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .main-article .img-text .text1 ul {
    margin-top: 10px;
  }
  .main-article .img-text .text1 ul li {
    line-height: 27px;
    font-size: 12px;
  }
  .main-article .img-text .text1 .mt44 {
    margin-top: 10px;
  }
  .main-article .img-text .text1 .mt20 {
    margin-top: 10px;
  }
  .main-article .img-text:nth-child(2n) .img1 {
    float: right;
  }
  .main-article .img-text:nth-child(2n) .text1 {
    float: left;
  }
  .number-box {
    margin-top: 10px;
  }
  .number-box > div > span {
    font-size: 12px;
  }
  .number-box > div div {
    font-size: 24px;
  }
  .number-box > div div .unit {
    font-size: 12px;
  }
  .number-box > div:nth-child(2)::before {
    height: 34px;
  }
  .number-box > div:nth-child(2)::after {
    height: 34px;
  }
  .card-box {
    font-size: 0;
    margin-top: 25px;
    padding-bottom: 6px;
  }
  .card-box .card {
    width: 100%;
    margin-bottom: 20px;
  }
  .card-box .card .card-title {
    height: 19px;
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
  }
  .card-box .card ul {
    margin: 10px auto 0;
    font-size: 0;
    width: 83%;
  }
  .card-box .card ul li {
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 12px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .card-box .card ul li:nth-child(2n) {
    margin-left: 10px;
  }
  .card-box .card ul li:empty {
    visibility: hidden;
  }
  .card-box .card ul.big {
    width: 58%;
  }
  .card-box .card ul.big li {
    width: 100%;
  }
  .card-box .card ul.big li:nth-child(2n) {
    margin-left: 0;
  }
  .card-box .card ul.big li:empty {
    display: none;
  }
  .card-box .card ul.mobileBig {
    width: 92.8%;
  }
  .card-box .card ul.mobileBig .s {
    width: 41.9%;
  }
  .card-box .card ul.mobileBig .s:nth-child(2n) {
    width: 50.6%;
    margin-left: 7.5%;
  }
  .card-box .card ul.mobileBig .s + .s:nth-child(2n+1) {
    margin-left: 0;
  }
  .card-box .card ul.mobileBig .l {
    width: 50.6%;
  }
  .card-box .card ul.mobileBig .l:nth-child(2n) {
    margin-left: 7.5%;
  }
  .card-box .card ul.mobileBig .l + .l:nth-child(2n+1) {
    margin-left: 0;
    float: left;
  }
  .card-box .card ul.mobileBig::after {
    content: "";
    display: table;
    clear: both;
  }
  .card-box .card .btns {
    border-top: 1px solid #d0dceb;
    padding: 16px;
  }
  .card-box .card .btns a {
    height: 32px;
    line-height: 32px;
  }
  .card-box .card:nth-child(2n) {
    margin-left: 0;
  }
  .card-box .card.newCard .block-item {
    padding: 0 12px;
    line-height: 24px;
  }
  .card-box .card.newCard .block-item div {
    font-size: 12px;
  }
  .card-box .card.newCard .block-item div:nth-child(1) {
    width: 74%;
    padding-right: 2%;
  }
  .card-box .card.newCard .card-title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .card-box .card.newCard .card-title .block-item {
    line-height: 40px;
  }
  .card-box .card.newCard .card-title .block-item div {
    font-size: 16px;
    font-weight: bold;
  }
  .card-box .card.newCard .btns {
    border-top: none;
    padding-top: 14px;
  }
  .card-box .card.newCard .info-form {
    width: 74%;
  }
  .card-box .card.newCard .info-form .item {
    line-height: 32px;
  }
  .card-box .card.newCard .info-form .item div {
    height: 32px;
    font-size: 12px;
  }
  .card-box .card.newCard .info-form .item div:nth-child(1) {
    width: 54px;
    padding-right: 6px;
  }
  .card-box .card.newCard .info-form .item div:nth-child(2) {
    width: calc(100% - 54px);
  }
  .card-box .card.newCard .info-form + .btns {
    padding-top: 5px;
  }
  .status-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .status-box > div {
    width: 33.3333%;
  }
  .status-box > div dl dt {
    font-size: 23px;
  }
  .status-box > div dl dd {
    font-size: 13px;
    margin-top: 10px;
  }
  .status-box > div dl dd + dd {
    font-size: 12px;
    margin-top: 10px;
  }
  .status-box > div + div {
    position: relative;
  }
  .status-box > div + div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 50px;
    border-left: 1px solid #ececec;
    transform: translateY(-50%);
  }
  .status-box > div + div:nth-child(3n+1)::before {
    display: none;
  }
  .status-box .one dt {
    color: #fd4d31;
  }
  .status-box .one dd + dd {
    color: #fd4d31;
  }
  .status-box .two dt {
    color: #ffa250;
  }
  .status-box .two dd + dd {
    color: #ffa250;
  }
  .status-box .three dt {
    color: #595959;
  }
  .status-box .three dd + dd {
    color: #595959;
  }
  .status-box .four dt {
    color: #1ddfae;
  }
  .status-box .four dd + dd {
    color: #00e4af;
  }
  .status-box.mobilePer25 > div {
    width: 25%;
  }
  .status-box.mobilePer25 > div + div:nth-child(3n+1)::before {
    display: block;
  }
  .status-box.yqDataStatus {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mobileBlock {
    display: block;
  }
  .feature-box {
    font-size: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .feature-box a {
    width: 25.6%;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }
  .feature-box a .img {
    width: 100%;
    height: min-content;
    border-radius: 50%;
  }
  .feature-box a .img img {
    width: 100%;
    height: auto;
  }
  .feature-box a .img + div {
    font-size: 12px;
    margin-top: 15px;
  }
  .feature-box a:nth-child(n+6) {
    margin-top: 0;
  }
  .feature-box + .feature-box {
    margin-top: 0;
  }
  .footer1 {
    line-height: 23px;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .footer1 .phone div {
    font-size: 24px;
  }
  .footer1 .phone div img.img-m {
    display: inline-block !important;
    width: 34px;
  }
  .phoneNumber {
    display: block;
  }
  .bannerImg {
    margin-top: 25px;
    width: 100%;
    height: auto;
  }
  .bannerImg + .bannerImg {
    margin-left: 0;
    margin-top: 10px;
  }
  .feature-box.five {
    margin-top: 25px;
  }
  .feature-box.five a {
    width: 25.5%;
  }
  .feature-box.five a .img {
    width: 100%;
    height: min-content;
  }
  .feature-box.five .mshow {
    display: block;
  }
  .news-box .news-item {
    height: auto;
    padding: 20px 0;
  }
  .news-box .news-item .newTimeNew {
    display: none;
  }
  .news-box .news-item .arrow1 {
    display: none;
  }
  .news-box .news-item .news-title {
    line-height: 19px;
    font-size: 14px;
  }
  .news-box .news-item p {
    display: none;
  }
  .news-box .news-item .newsTime {
    line-height: 16px;
    text-align: left;
    font-size: 12px;
    color: #666666;
    margin-top: 9px;
  }
  .news-box .news-item:last-child {
    border-bottom: 1px solid #dfe1e6;
  }
  .news-box + .btns {
    text-align: center;
    padding: 16px 0 44px;
  }
  .echartParnet {
    width: 100%;
    height: auto;
    padding-top: 78%;
    display: none;
  }
  .policyDiv {
    margin-top: 20px;
  }
  .policyDiv .policy {
    width: 100%;
  }
  .policyDiv .policy div {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    vertical-align: top;
  }
  .policyDiv .policy .policy_title {
    width: 70%;
    padding-left: 10px;
  }
  .policyDiv .policy .policy_title::before {
    width: 5px;
    height: 5px;
  }
  .policyDiv .policy .policy_time {
    width: 24%;
    color: #666;
    margin-left: 5.6%;
  }
  .policyDiv .policy:nth-child(2n) {
    float: right;
  }
  .policyDiv::after {
    content: "";
    display: table;
    clear: both;
  }
  .pageBox .ht-page {
    padding-top: 0;
    padding-left: 0;
    float: none;
    padding-right: 0;
    padding-bottom: 0;
  }
  .areaBox {
    text-align: left;
  }
  .areaBox .form-control-select {
    width: 100%;
  }
  .myTabBtns {
    font-size: 0;
    padding-top: 15px;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: -26px;
  }
  .myTabBtns .typeBtn {
    display: inline-block;
    margin-bottom: 15px;
    height: 28px;
    padding: 0 13px;
    line-height: 28px;
    font-size: 12px;
  }
  .myTabBtns .typeBtn + .typeBtn {
    margin-left: 8px;
  }
  .myTabBtns .typeBtn.active {
    background-color: #1875f0;
    color: #fff;
  }
  .myTabBtns.mtop40 {
    margin-top: 5px;
  }
  .wuziCont > a {
    width: calc(50% - 5px);
    margin-left: 0;
  }
  .wuziCont > a:nth-child(2n) {
    margin-left: 10px;
  }
  .wuziCont > a:nth-child(n+3) {
    margin-top: 10px;
  }
  .wuziCont > a .productImg img {
    height: auto;
  }
  .wuziCont > a .productImg {
    border-bottom: none;
  }
  .wuziCont > a .productInfo {
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 8px 8px 10px;
  }
  .wuziCont > a .productInfo h4 {
    height: 21px;
    line-height: 21px;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .wuziCont > a .productInfo .company {
    max-width: calc(100% - 50px);
  }
  .wuziCont > a:hover > div {
    margin: -5px -4px -4px;
  }
  .pageBox2 .ht-page {
    float: none;
  }
  .moreService {
    margin-top: 5px;
  }
  .module-container.threeNavBoxParent {
    margin-top: -10px;
  }
  .module-container.threeNavBoxParent .module-content {
    padding-left: 0;
    padding-right: 0;
  }
  .threeNavOne {
    height: 45px;
    font-size: 14px;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  .threeNavOne.yiliao {
    background-image: url(../../images/activity_events/the_yiqing_1/threeNavBg4-m.jpg);
  }
  .threeNavOne.qiye {
    background-image: url(../../images/activity_events/the_yiqing_1/threeNavBg2-m.jpg);
  }
  .threeNavOne.zhengfu {
    background-image: url(../../images/activity_events/the_yiqing_1/threeNavBg3-m.jpg);
  }
  img.img-m.threeNavOne_img {
    display: none !important;
  }
  .threeNavOne.active {
    height: 60px;
  }
  .threeNavOne.active img.img-m.threeNavOne_img {
    width: 25px;
    display: block !important;
  }
  .threeNavOne.active .threeNavOne_desc {
    margin-top: 4px;
  }
  .fywzGYNew {
    width: 100%;
  }
  .wzgyNexTab {
    margin-top: 20px;
    padding: 0;
    height: 0;
  }
  .wzgyNexTab a {
    height: 28px;
    line-height: 17px;
    font-size: 12px;
  }
  .wzgyNexTab a.active::after {
    width: 17px;
    height: 3px;
  }
  .wzgyNexTab a + a {
    margin-left: 30px;
  }
  .wzgyNewCont {
    display: block;
    min-height: 0;
  }
  .wzgyNewOne {
    width: 100%;
    padding: 10px 0;
  }
  .wzgyNewOne_title {
    line-height: 18px;
    font-size: 13px;
  }
  .wzgyNewOne_desc {
    line-height: 16px;
    margin-top: 5px;
    font-size: 12px;
  }
  .wzgyNewOne_descright i {
    width: 13px;
    height: 13px;
    margin-right: 2px;
  }
  .fabuXQBox {
    margin-top: 0;
    width: 100%;
    height: auto;
    background-image: url(../../images/activity_events/the_yiqing_1/fbxqBg-m.png);
    float: none;
    padding-top: 21%;
    padding-bottom: 9.42%;
  }
  .fabuXQBox a {
    width: 202px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 12px;
    margin: 0 auto;
  }
  .module-container.youqingParent {
    padding-top: 25px;
  }
  .youqingLink {
    padding: 0 0 20px;
    position: relative;
  }
  .youqingLinkSwiper {
    font-size: 12px;
    line-height: 16px;
  }
  .youqingLinkSwiper .swiper-button-next,
  .youqingLinkSwiper .swiper-button-prev {
    display: none;
  }
  .youqingLinkSwiper .swiper-container {
    overflow: visible;
  }
  .youqingLinkSwiper .swiper-slide {
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #e7e9ed;
    padding: 0 4px;
    height: 72px;
    display: flex;
    align-items: center;
  }
  .module-container.childrenLinksParent {
    padding-top: 20px;
  }
  .childrenLinks {
    display: block;
  }
  .childLinkOne {
    width: 100%;
    height: auto;
    padding: 20px 20px 5px;
    position: relative;
  }
  .childLinkOne:nth-child(1) {
    border-top: solid 1px #e7e9ed;
    border-left: solid 1px #e7e9ed;
    border-right: solid 1px #e7e9ed;
    border-bottom: solid 1px #e7e9ed;
  }
  .childLinkOne:nth-child(n+2) {
    border-top: none;
    border-left: solid 1px #e7e9ed;
    border-right: solid 1px #e7e9ed;
    border-bottom: solid 1px #e7e9ed;
  }
  .childLinkOne_title {
    height: 21px;
    line-height: 21px;
    font-size: 15px;
  }
  .childLinkOne_title img {
    margin-right: 6px;
    height: 16px;
  }
  .childLinkOne_p {
    margin-top: 9px;
    line-height: 19px;
    height: 57px;
    font-size: 12px;
  }
  .childLinkOne:hover .childLinkOne_more {
    padding-right: 0;
  }
  .childLinkOne_more {
    position: absolute;
    right: 20px;
    bottom: auto;
    top: 20px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  .childLinkOne_more span:nth-child(2) {
    display: none;
    width: 16px;
    height: 16px;
    line-height: 14px;
    border-radius: 8px;
    margin-left: 3px;
  }
  .childLinkOne:hover .childLinkOne_more span:nth-child(2) {
    display: none;
  }
  .yiqingStatusNew .left {
    width: 100%;
  }
  .yiqingStatusNew .left .desc {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .yiqingStatusNew .right {
    float: none;
    text-align: center;
  }
  .yiqingStatusNew .status-box {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .yiqingStatusTab {
    display: block;
    text-align: center;
  }
  .yiqingStatusTab a {
    width: 111px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    font-size: 15px;
  }
  .yiqingStatusTab a + a {
    margin-left: 12px;
  }
  .module-container.kygongjuji {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .zhenfuPagTab {
    float: none;
    font-size: 0;
    text-align: center;
  }
  .zhenfuPagTab a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 13px;
  }
  .zhenfuPagTab a i {
    display: none;
  }
  .zhenfuPagTab a + a {
    margin-left: 10px;
  }
  .zhenfuPagConts {
    float: none;
    width: auto;
    margin-left: 0;
    display: block;
  }
  .zhenfuPagContOne {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    border: none;
    margin-top: 20px;
  }
  .zhenfuPagContOne_title {
    line-height: 25px;
    font-size: 18px;
  }
  .zhenfuPagContOne_p {
    height: auto;
    font-size: 14px;
    margin-top: 13px;
  }
  .zhenfuPagContOne_btn {
    margin-top: 13px;
  }
  .module-container.banner {
    padding-bottom: 25px;
  }
  .module-container.zhengfuPageTabParent {
    padding-bottom: 25px;
  }
  .fgfcSearchParent {
    margin-top: -50px;
    margin-bottom: 14px;
  }
  .fgfcSearchParent .module-content {
    overflow: visible;
  }
  .fgfcSearchTab {
    height: 30px;
    line-height: 19px;
    font-size: 14px;
  }
  .fgfcSearchTab label {
    padding: 0 10px;
  }
  .fgfcSearchTab label:nth-child(n+4)::before {
    height: 16px;
    margin-top: -8px;
  }
  .fgfcSearchBox {
    height: 35px;
    line-height: 35px;
  }
  .fgfcSearchBox input {
    float: left;
    width: 89.85%;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 35px;
  }
  .fgfcSearchBox_clearBtn {
    right: 10.15%;
    width: 35px;
    background-image: url(../../images/activity_events/yiqing/yiqing_close_m.png);
    background-size: 15px auto;
  }
  .fgfcSearchBox_searchBtn {
    width: 10.15%;
    background-image: url(../../images/activity_events/yiqing/yiqing_search_m.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0057ff;
    background-size: 15px auto;
  }
  .fgfcSearchBox_searchBtn::before {
    content: "";
  }
  .fgfcSearchResult {
    width: 89.85%;
  }
  .fgfcSearchResult_one {
    line-height: 35px;
  }
  .fgfcSearchResult_one div {
    padding: 0 10px;
  }
  .fgfcSearchResult_one div + div::before {
    height: 10px;
    margin-top: -5px;
  }
}

@media (max-width: 400px) {
  .feature-box a {
    width: 30%;
  }
  .feature-box.five {
    padding-left: 0;
    padding-right: 0;
  }
  .feature-box.five a {
    width: 30%;
  }
  .status-box > div dl dt {
    font-size: 24px;
  }
  .status-box > div dl dd {
    margin-top: 0;
  }
  .card-box .card ul.mobileBig .s:nth-child(2n) {
    width: 54%;
    margin-left: 4%;
  }
  .card-box .card ul.mobileBig .l:nth-child(2n) {
    width: 54%;
    margin-left: 4%;
  }
  .card-box .card ul.mobileBig .l:last-child {
    width: 62%;
  }
  .card-box .card.newCard .info-form {
    width: 80%;
  }
}
