.navbar-box{
    display: none;
}
.sort{
    margin-top: 20px;
}
.sort ul li{
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: left;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.sort ul li:nth-child(1){
    margin: 0;
}
.sort ul li.cur a{
    color:#f16623;
}
/* 筛选1 */
.sx_style1{
    border: 1px solid #ddd;
    padding: 12px 0 4px;
    position: relative;
}
.sx_style1 span{
    position: absolute;
    top: 12px;
    left: 24px;
    color: #999;
}
.sx_style1 ul {
    padding-left: 70px;
}
.sx_style1 ul li{
    float: left;
    padding: 0 15px;
    margin-bottom: 8px;
}
.sx_style1 ul li.cur a{
    color:#f16623;
}
/* 筛选2 */
.sx_style2{
    border: 1px solid #ddd;
    padding: 0 24px;
    position: relative;
}
.sx_style2 .zu{
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    padding-top: 12px;
}
.sx_style2 .zu:last-child{
    border: none;
    /* padding-bottom: 0; */
}
.sx_style2 .zu .type{
    width: 69px;
}
.sx_style2 .zu .type span{
    color: #999;
    line-height: 32px;
}
.sx_style2 .zu ul{
    width: 1150px;
}
.sx_style2 .zu ul li{
    float: left;
    margin-right: 15px;
    line-height: 32px;
}
.sx_style2 .zu ul li.cur a{
    color: #f16623;
}
/* 工艺展示列表 */
.gy_list{
    padding-top: 60px;
}
.gy_list ul li{
    float: left;
    margin-right: 18px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.gy_list ul li .img{
    width: 306px;
    height: 204px;
    overflow: hidden;
}
.gy_list ul li .txt {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 306px;
    padding-bottom: 20px;
}
.gy_list ul li:nth-child(4n){
    margin-right: 0;
}
.gy_list ul li:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
/* 灵感邦 */
.lg_list{
    padding-top: 40px;
}
.lg_list ul li{
    float: left;
    width: 306px;
    height: 263px;
    margin-right: 18px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    position: relative;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.lg_list ul li .img{
    width: 306px;
    height: 204px;
    overflow: hidden;
}
.lg_list ul li img{
    width: 100%;
}
.lg_list ul li .txt {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 240px;
    font-size: 16px;
}
.lg_list ul li:nth-child(4n){
    margin-right: 0;
}
.lg_list ul li:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.lg_list ul li .eyes{
    position: absolute;
    right: 10px;
    bottom: 16px;
}
.lg_list ul li .eyes span{
    color: #999;
}
.lg_list ul li .eyes::before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    background: url(http://www.uqibang.com/template/home/images/eyes.png) no-repeat;
    margin-right: 0px;
}
/* 礼品商城 */
.lp_tit{
    text-align: center;
    padding-top: 34px;
    padding-bottom: 20px;
}
.lp_tit h4{
    font-size: 16px;
    margin-top: 5px;
    color: #666;
    font-weight: normal;
}
.lp_tit h3 img{
    width: auto;
    margin: 0 auto;
}
.lp_list>ul>li{
    width: 243px;
    float: left;
    border: 1px solid #ddd;
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
}
.lp_list>ul>li:nth-child(5n){
    margin-right: 0;
}
.lp_list>ul>li .img{
    width: 241px;
    height: 241px;
    overflow: hidden;
}
.lp_list>ul>li .txt{
    height: 60px;
    padding: 10px;
}
.lp_list>ul>li .txt .tit{
    width: 180px;
}
.lp_list>ul>li .txt .price{
    color:#f16623;
    font-weight: bold;
}
.lp_list>ul>li .txt .price::before{
    content: '￥';
    font-size: 12px;
    color:#f16623;
    font-weight: bold;
}
.lp_list>ul>li .download_btn{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/ppt.png) no-repeat;
    position: absolute;
    right: 10px;
    bottom: 20px;
}
/* 礼品知识列表 */
.zs_list ul li{
    border: 1px solid #ddd;
    overflow: hidden;
    width: 630px;
    padding: 15px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 18px;
}
.zs_list ul li:nth-child(2n){
    margin-right: 0;
}
.zs_list ul li .img{
    width: 280px;
    height: 185px;
    overflow: hidden;
}
.zs_list ul li .img img{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.zs_list ul li .txt{
    width: 310px;
}
.zs_list ul li .txt h3{
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0;
}
.zs_list ul li .txt p{
    height: 60px;
    color: #999;
}
.zs_list ul li .txt{
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    height: 130px;
}
.zs_list ul li .lll{
    position: absolute;
    bottom:32px;
    left: 306px;
}
.zs_list ul li .lll::before{
    content:'';
    display: inline-block;
    width: 16px;
    height: 16px;
    background:url(../images/eyes.png) no-repeat;
    vertical-align: text-bottom;
}
.zs_list ul li .lll span,.zs_list ul li .up_date span{
    color: #666;
}
.zs_list ul li .up_date{
    position: absolute;
    bottom:32px;
    right: 20px;
}
.zs_list ul li:hover{
    border-color: #f16623;
}
.zs_list ul li:hover img{
    transform: scale(1.1);
}
/* 精选方案列表 */
.jx_list ul li{
    border: 1px solid #ddd;
    overflow: hidden;
    width: 630px;
    padding:12px 12px 12px 0;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 18px;
}
.jx_list ul li:nth-child(2n){
    margin-right: 0;
}
.jx_list ul li .img{
    width: 280px;
    height: 185px;
    overflow: hidden;
}
.jx_list ul li .img img{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.jx_list ul li .txt{
    width: 310px;
}
.jx_list ul li .txt h3{
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 15px 0;
}
.jx_list ul li .txt p{
    line-height: 18px;
    color: #999;
}
.jx_list ul li .txt{
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 25px;
    height: 130px;
}
.jx_list ul li .lll{
    position: absolute;
    bottom:30px;
    right:20px;
}
.jx_list ul li .lll::before{
    content:'';
    display: inline-block;
    width: 16px;
    height: 16px;
    background:url(../images/eye.png) no-repeat;
    vertical-align: text-bottom;
}
.jx_list ul li .lll span,.jx_list ul li .up_date span{
    color: #666;
}
.jx_list ul li .up_date{
    position: absolute;
    bottom:32px;
    right: 20px;
}
.jx_list ul li:hover{
    /* border-color: #f16623; */
}
.jx_list ul li:hover img{
    transform: scale(1.1);
}
.jx_list .download_btn{
    position: absolute;
    bottom: 24px;
    left: 302px;
}
.jx_list .download_btn a::before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    background: url(../images/down.png) no-repeat ;
    margin-left: 3px;
}
.jx_list .download_btn a{
    width: 160px;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #f3f3f3;
    border: 1px solid #ddd;
}
.jx_list .download_btn:hover a{
    color: #333;
}
.jx_list .download_btn:hover a{
    border-color: #f16623;
}
/* hr专区 */
.hr_list ul li{
    width: 304px;
    height: 336px;
    overflow: hidden;
    float: left;
    margin-right: 21px;
    margin-bottom: 21px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.hr_list ul li:nth-child(4n){
    margin-right: 0;
}
.hr_list ul li .txt{
    border:1px solid #ddd ;
    border-top: none;
    padding: 20px;
}
.hr_list ul li .txt h3{
    font-size: 18px;
    font-weight: normal;
}
.hr_list ul li .txt p{
    color: #999;
    margin:10px 0;
}
.hr_list ul li .txt .fgx{
    height: 1px;
    width: 100%;
    background: #ddd;
    margin: 11px 0;
}
.hr_list ul li .txt .xzl{
    color: #999;
}
.hr_list ul li .txt .lll{
    color: #999;
}
.hr_list ul li .txt .lll::before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    background: url(../images/eyes.png) no-repeat;
    margin-right: 3px;
}
.hr_list ul li .txt .xzl::before{
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    background: url(../images/down_d.png) no-repeat;
    margin-right: 0px;
}
.hr_list ul li:hover{
    transform: translateY(-10px);
}
/* 瀑布流样式 */
.waterfall{overflow:hidden;zoom:1;width:100%;}
.wf_inner{margin:15px auto;}
.wf_col{position:relative;min-height:473px;_height:473px;}
.wf_item{
	box-sizing:border-box;width:400px;
	/* border:1px solid #d2d2d2;box-shadow:5px 3px 3px rgba(221,221,221,.32);color:#565656; */
	float:left;overflow:hidden;zoom:1;
	position:absolute;
}
.wf_item_inner{}
.wf_item .thumb{background:#E9E9E9;position:relative;display:block;overflow:hidden;font-size:0;}
.wf_item .thumb_img{width:100%;max-width:100%;-ms-interpolation-mode:bicubic;/*解决IE7缩放图片会失真*/}
.wf_item .title{height:27px;margin:7px 0 0;color:#538700;font-size:17px;font-family:\5FAE\8F6F\96C5\9ED1;}
.wf_item .title a{color:#060;}
.wf_item .desc{word-wrap:break-word;word-break:break-all;color:#888;}
.wf_result{height:32px;line-height:32px;margin-top:15px;text-align:center;color:#666;}
.wf_loading{background:url(../images/loading.gif) center center no-repeat;}
#backTop{cursor:pointer;width:38px;height:38px;background:url(../images/backTop.gif) no-repeat 0 -39px;}
#backTop:hover{background-position:0 0;}
.wf_item_inner .desc{
    text-align: center;
    line-height: 40px;
    height: 40px;
}

/* 固定菜单样式*/
.wf_list_menu{}
.wf_list_menu h3{height:28px;line-height:28px;color:#000;font-size:14px;font-weight:bold;}
.wf_list_menu p{font-size:0;}
.wf_list_menu p a{
	display:inline-block;margin:4px 4px 4px 0;width:63px;line-height:27px;
	color:#000;text-align:center;font-size:14px;cursor:pointer;
}
.wf_list_menu p a.on{background:#8BB843;color:#fff;border-radius:2px;}
.wf_list_menu p a:hover{color:#060;text-decoration:underline;}
.wf_list_menu p a.on:hover{color:#fff;text-decoration:none;}
.wf_list_menu .line_b{border-bottom: 1px dashed #eaeaea;padding-bottom:10px;margin-bottom:10px;}
/* end 瀑布流样式 */
.tc_pic{
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
}
.tc_pic.show{
    display: block;
}
.tc_pic_box{
    /* width: 1044px; */
    background: #fff;
    min-height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 25px;
}

  /*banner*/
.tc_pic_box_b{
    height: 460px;
}
.tc_pic_box_b p{
    text-align: center;
}
.tc_pic_box_b .flexslider {
  position: relative;
  height: 460px;
  overflow: hidden;
}

.tc_pic_box_b .slides {
  position: relative;
  z-index: 1;
}
.tc_pic_box_b .slides li {
  height: 460px;
  text-align: center;
}
.tc_pic_box_b .slides li img{
  height: 460px;
  width: auto;
  /* display: block; */
}
.tc_pic_box_b .flex-control-nav {
  position: absolute;
  /* position: relative; */
  bottom: 72px;
  z-index: 2;
  width: 1280px;
  text-align: right;
  left: 50%;
  transform: translateX(-50%);
}

.tc_pic_box_b .flex-control-nav li {
  display: inline-block;
  height: 14px;
  margin: 0 8px;
  *display: inline;
  zoom: 1;
}

.tc_pic_box_b .flex-control-nav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 20px;
  background:#afa49e;
  position: relative;
}

.tc_pic_box_b .flex-control-nav .flex-active {
  background:#fe7e42;
}
.tc_pic_box_b .flex-control-nav .flex-active::before{
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fe7e42;
  background: rgba(0, 0, 0, 0);
  left: 50%;
  /* right: 50%; */
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 20px;
}
.flex-control-nav li {
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 30px;
    height: 6px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);

}

.flex-control-nav .flex-active {
    background: rgba(255, 255, 255, 1);

}
.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 41%;
}
.flex-direction-nav li a {
    display: block;
    width: 24px;
    height: 77px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.flex-direction-nav li a.flex-prev {
    left: 0px;
    background: url(../images/next.png) center center no-repeat;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
}

.flex-direction-nav li a.flex-next {
    right: 0px;
    background: url(../images/next.png) center center no-repeat;
}
.gban{
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
}

.sxl{
    border: 1px solid #ddd;
    /* line-height: 38px; */
    border-bottom: none;
}
.sxl .sxl_box {
    border-bottom: 1px solid #ddd;
}
.sxl .sxl_box {
    line-height: 38px;
    position: relative;
}
.sxl .sxl_box .fl_box{
    width: 130px;
    background: #f2f2f2;
    border-right: 1px solid #ddd;
    /* position: relative; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
.sxl .sxl_box .fl_box p{
    /* text-align: center; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.sxl .sxl_box .fl {
    margin-left: 130px;
    width: 1000px;
    overflow: hidden;
    height: 38px;
    position: relative;
    /* border-left: 1px solid #ddd; */
}
.sxl .sxl_box a.more{
    position: absolute;
    padding-right: 15px;
    background: url(../images/moredown.png) right center no-repeat;
    right: 40px;
    top: 0px;
}
.sxl .sxl_box a.more.on{
    background: url(../images/moreup.png) right center no-repeat;
}
.sxl_box ul li a:hover,.sxl_box ul li.active a{
    color: #E74649;
}
.sxl .sxl_box .fl ul {
    /* font-size: 0; */
    padding: 0 30px;
}
.sxl .sxl_box .fl ul li{
    display: inline-block;
    margin-right: 30px;
}
.sxl .sxl_box .fl ul li a{
    font-size: 14px;
}
.sxl .sxl_box .fl ul li input{
    width: 50px;
    height: 21px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0 3px;
}
.sxl .sxl_box .fl ul li .submit_btn{
    width: 50px;
    display: inline-block;
    height: 25px;
    background: #ddd;
    text-align: center;
    line-height: 25px;
    color: #333;
}
.sxl .sxl_box .fl ul li .submit_btn:hover{
    background: #f16623;
    color: #fff;
}
.box_sort li a{
    display: block;
    width: 55px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #f16623;
    text-align: center;
}
.box_sort li.cur a{
    background: #f16623;
    color: #fff;
}
.ny-banner {
    width: 1280px;
    max-height: 306px;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
}