@charset "UTF-8";
.position {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.page {
  width: 100%;
  float: left;
  margin-top: 30px;
  padding-bottom: 60px;
}
.page .menu li {
  float: left;
}
.page .menu li a {
  display: inline-block;
  line-height: 36px;
  padding: 0 30px;
}
.page .menu .on {
  background: #0500ff;
}
.page .menu .on a {
  color: #fff;
}
.page .about_content {
  float: left;
  width: 100%;
  margin-top: 20px;
  line-height: 1.8;
}
.page .about_content img {
  max-width: 100%;
}
.page .popimg-con .popimg-box {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.page .popimg-con .popimg-box ul li {
  width: 25%;
  padding-left: 10px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.page .popimg-con .popimg-box ul li img {
  border: 1px solid #ccc;
  width: 100%;
}
.page .popimg-con .popimg-box ul li .title {
  margin-top: 5px;
  font-size: 14px;
}
.page .popimg-con .popimg-box ul li:hover img {
  border: 1px solid #0500ff;
}
.page .popimg-con .product-big-img {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  min-height: 1024px;
  display: none;
}
.page .popimg-con .product-big-img .productclose {
  background: #fff;
  position: fixed;
  z-index: 9999;
  line-height: 40px;
  left: 50%;
  bottom: 40px;
  width: 50px;
  height: 40px;
  margin: 0 0 0 -25px;
  color: #000;
  border: 2px solid #333;
  font-size: 15px;
  cursor: pointer;
}
.page .popimg-con .product-big-img .productclose:hover {
  background: #1766ba;
  color: #fff;
}
.page .popimg-con .product-big-img1 {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  min-height: 1024px;
  display: none;
}
.page .popimg-con .product-big-img1 .productclose {
  background: #fff;
  position: fixed;
  z-index: 9999;
  line-height: 40px;
  left: 50%;
  bottom: 40px;
  width: 50px;
  height: 40px;
  margin: 0 0 0 -25px;
  color: #000;
  border: 2px solid #333;
  font-size: 15px;
  cursor: pointer;
}
.page .popimg-con .product-big-img1 .productclose:hover {
  background: #1766ba;
  color: #fff;
}
.page .popimg-con .productArrow {
  position: fixed;
  width: 100%;
  line-height: 50px;
  top: 50%;
  height: 50px;
  margin: -25px 0 0 0;
  z-index: 9998;
}
.page .popimg-con .productArrow .fl {
  float: left;
  line-height: 50px;
  color: #000;
  font-size: 30px;
  width: 50px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.page .popimg-con .productArrow .fr {
  float: right;
  line-height: 50px;
  color: #000;
  font-size: 30px;
  width: 50px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.page .popimg-con .productArrow .fl:hover {
  background: #1766ba;
  color: #fff;
}
.page .popimg-con .productArrow .fr:hover {
  background: #1766ba;
  color: #fff;
}
.page .contact_content {
  width: 100%;
  float: left;
}
.page .contact_content ul li {
  width: 100%;
  float: left;
  padding: 30px 0;
  border-bottom: 1px dotted #ccc;
}
.page .message_content {
  float: left;
  border: 1px solid #ccc;
  padding: 30px 0;
  width: 100%;
  margin-top: 30px;
  background: url(../images/r1-orderform-1-bg.jpg) bottom no-repeat;
}
.page .message_content .form {
  float: left;
  margin-left: 150px;
}
.page .message_content .u_input {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.page .message_content .u_input .name {
  float: left;
  width: 100px;
  text-align: right;
  line-height: 30px;
}
.page .message_content .u_input .name em {
  color: #ff0000;
}
.page .message_content .u_input input {
  float: left;
  margin-left: 10px;
  line-height: 30px;
  width: 600px;
  padding: 0 10px;
}
.page .message_content .u_input textarea {
  float: left;
  margin-left: 10px;
  width: 600px;
  height: 150px;
}
.page .message_content .u_but {
  margin-left: 110px;
  margin-top: 10px;
}
.page .message_content .u_but button {
  background: #0500ff;
  padding: 0 40px;
  border: 0;
  line-height: 30px;
  color: #fff;
}

.Mask {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  z-index: 10000;
  display: none;
}

@media screen and (max-width: 769px) {
  .ss {
    display: none;
  }

  .position {
    font-size: 12px;
    padding: 10px;
  }

  .dy_wc .cd_lb {
    padding: 0 10px;
  }
  .dy_wc .cd_lb li {
    width: 33.3333%;
    padding: 5px;
  }
  .dy_wc .cd_lb li a {
    display: block;
    border: 1px solid #ccc;
    padding: 0px;
    text-align: center;
  }
  .dy_wc .gywm_wc {
    line-height: 1.8;
    padding: 0 10px;
  }
  .dy_wc .popimg-con .popimg-box ul li {
    width: 50%;
    padding: 0 5px;
  }
  .dy_wc .lxwm_wc {
    padding: 0 10px;
  }
  .dy_wc .ly_wc .form {
    float: left;
    margin-left: 20px;
  }
  .dy_wc .ly_wc .input {
    width: 100%;
    float: left;
    margin: 5px 0;
  }
  .dy_wc .ly_wc .input .name {
    float: left;
    width: 80px;
    text-align: right;
    line-height: 30px;
  }
  .dy_wc .ly_wc .input .name em {
    color: #ff0000;
  }
  .dy_wc .ly_wc .input input {
    float: left;
    margin-left: 10px;
    line-height: 30px;
    width: 200px;
    padding: 0 10px;
  }
  .dy_wc .ly_wc .input textarea {
    float: left;
    margin-left: 10px;
    width: 200px;
    height: 150px;
  }
  .dy_wc .ly_wc .but {
    margin-left: 90px;
    margin-top: 10px;
  }
  .dy_wc .ly_wc .but button {
    background: #0500ff;
    padding: 0 40px;
    border: 0;
    line-height: 30px;
    color: #fff;
  }
}
/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=about.css.map */
