﻿@charset "UTF-8";
/* 初始化CSS */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0;}
body{background: #fff;}
fieldset, img { border:none;}
img{display: block;}
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; outline: none;color: #2d2d2d;font-family: "microsoft yahei";}
input::-moz-focus-inner { border:none; padding:0; }
button{
    outline: none;
    font-family: "microsoft yahei";
}
.gt{
    font-family: "宋体";
}
img{
    width: 100%;
    height: 100%;
}
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0;outline: none;resize: none;font-family: "microsoft yahei";}
table { border-collapse:collapse; }
body { color:#2d2d2d;
    font-size: 12px;
    line-height: 20px;
    background:#fff;
    min-height: 320px;
    font-family:"microsoft yahei";

}
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a { color:#2d2d2d; text-decoration:none !important; }
i{
    font-style: normal;
}
a:hover{

    text-decoration: none;
}
em{font-style: normal;}
.red{
    color:#f00;
}
.blue{
    color: #4c8cd9 !important;
}
.yellow{
    color: #f6a200 !important;
}
.green{
    color: #2cc327 !important;
}
.q-size{
    font-weight: bold;
}
.b2{
    color: #0086cb;
}
.left{
    float: left;
}
.right{
    float: right;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
}
.border-right-none{
    border-right: none !important;
}
.border-none{
    border: none !important;
}
.font-sl{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*头部*/
.cp_header{
    height:32px;
    line-height:32px;
    color: #919191;
    font-size:14px;
    background-color: #f3f3f3;
    min-width:1200px;
}
.cp_header_nologain a{
    display: inline-block;
    padding:0 15px;
    color: #919191;
}

.login-sign-after {
    margin: 3px 0;
}
.login-sign-after .lv_logined_pic {
    width: 25px;
    height: 25px;
    padding:0 15px;
}
.login-sign-after .lv_logined_qian {
    width: 60px;
    height: 25px;
    background-color: #f6a200;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 25px;
}

.login-sign-after .lv_logined_qian.active{
    background-color: #dcdcdc;
    color: #919191;
}
.lv_logined_list{
    width: 140px;
    border:1px solid #dcdcdc;
    background-color: #fff;
    position: absolute;
    right:0;
    top:30px;
    z-index: 10;
    display: none;
}

.lv_logined_list li a{

    display: block;
    font-size:14px;
    position: relative;
    line-height: 55px;
    color: #666;
    padding-left: 20px;
}
.lv_logined_list li a .iconfont {
    margin-right: 14px;
    font-size: 20px;
    vertical-align: middle;
}
.lv_logined_list li a:hover{
    background-color: #f7f7f7;
}

/*搜索LOGO*/
.cp_search_wrap{
    padding:30px 0 20px 0;
}
.cp_search_wrap .cp_logo{
    width:160px;
}
.cp_search_wrap .cp_search{
    margin-left:250px;
}
.cp_search_top{
    position: relative;
    border:1px solid #dcdcdc;
    border-left:none;
    border-right:none;

}
.cp_search_top .cp_search_inp{
    width:500px;
    height:34px;
    padding-left:10px;
    border:none;
}
.cp_search_top .cp_search_btn{
    width:58px;
    height:34px;
    line-height:34px;
    display: block;
    background-color: #f6a200;
    border:none;
    cursor: pointer;
    color: #fff;

}
.cp_search_top .cp_search_btn i{
    font-size:22px;
    margin-top:-2px;
}
.co_search_hot{
    line-height:34px;
    font-size:14px;
}
.co_search_hot a{
    margin:0 5px;
    color: #919191;
}

.cp_search_type{
    width:81px;
    text-align: center;
    position: relative;
}
.cp_search_type .cp_search_type_tit{
    width:70px;
    height:34px;
    line-height:34px;
    font-size:14px;
    color: #919191;
    border-right: 1px solid #dcdcdc;
    border-left:1px solid #dcdcdc;
    cursor: pointer;
    position: relative;
    padding-right: 10px;
}

.cp_search_type_tit:before{
    content: "";
    width:0px;
    height:0px;
    border-style:solid;
    border-width: 6px;
    border-color: #dcdcdc transparent transparent transparent;
    position: absolute;
    right:10px;
    top:50%;
    margin-top:-3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cp_search_type_tit.active:before{
    margin-top:-8px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.cp_search_type .cp_search_type_list{
    position: absolute;
    width:80px;
    color: #2d2d2d;
    background: #fff;
    border:1px solid #dcdcdc;
    left:0;
    line-height: 30px;
    z-index:9999;
    display: none;
}
.cp_search_type .cp_search_type_list li{
    cursor: pointer;
    font-size:14px;
    color: #919191;
}
.cp_search_type .cp_search_type_list li:hover,.cp_search_type .cp_search_type_list li.active{
    background-color: #f5f5f5;
}

/*导航*/
.cp_nav{
    height:44px;
    line-height:44px;
    background-color: #f6a200;
    min-width: 1200px;
}
.cp_nav .cp_nav_list li{
    float: left;
}

.cp_nav .cp_nav_list li a.nav_line{
    font-size:16px;
    color: #fff;
    padding:0 20px;
    display: block;
    margin-right:20px;
    position: relative;

}
.cp_nav .cp_nav_list li a.nav_line:hover,.cp_nav .cp_nav_list li a.nav_line.current{
    background-color: #e39500;
}
.cp_nav .cp_nav_list li .down_arrow{
    width:0;
    height:0;
    border-style:solid;
    border-width:5px;
    border-color:  transparent transparent #fff transparent;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-6px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.cp_nav .cp_nav_list li.hover .down_arrow{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top:-2px;
}
.cp_fb_box{
    height:44px;
}
.cp_fb_box a{
    color: #fff;
    font-size:16px;
}


.c_nav_m
{
    left:0;
    display: none;
    z-index: 5;
    position: absolute;
    top: 44px;
    width: 1178px;
    padding: 0 10px;
    height: 230px;
    border:1px solid #e9e9e9;
    background-color: #fff;
    transition: width 2s;
    -moz-transition: width 2s; /* Firefox 4 */
    -webkit-transition: width 2s; /* Safari 和 Chrome */
    -o-transition: width 2s; /* Opera */
}
.c_nav_m a {
    color: rgb(135,135,135);
    padding: 0px;
    display: inline;
}
.c_nav_m dl
{
    width: 466px;
    padding: 16px 5px 0 18px;
    line-height: 24px;
    float: left;
}
.c_nav_m dt
{
    height:24px
}
.c_nav_m dt a {
    color: #f6a200;
}
.c_nav_m dd a
{
    margin-right:15px;
    padding: 0px;
    font-size: 13px;
}
.c_blank
{
    _display:none;
    width:128px;
    height:1px;
    margin:-1px 0 0 62px;
    border-top:2px solid #fff
}
.c_nav_pic
{
    position: absolute;
    z-index: 6;
    bottom: -60px;
    right: 0;
    display: inline-block;
    width: 316px;
    height: 206px;
    background:url(../images/cnavpic.png) no-repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/cnavpic.png");
    _background:0 0
}
.lv_nav_left a .iconfont {
    margin-left: 6px;
}



/*banner*/

#banner1{
    height:370px;
    width:100%;
    min-width:1200px;
}
.banner-item{
    background-color: #f6a200;
}
.swiper-pagination-bullet{
    width:14px;
    height:14px;
    background-color: #fff;
    opacity:1;
}
.swiper-pagination-white .swiper-pagination-bullet-active{
    background-color: #ff8244;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 10px;
}

.w_265x490{
    width:260px;
    height:490px;
}
.w_225x254{
    width: 225px;
    height:254px;
}
.w_284x338{
    width:284px;
    height:338px;
}



/**/
.lv_footer{
    clear: both;
    background: #f3f3f3;
    min-width: 1200px;
    padding: 25px 0;
    font-size: 14px;

}

.lv_footer-line-top,.lv_footer-line-bottom {

    line-height:30px;

    width:700px;
    margin:0 auto;
}

.lv_footer-line li{
    text-align: left;
    /*padding-top: 25px;*/
    /*padding-bottom: 10px;*/
    font-size: 14px;
    color: #2d2d2d;
    display: inline-block;
}
/*.lv_footer-line-bottom li {*/
/*padding: 10px 16px 0 16px;*/
/*}*/
/*.lv_footer-line-top li {*/
/*padding: 25px 10px 0 10px;*/
/*}*/
.lv_footer-line li a{
    color: #2d2d2d;
    padding-right: 20px;
    font-size: 12px;
}

.cont-p p{
    line-height: 30px;
    font-size: 14px;
    color: #adadad;
}

.cont-p {
    text-align: center;
    clear: both;
    min-width: 1200px;
    padding: 10px 0;
    background-color: #dddddd;
}

/*分页*/
.page-wrap,.NewPages{
    padding:40px 0;
    text-align: center;
}
.page-wrap span,.page-wrap a,#page_count span,
.NewPages span,.NewPages a,#page_count span
{
    padding:0 10px;
    height:30px;
    line-height:30px;
    color: #666;
    text-align: center;
    display: inline-block;
    background: #f7f7f7;
    border:1px solid #e7e7e7;
    margin-right: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.page-wrap span.current,.page-wrap span:hover,.page-wrap a:hover,#page_count span:hover{
    color: #fff;
    background: #f6aa00;
}
.NewPages span.current,.NewPages span:hover,.NewPages a:hover,#page_count span:hover{
    color: #fff;
    background: #f6aa00;
}
#page_count span:hover a{
    color: #fff;
}
.page-wrap .totle-page{
    background: none;
    border: none;
    color: #2D2D2D;
}
.NewPages .totle-page{
    background: none;
    border: none;
    color: #2D2D2D;
}
.page-wrap .totle-page:hover{
    color: #2d2d2d;
    background: none;
}
.NewPages .totle-page:hover{
    color: #2d2d2d;
    background: none;
}
.w_284x337{
    width: 284px !important;
    height:337px !important;
}
.w_284x204{
    width: 284px !important;
    height:204px !important;
}
.w228{
    width:228px !important;
}
/*签到METAL*/
.qd-motel-box{
    width:100%;
    height:100%;
    position: fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,.8);
    z-index:999;
}
.qd-motel-in{
    width: 460px;
    height: 256px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -230px;
    margin-top: -226px;

    z-index:10000;
    padding-top:198px;
    -webkit-animation:bounceIn 0.5s;
    -o-animation:bounceIn 0.5s;
    animation:bounceIn 0.5s;

}
.close-motel{
    width:26px;
    height:26px;
    position: absolute;
    right:30px;
    top: 60px;
    background: url("../images/personal/close.png") no-repeat;
    z-index:10001;
}
.qd-motel-in .qd-success-bg{
    width: 460px;
    height: 338px;
    position: absolute;
    top: -61px;
    left:0;
    background: url(../images/personal/points.png) center center no-repeat;
    z-index: 55;
}
.qd-motel-bot{
    width:100%;
    height:256px;
    background-color: #f6ac1d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;


}
.qd-motel-bot h2{
    text-align: center;
    padding:56px 0 25px 0;
    font-size:24px;
    color: #fff;
    font-weight:normal;
}
.qd-motel-bot .qd-jf-box{
    width:330px;
    height:100px;
    background: url("../images/jf_bg.png");
    margin:0 auto;

}

.qd-jf-box-l{
    width:106px;
    font-size:24px;
    color: #f67e1d;
    line-height:30px;
    text-align: center;
    padding:20px 0;
}
.qd-jf-box-r{
    font-size:40px;
    line-height:100px;
    text-align: center;
    width:224px;
    color: #f67e1d;
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -webkit-animation-timing-function: cubic-bezier(0.215,.61,.355,1);
        animation-timing-function: cubic-bezier(0.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

/*回复motel*/
.cp-u-filter-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(eval(document.documentElement.clientHeight));
    _top: expression(eval(document.documentElement.scrollTop));
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1111;
    display: none;
}
.cp-u-news-reply {
    position: fixed;
    top: 50%;
    left: 50%;
    _top: expression(eval(document.documentElement.scrollTop + (document.documentElement.clientHeight / 2)));
    width: 400px;
    height: 323px;
    margin-top: -161px;
    margin-left: -200px;
    background-color: #fff;
    z-index: 1112;
    display: none;
}

.cp-u-news-reply-tw {
    height: 49px;
    border-bottom: 1px solid #DCDCDC
}

.cp-u-news-reply-tw .close {
    width: 16px;
    height: 16px;
    background-position: -2px -643px;
    margin: 10px 10px 0 0
}

.cp-u-news-reply-tt {
    width: 328px;
    height: 49px;
    line-height: 49px;
    margin-left: 20px
}

.cp-u-news-reply-from {
    padding: 10px 0 20px;
    background-color: #F5F5F5;
    height: 180px;
    border-bottom: 1px solid #DCDCDC
}

.cp-u-news-reply-from p {
    line-height: 40px;
    margin-top: 10px
}

.cp-u-news-reply-from label {
    width: 76px;
    display: inline-block;
    text-align: right;
}

.cp-u-news-reply-from input {
    width: 248px;
    height: 16px;
    padding: 11px 10px;
    margin: 0 10px;
    border: 1px solid #D8D8D7;
}

.cp-u-news-reply-from textarea {
    width: 258px;
    height: 108px;
    padding: 5px;
    line-height: 22px;
    margin-left: 86px;
    border: 1px solid #D8D8D7;
    overflow-y: auto;
}

.cp-u-news-reply-btn {
    margin-top: 15px;
    width: 114px;
    height: 32px;
    background-color: #F67839;
    line-height: 32px;
    display: block;
    text-align: center;
    color: #fff;
    margin:15px auto 0;
}

.plivate_message_box{
    padding:30px 0;
    position: relative;
    border-bottom:1px dashed #dcdcdc;
}
.plivate_message{
    padding-left:0;
    width:635px;
}
.mesage_pic{
    width:62px;
    height:62px;
    margin:0 10px;
}

.person_message_btns a{
    display: inline-block;
    padding:5px 20px;
}
._loading_more_box{
    text-align: center;
    margin:15px auto;
}
._loading_more{
    text-align: center;
    display: inline-block;
    padding:0 20px;
    line-height:40px;
    font-size:14px;
    border:1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}
._loading_more:hover{
    color: #fff;
    background-color: #f6aa00;
    border:1px solid #f6aa00;
}
.footer_box{
    margin-top:50px;
}



/*搜索结果页面*/
.search_result_l{
    width:880px;
}
.search_result_r{
    width:280px;
}
.search_result_top{
    height:50px;
    line-height:50px;
    border-bottom: 1px solid #dcdcdc;
    color: #919191;
}
.search_result_top h2{
    font-size:18px;
    font-weight:normal;
    padding-left:25px;
    color: #2d2d2d;
    position: relative;
}
.search_result_top h2:before{
    content: '';
    width: 18px;
    height: 22px;
    background: url(../images/community/qizi.png) no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}
.search_result_list li{
    padding:16px 0 0;
}
.search_result_list li a{
    display: block;
}
.search_result_list .pic{
    width:192px;
    height:122px;
}
.search_result_list .pic img{
    width:100%;
    height:100%;
}
.search_result_text{
    width:610px;
    padding-left:30px;
}
.search_result_text .result_title{
    font-size:16px;
    font-weight:normal;
    height:32px;
}
.search_result_text .result_dec{
    color: #919191;
    font-size:14px;
}
/*大家都在搜*/
.all_search_tit{
    line-height:50px;
    font-size:16px;
    font-weight:normal;
    border-bottom:1px solid #dcdcdc;
}
.all_search_list li{
    padding-top:16px;
}
.all_search_list li a{
    display: block;
}
.all_search_list li .pic{
    width:125px;
    height:80px;
}
.all_search_list li .search_result_text{
    width:145px;
    padding-left:10px;
}
.all_search_list li .search_result_text .result_title{
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.all_search_list li .search_result_text .result_dec{
    height:42px;
    overflow: hidden;
}
.no_data{
    width: 300px;
    height: 200px;
    background: url(../images/nodata_bg.png) center center no-repeat;
    margin: 60px auto 10px;
    -webkit-background-size: contain;
    background-size: contain;
}
