@charset "utf-8";
html,body {  font-family: 'Microsoft YaHei', '微软雅黑', 'arial', '宋体';font-size: 14px; background-color: #fff; font-weight: 500; background-color:#FFF; }
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,blockquote,th,td,pre,xmp{margin:0;padding:0}
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
h1,h2,h3,h4,h5,h6,b,strong{font-weight:normal}     address,cite,dfn,em,i,optgroup,var{font-style:normal}
table{border-collapse:collapse;border-spacing:0;text-align:left}
caption,th{text-align:inherit}
ul,ol,menu,li{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
hr {height: .02rem;margin: .1rem 0;border: medium none;border-top: .02rem solid #cacaca;}
.clearfix{  *zoom: 1;}
.clearfix::after{content: ''; display: block; height: 0;clear: both;overflow: hidden; visibility: hidden;}
a:hover,a:active { text-decoration: none; color: #0191ed;}
a {color: #000;text-decoration:none;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}
/*缩小*/
.img-enlarge {overflow: hidden;}
.img-enlarge img {cursor: pointer; transition: all 0.6s;}
.img-enlarge:hover img{  transform: scale(0.9);}
/*放大*/
.img-big {overflow: hidden;}
.img-big img {cursor: pointer; transition: all 0.6s; }
.img-big:hover img{  transform: scale(1.1);}
/*放大*/
.round {-webkit-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.round15 {-webkit-border-radius:15px;-ms-border-radius:15px;-o-border-radius:159px;-moz-border-radius:15px;border-radius:15px;}
.round20 {-webkit-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;-moz-border-radius:20px;border-radius:20px;}
/*弹性盒*/
.flexBetween  {justify-content:space-between;display: -webkit-flex; display: flex;flex-wrap: wrap;width: 100%;}
.flexStart  {justify-content:flex-start;display: -webkit-flex; display: flex;flex-wrap: wrap;width: 100%;}
.flexCenter  {justify-content:center;display: -webkit-flex; display: flex;flex-wrap: wrap;width: 100%;}
.ul_left  {justify-content:left;display: -webkit-flex; display: flex;flex-wrap: wrap;width: 100%;}

/*滑动颜色*/
.a_change_color  {position: relative;cursor: pointer;} 
.a_change_color:after,.a_change_color:before  {  content: ''; position: absolute;background: #5c8c47; left: 0;  top: 0; width: 0; height: 100%;  z-index:-2; -webkit-border-radius:19px;-ms-border-radius:19px;-o-border-radius:19px;-moz-border-radius:19px;border-radius:19px;}
.a_change_color:hover {z-index:1; background:transparent; }	
.a_change_color:before { background: #4e783c; z-index:-1;transition:width 0.5s  linear;-moz-transition:width 0.5s   linear; -webkit-transition:width 0.5s   linear; -o-transition:width 0.5s  linear ; }  	
.a_change_color:hover:after,.a_change_color:hover:before { width: 100%; }     
.index_banner_txt .txt .a_change_color:hover a { color: #000;}

/*动图*/
figure{width:100%;height:100%;opacity:1;animation:slideShow 15s linear infinite ;-o-animation:slideShow 15s linear infinite ;-moz-animation:slideShow 15s linear infinite ;-webkit-animation:slideShow 15s linear infinite ;} 
@-o-keyframes slideShow{0%{opacity:0.5;-o-transform:scale(1)}10%{opacity:0.8}25%{opacity:1}30%{opacity:1;-o-transform:scale(1.15)}100%{opacity:1;-o-transformm:scale(1)}}
@-moz-keyframes slideShow{0%{opacity:0.5;-moz-transform:scale(1)}10%{opacity:0.8}25%{opacity:1}30%{opacity:1;-moz-transform:scale(1.15)}100%{opacity:1;-moz-transformm:scale(1)}}
@-webkit-keyframes slideShow{0%{opacity:0.5;-webkit-transform:scale(1)}10%{opacity:0.8}25%{opacity:1}30%{opacity:1;-webkit-transform:scale(1.15)}100%{opacity:1;-webkit-transformm:scale(1)}}
 



/*分页*/




/*分页*/
#pages { 
    text-align: center; margin-top: 40PX;
}

#pages li {
    margin: 0 2px; width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #0191ed;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #0191ed;
}

#pages li:hover a {
    color: #fff;
}