@charset "gb2312";
/* CSS Document */
body{
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	font-family:"微软雅黑";}
img{ display:block; width:100%;}
li{ list-style:none;}
a{ text-decoration:none;}
#googleMap{ padding:16% 0; margin-top:4%;overflow:hidden;}
@media (max-width:425px){
	#googleMap{ padding:50% 0; margin-top:10%;overflow:hidden;}
	}
#allmap{ padding:16% 0; margin-top:3%; margin-bottom:3%;overflow:hidden;}
@media (max-width:425px){
	#allmap{ padding:50% 0; margin-top:3%; margin-bottom:3%;overflow:hidden;}
	}
/*置顶*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #34993b url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  z-index:1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  /*opacity: .5;*/
}

@media only screen and (max-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
/*置顶 end*/
#header,#content,#footer{ width:100%; margin-left:auto; margin-right:auto;}
#header{ padding:1% 0;}
#content,#footer{ overflow:hidden;}
#cont{width:80%;margin-left:auto; margin-right:auto;overflow:hidden; max-width:1200px;}
@media (max-width:768px){
	#cont{width:90%;margin-left:auto; margin-right:auto;overflow:hidden;}
	}


@media (max-width:425px){
	.wellcome{float:none; text-align:center;}
	.headtop-right{ display:none;}
	}


#logo{ float:left; width:34%;}
@media (max-width:425px){
	#logo{ float:left; width:60%;}
}


.head-right .language{ width:14%; float:right; overflow:hidden;}
.head-right .language ul{ padding:0; margin:0;}
.head-right .language ul li{ float:left; padding:0 4%;}
.head-right .language ul li a{ color:#333; line-height:20px;}
@media (max-width:768px){
	.head-right .language{ display:none;}
	}

#cssmenu ul li.language{display:none;}
#cssmenu ul li.language a {
  padding: 18px 24px;
  font-size: 14px;
  text-decoration: none;
  float:left;
  color: #333;
  text-transform:uppercase;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul li.language a{
	  padding: 24px 24px;
	  color:#fff;
	  }
#cssmenu > ul > li > span{
	background:url(../images/line.png) no-repeat 100%;
	width:1px;
	height:16px;
	position:absolute;
	right:0;
	top:30%;
	display:block;
	}
@media (max-width:768px){
	#cssmenu ul li.language{
		display:block;
		color:#fff;}
	#cssmenu > ul > li > span{ display:none;}
	}

#title{ width:30%;margin-left:auto; margin-right:auto; text-align:center;overflow:hidden; position:relative; }
#title h1{ margin:3% 0; color:#333; letter-spacing:0; font-size:30px; text-transform:uppercase;}
#title span{display:block; width:40px; height:2px;background:#34993b; margin:3% auto; }
@media (max-width:1024px){
	#title{ width:42%;}
	}
@media (max-width:768px){
	#title{ width:50%;}
	}
@media (max-width:425px){
	#title{ width:76%;}
	#title h1{ font-size:24px;}
	}
@media (max-width:375px){
	#title{ width:86%;}
	}
@media (max-width:320px){
	#title{ width:100%;}
	}
	
.index-productslist{ margin:4% 0; }
.index-productslist ul{padding:0; overflow:hidden;}
.index-productslist ul li{ width:21%; margin:2%; float:left;}
.index-productslist ul li:hover a{ text-decoration:none;}
.index-productslist ul li .proimg{ border:solid 1px #ccc; overflow:hidden;width:100%;}
.index-productslist ul li .name{text-align:center; font-size:18px; color:#333; line-height:180%; padding:2% 0;}
.index-productslist ul li:hover .name{ color:#34993b;}
@media (max-width:768px){
	.index-productslist ul li{ width:48%; margin:2% 1%; float:left;}
	.index-productslist ul li .name{ font-size:18px;}
	}
@media (max-width:425px){
	.index-productslist ul li .name{font-size:14px;}
	}

.index-abouts{ background:url(../images/abouts-bj.jpg) no-repeat 100%; background-size:cover;padding:4% 0;overflow:hidden; position:relative;}
.index-about .index-aboutcon{ width:50%; color:#666; margin:2% 0; position:relative; left:45%;}
.index-about .index-aboutcon p{ text-indent:4.8%; line-height:200%; margin:0;}
.index-about .more{ width:12%; padding:0 2%; line-height:38px;text-align:center; color:#fff; border-radius:6px;letter-spacing:1px; background:#34993b;display:block; position:relative; left:45%;}
.index-about .more:hover{ text-decoration:none;}
@media (max-width:768px){
	.index-about .index-aboutcon{ width:94%; color:#333; margin:2% 0; position:relative; left:6%;}
	.index-about .more{ width:20%;position:relative; left:40%;}
	}
@media (max-width:425px){
	.index-about .more{ width:28%;position:relative; left:36%; margin-top:4%;}
	}
@media (max-width:375px){
	.index-about .more{ width:30%;}
	}
/*.search-box{ float:right;}

.sb-search{
	width:100%;
    margin: 0;
    float:left;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    background: none;}
.sb-icon-search,.sb-search-submit  {
	width: 40px;
    height: 32px;
    display: block;
    padding: 0;
	float:left;
    margin: 0;
    line-height: 85px;
    text-align: center;
	cursor: pointer;
}
.sb-search-submit{
	background:#e3e3e3 url(../images/search.png) no-repeat center 6px;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
    /*filter: alpha(opacity=0);
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;}
.sb-search-input {
    border: none;
    outline: none;
	width:80%;
    height:32px;
	float:left;
    margin: 0;
    z-index: 10;
    font-size: 1em;
    color: #ccc;
    padding: 0 0.5em;
    border: solid 1px #ccc;
}
.sb-search-input::-webkit-input-placeholder {
	color:#000;
}
.sb-search-input:-moz-placeholder {
	color: #000;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}

@media (max-width:768px){
	.sb-icon-search,.sb-search-submit  {
	width: 36px;
    height: 32px;
    display: block;
    position:relative;
    right: 0;
    top: 0px;
    padding: 0;
    margin: 0;
    line-height: 85px;
    text-align: center;
	cursor: pointer;
}
.sb-search-submit{
	background:#e3e3e3 url(../images/search.png) no-repeat center 6px;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
    /*filter: alpha(opacity=0);
    color: transparent;
    border: none;
    outline: none;
    z-index:0;}
	}*/

/* Open state */
/*.sb-search.sb-search-open,.no-js .sb-search {
	width:12%;
}
@media (max-width:768px){
	.sb-search.sb-search-open,.no-js .sb-search {
	width:30%;
}
	}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90; margin: 0 auto;
}*/


#more{ display:block;width:22%; border:solid 2px #fff; border-radius:18px; padding:2%; text-align:center;overflow:hidden;text-transform:uppercase; color:#fff; text-decoration:none;background-color:#7eaff0; margin-top:8%;font-size:14px;}
#more:hover{ color:#fff;background-color:#da6639;}

#newsmore{ display:block;width:12%; border-radius:18px;padding:1.3% 2%; text-align:center;overflow:hidden; margin-top:2%;text-transform:uppercase; color:#fff; background-color:#7eaff0;text-decoration:none; margin-left:auto; margin-right:auto;}
#newsmore:hover{ color:#fff;background-color:#da6639;}
@media (max-width:1024px){
	#more{width:30%;padding:2.5%;margin-top:6%;}
	}
@media (max-width:768px){
	#more{width:20%;padding:2%; margin-top:4%;margin-left:auto; margin-right:auto;}
	#newsmore{width:18%;padding:1.8% 2%;}
	}
@media (max-width:425px){
	#more{width:32%;padding:3% 2%;margin-top:8%;}
	#newsmore{width:30%;padding:3% 2%;}
	}
@media (max-width:375px){
	#more{width:40%;}
	#newsmore{width:36%;padding:3% 2%;}
	}


.index-equipment{background-color:#eee; padding:4% 0;}
/*设备轮播*/
#owl-demo1 .item{
    padding: 0;
    margin:4%;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#owl-demo1 .item img{
	width:100%;
	border:solid 1px #ccc;}
#owl-demo1 .item p{
	text-align:center;
	color:#999;}
#owl-demo1 .item img:hover{
	border:solid 1px #34993b;
	}
#owl-demo1 .item:hover p{
	color:#34993b;
	}
/*设备轮播 end*/

/*位置*/
#home{ width:100%;overflow:hidden;}
#home .home{ float:left; width:24px;}
#home ul{ margin:4% auto 0 auto;overflow:hidden; padding:0;}
#home ul li{ float:left; margin:0 0.6%; padding:0.2% 0;line-height: 20px;}
#home ul li a{ color:#666;}
#home ul li a:hover{ text-decoration:underline;}
@media (max-width:768px){
	#home ul{ width:90%; margin:4% auto 0 auto;overflow:hidden;}
	}
@media (max-width:425px){
	#home ul li{ float:left; margin:0 1%; padding:0.4% 0;}
	}
/*位置 end*/
/*内页*/
.aboutus{ padding:3% 0; overflow:hidden;}
.aboutus .title{color:#333; border-left: solid 2px #34993b;overflow:hidden;}
.aboutus .title h1{ margin:0; font-size:24px; padding:0.6% 1%;}

.abouts{ padding:3% 2%; overflow:hidden;}
@media (max-width:768px){
	.aboutus{ padding:6% 0; overflow:hidden;}
	.abouts{ padding:6% 2%; overflow:hidden;}
	.aboutus .title h1{ margin:0; font-size:20px; padding:1% 2%;}
	}

.abouts .aboutimg{ float:left; width:46%; border:solid 1px #ccc; padding:0.4%; margin:1% 2%;}
.abouts .aboutcont{ float:none; width:100%;}
.abouts .aboutcont p{line-height:200%;letter-spacing:1px; margin:0;}
@media (max-width:768px){
	.abouts .aboutimg{ float:none; width:100%; border:solid 1px #ccc; padding:1%;}
	.abouts .aboutcont{ float:none; width:100%; padding-top:2%;}
	}

.contacts{padding:0;}
.contact{background:url(../images/contacts-bj.jpg) no-repeat; background-size:cover;padding:7% 0 7% 2%;}
.contact span{ font-size:20px; margin-bottom:2%; display:block; font-weight:600; color:#34993b;}
.contact p{ margin:0; line-height:200%;}
@media (max-width:768px){
	.contacts{padding:0 0 0 6%;}
	.contact{background:url(../images/contacts-bj.jpg) no-repeat; padding:7% 0; background-position:bottom;}
	}

.equipments ul{ padding:0; overflow:hidden;}
.equipments ul li{ padding:2%; width:33%; float:left;}
.equipments ul li .equitimg{ border:solid 1px #ccc;}
.equipments ul li p{ text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.equipments ul li:hover .equitimg{ border:solid 1px #34993b;}
.equipments ul li:hover p{ color:#34993b;}
@media (max-width:768px){
	.equipments ul li{ padding:2%; width:50%; float:left;}
	}


.products{ padding:3% 0; overflow:hidden;}
.products .prodlist{width:24%; float:left; border:solid 1px #ccc;}
.products .prodlist span{ padding:4% 0; text-align:center; display:block;line-height:200%; background:url(../images/prolistbj.jpg) no-repeat 100%; font-size:18px;}
.products .prodlist ul{ padding:0; margin:0;}
.products .prodlist ul li{ padding:4% 0; text-align:center;line-height:200%; border-bottom:solid 1px #ccc;}
.products .prodlist ul li a{ color:#34993b;}
.products .prodlist ul li:hover{ background:#34993b;}
.products .prodlist ul li:hover a{ color:#fff;}

.products .prodconts{ width:74%; float:right; overflow:hidden;}
.products .prodconts .proconttop ul{ padding:0; margin:0;border-bottom:solid 1px #ccc; border-top:solid 1px #ccc; overflow:hidden;}
.products .prodconts .proconttop ul li{ float:left; padding:1%;}
.products .prodconts .proconttop ul li.active{ color:#34993b;}

.products .prodconts .prodcont{overflow:hidden;}
.products .prodconts .prodcont ul{ padding:0;}
.products .prodconts .prodcont ul li{ width:33%; float:left; padding:2%; overflow:hidden;}
.products .prodconts .prodcont ul li a{ color:#333;}
.products .prodconts .prodcont ul li p{ text-align:center;}
.products .prodconts .prodcont ul li:hover a{ color:#34993b;}

.products .prodconts .prodcont .prodcontop{ padding:4% 0; overflow:hidden;}
.products .prodconts .prodcont .prodcontop .prodtimg{ float:left; width:46%;}
.products .prodconts .prodcont .prodcontop .procon{ width:52%; float:right; overflow:hidden;}
.products .prodconts .prodcont .prodcontop .procon h2{ color:#34993b;}
.products .prodconts .prodcont .prodcontop .procon .prcn{ line-height:200%; color:#666;}

.products .prodconts .prodcont .productbotm{overflow:hidden;}
.products .prodconts .prodcont .productbotm .projieshi{ border-bottom:dashed 1px #ccc; padding:1%;}
.products .prodconts .prodcont .productbotm .productcont{ padding:2%;}
.products .prodconts .prodcont .productbotm .back{ display:block; float:right;color:#333;}
.products .prodconts .prodcont .productbotm .back:hover{ color:#34993b;}
@media (max-width:768px){
	.products .prodlist{width:100%; float:none; border:solid 1px #ccc;}
	.products .prodlist ul{ display:none;}
	.products .prodconts{ width:100%; float:none; overflow:hidden; padding:4% 0;}
	.products .prodconts .proconttop ul{ padding:0; margin:0;border-bottom:solid 1px #ccc; border-top:0; overflow:hidden;}
	.products .prodconts .prodcont ul li{ width:50%; float:left; padding:2%; overflow:hidden;}
	
	.products .prodconts .prodcont .prodcontop .prodtimg{ float:none; width:100%;}
	.products .prodconts .prodcont .prodcontop .procon{ width:100%; float:none; overflow:hidden;}
	.products .prodconts .prodcont .prodcontop .procon .prcn{ line-height:180%; color:#666;}
	}

.message{ padding:2% 0; overflow:hidden;}
.message .qianyan{ text-align:center; font-size:16px; color:#34993b; font-weight:bold;}
.biaoge{ margin:2% 0;}
table{ width:40%; margin-left:auto; margin-right:auto;}
table tr th{ padding:2% 0; text-align:center; color:#888; width:6%;}
table tr td{ width:20%; overflow:hidden;padding:2% 0; }
input{ width:96%; text-align:left; height:32px; float:left;}
textarea{ width:96%;}
table tr td span{ color:#F00; float:right;}
#submit{ width:8%;text-align:center; margin-left:auto; margin-right:auto; float:none; margin-top:2%; margin-bottom:2%;color:#fff; background-color:#34993b; display:block; border:none;}
@media (max-width:1024px){
	table{ width:50%; margin-left:auto; margin-right:auto;}
	#submit{ width:10%;text-align:center; margin-left:auto; margin-right:auto; float:none; margin-top:4%;}
	}
@media (max-width:768px){
	.message{ padding:4% 0; overflow:hidden;}
	.biaoge{ margin:4% 0;}
	table{ width:60%; margin-left:auto; margin-right:auto;}
	#submit{ width:10%;text-align:center; margin-left:auto; margin-right:auto; float:none; margin-top:4%;}
	}
@media (max-width:425px){
	table{ width:100%; margin-left:auto; margin-right:auto;}
	#submit{ width:18%;text-align:center; margin-left:auto; margin-right:auto; float:none; margin-top:4%;}
	}
@media (max-width:320px){
	#submit{ width:20%;text-align:center; margin-left:auto; margin-right:auto; float:none; margin-top:4%;}
	}


#yema{ width:100%;overflow:hidden; }
#yema ul{padding:0; margin-top:0%;}
#yema ul li{ float:left; border:solid 1px #ccc;margin:0 0.8%; text-align:center; width:6%; padding:0.8% 0;}
#yema ul li a{ color:#666;}
#yema ul li:hover{background-color:#34993b;}
#yema ul li:hover a{color:#fff;}
#yema ul .ye,#yema ul .ye1{ width:4%;}
#yema ul .ye1{background-color:#34993b;}
#yema ul .ye1 a{ color:#fff;}
@media (max-width:768px){
	#yema{ width:100%; margin:4% 0;}
	#yema ul li{width:10%;}
	#yema ul .ye,#yema ul .ye1{ width:6%;}
	}
@media (max-width:425px){	
	#yema{ width:100%; margin:6% 0;}
	#yema ul li{width:14%;}
	#yema ul .ye,#yema ul .ye1{ width:8%;}
	}
@media (max-width:375px){
	#yema{ width:100%; margin:6% 0;}
	#yema ul li{width:16%;}
	#yema ul .ye,#yema ul .ye1{ width:10%; padding:1.3% 0;}
	}


.about{ background-image:url(../images/index_12.jpg); background-repeat:no-repeat; background-size:cover;}

.download ul{ padding:0; overflow:hidden;}
.download ul li{ padding:1% 0; list-style-type:decimal; list-style-position:inside;}
.download ul li a{ color:#333; font-size:16px;}
.download ul li:hover a{ color:#0146a1;}
.download ul li span{ float:right;}
@media (max-width:425px){
	.download ul li{ padding:2% 0;}
	}
@media (max-width:375px){
	.download ul li a{font-size:14px;}
	}

.news ul{ margin:2% 0; padding:0; overflow:hidden;}
.news ul li{ width:50%; padding:2% 1%; overflow:hidden; float:left;}
.news ul li .time{ width:16%; float:left; margin-right:4%;}
.news ul li .index-newscont{ width:80%; float:left;}
.news ul li .time span{ display:block;text-align:center; }
.news ul li .time .day{ font-size:28px; color:#016ba9; font-weight:bold;}
.news ul li .time .year-yue{ background-color:#016ba9; color:#fff; line-height:54px; margin-top:10px; font-size:18px;}
.news ul li .index-newscont .name{ font-size:16px; color:#333; font-weight:bold; padding:3% 0;}
.news ul li .index-newscont .newscn{ line-height:180%; color:#666; font-weight:500; font-size:14px;}
.news ul li .line{width:100%; background-color:#fff; height:1px; margin-top:20px; position:relative; left:-524px; opacity:0;-webkit-animation:moveh2 1s forwards;}
.news ul li:hover .line{ background-color:#016ba9; position:relative; left:0;-webkit-animation:moveh1 1s forwards;}
.news ul li:hover .index-newscont .name{color:#e63d3d;}

.newtop{ border-bottom:dashed 1px #ccc;}
.newtop h2{ text-align:center;}
.newtop .time{ text-align:center; padding:1% 0; font-size:16px;}
.newcont{ line-height:200%; padding:2% 1%; overflow:hidden;}

@media (max-width:768px){
	.news ul li{ float:none; width:100%; padding:2% 0;}
	.newtop .time{ text-align:center; padding:1% 0 2% 0; font-size:16px;}
	}
@media (max-width:425px){
	.news ul li .time{ padding:4% 0;}
	.news ul li .time .year-yue{ font-size:16px;}
	}
@media (max-width:375px){
	.news ul li .time .year-yue{ font-size:12px;}
	}

/*内页 end*/
#footer{}
#footer .foot-top{ background:url(../images/footer-top-bj.jpg) no-repeat 100%; background-size:cover; border-bottom:solid 1px #ccc; padding:2% 0;}
#footer .foot-bottom{ background-color:#000;padding:1% 0; color:#fff;}
@media (max-width:425px){
	#footer .foot-top{ padding:4% 0;}
	}
.foot-top .fottop{ overflow:hidden;}
.foot-top .fottop .logo{ width:30%; float:left;}
.foot-top .fottop .fotopnav{ width:64%; float:right;}
.foot-top .fottop .fotopnav ul li{ position:relative; float:left; padding:0 3%;}
.foot-top .fottop .fotopnav ul li a{ color:#ccc; letter-spacing:1px;}
.foot-top .fottop .fotopnav ul li span{
	background:url(../images/ft-line.png) no-repeat 100%;
	width:1px;
	height:16px;
	position:absolute;
	right:0;
	top:20%;
	display:block;
	}
@media (max-width:768px){
	.foot-top .fottop .logo{
		 width:50%;
		 float:none;
		 margin-left:auto;
		 margin-right:auto;
		}
	.foot-top .fottop .fotopnav{ display:none;}
	}
@media (max-width:425px){
	.foot-top .fottop .logo{
		 width:80%;
		 float:none;
		 margin-left:auto;
		 margin-right:auto;
		}
	}
.fotbottom{ margin-top:2%; overflow:hidden;}
.fotbottom .ftcontact{ float:left; margin-left:2%;overflow:hidden; width:82%;}
.fotbottom .ftcontact .name{ color:#ccc; font-size:16px;font-weight:500; letter-spacing:1px;}
.fotbottom .ftcontact span{ display:block; width:4%; height:2px; background:#fff; margin-top:2%;}
.fotbottom .ftcontact .fontcontact{ margin-top:2%; color:#ccc; line-height:200%; letter-spacing:1px; width:100%; float:left;}
.fotbottom .ftcontact .fontcontact .ftname{font-size:16px;}
.fotbottom .ftcontact .fontcontact p{ margin:0; line-height:180%; float:left;margin-right:4%;}
.fotbottom .code{ float:right; width:14%;}
@media (max-width:768px){
	.fotbottom .ftcontact{ float:none; margin-left:auto; margin-right:auto;}
	.fotbottom .ftcontact .name{ color:#ccc; font-size:16px;font-weight:500; letter-spacing:1px; text-align:center;}
	.fotbottom .ftcontact span{ display:block; width:6%; height:2px; background:#fff; margin-top:2%; margin-left:auto; margin-right:auto;}
	.fotbottom .ftcontact .fontcontact{ margin-top:2%; color:#ccc; line-height:200%; letter-spacing:1px; width:100%; float:left; }
	.fotbottom .ftcontact .fontcontact .ftname{text-align:center;}
	.fotbottom .ftcontact .fontcontact p{ margin:0; line-height:180%; float:none; text-align:center;}
	.fotbottom .code{ float:none; width:26%; margin-left:auto; margin-right:auto; margin-top:2%;}
	}
@media (max-width:425px){
	.fotbottom .code{ float:none; width:50%; margin-left:auto; margin-right:auto; margin-top:4%;}
	}
#footer .foot-bottom span{ margin-left:4%; display:block; float:right;}
#footer .foot-bottom span a{ color:#34993b;}
@media (max-width:768px){
	#footer .foot-bottom{ line-height:200%; text-align:center;}
	}
@media (max-width:425px){
	#footer .foot-bottom{ line-height:160%;}
	#footer .foot-bottom span{ display:block; float:none; text-align:center;}
	}


/*设备*/
/*#owl-demo1 .item{
    margin:2% 4%;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#owl-demo1 .item a img{
	width:100%;}
#owl-demo1 .item a p{
	text-align:center;
	color:#999;}*/