.detail {
  padding: 40px 0 30px;
  overflow: hidden;
  border:0px solid #eeeeee;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
}
.productN h1{ text-align: center;font-size:26px;color: #333333; font-weight: bold;  padding: 30px 0px ;}
.detail .detailBox {
  overflow: hidden;
  padding-top: 50px;
  width: 100%;
  max-width:99%;
  margin: 0 auto;
}
.detail .detailBox li {
  width: 32%;
  float: left;
}
.detail .detailBox li .name {
  width: 100%;
  max-width: 320px;
  height: 42px;
  background: #f3f3f3;
  line-height: 42px;
  margin-bottom: 38px;
}
.detail .detailBox li .name .color {
  width: 38%;
  max-width: 120px;
  float: left;
  text-align: center;
  background: #999999;
  color: #ffffff;
  font-weight: bold;
}
.detail .detailBox li .name .nameT {
  width: 59%;
  float: left;
  padding-left: 3%;
}
.detail .detailBox li .zhu {
  font-size: 12px;
  position: relative;
  top: -36px;
}
.detail .detailBox li h6 {
  color: #858684;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 12px;
}
.detail .detailBox li .load {
  line-height: 24px;
  padding-top: 6px;
  cursor: pointer;
}
.detail .detailBox li .load:hover em {
  color: #f6ba42;
}
.detail .detailBox li .load img {
  vertical-align: middle;
}
.detail .detailBox li .load em {
  text-decoration: underline;
}
.detail .detailBox li .load span.em {
  float: left;
}
.detail .detailBox li.performance {
  width: 68%;
}
.detail .detailBox .img p {
  height: 310px;
  position: relative;
}
.detail .detailBox .img p img {
  max-height: 100%;
  max-width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.detail .detailBox .img .us {
  display: block;
  width: 200px;
  height: 37px;
  margin: 30px auto 0;
  background: #f3f3f3;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  color: #474747;
  font-family: "微软雅黑";
}
.detail .detailBox .img .us em {
  padding-left: 20px;
}
.effect {
  padding: 50px 0px;
  overflow: hidden;
}
.effect p {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;  
}
.effect p img {
  max-width: 100%;
}
.hue {
  padding: 50px 0;
  overflow: hidden;
}

.hue ul.menulist li {
  width: 18.5%;
  float: left;  
  margin-bottom:20px;
  margin-right: 1.8%;
  background:#dddddd;
  line-height:50px;
  border-radius:2px;
}
.hue ul.menulist li:hover {
  background:#e4e3e3;
}
.hue ul.menulist li h5 { 
  font-size:16px;
  color:#101010;
  text-align:center;    
}


.hue ul.pcList {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.hue ul.pcList li {
  width: 23.5%;
  float: left;  
  margin-bottom:40px;
  margin-right: 2%;
  background:#fff;
}
.hue ul.pcList .info {  
  margin: 0 auto;
  padding:15px 0px; 
  border-radius:3px;
  border:1px solid #e4e4e4;
  background:#f8f8f8;
}
.hue ul.pcList .info:hover{
  background: -webkit-linear-gradient(left, #60a14b, #5a9b55, #4f8f6a, #4a8975);
  background: -o-linear-gradient(left,#60a14b, #5a9b55, #4f8f6a, #4a8975);
  background: -moz-linear-gradient(left,#60a14b, #5a9b55, #4f8f6a, #4a8975);
  background: -ms-linear-gradient(left,#60a14b, #5a9b55, #4f8f6a, #4a8975);
  filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#60a14b,endColorStr=#4a8975);
  background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#60a14b), to(#4a8975));
  border:1px solid #60a14b;
}
.hue ul.pcList .info:hover h5,.hue ul.pcList .info:hover h5 span{	
  color:#fff;
}
.hue ul.pcList li h5 { 
  font-size:16px;
  color:#56965d;
  font-weight:bold;
  text-align:center; 
  line-height:150%;
}
.hue ul.pcList li h5 span{
  display:block;
  font-size:14px;
  color:#5c5c5c;
  font-weight:normal; 
}
.hue .lookMore {
  width: 120px;
  height: 30px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #2c2b2b;
  text-align: center;
  line-height: 30px;
  display: block;
  border-radius: 35px;
  margin: 0 auto;
  background:#FFF;
}
.hue .lookMore:hover {
  background: #fffe83;
  border: 1px solid #fffe83;
  color: #156c49;
}
.hue ul.pcList li .imgs {  
  overflow: hidden;
  position:relative;
  padding:5px;
  border:1px solid #e6e6e6;
}
.hue ul.pcList li .imgs img{
  width: 100%;
  height: 100%;
  height:205px;
}
.hue ul.pcList li:hover .title {
  bottom: 0;
}
.hue ul.pcList li .title {  
  width: 100%;  
  line-height:200%;
  color:#999999;
}
.hue ul.pcList li .title .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .3;
}
.hue ul.pcList li .title p {
  position: relative;
  z-index: 2;
}

.hue ul li .chat-btn{ width:45%;height:35px; background:#04508e; text-align:center;line-height:35px;border-radius:3px; margin-right:15px;}
.hue ul li .chat-btn a{font-size:14px;color:#fff;}
.hue ul li .chat-btn:hover{background:#01467f}
.hue ul li .tel-btn{ width:45%;height:35px;font-size:14px; text-align:center; border-radius:3px;line-height:35px;background:#c5141c}
.hue ul li .tel-btn a{font-size:14px;color:#fff;}

.Shue {
  padding: 50px 0 20px;
  overflow: hidden;
}
.Shue ul {
  width: 96%;
  margin: 0 auto;
  padding-top: 15px;
  overflow: hidden;
}
.Shue ul li {
  width: 47%;
  max-width:500px;   
  position: relative;
  font-size: 15px;
  color: #000;
  text-align: center;
  overflow: hidden;
  margin-right: 3%;
  margin-bottom: 4px;
}
.Shue ul li .imgs {
  width: 100%;
  height: 100%;
}
.Shue ul li .imgs img{
  width: 100%;
  height: 100%;
}
.Shue ul li:hover .title {
  bottom: 0;
}
.Shue ul li .title {  
  width: 100%;  
  line-height: 70px;
  color:#999999;
}
.Shue ul li .title .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .3;
}
.Shue ul li .title p {
  position: relative;
  z-index: 2;
}
.Shue .tishi {
  width:94%;
  padding: 20px 0;
  border: 1px solid #999999;
  font-size: 15px;
  font-family: '宋体';
  color: #777777;
  text-align:center;
  line-height: 26px;
  margin: 50px auto 50px auto;
}
.Shue .tishi p {
  width: 94%;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .lines {
    height: 1px;
  }
  .detail,
  .effect,
  .hue,
  .process,
  .video,
  .moreProduct {
    padding: 0.5rem 0 0.65rem;
  }
  .hue ul,
  .process ul,
  .moreProduct ul,
  .video ul {
    width: 100%;
  }
  .effect p,
  .video ul,
  .moreProduct ul,
  .detail .detailBox,
  .process ul {
    padding-top: 1.15rem;
  }
  .detail .detailBox li {
    width: 44%; margin-right:1%;
	float:left;
    /*float: none;*/
  }
  .detail .detailBox li .name {
    width: 100%;
    float: left;
    font-size: 0.6rem;
    margin-bottom: 0.9rem;
    height: 2.2rem;
    max-width: 100%;
    line-height: 2.2rem;
  }
  .detail {
    font-family: "微软雅黑";
  }
  .detail .detailBox li .name .color {
    height: 100%;
  }
  .detail .detailBox li .name .nameT {
    color: #444444;
  }
  .detail .detailBox li .zhu {
    font-size: 0.65rem;
    line-height: 22px;
    top: -0.6rem;
    color: #888888;
  }
  .detail .detailBox li {
    font-size: 0.6rem;
    color: #666666;
    line-height: 0.9rem;
  }
  .detail .detailBox li h6 {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	margin-bottom:0.2rem;
    font-size: 1rem;
    color: #444444;
  }
  .detail .detailBox li.performance p {
    color: #444444;
  }
  .detail .detailBox .img p {
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 1.0rem;
  }
  .detail .detailBox .img p img {
    position: static;
  }
  .detail .detailBox .img .us {
    width: 180px;
  }
  .detail .detailBox .img .us em {
    padding-left: 10px;
  }
  .hue .productT {
    padding-bottom: 10px;
  }
  .hue ul li {
    width: 32%;
    margin-right: 2%;  
  }
  .hue ul li .title {
    font-size: 0.55rem;
	line-height:2.0rem;
  }
  .hue ul {
    padding-top: 0.5rem;
  }   
  .Shue .productT {
    padding-bottom: 10px;
  }  
  .Shue ul li .title {
    font-size: 0.55rem;
	line-height:2.0rem;
  }
  .Shue ul {
    padding-top: 0.5rem;
  }
  
  .process ul li .imgs {
    height: 3.0rem;
  }
  .process ul li p {
    font-size: 0.8rem;
    color: #444444;
    padding-top: 0.25rem;
  }
  .video li {
    height: 5.0rem;
    width: 49%;
    margin-right: 2%;
  }
  .video li .btn img {
    height: 1.2rem;
    width: auto;
  }
  .moreProduct ul li {
    width: 32%;
    margin-right: .4%;
    margin-bottom: 4px;
  }
  .moreProduct ul li .imgs {
    height: 5.0rem;
  }
  .moreProduct ul li p {
    font-size: 0.75rem;
    color: #444444;
    padding-bottom: 0.75rem;
  }
  .productClass dl {
    width: 99.6%;
    margin-bottom: 0.5rem;
  }
  .detail .detailBox,
  .effect p {
    max-width: 100%;
  }
   .detail .detailBox li.performance {
    width: 55%; margin-right:0px;
  }
  .hue .tishi {
    width: 90%;
    padding: 0.65rem 0;
    font-size: .5rem;
    line-height: 1.0rem;
    font-family: "微软雅黑";
    margin: 1.5rem auto 0;
  } 
   
}
@media (min-width: 721px) and (max-width: 1023px) {
  .hue ul,
  .process ul,
  .moreProduct ul,
  .video ul {
    width: 100%;
  }
  .detail,
  .effect,
  .hue,
  .process,
  .video,
  .moreProduct {
    padding: 20px 0;
  }
  .effect{ padding:20px 0; padding-top:10px;}
  .hue ul {
    padding-top:30px;
  }
  .hue ul li {
    margin-right: 2%;    
    width: 32%;   
  }
  .hue ul li .title {
    font-size: 12px;
  }
  .detail {
    font-size: 12px;
    line-height: 22px;
  }
  .detail .detailBox li {
    margin-right: 1%;
  }
  .detail .detailBox li.performance {
  width: 66%;
}
  .detail .detailBox li .name {
    
    margin-bottom: 20px;
  }
  .detail .detailBox li .name .nameT {
    font-size: 12px;
  }
  .detail .detailBox li .zhu {
    top: -16px;
    line-height: 20px;
    width: 100%;
  }
  .detail .detailBox li h6 {
    padding-top: 12px;
    margin-bottom: 6px;
  }
  .detail .detailBox .img p {
    height: 220px;
  }
  .lines {
    height: 10px;
  }
  .effect p,
  .video ul,
  .moreProduct ul,
  .detail .detailBox {
    padding-top: 30px;
  }
  .process ul li {
    font-size: 14px;
  }
  .process ul li .imgs {
    height: 120px;
  }
  .process ul li p {
    font-size: 12px;
    padding-top: 12px;
  }
  .video li {
    width: 49%;
    margin-right: 2%;
    height: 240px;
  }
  .moreProduct ul li {
    margin-right: 2%;
  }
  .moreProduct ul li .imgs {
    height: 140px;
  }
  .moreProduct ul li p {
    padding-bottom: 20px;
    font-size: 12px;
  }
  .detail .detailBox,
  .effect p {
    max-width: 100%;
  }
    .hue .tishi {
    width: 60%;
    margin: 30px auto 0;
    padding: 16px 0;
    font-size: 12px;
    line-height: 22px;
  }  
}
@media (min-width: 1024px) and (max-width: 1335px) {
  .hue ul,
  .process ul,
  .moreProduct ul,
  .video ul {
    width: 100%;
  }
  .hue ul li {
    max-width: 100%;
    margin-right: 2%;    
  }
  .detail {
    font-size: 14px;
  }
  .detail .detailBox li {
    margin-right:0%;
  }
  .detail .detailBox li .name {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .detail .detailBox li .name .nameT {
    font-size: 12px;
  }
  .detail .detailBox li .zhu {
    top: -16px;
    width: 300px;
    line-height: 20px;
  }
  .lines {
    height: 10px;
  }
  .effect p,
  .video ul,
  .moreProduct ul {
    padding-top: 40px;
  }
  .hue ul {
    padding-top: 16px;
  }
  .process ul li {
    font-size: 14px;
  }
  .process ul li .imgs {
    height: 150px;
  }
  .video li {
    width: 49%;
    margin-right: 2%;
    height: 320px;
  }
  .moreProduct ul li .imgs {
    height: 190px;
  }
  .moreProduct {
    padding: 40px 0 80px;
  }
  .moreProduct ul li p {
    padding-bottom: 20px;
    font-size: 14px;
  }
  .productClass dl dd {
    height: 26px;
    line-height: 26px;
  }
  .detail .detailBox,
  .effect p {
    max-width: 100%;
  }
  .directory ul {
    width: 100%;
    padding-top: 50px;
  }
  .hue .tishi {
    padding: 14px 0;
    margin: 40px auto 0;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1336px) and (max-width: 1450px) {
  .hue ul,
  .process ul,
  .moreProduct ul,
  .video ul {
    width: 92%;
  }
  .hue ul li {
    margin-right: 6%;
  }
}
