/* animation */
@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed:700);
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
/* styles */





.tts a:hover .tubb {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.join a:hover img {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.pdlogo {
   background:url(../images/logo.png); background-repeat:no-repeat;
   width:380px;
   height:80px;
   }
.pdlogo h1{    float: right;
    font-size: 16px;
    margin: 18px 0 0 0px;
    line-height: 22px; color: #222;}
.lghh {
   background:url(../images/logox.png); background-repeat:no-repeat;
   width:310px;
   height:60px;
   margin-top:10px;
   }
.lghh h1{    float: right;
    font-size: 14px;
    margin: 15px 0 0 0px;
    line-height: 18px;color: #222;}
.dhh li a {
   padding-left:15px;
   padding-right:15px;
   height:102px;
   line-height:102px;
   }
   
.stp {
   margin-top:20px;
   }  
   
.ddh-left li a {
   display: block; 
   height: 40px;
   line-height: 40px;
   padding-left: 8px;
   color: #555555;
   padding-left: 8px;
   padding-right: 8px;
   border: 2px solid #555555;
   } 
   
.logow {
   padding-top:11px;
   padding-bottom:11px;
   }
   
.kongxi {
width: 100%;
height:auto; overflow:hidden;
padding-top:200px;
   }



.about-w3slid {
    background: url(../images/slide.png)no-repeat center 0;
    background-size: cover;
    padding: 8em 0 8em;
    text-align: center;width: 100%; margin-top: -100px;
}
.about-w3slid h4 {
    color: #000;
  
    font-size: 30px;    margin-top: 30px;
   
}

.about-w3slid h3 {
    font-size: 15px;
       color: rgba(0, 0, 0, 0.6);
   
}

.about-w3slid p {
         color: rgba(0, 0, 0, 0.6);
    padding-top: 1em;
 font-size: 14px;
    width: 57%;line-height: 30px;
    margin: 0 auto;
}

a.agile-more {
    font-size: 1em;
       color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    padding: 0.6em 2em;
     background: #34b3d3;
    margin-top: 2.5em;width:150px;
}

a.agile-more:hover {
       color: rgba(0, 0, 0, 0.9);

}


.sub-nav-box{
	width: 100%; 
	height: 66px; float:left;
}
.sub-nav{
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	height: 66px;
	line-height: 66px;

	background: #fff;
	position: relative;

}
.sub-nav .position{
	font-size: 14px;
	color: #a3a3a3;
}
.sub-nav .position .home{
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url(../images/home_ico.png) no-repeat 0 0;
}
.sub-nav .position p{ color:#a3a3a3}
.sub-nav .position p a{ color:#a3a3a3}
.sub-nav .position p a:hover{ color:#34b3d3}

.sub-nav .link{
	max-width: 60%;
	padding: 0 9px;
	position: relative;
}


.daohang1{width:100%;float:left; }
.hdChiose{ width:100%; height:35px; margin:auto; padding:16px 0px 15px 0px; font-size:14px; }
.hdChiose li{  height:35px; float:left; margin-right:10px; }
.hdChiose li a{ display:block; height:34px; line-height:34px;padding:0px 20px 0px 20px; text-align:center;  border:#CCC solid 1px; color:#666;  border-radius:20px;}
.hdChiose li a:hover{  height:34px; line-height:34px; background:#34b3d3; border:none; color:#FFF;}
.hdChiose li a.focus{ height:34px; line-height:34px; background:#34b3d3; border:none; color:#FFF;}

.w{
	width: 1200px;
	margin: 0 auto;
}.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}i, em{
    font-style: normal;
}

.sub-nav .link .swiper-button-next{
	right: -9px;
	width: 9px;
	height: 16px;
	top: 24px;
	margin-top: 0;
	background: url(../images/year_btn.png) no-repeat -9px 0;
	background-size: 18px 16px;
}
.sub-nav .link .swiper-button-prev{
	left: -9px;
	width: 9px;
	height: 16px;
	top: 24px;
	margin-top: 0;
	background: url(../images/year_btn.png) no-repeat 0 0;
	background-size: 18px 16px;
}
.sub-nav .link .swiper-button-next:hover,.sub-nav .link .swiper-button-prev:hover{
	background-image: url(../images/year_btn2.png)
}
.sub-nav .link .swiper-slide{
	min-width: auto;
	width: auto;
	margin: 0 19px;
	min-height: 0;
}
.sub-nav .link .swiper-slide a{
	font-size: 14px;
	color: #666666;
	line-height: 63px;
	float: left;
}
.sub-nav .link .swiper-slide a:hover,.sub-nav .link .swiper-slide a.on{
	border-bottom: 3px solid #34b3d3;
}

.about-con {

    width: 100%;
    min-width: 1140px; 
 float:left; padding-bottom:40px;
    background:rgba(204,204,204,0.3);
	
}

.padding {padding: 190px 0 80px 0;color: #fff; }

.side{
	width: 253px;
	float: left;
	text-align: center;
	position: relative;
}
 .side h3{
	height: 81px;
	line-height: 81px;
	background: #18191d;
	font-size: 20px;
	color: #fafafa;    text-transform: uppercase;
	position: relative;border-top-left-radius:10px;  border-top-right-radius:10px;
}
.side h3 i{
	position: absolute;
	right: 14px;
	top: 20px;
	display: none;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent;
}
.side .text-con-box{ 
	overflow: hidden; 
background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%;
	position: relative;
	z-index: 2;
	display: block; padding-bottom: 45px;
	
	
	
}
.side .contactzuo{ padding:10px 10px 10px 20px; height:340px; text-align:left; line-height:30px; font-size:12px; background: url(../images/te.png) no-repeat right -20px;}
.side .btn{
	height: 50px;
	background: #fff;
}
.side dl{
	margin-bottom: 0;
}
.side dd{
	border-bottom: 1px solid #f4f4f4;
}
.side dd a{
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
	display: block;
	font-size: 14px;
	color: #666666;
	height: 51px;
	line-height: 51px;
	position: relative;
}
 .side dd ul{
	float: none;
	display: none;
}
.side dd li{
	float: none;
}
.side dd li a{
	line-height: 51px;
	height: 51px;
	font-size: 12px;
	color: #999999;
	position: relative;
}
.side dd a:hover, .side dd a.on{
	background: #34b3d3; color:#FFF;
}
.side dd a i{
	position: absolute;
	right: 38px;
	top: 50%;
	width: 11px;
	height: 11px;
	background: url(../images/x_ico1.png) no-repeat 0 0;
	margin-top: -6px;
}


.top2{width:850px;height:auto; margin: 0px 40px 0px 40px; padding-bottom:10px; border-bottom:1px dashed #c1c0bf; z-index:10;    position: absolute;}
.top2 .tits{font-size:16px;line-height:40px;color:#3a9847;padding-top:30px;float:left; font-weight:bold;}
.top2 .tits span {
    margin-right: 10px;line-height:40px;
    font-size: 24px;
    color: #34b3d3;
    text-transform: uppercase;
    vertical-align: top;
}
.top2 .home{float:right;height:15px;line-height:15px;margin-top:40px;padding-left:23px;font-size:12px;color:#bbbbbb}
.top2 .home i{font-style:normal;float:left;margin-right:10px}
.top2 .home a{color:#6d6d6d;float:left}
.top2 .home a:hover{color:#34b3d3}
.top2 .home span{width:3px;height:5px;display:block;float:left;display:block;margin:2px 10px 0 10px;}
.side dd a.on i{
	background-position: 0 -11px;
}
.side dd li a:hover,.side dd li a.on{
	color: #34b3d3;
	background: #fff;
}
.side .btn a{
	width: 21px;
	height: 11px;
	display: inline-block;
	margin: 17px 22px 0;
	background: url(../images/series_btn1.png) no-repeat 0 0;
}
 .side .btn a.next{
	background-position: -21px 0;
}
 .side .btn a:hover{
	background-image: url(../images/series_btn2.png);
}
 .con{width: 930px;float:right;background: rgba(255, 255, 255, 0.6) none repeat scroll 0% 0%; padding-bottom:30px;border-radius: 10px;margin-top: 20px; }
 .con .text {width: 930px;;padding:100px 40px 0px 40px; font-size:14px; line-height:30px;  }
 
.con1{width: 1200px;float:right;background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%; padding-bottom:30px;border-radius: 10px;margin-top: 20px;   }
.con1 .text1 {      width: 1120px;
   
    margin: 100px 40px 0px 40px; font-size:14px; line-height:30px;  }

.top1{width:1120px;height:auto; margin: 0px 40px 0px 40px; padding-bottom:10px; border-bottom:1px dashed #c1c0bf; z-index:10;    position: absolute;}
.top1 .tits{font-size:16px;line-height:40px;color:#3a9847;padding-top:30px;float:left; font-weight:bold;}
.top1 .tits span {
    margin-right: 10px;line-height:40px;
    font-size: 24px;
    color: #34b3d3;
    text-transform: uppercase;
    vertical-align: top;
}
.top1 .home{float:right;height:15px;line-height:15px;margin-top:40px;padding-left:23px;font-size:12px;color:#bbbbbb}
.top1 .home i{font-style:normal;float:left;margin-right:10px}
.top1 .home a{color:#6d6d6d;float:left}
.top1 .home a:hover{color:#34b3d3}
.top1 .home span{width:3px;height:5px;display:block;float:left;display:block;margin:4px 10px 0 10px;}


.newsdetail2{width:150px; float:right; text-align:right;}


.tz-gallery {
    padding: 40px 0px;   box-sizing: border-box;
}

.tz-gallery .thumbnail {
    padding: 0;
    border: none;
}

.tz-gallery img {
    border-radius: 2px;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;}

.thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}


.pages{font-size:12px;line-height:22px;text-align:center;clear:both; width:100%;}
.pages a{text-decoration:none;color:#3c3c3c;background:#fff;border:1px solid #cccccc;padding:3px 8px;padding-bottom:2px;margin-right:3px;cursor:pointer}
.pages .red{background:#34b3d3; !important; color:#fff; border:0; padding:3px 8px;}
.pages a.active{background:#34b3d3;border:1px solid #cccccc;color:#fff}
.pages a:hover{text-decoration:none;color:#fff;background:#34b3d3;border:1px solid #cccccc}




.contactTable{position:relative;}
.contactTable .container{width:1000px;padding:70px 0 80px 0;}
.contactTable .left{width:500px;float:left;}
.contactTable .left .redTitle{padding:5px 0px;height:60px;line-height:60px;border-bottom:2px solid #34b3d3;color:#34b3d3;font-size:48px;font-family: "novecento_widelight", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;;}
.contactTable .left .sub{width:100%;height:2px;background:#34b3d3;margin:24px 0 16px 0;}
.contactTable .left .title{color:#444;line-height:54px;padding:14px 0 6px 0;margin-bottom:8px;font-family: "novecento_widelight", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;;font-weight:100;font-size:44px;border-bottom:1px solid #d3d3d3;}
.contactTable .left .footTitle{heihgt:40px;line-height:40px;font-size:26px;color:#444;margin:24px 0 6px 0;}
.contactTable .left .footTitle span{vertical-align:middle;}
.contactTable .left .footTitle .titleB{font-family:'FujitsuSansBold';font-size:34px;margin-right:5px;}
.contactTable .left .info{font-size:14px;color:#444;line-height:30px;}
.contactTable .left .contactTableTitle{color:#34b3d3;font-size:22px;line-height:36px;margin-top:48px;}
.contactTable .left .contactTableInfo{line-height:28px;color:#434343;font-size:17px;margin-top:15px;}
.contactTable .left .contactTableInfo span{margin:0 16px;color:#c5c5c5;}
.contactTable .right{width:400px;float:right;}
.contactTable .right .title{font-size:30px;color:#444;padding-bottom:8px;}
.contactTable .right .line{padding:9px 0;}
.contactTable .right .line .inputText{color:#8D8D8D;font-size:14px;border:0px;background:#f3f3f3;padding:0 18px;width:364px;height:53px;margin:0px;font-family: "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";}
.contactTable .right .line .textArea{color:#8D8D8D;font-size:14px;border:0px;background:#f3f3f3;padding:18px;width:364px;height:150px;margin:0px;font-family: "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";}
.contactTable .right .line .inputBtn{width:360px;cursor:pointer;height:40px; background:#fff;color:#34b3d3;font-size:14px;border:1px solid #34b3d3;font-family: "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";}
.contactTable .right .line .inputBtn{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.contactTable .right .line .inputBtn:hover{background:#34b3d3;color:#fff;}







#contact_h3_4 div div{
	float:left;
	width:450px; 
}
#contact_h3_4 div div li{
	float:left;
	width:100%;list-style: none;
	color:#666; font-size:14px; line-height:30px;
	-webkit-transition:padding-left 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;
}
#contact_h3_4 div div li:hover{
	padding-left:10px;
}
#contact_h3_4 div div li span{
	font-size:26px;
	font-family:Impact; color:#34b3d3; line-height:40px;
}

.tm5{}

.tm5 li{ border-bottom:1px dotted #ddd; padding:40px 0; overflow:hidden;}

.tm5 li .pic{ float:left; margin-right:30px; width:280px; height:190px;}

.tm5 li .txt{ float:left; width:800px;}

.tm5 li h2 a{ font-size:21px; font-weight:normal;}

.tm5 li h2{ margin-bottom:15px;}

.tm5 li p{ height:90px; overflow:hidden; line-height:24px; font-size: 12px;    color: #555;}

.tm5 li .other{ height:25px; line-height:25px; color:#999;}

.tm5 li .other .date{ float:right;}

.tm5 li .other .icon1{ background:url(../img/service/icon_21.png) no-repeat left center; text-indent:28px; display:block; float:left;}

.tm5 li .other .icon2{ background:url(../img/service/icon_22.png) no-repeat left center; text-indent:28px; display:block; float:left;}



.cen-04{float:left; width:100%;font-size: 24px;color: #000;text-align:center; line-height:50px;font-family: "Microsoft YaHei";}
.cen-04-1{ text-align:center; border-bottom:1px dashed #ccc; line-height:25px; color:#666; float:left; width:100%;}
.cen-04-2{float:left; width:100%; background:#f2e3d0; border:1px solid #e7d1b4;  padding:5px;}
.cen-04-3{float:left; width:100%; padding-top:8px; padding-bottom:8px; line-height:30px; }
.cen-04-2 span{ font-weight:bold; color:#ff9933;}
.cen-04-6{float:left;width:100%; border:1px solid #fec3d7; font-size:12px;}

.sx{width:100%; float:left;padding: 20px 0 0 0; text-align:left;border-top:1px dashed #ddd;color:#333;margin-top:10px;font-family:Verdana, microsoft Yahei, Helvetica, sans-serif}
.sx p{clear:both;line-height:30px;font-weight:bold;}
.sx a{padding-left:10px;font-weight:normal}
.sx a:link{color:#999;text-decoration:none;}
.sx a:visited{color:#999;text-decoration:none;}
.sx a:hover{color:#34b3d3;text-decoration:underline;}
.sx a:active{color:#34b3d3;text-decoration:underline;}
.sx span{ float:right;  padding-right:20px;}
.sx span a{ padding-left:20px; color:#999 !important; text-transform:uppercase;	font-family:Verdana, microsoft Yahei, Helvetica, sans-serif}



.pro-wrap .list-wrap {

  position: relative;
  z-index: 1;
}
.pro-wrap .list-wrap li {
  width: 280px;
  background-color: #fff; float:left;
  padding-top: 16px;
  padding-bottom: 29px;
  margin-bottom: 10px;
  margin-left: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
 
}
.pro-wrap .list-wrap li:hover {
  top: -5px;
  box-shadow: 0 15px 30px #e0e0e0;
}
.pro-wrap .list-wrap ul {
  width: 880px;
  margin-left: -25px; float:left;
}
.pro-wrap .list-wrap .img {
  display: block;
  width: 240px;
  margin: 0 auto;

}
.pro-wrap .list-wrap .imgli {
  width: 100%;
  text-align: center;
  padding-top: 11px;
}
.pro-wrap .list-wrap .imgli span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #dbdbdb;
  margin: 0 4px;
  cursor: pointer;
}
.pro-wrap .list-wrap .imgli img {
  width: 34px;
  height: 34px;
}
.pro-wrap .list-wrap .imgli span.active {
  width: 32px;
  height: 32px;
  border: 2px solid #ce0000;
}
.pro-wrap .list-wrap .imgli span.active img {
  width: 32px;
  height: 32px;
}
.pro-wrap .list-wrap .name {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;

  text-align: center;
}
.pro-wrap .list-wrap .name a {
  color: #000;
  display: inline-block;
}
.pro-wrap .list-wrap .font {
  display: block;
  text-align: center;
  line-height: 29px;
  color: #999; font-size:12px;
}
.pro-wrap .list-wrap .page {
  padding-bottom: 40px;
  text-align: center;
  padding-top: 10px;
}
 a.more1{
	display: block; margin:auto;
	width: 100px;
	height: 30px;
	background: #34b3d3;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size:12px;
}
a.more1:hover{
	background: #81a433;
	color: #fff;
}


.product_detail{ width:1120px; overflow:hidden; zoom:1;  margin-top:10px;}



.productImg{ width:402px; position:relative;}

.Big_productimg{ width:402px; border:1px solid #e0dfdf;  text-align:center; position:relative;}



.small_productimg{ width:402px; border-top:1px solid #e0dfdf; margin-top:15px; padding-top:10px; position:relative;}

.small_productimg ul{ overflow:hidden; zoom:1;}

.small_productimg li{ width:80px; height:80px; text-align:center; overflow:hidden; zoom:1; float:left; border:1px solid #e0dfdf; margin-right:10px; padding:2px;}

.small_productimg li a{ display:block; width:80px; height:80px; overflow:hidden; zoom:1;}

.small_productimg li a img{ height:80px;}

.small_productimg li.on{ border:1px solid #34b3d3;}



.MagicZoomBigImageCont{border:1px solid #ddd; overflow:hidden}

.MagicZoomBigImageCont img{ width:498px; }

.MagicZoomBigImageCont iframe{ width:399px;}

.MagicZoomHeader{ color:#fff;background:#91b817;text-align:center !important}

.MagicZoomPup{border:1px solid #aaa;background:#fff;}



.MagicThumb{cursor:pointer;outline:none}

.MagicThumb-zoomed{cursor:default}

.MagicThumb span{display:none}

.MagicThumb-image{border:1px solid #ccc;outline:none}

.MagicThumb-image-zoomed{cursor:url(cursor/zoomout.cur), pointer}





.productList{ width:630px; padding-left:20px; margin-top:80px;}

.productList_li{ width:630px; height:34px; line-height:34px;}

.productList_li li{  float:left; text-align:center; padding:0px 20px 0px 20px;}

.productList_li li a{ color:#fff; display:block;}

.productList_li li.current{ background:#34b3d3;color:#fff;}

.productList_li li.current a{ color:#fff;}


.productList_xx{ width:550px; margin-top:10px; overflow:hidden; zoom:1;}

.product_td{ line-height:25px; color:#595757; display:none; overflow:hidden; zoom:1;}


.product_jishu{ width:550px; margin-top:10px; border-top:1px dashed #fff; border-bottom:1px dashed #fff;}

.product_jishu span{ display:block; height:30px; line-height:30px; font-size:14px; font-weight:bold; color:#404040; border-bottom:1px dashed #fff;}

.product_jishu div{ padding-top:10px; padding-bottom:10px;}

.product_jishu div ul{ overflow:hidden; zoom:1;}

.product_jishu div ul li{ width:28px; height:28px; overflow:hidden; zoom:1; float:left; margin:0 5px; cursor:pointer;}



.detailproduct{ width:100%; overflow:hidden; zoom:1;}


.detail_pro{ padding-top:10px; padding-bottom:0px;}

.detail_pro_center{ width:100%; margin:0 auto; background:#fff; margin-bottom:20px; }

.detail_pro_center h3{ line-height:34px; padding-left:15px; font-size:14px; background:#34b3d3;border-radius: 4px; color:#FFF; font-weight:normal;font-family:Verdana, microsoft Yahei, Helvetica, sans-serif}

.detail_pro_img{ padding:10px 0; text-align:left; padding-left:15px; font-size:14px;} 



