@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'fonte';
  url('../font/HelveticaNeueBold.ttf') format('truetype')
}

body,html{font-family:"fonte";font-size:12px;color:#555;background:#fff;word-wrap:break-word;}
body,div,a,ul,li,img,span,p{margin:0;padding:0;}
h1,h2,h3,h4{margin:0px;}
*{margin:0;padding:0;}
.l{float:left;}
.r{float:right;}

.ClearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
a{text-decoration:none;cursor:pointer;color:#333;}
ul,li{list-style:none;}
img{border:none;}
a:hover{text-decoration:none;}
.ddd  img{width:100%;}

/**logo and nav**/
.pic-conx1{position:absolute;left:3px;bottom:3px;background:rgba(0,0,0,0.5);color:#fff;padding:15px;width:98%;display:none;}
#owl-demo .owl-item:hover .pic-conx1{display:block;}



.set_input img{width:100%;height:auto !important;margin-bottom:3%;}
.set_input{margin-top:3%;font-size:14px;line-height:1.5;color:#999;text-align:center;}



#page  .pagination li{margin-left:10px;display:block;float:left;margin-top:10px;}
#page  .pagination li a{border-radius:3px;background:#EBEBEB;font-size:14px;border:0px;color:#9b9b9b;}
#page  .pagination li.active .current,#page  .pagination li:hover a{border-radius:3px;font-size:14px;color:#fff;background:#C0AA70;border:0px;}

.adv0{height:auto;overflow:hidden;width:100%;position:relative;}
.adv_s .hd ul{width:100%;position:absolute;left:0%;bottom:10px;text-align:center;}
.adv_s .hd li{width:15px;height:15px;display:inline-block;margin-right:5px;background:none;z-index:2001;cursor:pointer;border-radius:100%;border:1px solid #fff;}
.pic{position:relative;}
.adv_s .hd li.on{width:15px;height:15px;background:#fff;border-radius:100%;border:1px solid #fff;}
.pic a img{width:100%;height:auto !important;}
.sj_mark .next{width:40px;height:40px;background:url(../images/next.png) no-repeat center center;position:absolute;bottom:48%;right:0px;z-index:2002;display:block;}
.sj_mark .prev{width:40px;height:40px;background:url(../images/prev.png) no-repeat center center;position:absolute;bottom:48%;left:0px;z-index:2002;display:block;}