
.product {
  width: 100%;
  min-height: 700px;
  float: left;
  position: absolute;
  padding: 50px;
}
.product:after {
  content: '';
  position: absolute;
  left: 0;
  top: 90px;
  width: 80%;
  left: 10%;
  height: 330px;
  background: #ffb901;
}
.product .wid {
  position: relative;
  z-index: 9999;
}
.product .product-intr {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 110px;
  background-color:white;
}
.product .product-intr .product-intr-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product .product-intr .product-intr-img {
  width: 200px;
  position: relative;
  margin-top: 17px;
  z-index: 9999999999999;
}
.product .product-intr .product-intr-img img {
  width: 100%;
}
.product .product-intr .product-intr-col {
  width: calc(100% - 380px);
  padding-left: 36px;
}
.product .product-intr .product-intr-col .product-intr-tit {
  width: 100%;
  line-height: 80px;
  font-size: 44px;
  color: #333;
}
.product .product-intr .product-intr-col .product-intr-txt {
  width: 100%;
  padding-top: 50px;
}
.product .product-intr .product-intr-col .product-intr-txt h5 {
  line-height: 54px;
  font-size: 22px;
  color: #fff;
}
.product .product-intr .product-intr-col .product-intr-txt p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding-top: 10px;
  text-align: justify;
}
.product .product-intr .product-intr-col .product-intr-score {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product .product-intr .product-intr-list {
  width: 100%;
  min-height: 100px;
  float: left;
  padding: 0 60px;
  padding-top: 56px;
}
.product .product-intr .product-intr-list ul {
  width: 100%;
}
.product .product-intr .product-intr-list ul li {
  width: 33.3%;
  min-height: 100px;
  padding: 0 45px;
  padding-top: 45px;
  padding-bottom: 40px;
}
.product .product-intr .product-intr-list ul li .product-intr-ico {
  width: 100%;
  height: 78px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product .product-intr .product-intr-list ul li .product-intr-txt {
  width: 100%;
}
.product .product-intr .product-intr-list ul li .product-intr-txt h5 {
  line-height: 50px;
  font-size: 18px;
  color: #333;
}
.product .product-intr .product-intr-list ul li .product-intr-txt p {
  line-height: 26px;
  font-size: 15px;
}
.product .product-intr .product-intr-list ul li .product-intr-txt p span {
  display: block;
  color: #777;
}
.product .product-intr .product-intr-list ul li .product-intr-txt h6 {
  margin: 0;
}
.product .product-intr .product-intr-list ul li .product-intr-txt h6 a {
  color: #ffb901;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product .product-intr .product-intr-list ul li .product-intr-txt h6 a img {
  margin-left: 5px;
}
.product .product-intr .product-intr-list ul li:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.07);
}
.product .product-list {
  width: 100%;
  float: left;
  padding-top: 100px;
}
.product .product-list .product-list-title {
  width: 100%;
  text-align: center;
  line-height: 100px;
  font-size: 44px;
}
.product .product-list .product-list-data {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #555;
}
.product .product-list .product-list-data label {
  margin: 0 20px;
  font-weight: normal;
}
.product .product-list .product-list-data select {
  width: 154px;
  height: 36px;
  border: .5px solid #dadada;
  margin: 0 20px;
}
.product .product-list .product-list-data button {
  width: 120px;
  height: 36px;
  border: 2px solid #ffb901;
  background: none;
  color: #ffb901;
  margin: 0 20px;
}
.product .product-list .product-list-col {
  width: 100%;
  min-height: 100px;
  float: left;
  padding: 20px 0;
}
.product .product-list .product-list-col .product-list-box {
  width: 100%;
  min-height: 300px;
  margin-bottom: 20px;
  background-color: #d0d0d0;
  overflow: hidden;
}
.product .product-list .product-list-col .product-list-box img {
  width: 100%;
  height: 100%;
}
.product .product-list .product-list-col .product-list-box:hover img {
  transform: scale(1.1, 1.1);
}
.regedit {
  width: 100%;
  max-width: 900px;
  min-height: 100px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  display: table;
  top: 50%;
  margin-top: -245px;
}
.regedit .regedit-title {
  width: 100%;
  line-height: 66px;
  padding-top: 12px;
  text-align: center;
  font-size: 28px;
  color: #333;
}
.regedit .regedit-col {
  width: 100%;
  min-height: 100px;
  padding: 0 15px;
  padding-bottom: 20px;
  float: left;
}
.regedit .regedit-col .regedit-form {
  width: 100%;
  position: relative;
  float: left;
}
.regedit .regedit-col .regedit-form:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: .5px;
  height: 100%;
  background-color: #d3d3d3;
}
.regedit .regedit-col .regedit-form-box {
  width: 100%;
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  float: left;
}
.regedit .regedit-col .regedit-form-box .regedit-form-label {
  width: 116px;
  height: 50px;
  float: left;
  text-align: right;
  line-height: 50px;
  font-size: 15px;
  color: #777;
}
.regedit .regedit-col .regedit-form-box .regedit-form-input {
  width: calc(100% - 116px);
  padding-left: 20px;
}
.regedit .regedit-col .regedit-form-box .regedit-form-input input {
  width: 100%;
  max-width: 310px;
  height: 50px;
  border: .5px solid #dadada;
  padding: 0 10px;
  font-size: 15px;
}
.regedit .regedit-col .regedit-form-box .regedit-form-input button {
  width: 100%;
  height: 50px;
  border: 2px solid #ffb901;
  color: #ffb901;
  max-width: 310px;
  background: none;
}
.regedit .regedit-col .regedit-form-box .regedit-form-input h6 {
  margin: 0;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}
.regedit .regedit-col .regedit-form-box .regedit-form-input h6 input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  margin-right: 6px;
}
.regedit .regedit-col .regedit-form-box .regedit-form-input h6 label {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 0;
}
.form {
  width: 100%;
  min-height: 740px;
  background: url("../img/188aa2_1920x743.jpg") center;
  float: left;
  text-align: center;
}
.form .regedit-link {
  width: 100%;
  min-height: 100px;
}
.form .regedit-link .regedit-link-title {
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.form .regedit-link .regedit-link-col {
  width: 100%;
  padding: 30px 0;
}
.form .regedit-link .regedit-link-col ul {
  width: 100%;
}
.form .regedit-link .regedit-link-col ul li {
  width: 50%;
  margin: 20px 0;
}
.form .regedit-link .regedit-link-col ul li .regedit-link-img {
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form .regedit-link .regedit-link-col ul li .regedit-link-txt {
  text-align: center;
  color: #999;
  line-height: 20px;
}

@media screen and (min-width: 1240px) {
  .product-list-col .col-lg-2 {
    width: 20%;
  }
}
@media screen and (max-width: 1240px) {
  .head .head-col .head-logo {
    width: 300px;
    height: 100%;
    display: flex;
  }
  .head .head-col .head-logo img {
    max-width: 90%;
  }
  .head .head-col .head-menu {
    width: calc(100% - 300px);
  }
  .head .head-col .head-menu .head-menu-list ul li {
    width: 80px;
    height: 82px;
    padding: 20px 0;
    line-height: 42px;
  }
  .head .head-col {
    height: 80px;
  }
  .product .product-intr .product-intr-img {
    width: 20%;
  }
  .product .product-intr .product-intr-col {
    width: 75%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1080px) {
  .regedit {
    top: 150px;
    margin-top: 0;
  }
  .head {
    display: none;
  }
  .head .head-col .head-menu .head-menu-list ul li {
    font-size: 13px;
    width: 68px;
  }
  .head .head-col .head-logo {
    width: 220px;
  }
  .head .head-col .head-menu {
    width: calc(100% - 220px);
  }
  .footer .footer-cont ul li .footer-cont-txt {
    font-size: 14px;
  }
  .introduce .introduce-list ul li {
    width: 50%;
  }
  .introduce .introduce-list ul li:nth-child(2),
  .introduce .introduce-list ul li:nth-child(3) {
    background-color: #eee;
  }
  .introduce .introduce-list ul li:nth-child(2) .introduce-txt h5 a,
  .introduce .introduce-list ul li:nth-child(3) .introduce-txt h5 a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAgCAIAAABl4DQWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU3QjQzRjg0ODkyRTExRUFCNzEzQzRDQzM1M0YyRkREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU3QjQzRjg1ODkyRTExRUFCNzEzQzRDQzM1M0YyRkREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTdCNDNGODI4OTJFMTFFQUI3MTNDNENDMzUzRjJGREQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTdCNDNGODM4OTJFMTFFQUI3MTNDNENDMzUzRjJGREQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4BzE88AAAAYklEQVR42mL8v5ORgWaAiYGWYNT0UdOHtOlmhxisLo6GzMg2nQWnjP5KLILcGgyMrNilLoaTYjqfMRZBZh6Qd7FKYQOMpNUewPTOws9wTH80zYyaTiPAONqeGTV9BJkOEGAAW+gNFEj1WHYAAAAASUVORK5CYII=) center no-repeat;
  }
  .culture .culture-list ul li {
    width: 100%;
  }
  .culture .culture-list ul li .culture-list-img img {
    height: auto;
  }
  .footer .footer-cont {
    padding: 20px 0;
  }
  .footer .footer-cont ul li {
    width: 100%;
    padding: 10px 0;
  }
  .footer .footer-cont ul li:nth-child(2),
  .footer .footer-cont ul li:nth-child(3) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .news .news-col .news-list {
    width: 100%;
    padding-bottom: 30px;
  }
  .head-wap.visible-xs {
    display: flex !important;
  }
  .company .company-col .company-content .company-intr {
    padding-right: 0;
  }
  .company .company-col {
    margin-top: 0;
  }
  .company {
    padding-bottom: 30px;
  }
  .inform .inform-col {
    padding: 35px 10px;
    box-shadow: initial;
    margin-top: 0;
  }
  .inform .inform-col .inform-cont .inform-list ul li {
    width: 100%;
    padding: 20px;
  }
  .inform .inform-col .inform-cont .inform-list ul li:nth-child(2) {
    display: flex;
    justify-content: flex-start;
  }
  .inform .inform-col .inform-cont .inform-list ul li:nth-child(3) {
    display: flex;
    justify-content: flex-start;
  }
  .inform {
    margin-bottom: 0;
  }
  .product .product-intr .product-intr-list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 875px) {
  .list {
    padding-top: 20px;
  }
  .list .list-col {
    padding: 20px 20px;
  }
  .list .list-col ul li {
    width: 50%;
  }
  .news .news-col .news-list .news-list-col {
    padding: 20px 30px;
    min-height: initial;
  }
  .news {
    padding-bottom: 0;
  }
  .news .news-col .news-list .news-list-more {
    text-align: center;
  }
  .news .news-col .news-list .news-list-more a {
    width: 80%;
    float: none;
  }
  .news .news-col {
    padding: 0;
  }
  .footer .footer-copyright {
    padding: 10px 0;
  }
  .head .head-col .head-menu .head-menu-sea {
    display: none;
  }
  .head .head-col .head-menu .head-menu-list {
    width: 100%;
  }
}
@media screen and (max-width: 825px) {
  .footer .wid {
    padding: 0 20px;
  }
  .join a {
    margin-right: 10px;
  }
  .company .company-col .company-content .company-title {
    padding-top: 20px;
  }
  .product .product-intr {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .product .product-intr .product-intr-img {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    padding-bottom: 0;
  }
  .product .product-intr .product-intr-img img {
    width: 50%;
  }
  .product .product-intr .product-intr-col {
    padding-left: 0;
    width: 100%;
  }
  .product .product-intr .product-intr-content {
    display: initial;
  }
  .product .product-intr .product-intr-col .product-intr-tit {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
  }
  .product .product-intr .product-intr-col .product-intr-txt {
    padding-top: 0;
    padding: 0 20px;
  }
  .product .product-intr .product-intr-col .product-intr-txt h5 {
    line-height: 30px;
    font-size: 16px;
  }
  .product .product-intr .product-intr-col .product-intr-txt p {
    font-size: 13px;
    line-height: 20px;
  }
  .product .product-intr .product-intr-col .product-intr-score {
    padding: 0 20px;
  }
  .product .product-intr .product-intr-list {
    padding: 0;
  }
  .product .product-intr .product-intr-list ul li:nth-child(2) {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.07);
  }
  .product .product-list .product-list-col .product-list-box {
    min-height: 220px;
  }
  .regedit {
    top: 0px;
    left: 0;
    margin-left: initial;
    margin-top: 0;
    margin-top: 80px;
  }
  .regedit .regedit-col .regedit-form-box .regedit-form-label {
    width: 82px;
  }
  .regedit .regedit-col .regedit-form-box .regedit-form-input {
    width: calc(100% - 82px);
  }
  .form .regedit-link .regedit-link-col {
    padding: 0;
  }
  .form .regedit-link .regedit-link-col ul li {
    margin: 0;
    width: 25%;
  }
}
