@charset "utf-8";
/* CSS Document */

/* nyCustomer_main start */
.nyCustomer_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0;
}

.nyCustomer_main .nyCustomer_content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 20px;
}

.nyCustomer_content .nyCustomerCon_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 32px;
  color: #303030;
  font-size: 16px;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
}

.nyCustomerCon_text div,
.nyCustomerCon_text P {
  line-height: 28px !important;
  color: #303030 !important;
  font-size: 16px !important;
  font-family: DINMittelschrift, JosefinSansRegular,
    Arial,
    \5FAE\8F6F\96C5\9ED1,
    Microsoft Yahei,
    Helvetica,
    sans-serif !important;
  margin: 10px auto;
}

.nyCustomerCon_text div span,
.nyCustomerCon_text p span,
.nyCustomerCon_text span,
.nyCustomerCon_text div font,
.nyCustomerCon_text p font,
.nyCustomerCon_text font {
  line-height: 28px !important;
  color: #000000 !important;
  font-size: 16px !important;
  font-family: DINMittelschrift, JosefinSansRegular,
    Arial,
    \5FAE\8F6F\96C5\9ED1,
    Microsoft Yahei,
    Helvetica,
    sans-serif !important;
}

.nyCustomerCon_text div b,
.nyCustomerCon_text P b {
  color: #000000 !important;
  font-weight: normal;
}

.nyCustomerCon_text div b,
.nyCustomerCon_text P b,
.nyCustomerCon_text b {
  display: inline-block;
  font-size: 22px;
  margin: 20px auto 0;
}

.nyDownDetail_btn {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.nyDownDetail_btn a {
  display: block;
  width: 220px;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #002780;
  margin: 20px auto;
}

.nyDownDetail_btn a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(../images/down_ico5.png) center center no-repeat;
  background-size: 24px 24px;
}

.nyDownDetail_btn a:hover {
  background-color: #f29600;
}

/* nyCustomer_main end */