@charset "UTF-8";
.banner .banner_info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
  .banner .banner_info .box {
    width: 1200px;
    margin: 0 auto; }
    .banner .banner_info .box .title {
      font-size: 45px; }
  .banner .banner_info .btn {
    width: 150px;
    padding: 10px;
    font-size: 20px;
    border-radius: 30px;
    border: 1px solid; }

.model .model2 .wrap .right-txt {
  padding-left: 60px; }
.model .model2 .wrap .left-txt {
  padding-left: 157.5px; }
.model .model2 .wrap .box {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box; }
  .model .model2 .wrap .box img {
    /**max-width: 400px; }**/
	max-width: 600px; }
  .model .model2 .wrap .box .option {
    padding: 12px 20px;
    font-size: 18px; }
    .model .model2 .wrap .box .option-title {
	  position:relative;
      padding: 12px 20px;
      line-height: 25px;
      font-size: 18px; }
    .model .model2 .wrap .box .option-title::after {
      content: '';
      height: 100%;
      border-right: 1px solid #2ba44e;
      position: absolute;
      right: 4px;
      top: 0; 
	  }
    .model .model2 .wrap .box .option-title::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #2ba44e;
      position: absolute;
      top: 40%;
      right: 0; }
    .model .model2 .wrap .box .option::before {
      content: '';
      height: 100%;
      border-left: 1px solid #2ba44e;
      position: absolute;
      left: 4px;
      top: 0; }
    .model .model2 .wrap .box .option::after {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #2ba44e;
      position: absolute;
      top: 40%;
      left: 0; }
  .model .model2 .wrap .box .btn {
    width: 125px;
    padding: 10px;
    font-size: 20px;
    border-radius: 30px;
    border: 1px solid; }
.model .model3 .wrap .box {
  width: 24%;
  border-right: 1px solid #fff; }
  .model .model3 .wrap .box:last-child {
    border-right: none; }
  .model .model3 .wrap .box .icon {
    width: 50px; }
  .model .model3 .wrap .box .num {
    font-size: 40px; }
  .model .model3 .wrap .box .text {
    font-size: 18px;
    color: #cdcdcd; }
.model .model4 .wrap .box {
  padding: 20px 30px;
  box-sizing: border-box;
  min-height: 180px;
  min-width: 170px;
  border-radius: 5px;
  transition: .2s; }
  .model .model4 .wrap .box .icon {
    width: auto;
    height: 45px; }
  .model .model4 .wrap .box:hover {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transition: .2s; }
.model .model5 .wrap .box {
  padding: 30px 40px;
  border-radius: 5px;
  transition: .2s; }
  .model .model5 .wrap .box .icon_wrap {
    padding: 25px;
    background-color: #f8f8f8;
    border-radius: 50%;
    transition: .2s; }
  .model .model5 .wrap .box .icon {
    width: 38px; }
  .model .model5 .wrap .box:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    transition: .2s; }
    .model .model5 .wrap .box:hover .icon_wrap {
      transform: rotateY(180deg);
      transition: .2s; }
.model .model6 .wrap .box {
  width: 30%;
  margin-right: 5%;
  border-radius: 6px;
  overflow: hidden; }
  .model .model6 .wrap .box:last-child {
    margin-right: 0; }
  .model .model6 .wrap .box:hover .introduce {
    top: 0;
    transition: .3s; }
  .model .model6 .wrap .box .introduce {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    transition: .3s; }
    .model .model6 .wrap .box .introduce .logo {
      width: 50%;
      margin-bottom: 50px; }
    .model .model6 .wrap .box .introduce .text {
      overflow-y: auto;
      height: 70%;
      text-overflow: ellipsis;
      /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
      /*定义滚动条轨道 内阴影+圆角*/
      /*定义滑块 内阴影+圆角*/ }
      .model .model6 .wrap .box .introduce .text::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: transparent; }
      .model .model6 .wrap .box .introduce .text::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px transparent;
        border-radius: 10px;
        background-color: transparent; }
      .model .model6 .wrap .box .introduce .text::-webkit-scrollbar-thumb {
        border-radius: 10px;
        opacity: .7;
        background-color: transparent; }
.model .model6 .btn {
  width: 150px;
  padding: 10px;
  font-size: 20px;
  border-radius: 30px;
  border: 1px solid; }
.model .model7 .wrap .box {
  width: 150px; }
  .model .model7 .wrap .box .icon {
    width: 60px; }
.model .model7 .contact_form input {
  width: 335px;
  padding: 18px;
  border: none; }
.model .model7 .contact_form .btn {
  width: 150px;
  padding: 10px;
  font-size: 20px;
  border-radius: 30px;
  border: 1px solid; }

.company_data {
  background-image: url("../images/product/bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.contact {
  background-image: url("../images/product/footer.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

/*# sourceMappingURL=product.css.map */
