﻿/* touchlb */
.touchlb {width:100%;position:relative;}
.touchlb ul {-webkit-transition:left 800ms ease-in 0;-moz-transition:left 800ms ease-in 0;-o-transition:left 800ms ease-in 0;-ms-transition:left 800ms ease-in 0;transition:left 800ms ease-in 0;}
.touchlb ul li { position:relative;}
.touchlb ul li img{ width:100%; height:100%;border:0;}
.touchlb p{background:rgba(0,112,78,1);color:#fff;position:absolute;bottom:-16px;height:40px;line-height:40px;text-align:left;width:100%;text-indent:10px;}
.touchlb p a{color:#fff;text-decoration:none;}

.touchlb_next {position:absolute;right:10px;bottom:8px;text-align:right;width:50%;}
.touchlb_next a{width:10px;height:10px;line-height:99em;background:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 1px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
.touchlb_next a.active {background:#03553c;}


.pyc{ position:absolute; top:300px; left:0; background:#fff; width:92%; height:260px; padding:4%;}
.gda{ width:100px; height:40px; border:1px solid #ccc; text-align:center; line-height:40px; font-size:16px;}
.gda a{ float:left; width:100%; height:100%; text-align:center;}.gda:hover{ background:#00704e;}
.gda a:hover{ text-decoration:none; color:#fff;}