/*common css*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,textarea,div,tr,td,p{margin:0;padding:0; list-style:none;}
body{ position:relative;font-family:"microsoft yahei", Arial, Helvetica, sans-serif; font-size:14px;}
a{ color:#333; text-decoration:none}
table{border-collapse:collapse;border-spacing:0;}
img{ border:none;max-width: 100%;}
.C{ clear:both}
.clearfix:after { content:'\20'; display:block; height:0; clear:both; }
.clearfix { *zoom:1;}
.left{float:left}
.right{ float:right}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
div:after,ul:after,li:after{
    content:'\20'; display:block; height:0; clear:both; 
}
.page_box{
    text-align: center; 
    margin:20px 0 30px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #4CB347;
    border-color: #4CB347;
}
.pagination > li > a, .pagination > li > span{
    color: #a19d9d;
    background-color: #F0F0F0;
    border-color: #fff;
}
.pagination > li{
    float: left;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #4ab344;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #eee;
    display: inline-block;
    width: 15px;
    height: 15px;
}