/****************产品类型***********************/
a, article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0px;
    padding: 0px;
}
.product-details-list *,.product-details-list  *:before,.product-details-list  *:after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
.product-details {
  width: 100%;
  background: #EFF1F4;
padding-top: 10px;	
  padding-bottom: 50px;
}
.all-in {
    width: 1180px;
	margin: 0 auto;
}
.de-in {
    width: 1100px;
	margin: 0 auto;
    overflow: hidden;	
}
.product-details .product-details-con {
  margin: 0 auto;
}

.product-details .product-details-con .product-details-list {
  width: 100%;
  margin-bottom: 32px;
}
.product-details .product-details-con .product-details-list ul {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-details .product-details-con .product-details-list ul li {
	  float: left;
	  width: 32.727272%;
	  height: 450px;
	  margin-right: 10px;
	  background: #fff;
	  position: relative;
	  transition: all 0.5s;
	  z-index: 399;
	  margin-bottom: 10px;
}
.product-details .product-details-con .product-details-list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.product-details .product-details-con .product-details-list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 27px;
  transition: all 0.5s;
  position: relative;
}
.product-details .product-details-con .product-details-list ul li a:hover {
  -webkit-box-shadow: 0 5px 10px rgb(3 156 125);
  -moz-box-shadow: 0 5px 10px rgb(3 156 125);
  box-shadow: 0 1px 6px rgb(3 156 125);
}
.product-details .product-details-con .product-details-list ul li a:hover .the-details-top img {
  top: 65%;
}
.product-details .product-details-con .product-details-list ul li a .the-details-top {
  width: 100%;
  height: 55%;
  position: relative;
}
.product-details .product-details-con .product-details-list ul li a .the-details-top .product-label {
  background: #039c7d;
  border: 1px solid #039c7d;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 32px;
padding: 8px 12px;
}
.product-details .product-details-con .product-details-list ul li a .the-details-top img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 245px;
  transition: all 0.5s;
}
.product-details .product-details-con .product-details-list ul li a .the-details-bottom {
  width: 100%;
  height: 40%;
  text-align: center;
}
.product-details .product-details-con .product-details-list ul li a .the-details-bottom h1 {
  margin-top: 32px;
  font-size: 23px;
  color: #303233;
  font-weight: bold;
}
.product-details .product-details-con .product-details-list ul li a .the-details-bottom h6 {
  font-size: 15px;
  color: #525252;
  margin-top: 9px;
  font-weight: 500;
}
.product-details .product-details-con .product-details-list ul li a .the-details-bottom p {
  display: inline-block;
  font-size: 15px;
  margin-top: 24px;
  color: #039c7d;
  font-weight: bold;
}
.product-details .product-details-con .product-details-list ul li a .the-details-bottom p:hover {
  text-decoration: underline;
}
.product-details .product-details-con .product-details-list ul li a .the-details-bottom span {
  display: inline-block;
  font-size: 15px;
  color: #008970;
  margin-left: 5px;
}
.product-details .product-details-con .product-details-list ul li a .control-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  opacity: 0;
  background: #303233;
}
.product-details .product-details-con .product-details-list ul li a .control-video .the-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.product-details .product-details-con .product-details-list ul li a .control-video .control {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.product-details .product-details-con .product-details-list ul li a .control-video .control .progress {
  width: 60%;
  height: 5px;
  border-radius: 15px;
  background: #fafafa;
  position: absolute;
  left: 31px;
  top: 60%;
  transform: translateY(-50%);
  overflow: hidden;
}
.product-details .product-details-con .product-details-list ul li a .control-video .control .progress .line {
  width: 0px;
  height: 100%;
  background: #008970;
}
.product-details .product-details-con .product-details-list ul li a .control-video .control .time {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.product-details .product-details-con .product-details-list ul li a .control-video .control .time .current-time {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 30px;
  font-size: 14px;
}
.product-details .product-details-con .product-details-list ul li .btn {
  width: 25px;
  height: 25px;
  background: url("/assets/images/icon/clipboard.svg") no-repeat center center / cover;
  position: absolute;
  z-index: 9;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s;
}
.product-details .product-details-con .product-details-list ul li .btn:hover {
  opacity: 1;
}
.navigation-title p{
	width: 418px;
    text-align: center;
    margin: 0 auto;
}
.navigation-title p a{
	display: block;
    background: #039c7d;
    font-size: 18px;
    margin-top: 10px;
    padding: 6px;
    color: #fff;
	cursor: pointer;
}

/****************产品细节***********************/

.navigation-head {
  	width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}
.navigation-head .navigation-title {
  	width: 100%;
	text-align: center;
}
.navigation-head .navigation-title h1 {
	line-height: 30px;
    font-size: 30px;
    color: #333333;
    margin: 20px 0;
}
/****************弹窗关闭***********************/
.layer-close {
    width: 53px;
    height: 53px;
    position: fixed;
    background: #008970;
    top: 34px;
    z-index: 19999999;
    cursor: pointer;
    display: none;
}
.layer-close p {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    color: #fff;
}

/****************产品详情***********************/
.product-mask {
  width: 100%;
  background: #EFF1F4;
  padding-bottom: 32px;
}
.product-mask .product-mask-con {
  margin: 0 auto;
  overflow: hidden;
}
.product-mask .product-mask-con .details-con {
  width: 100%;
  overflow: hidden;
}
.product-mask .product-mask-con .details-con .details-con-left {
  width: 325px;
  padding: 24px;
  background: #fff;
  position: fixed;
}
.product-mask .product-mask-con .details-con .details-con-left ul {
  width: 100%;
  position: relative;
}
.product-mask .product-mask-con .details-con .details-con-left ul li {
  width: 100%;
  border-bottom: 1px solid #008970;
}
.product-mask .product-mask-con .details-con .details-con-left ul li > * {
  width: 100%;
}
.product-mask .product-mask-con .details-con .details-con-left ul li img {
  width: 91%;
}
.product-mask .product-mask-con .details-con .details-con-left ul li h1 {
  font-size: 22px;
  color: #008970;
  margin-bottom: 16px;
  margin-top: 8px;
}
.product-mask .product-mask-con .details-con .details-con-left ul li h6 {
  font-size: 15.12px;
  color: #008970;
  margin-top: -6px;
}
.product-mask .product-mask-con .details-con .details-con-left ul li p {
  font-size: 16px;
  color: #464646;
  font-weight: bold;
  margin: 16px 0;
}
.product-mask .product-mask-con .details-con .details-con-left ul li span {
  display: block;
  font-size: 15px;
  color: #6e6e6e;
  line-height: 25px;
}
.product-mask .product-mask-con .details-con .details-con-left ul li span:last-of-type {
  margin-bottom: 16px;
}
.product-mask .product-mask-con .details-con .details-con-left ul li button {
width: 120px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FF5F5F;
    margin: 0 8px;
    margin-bottom: 16px;
	color: #fff;
  text-align: center;
  line-height: 31.5px;
  font-size: 15px;
}

.product-mask .product-mask-con .details-con .details-con-left ul li input::-webkit-input-placeholder {
  color: #999;
  font-size: 12px;
}
.product-mask .product-mask-con .details-con .details-con-left ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 12px;
}
.product-mask .product-mask-con .details-con .details-con-left ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 12px;
}
.product-mask .product-mask-con .details-con .details-con-left ul li input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
  font-size: 12px;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-link {
  border-bottom: 1px solid #e9e9e9;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-link h1 {
  font-weight: bold;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-request {
  border-bottom: none;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-request h1 {
  color: #999;
  font-weight: 400;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-request .request-input {
  width: 90%;
  height: 31.5px;
  background: #FF5F5F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-request .request-input .request-input-left input {
  display: block;
  width: 138px;
  height: 30px;
  background: #fff;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border: none;
  margin-top: 0.8px;
  margin-left: 1px;
  padding: 0 10px;
  font-size: 12px;
  color: #999;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-request .request-input .request-input-right {
  width: 123px;
  height: 100%;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-request .request-input .request-input-right a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 31.5px;
  font-size: 15px;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-request p {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  margin: 5px;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-request h6 {
    font-size: 22px;
    color: #FF5F5F;
    font-weight: 700;
    margin: 8px 0;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-code {
  width: 100%;
  border-bottom: none;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-code ul {
  width: 100%;
  position: relative;
  overflow: hidden;
  clear: both;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-code ul li {
  float: left;
  width: 40%;
  position: relative;
  margin-top: 10px;
  border-bottom: none;
margin: 1% 4%;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-code ul li .code {
  width: 100%;
  height: 100%;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-code ul li .code img {
  width: 100%;
}
.product-mask .product-mask-con .details-con .details-con-left ul .the-code ul li .code h4 {
  font-size: 16px;
  font-weight: normal;
  color: #008970;
  text-align: center;
  margin-top: -6px;
}
.product-mask .product-mask-con .details-con .details-con-right {
  width: 775px;
}
.product-mask .product-mask-con .details-con .details-con-right img {
  width: 100%;
	vertical-align: middle;
}
.history-show {
  display: block!important;
}
.about-us {
  width: 100%;
}
.about-us .about-us-in {
  margin: 0 auto;
  overflow: hidden;
}
.about-us .about-us-in .about-con {
  width: 100%;
}
.about-us .about-us-in .about-con .title {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 16px;
}
.about-us .about-us-in .about-con .title h1 {
  width: 100%;
  font-size: 23px;
  color: #303233;
  text-align: center;
  line-height: 40px;
}
.about-us .about-us-in .about-con > p {
  font-size: 15px;
  color: #525252;
  line-height: 26px;
  margin-bottom: 15px;
  text-align: justify;
}
.about-us .about-us-in .about-con > p span {
  font-size: 18px;
  font-weight: bold;
  color: #00A125;
}
.about-us .about-us-in .about-con > img {
  width: 100%;
  margin-bottom: 8px;
}
.about-us .about-us-in .about-con .no-path {
  width: 100%;
  overflow: hidden;
}
.about-us .about-us-in .about-con .no-path li {
  float: left;
  width: 16.3%;
  margin-right: 4px;
}
.about-us .about-us-in .about-con .no-path li:last-of-type {
  margin-right: 0;
}
.about-us .about-us-in .about-con .no-path li img {
  width: 100%;
}
.about-us .about-us-in .about-con .no-path li p {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.about-us .about-us-in .about-con .about-services {
  width: 100%;
  overflow: hidden;
}
.about-us .about-us-in .about-con .about-services li {
  float: left;
  width: 355px;
  height: 301px;
  background: #999;
  margin-right: 16px;
  position: relative;
}
.about-us .about-us-in .about-con .about-services li:last-of-type {
  margin-right: 0;
}
.about-us .about-us-in .about-con .about-services li h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 23px;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
}
.about-us .about-us-in .about-con .honour {
  width: 100%;
  overflow: hidden;
}
.about-us .about-us-in .about-con .honour li {
  float: left;
  margin-right: 6px;
}
.about-us .about-us-in .about-con .honour li:last-of-type {
  margin-right: 0;
}
.about-us .about-us-in .about-con .human-resources {
  width: 100%;
  overflow: hidden;
  margin-top: 23px;
  margin-bottom: 32px;
}
.about-us .about-us-in .about-con .human-resources li {
  position: relative;
  width: 23.363636%;
  float: left;
  margin-right: 23px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.about-us .about-us-in .about-con .human-resources li * {
  color: #fff;
  text-align: justify;
}
.about-us .about-us-in .about-con .human-resources li:nth-of-type(4n) {
  margin-right: 0;
}
.about-us .about-us-in .about-con .human-resources li img {
  display: block;
  width: 100%;
}
.about-us .about-us-in .about-con .human-resources li .human-mask {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 161, 37, 0.9);
  width: 100%;
  height: 100%;
}
.about-us .about-us-in .about-con .human-resources li .human-mask .human-mask-in {
  width: 100%;
  height: 100%;
  padding: 19px;
}
.about-us .about-us-in .about-con .human-resources li .human-mask .human-mask-in h1 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}
.about-us .about-us-in .about-con .human-resources li .human-mask .human-mask-in h1:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #00A125;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-us .about-us-in .about-con .human-resources li .human-mask .human-mask-in h1:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #00A125;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-us .about-us-in .about-con .human-resources li .human-mask .human-mask-in h6 {
  font-size: 12px;
  line-height: 21px;
  margin-top: 17px;
}
.about-us .about-us-in .about-con .human-resources li .human-mask .human-mask-in p {
  font-size: 12px;
  position: relative;
  padding-left: 10px;
  line-height: 21px;
}
.about-us .about-us-in .about-con .human-resources li .human-mask .human-mask-in p:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  transform: translate(-50%, -50%);
}
.about-us .about-us-in .about-con .history-lu {
  width: 100%;
  height: 310px;
  position: relative;
  top: -13px;
}
.about-us .about-us-in .about-con .history-lu .history-lu-in {
  width: 99%;
  height: 100%;
  background: #fafafa;
  padding: 25px;
  position: absolute;
  left: 5px;
  display: none;
}
.about-us .about-us-in .about-con .history-lu .history-lu-in .history-left {
  width: 49%;
  height: 100%;
  background: #999;
}
.about-us .about-us-in .about-con .history-lu .history-lu-in .history-right {
  width: 49%;
  height: 100%;
}
.about-us .about-us-in .about-con .history-lu .history-lu-in .history-right h1 {
  font-size: 23px;
  color: #008970;
  margin-top: 24px;
}
.about-us .about-us-in .about-con .history-lu .history-lu-in .history-right p {
  font-size: 16px;
  color: #525252;
  margin-top: 24px;
}


/*效果条*/
.roll-colors {
    width: 100%;
    height: 4px;
    background-color: #333;
    background-position: 0 0;
    background-repeat: repeat;
    background-image: -webkit-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
    background-image: -o-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
    background-image: -moz-repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
    background-image: repeating-linear-gradient(to right, #68103b, #68103b 50px, #703f28 50px, #703f28 100px, #a16b13 100px, #a16b13 150px, #a5a02c 150px, #a5a02c 200px, #5e812d 200px, #5e812d 250px, #1c6075 250px, #1c6075 300px, #403161 300px, #403161 350px);
    animation: animate-colors 200s infinite linear;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}