@charset "utf-8";


/* 组件样式 */
#std_copy_1400_001 {
  font-size: 16px;
}

.std_copy_1400_001 {
  padding-top: 50px;
  padding-bottom: 90px;
  background: url(../images/scy1401-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.std_copy_1400_001::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  opacity: 1;
  background: #21A382;
  left: 0;
  top: 0;
}

/* 版心宽度 */
.scy1401-wid {
  max-width: 1400px;
  margin: 0 auto;
}

.scy1401-lk ul {
  text-align: center;
}

.scy1401-lk ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2%;
}

.scy1401-lk ul li .ico {
  height: 48px;
}

.scy1401-lk ul li a {
  display: block;
  width: 130px;
  height: 94px;
  margin: 0 auto;
  padding-top: 10px;
}

.scy1401-lk ul li a:hover {

  background: url(../images/scy1401-lkbg.png) no-repeat;
  background-size: 100% 100%;
}

.scy1401-lk ul li a p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #FFFFFF;
}


.scy1401-bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 66px;
}

.scy1401-lx p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #FFFFFF;
  display: block;
}

.scy1401-bq {
  padding-left: 50px;
  display: block;
}

.scy1401-mid {
  text-align: center;
}

.scy1401-mt>div {
  width: 41px;
  height: 41px;
  display: inline-block;
  margin: 8px;
  cursor: pointer;
  position: relative;
}

.scy1401-mt>div.wx {
  background: url(../images/scy1401-wx.png) no-repeat;
  background-size: 100% 100%;
}

.scy1401-mt>div.wb {
  background: url(../images/scy1401-wb.png) no-repeat;
  background-size: 100% 100%;
}

.scy1401-mt>div img {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  bottom: 150%;
  transform: translateX(-50%);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.scy1401-mt>div:hover img {
  bottom: 120%;
  visibility: visible;
  opacity: 1;
}

.scy1401-lj p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0em;
  color: #FFFFFF;
  background: url(../images/scy1401-jt.png) no-repeat right top;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scy1401-lj>div {
  border-radius: 5px;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #757575;
  padding: 8px 20px;
  width: 254px;
  margin-top: 15px;
  position: relative;
  z-index: 9;
}

.scy1401-lj>div .lj-box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 120%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding: 10px;

  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.scy1401-lj>div .lj-box a {
  display: block;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scy1401-lj>div .lj-box a:hover {
  opacity: 0.8;
}

.scy1401-lj>div:hover .lj-box {
  bottom: 100%;

  opacity: 1;
  visibility: visible;
}


#std_copy_1400_001 .chg_90 p {
  color: #ffffff;
}

#std_copy_1400_001 .chg_92_png_bg li a:hover {
  background: url(../images/scy1401-lkbg.png) no-repeat;
  background-size: 100% 100%;
}

#std_copy_1400_001 .chg_02::after {
  background: #21A382;
}

#std_copy_1400_001 .chg_05 p {
  color: #ffffff;
}

#std_copy_1400_001 .chg_06 p {
  color: #ffffff;
}

.scy1401-bq {
  background: url(../images/scy1401-bq.png) no-repeat left center;
}

#std_copy_1400_001 .chg_06_png_bg .scy1401-bq {
  background: url(../images/scy1401-bq.png) no-repeat left center;
}

#std_copy_1400_001 .chg_17_png_bg {
  background: url(../images/scy1401-wx.png) no-repeat;
  background-size: 100% 100%;
}

#std_copy_1400_001 .chg_15_png_bg {
  background: url(../images/scy1401-wb.png) no-repeat;
  background-size: 100% 100%;
}

#std_copy_1400_001 .chg_09 {
  color: #ffffff;
}

#std_copy_1400_001 .chg_11>div {
  border: 1px solid #757575;
  border-radius: 5px;
}
#std_copy_1400_001 .chg_01_png_bg{
  background: url(../images/scy1401-bg.jpg) no-repeat;
  background-size: cover;
}















@media screen and (max-width: 1400px) {
  .scy1401-wid {
    padding-left: 15px;
    padding-right: 15px;
  }


}

@media screen and (max-width: 1024px) {
  .scy1401-bot>div {
    width: 100%;
    text-align: center;
  }

  .scy1401-bot>div {
    margin: 10px 0;
  }

  .scy1401-lj>div {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .scy1401-bq {
    display: inline-block;
  }

  .std_copy_1400_001 {
    padding: 30px 0;
  }

  .scy1401-bot {
    margin-top: 10px;
  }

  .scy1401-motto img,
  .scy1401-lg img {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .scy1401-lx p {
    font-size: 14px !important;
  }
}