
/*xs大屏幕 md小屏幕 smwap端*/
* {
    -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;
}
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
    display: block;
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0; border:none;}
body, li, div, span{font-family: 'Microsoft Yahei','微软雅黑','Arial','Helvetica';}
em,i{font-style:normal;}
strong{font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#919599;}
a:hover{text-decoration:none;}
a:link {text-decoration: none;outline: none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6, p, a{font-family: 'Microsoft Yahei','微软雅黑','Arial','Helvetica';}
h1, h2, h3, h4, h5, h6, p{font-weight: normal;}
button {font-family: '微软雅黑';border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {font-family: '微软雅黑', sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
img{border: none; vertical-align: top;display:block;max-width: 100%; }
html, body{
    width: 100%;
    color:#3b3b3b;
    overflow-x: hidden;
}
.l{
    float: left;
}
.r{
    float: right;
}
.center{
    text-align: center;
}
.no-magn{
    margin:0;
}
.pad15{
    padding-right: 15px;
}
.padt20{
    padding-top: 20px;
}
.padb20{
    padding-bottom: 20px;
}
.padb10{
    padding-bottom: 10px;
}
.padt48{
    padding-top: 48px;
}
.magnt20{
    margin-top: 20px;
}
.magnb20{
    margin-bottom: 20px;
}
.magnb40{
    margin-bottom: 40px;
}
.container {
    width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
a.lanse{
    color:#c96;
}
/*-------------Share--------*/
a.yanse-blue:hover{
    color: #c96;
}
a.yanse:hover{
    color: #c96;
}
a:hover{
    color: #c96;
}
.section-bg{
    padding:30px 0 60px;
    background:#c96;
}
.section-bgs{
    padding:20px 0 0 0;
    background:#c96;
}
section a{
    font-size: 24px;
    margin-bottom: 30px;
    color: #000;
}
section .sort a{font-weight:normal;font-size:16px;margin-bottom: 0px;color:#666;}
.fangdadingsi{
    width: 100%;
    overflow: hidden;
}
img.fangda{
    cursor:pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
img.fangda:hover{
    cursor:pointer;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
/*-------------Share--------*/
/*头部*/
header{
    width: 100%;
    min-height: 75px;
    z-index: 233;
    background: #000;
}
header.dq{
    position: fixed;
    top: 0;
    left:0;
    height: 75px;
    z-index: 2333;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;

}
@keyframes menu_sticky {
    0%   {margin-top:-100px;}
    50%  {margin-top: -90px;}
    100% {margin-top: 0;}
}
header .container{
    min-height: 75px;
    position: relative;
}
header .logo{
    float: left;
    /* width: 400px; */
    height: 70px;
}
header .logo img{
    position: relative;
    z-index: 9999;
    /* height: 60px; */
    /* width:80px; */
    width: 200px;
    top: -48px;
}
header .logo a{
    display:block;
    text-indent: -99999px;
    /* height: 70px; */
}
header nav{
    display:block;
    margin-top: 30px;
}
header nav.dq{
    display:block;
}
header nav, header nav ul{
    width:auto;
    float: right;
}
header nav li{
    float: left;
}
header nav li a{
    margin:6px 11px 3px;
    padding-bottom: 6px;
    display:block;
    width:auto;
    height: 100%;
    color: #c96;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}
header nav li a:after{
    content: "";
    width:0%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fff;
    z-index: 2;
    transition: all .5s ease;
}
header nav li:hover a:after {
    width: 100%;
    transition: all .5s ease;
}
header nav li:hover a{
    transition: all .5s ease;
    color:#fff;
}
header nav li:last-child a{
    padding-right: 0;
}
header .header-top{
    width: auto;
    height: 22px;
    position: absolute;
    top: 0;
    right:0;
}
header .header-top ul{
    padding-top: 4px;
    padding-left: 46px;
}
header .header-top li{
    float: left;
    line-height: 10px;
    padding:0 12px;
}
header .header-top li:nth-of-type(2){
    border-left:1px solid #ccc;
    /* border-right:1px solid #ccc; */
}
header .header-top li a{
    font-size: 12px;
    color: #c96;
}
header .header-top li a:hover{
    color:#fff;
}
header .yd-nav-box{
    display:none;
}
header .header-top a:hover{
    color:#ddd;
}

/*-------------header--------*/
/*-------------footer--------*/
.mtb{
    margin-top: 8px;
    margin-bottom: 8px;
}
footer{
    padding: 30px 0 0px;
    background: #111;
    color: #c96;
    font-size: 14px;
}
footer a, footer h5{
    color: #c96;
    font-size: 14px;
}
footer a:hover{
    color: #fff;
}
footer h5{
    font-size: 16px;
    margin-bottom: 20px;
}
footer .footer-l dl{
    margin-bottom: 14px;
}
footer .footer-l dt, footer .footer-r dt{
    color:#c96;
}
footer .footer-c{
    border-left:1px solid #6d8aa8;
    border-right:1px solid #6d8aa8;
}
footer .footer-c{
    margin-top: 40px;
}
footer .footer-c img{
    display:inline-block;
    margin-bottom: 20px;
}
footer .footer-c img.wx{
    width: 200px;
}
footer .footer-c p{
    height: 26px;
    line-height: 26px;
}
footer .footer-c p img{
    margin-right: 4px;
    margin-left: -4px;
}

footer .footer-r{
    text-align: right;
}
footer .beian{
    margin-top: 60px;
    min-height: 60px;
    background: #000;
}
footer .beian p{
    text-align: center;
    min-height: 60px;
    padding: 20px 0;
    line-height: 24px;
    overflow: hidden;
}
/*分享*/
.share-box1{
    width: 260px;
    height: 40px;
    line-height: 40px;
    position: relative;;
    left:50%;
    margin-left: -130px;
    bottom: 0;
}
.share-box1 span{
    float: left;
    display:inline-block;
    height: 40px;
    line-height: 40px;
}
.share-box1 ul{
    float: left;
    display:inline-block;
    width: auto;
    height: 40px;
    z-index: 233;
}
.share-box1 li{
    float: left;
    width: 30px;
    margin-right: 10px;
    height: 40px;
    background:url(../images/icons/share_ico1.png) no-repeat left center;
    background-position: 2px -39px;
}
.share-box1 li a{
    display:block;
    width: 100%;
    height: 100%;
}
.share-box1 li:nth-of-type(2){
    background-position: 2px -0px;
}
.share-box1 li:nth-of-type(3){
    background-position: 2px -157px;
}
.share-box1 li:nth-of-type(4){
    background-position: 2px -119px;
}
.share-box1 li:nth-of-type(5){
    background-position: 2px -79px;
}
.share-box1 li:hover{
    background:url(../images/icons/share_ico1hover.png) no-repeat left center;
    background-position: 2px -39px;
}
.share-box1 li:nth-of-type(2):hover{
    background-position: 2px -0px;
}
.share-box1 li:nth-of-type(3):hover{
    background-position: 2px -157px;
}
.share-box1 li:nth-of-type(4):hover{
    background-position: 2px -119px;
}
.share-box1 li:nth-of-type(5):hover{
    background-position: 2px -79px;
}

.scroll-top{
    width: 46px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 233;
    display: none;
    color: #c96;
    cursor:pointer;
    text-align: center;
    background: url(../images/icons/gotop.png) no-repeat center center;
    background-color: #c96;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
/*-------------footer--------*/
/*提示框*/
.xl-tishikuang-box, .xl-tishikuang-box2{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    background:rgba(0,0,0,0.4);
    z-index: 999;
}
.xl-tishikuang{
    width: 360px;
    height: 180px;
    position: fixed;
    top: 50%;
    left:50%;
    margin-top: -80px;
    margin-left: -180px;
    z-index: 1000;
    background: #ffffff;
}
.xl-tishikuangt{
    width: 100%;
    height: 40px;
    line-height: 44px;
    background:#F7F7F7;
    border-radius: 6px 6px 0 0;
    font-size: 24px;
    text-indent: 20px;
    color:#333;
    border-bottom:1px solid #ccc;
}
.xl-tishikuangc{
    text-align: center;
    width: 100%;
    height: 80px;
    line-height: 100px;
    font-size: 16px;
    color:#666;
}
.xl-tishikuangb{
    width: 100%;
    height: 60px;

    text-align: center;
}
.xl-tishikuangb button{
    margin-top: 10px;
    width: 56px;
    height: 30px;
    border-radius: 4px;
    margin-right: 20px;
    background: #18568d;
    border: 1px solid #18568d;
    color: #ffffff;
    cursor:pointer;
    display:inline-block;
}
.xl-tishikuangb button.nomagn{
    margin-right: 0;
    background:#f3f3f3;
    border:1px solid #ccc;
    color:#999;
}
/*分页代码*/
.thread_theme_4 {width: auto; overflow: hidden;font: 12px/18px Arial,'宋体';}
.p_thread .p_thread p, .p_thread div {word-break: break-all;}
.thread_theme_4 .l_thread_info {}
.p_thread .l_posts_num {/*float: left;*/height: 24px;line-height: 24px;}
.p_thread ul,.p_thread li {margin: 0px;padding: 0px;}
.p_thread ul.l_posts_num{list-style: none outside none;width: auto;margin:0 auto ;text-align: center;height: auto;}
.pager_theme_3 {margin: 0px 10px 0px 0px;}
.l_pager {font: 12px/22px Verdana;margin: 0px 0px 0px 8px;}
.p_thread .pager_theme_3 span.tP { background:#c96;border: 1px solid #c96;color:#666;font-weight: bold;}
.pager_theme_3 a, .pager_theme_3 span{background: none repeat scroll 0px 0px #c96;border: 1px solid #c96;color:#0000cd;height: 24px;line-height: 24px;margin-right: 5px;
    overflow: hidden;padding: 0px 8px;text-align: center;width: auto;text-decoration: none;display:inline-block;cursor:pointer;border-radius: 4px;float:left;margin-bottom:0px;}
    
.p_thread a:link,.p_thread a:visited {text-decoration: none;}
.thread_theme_4 a {color:#1B242F;outline: 0px none;font-size:12px;}
.p_thread .l_posts_num li {display: inline-block;margin-bottom: -8px;}
.p_thread .l_reply_num {color:#999999;}
.p_thread .red {color:#cd6600;}
.p_thread .red,.p_thread .error,.p_thread .warning {color: #ff0000;}
.p_thread .l_reply_num {color:#999999;}
.p_thread input {outline: 0px none;}
.thread_theme_4 button,.thread_theme_4 input[type="button"],.thread_theme_4 input[type="submit"],.thread_theme_4 input[type="reset"],.thread_theme_4 input[type="file"] {cursor: pointer;}
.thread_theme_4 .ok{padding: 0px 2px 0px 2px;height:24px;line-height:22px;width:42px;display: inline;border: 1px solid #c96;color:#666 ;border-radius: 4px;background:#c96;}
.p_thread .mar01{margin-left:2px; margin-right:10px;}
.p_thread .mar02{margin-right:5px;}
.p_thread .gobox{width:38px;height:24px;line-height: 24px;font-size: 12px;display: inline;border:1px solid #E7ECF0;text-align:center;color:#666;border-radius: 4px;}
.thread_theme_4  .unuse{color:#666 ;}

.mypage100 .thread_theme_4{padding:0px;width:100%;}
.mypage100 .thread_theme_4 .l_thread_info{margin-left:0px;margin-top:20px;margin-bottom: 20px;}
.thread_theme_4 .l_thread_info{margin-left:0px;margin-top:20px;margin-bottom: 20px;}
.mypage100 .p_thread .l_posts_num{margin:0px auto;width:550px;}
.pager_theme_3 a:hover, .pager_theme_3 span:hover, .thread_theme_4 .ok:hover{
    background:#c96;
    border-color:#c96;
    color:#c96;
}
.proBox{
    margin-bottom: 30px;
}
.proText{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 24px;
    color:#fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom:0;
    left:0;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .p_thread .l_posts_num li{
        margin-top: 10px;
    }
    .pd-left{
        padding-left: 15px;
    }
    .pd-right{
        padding-right: 0;
    }
}
/*共有头和脚*/
/*小屏幕*/
@media (max-width:1200px ) {
    header .container, header{
        min-height: 70px;
    }
    header.dq{
        height: 70px;
        border:none;
    }
    header.dq .logo, header.dq .header-top{
        display:none;
    }
    header nav{
        position: absolute;
        top: 70px;
        left:0;
        z-index: 233;
    }
    header.dq nav{
        top: 70px;
    }
    header nav{
        width: 100%;
        margin-top: 0;
        background: #fff;
        display:none;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    header nav ul{
        width: 100%;
    }
    header nav li{
        float: none;
        border-bottom:1px solid #eee;
    }
    header nav li a{
        padding:20px 10px;
        color:#444;
    }
    header nav li a:hover{
        color:#c96;
    }
    header nav li:last-child{
        border:none;
    }
    header .header-top{
        left:50%;
        margin-left:-156px ;
        display:none;
    }
    header .logo{
        margin:8px 0 ;
        display:none;
    }
    header .yd-nav-box {
        float: left;
        width: 100%;
        display: block;
        height: 70px;
        background: #000;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }
    header .yd-nav-box a.l{
        position: relative;
        width: 180px;
        height: 135px;
        z-index: 9999;
        top: -20px;
        left: 20px;
        /* line-height: 39px; */
    }

    header .yd-nav {
        height: 60px;
        width: 30px;
        padding: 20px 0 0px;
        margin-right: 20px;
        float: right;
        cursor: pointer;
    }
    header .yd-nav span {
        display: block;
        width: 100%;
        height: 2px;
        margin: 4px 0;
        background: #fff;
    }


}
@media (min-width:768px ) and (max-width:1200px ){
    .container.xl-container{
        width: 100%;
    }

}
/*移动端*/
@media (max-width:768px ){
    .row{
        margin: 0;
    }
    header{
        position:static;
    }
    header .logo{
        width: 100%;
    }
    header .logo{
        margin:30px 0 8px;
    }
    header .header-top{
        display:none;
    }
    header nav li a{
        padding:14px 10px;
        font-size: 0.95rem;
    }
    footer .beian p{
        font-size: 14px;
    }
    footer .footer-l, footer .footer-r{
        text-align: center;
    }
    footer .footer-c{
        border:none;
    }
    .share-box1{
        margin-bottom: 20px;
    }
    header .yd-nav-box a.l{
        left: 20px;
    }
    .titl-h{

    }
    section a{
        font-size: 1.4rem;
    }
}
@media (max-width:450px ){
    header .yd-nav-box a.l{
        width: 150px;
        height: 112px;
        top: -10px;
    }

}
@media (max-width:400px ){

    header .logo{
        background-size:100%;
    }
    .banner ul.banner-ul li{
        font-size: 12px;
    }
    .banner ul.banner-ul li h1{
        font-size: 18px;
        line-height: 30px;
        margin: 15px 0 9px;
    }
    .banner ul.banner-ul, .banner .banner-nrbox, .banner ul.banner-ul li{
        height: 300px;
    }
    .banner .banner-nrbox{
        width: 80%;
    }
    .thm-btn{
        padding:0 20px;
    }
    .button2 .thm-btn{
        margin-left: 10px;
    }



}
/*共有结束*/
@media (max-width: 1049px) {
    .container {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media (min-width: 1050px) {
    .container {
        width: 1000px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9{
    float: left;
}
.col-xs-12{
    width: 100%;
}
.col-xs-11{
    width: 91.66666667%;
}
.col-xs-10{
    width: 83.33333333%;
}
.col-xs-9{
    width: 75%;
}
.col-xs-8{
    width: 66.66666667%;
}
.col-xs-7{
    width: 58.33333333%;
}
.col-xs-6{
    width: 50%;
}
.col-xs-5{
    width: 41.66666667%;
}
.col-xs-4{
    width: 33.33333333%;
}
.col-xs-3{
    width: 25%;
}
.col-xs-2{
    width: 16.66666667%;
}
.col-xs-1{
    width: 8.33333333%;
}



@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9{
        float: left;
    }
    .col-lg-12{
        width: 100%;
    }
    .col-lg-11{
        width: 91.66666667%;
    }
    .col-lg-10{
        width: 83.33333333%;
    }
    .col-lg-9{
        width: 75%;
    }
    .col-lg-8{
        width: 66.66666667%;
    }
    .col-lg-7{
        width: 58.33333333%;
    }
    .col-lg-6{
        width: 50%;
    }
    .col-lg-5{
        width: 41.66666667%;
    }
    .col-lg-4{
        width: 33.33333333%;
    }
    .col-lg-3{
        width: 25%;
    }
    .col-lg-2{
        width: 16.66666667%;
    }
    .col-lg-1{
        width: 8.33333333%;
    }
}
@media (max-width: 1200px) {
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }.col-md-12{
         width: 100%;
     }.col-md-11{
          width: 91.66666667%;
      }.col-md-10{
           width: 83.33333333%;
       }.col-md-9{
            width: 75%;
        }.col-md-8{
             width: 66.66666667%;
         }.col-md-7{
              width: 58.33333333%;
          }.col-md-6{
               width: 50%;
           }.col-md-5{
                width: 41.66666667%;
            }.col-md-4{
                 width: 33.33333333%;
             }.col-md-3{
                  width: 25%;
              }.col-md-2{
                   width: 16.66666667%;
               }.col-md-1{
                    width: 8.33333333%;
                }
}
@media (max-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12{
        width: 100%;
    }header .logo{
         width: 91.66666667%;
     }
    .col-sm-10{
        width: 83.33333333%;
    }
    .col-sm-9{
        width: 75%;
    }
    .col-sm-8{
        width: 66.66666667%;
    }
    .col-sm-7{
        width: 58.33333333%;
    }
    .col-sm-6{
        width: 50%;
    }
    .col-sm-5{
        width: 41.66666667%;
    }
    .col-sm-4{
        width: 33.33333333%;
    }
    .col-sm-3{
        width: 25%;
    }
    .col-sm-2{
        width: 16.66666667%;
    }
    .col-sm-1{
        width: 8.33333333%;
    }
}