img {
  display: block;
  width: 100%;
  height: 100%;
}
a {
  display: block;
  text-decoration: none;
  color: #333;
}
.pc-block {
  width: 100%;
  min-width: 960px;
  overflow: auto;
}
.pc-block .header-block {
  width: 60%;
  margin: 0 auto;
  padding: 33px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-block .header-block .logo {
  /*width: 112px;*/
  height: auto;
  font-size: 30px;
}
.pc-block .header-block .nav-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 16px;
}
.pc-block .header-block .nav-block a {
  color: #333;
  cursor: pointer;
  width: 201px;
  text-align: center;
  border-right: 1px solid #dddddd;
}
.pc-block .header-block .nav-block a:last-child {
  border-right: none;
  width: 108px;
  text-align: right;
}
.pc-block .header-block .nav-block a:hover {
  color: #ff9400;
}
.pc-block .header-block .nav-block .active-item {
  color: #ff9400;
}
.pc-block .ads-block {
  width: 100%;
  background-color: #e1e1e1;
  position: relative;
}
.pc-block .ads-block .join-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 36px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-block .product-block {
  width: 60%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-block .product-block .product-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #6a6a6a;
  font-size: 14px;
  padding: 0 20px;
}
.pc-block .product-block .product-item:first-child {
  padding-left: 0;
}
.pc-block .product-block .product-item:last-child {
  padding-right: 0;
}
.pc-block .product-block .product-item .product-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.pc-block .product-block .product-item .product-img .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.3s linear;
}
.pc-block .product-block .product-item .product-img:hover .img-wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
.pc-block .info-block {
  width: 60%;
  margin: 0 auto;
}
.pc-block .info-block .info-item {
  text-align: center;
  font-size: 30px;
  color: #333333;
  padding-top: 139px;
  cursor: pointer;
}
.pc-block .info-block .info-item .title {
  margin-bottom: 24px;
}
.pc-block .info-block .info-item .subtitle {
  font-size: 20px;
  color: #6a6a6a;
  margin-bottom: 80px;
}
.pc-block .info-block .info-item .detail-img {
  position: relative;
  box-shadow: 0 0 5px #ddd;
  overflow: hidden;
}
.pc-block .info-block .info-item .detail-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  transform: scale3d(1, 1, 1);
}
.pc-block .info-block .info-item .detail-img .more::before,
.pc-block .info-block .info-item .detail-img .more::after {
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.pc-block .info-block .info-item .detail-img .more {
  display: none;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.pc-block .info-block .info-item .detail-img .more .button {
  position: relative;
  top: 20px;
  opacity: 0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.pc-block .info-block .info-item .detail-img .more .button:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 40%;
  text-align: center;
  margin: auto;
  width: 0;
  height: 2px;
}
.pc-block .info-block .info-item .detail-img:hover img {
  transform: scale3d(1.2, 1.2, 1);
}
.pc-block .info-block .info-item .detail-img:hover .more {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-block .info-block .info-item .detail-img:hover .more .button {
  width: 170px;
  height: 50px;
  border-radius: 8px;
  border: solid 2px #ffffff;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  opacity: 1;
  top: 0;
}
.pc-block .info-block .info-item .detail-img:hover .more .button:after {
  width: 50%;
}
.pc-block .info-block .info-item .detail-img:hover .more .button:active {
  top: 2px;
}
.pc-block .info-block .info-item .detail-img:hover .more .button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.pc-block .info-block .info-item .detail-img:hover .more .img {
  width: 16%;
}
.pc-block .concat-block {
  width: 60%;
  margin: 143px auto 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-block .concat-block .concat-item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #6a6a6a;
}
.pc-block .concat-block .concat-item .concat-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
}
.pc-block .concat-block .concat-item:first-child {
  padding-right: 129px;
  /*border-right: 1px solid #dddddd;*/
}
.pc-block .concat-block .concat-item:last-child {
  padding-left: 129px;
}
.pc-block .about-us-block {
  width: 60%;
  margin: 0 auto;
  font-size: 16px;
  color: #6a6a6a;
}
.pc-block .about-us-block .about-title {
  text-align: center;
  margin: 121px 0 30px 0;
  font-size: 30px;
  color: #333333;
}
.pc-block .about-us-block .about-subtitle {
  text-align: center;
  font-size: 14px;
  color: #6a6a6a;
  margin-bottom: 58px;
  margin-top: 9px;
}
.pc-block .about-us-block p {
  line-height: 35px;
  text-indent: 2em;
  padding: 5px 0;
}
.pc-block .about-us-block .about-img-block {
  width: 100%;
  height: auto;
  display: flex;
  margin: 50px 0 100px;
}
.pc-block .about-us-block .about-img-block img {
  width: 25%;
  margin-right: 4px;
}
.pc-block .about-us-block .about-img-block img:last-child {
  margin-right: 0;
}
.pc-block .footer-block {
  font-size: 14px;
  text-align: center;
  /*margin-bottom: 86px;*/
  padding: 25px 0;
  background-color: #eff3f6;
  color: #999;
  line-height: 20px;
  font-weight: 400;
}
.phone-block {
  width: 100%;
  overflow: auto;
  /*padding-bottom: 0.5rem;*/
}
.phone-block .header-block {
  width: 100%;
  padding: 0.17rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.phone-block .header-block .logo {
  width: 1.3rem;
  height: auto;
}
.phone-block .header-block .link-btn {
  width: 1.62rem;
  height: 0.56rem;
  background-color: #91d100;
  border-radius: 28px;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.56rem;
}
.phone-block .img-item {
  width: 100%;
  margin-bottom: 6px;
  position: relative;
}
.phone-block .img-item .img-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.phone-block .img-item .img-detail .icon1 {
  width: 1.33rem;
  height: auto;
  margin-bottom: 0.52rem;
}
.phone-block .img-item .img-detail .title1 {
  font-size: 0.6rem;
  margin-bottom: 0.28rem;
}
.phone-block .img-item .img-detail .title2 {
  font-size: 0.32rem;
  margin-bottom: 0.66rem;
}
.phone-block .img-item .img-detail .title3 {
  font-size: 0.28rem;
  color: #ff9400;
}
.phone-block .img-item .img-detail .icon2 {
  width: 1.84rem;
}
.phone-block .concat-block {
  width: 100%;
  padding: 0.45rem 0.3rem;
}
.phone-block .concat-block .concat-item {
  padding: 0.64rem 0 0.57rem;
  width: 100%;
  border: solid 1px #ececf3;
  text-align: center;
  font-size: 0.36rem;
  color: #333333;
}
.phone-block .concat-block .concat-item:first-child {
  margin-bottom: 0.45rem;
}
.phone-block .concat-block .concat-item .text {
  font-size: 0.3rem;
  color: #757575;
  margin-top: 0.44rem;
}
.phone-block .footer-block {
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.36rem;
  /*margin-bottom: 0.73rem;*/
  margin-top: 0.8rem;
  padding: 0.26rem 0;
  background-color: #eff3f6;
  color: #999;
  font-weight: 400;
}
.phone-block .about-header-block {
  width: 100%;
  padding: 0.17rem 0.3rem;
  text-align: center;
  font-size: 0.36rem;
  color: #333333;
  /*position: relative;*/
  display: flex;
  justify-content: center;
  align-content: center;
}
.phone-block .about-header-block .logo {
  width: 1rem;
  height: auto;
  font-size: 0.32rem;
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
}
.phone-block .about-header-block .back-btn {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: auto;
}
.phone-block .ads-block {
  width: 100%;
  background-color: #e1e1e1;
  position: relative;
}
.phone-block .ads-block .join-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0.36rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-block .about-main-content {
  padding: 0 0.35rem;
  font-size: 0.28rem;
  color: #333333;
}
.phone-block .about-main-content .about-title {
  font-size: 0.32rem;
  margin-top: 0.7rem;
  margin-bottom: 0.12rem;
}
.phone-block .about-main-content .about-subtitle {
  font-size: 0.16rem;
  color: #6a6a6a;
  margin-bottom: 0.44rem;
}
.phone-block .about-main-content .about-text {
  margin-bottom: 0.49rem;
  line-height: 0.4rem;
  color: #757575;
}
.phone-block .about-main-content img {
  width: 100%;
  height: auto;
  margin-bottom: 0.06rem;
}
.phone-block .m-concat-block {
  width: 100%;
  height: auto;
  margin-bottom: 0.06rem;
}
.phone-block .m-concat-block {
  width: 100%;
  height: auto;
  margin-top: 0.7rem;
  line-height: 0.4rem;
  color: #757575;
}
.phone-block .m-concat-block .concat-title {
  font-size: 0.32rem;
  margin-bottom: 0.12rem;
  color: #333333;
}
/*# sourceMappingURL=index.css.map */