﻿body {
        padding-top: 50px;
    }
/** 禁止文本框拖动大小开始**/
textarea {
    resize: none;
} 
/** 禁止文本框拖动大小结束**/  

    .carousel-inner .item img {
        width: 100%;
        height: 400px;
    }

    table, p {
        table-layout: fixed;
        word-wrap: break-word;
    }

    div, p {
        word-wrap: break-word;
    }
    /*下拉菜单颜色*/
    .dropdowncolor {
        background-color: #202020;
        color: white;
        font-weight: bold;
    }
    /*轮播图片设置大小*/
    .carousel-inner .item img {
        max-height: 400px;
        width: 100%;
    }
    /*调整圆角图片大小*/
    /*.img-circle {
        max-width: 250px;
        max-height: 150px;
        min-height: 150px;
    }*/
    /*版权信息*/


    /**  分页样式开始**/
.page{ text-align:center; overflow:hidden; clear:both; margin:30px auto ;}
.page span{ display:inline-block; line-height:36px; min-width:36px; background:#ff4400; color:#fff;;}
.page a{ background:#f4f4f4; color:#666666; display:inline-block; line-height:36px; min-width:36px;}
.page a:hover{ background:#969696; color:#fff;}
 /**  分页样式结束**/

    footer {
        /*background: #373737;
        margin-top: 80px;*/
            width: 100%;
    min-width: 1140px;
    /*height: 150px;*/
    background: #3483FF;
    color: #fff;
    padding:10px;
    }

    /*底部开始*/
/*footer{
    width: 100%;
    min-width: 1140px;
    height: 150px;
    background: #3483FF;
}
.footer-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: #FFFFFF;
    margin: auto;
}
.footer-xlx{
    width:110px;
    opacity: 1;
}
.xlx{
    width: 100%;
    height: 100%;
}
.footer-factory{
    width: 130px;
    margin:0 20px;

}*/
/****/
    .white {
        color: #fff;
    }
/** 导航新样式开始**/
 .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    font-size: 16px;
    color: #1e9eff;
    border-bottom: 2px solid #0081d0;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
/** 导航新样式结束**/

/** 评论样式开始**/
.comment{
    padding-top: 20px;
    background-color: #fff;
}

.tit {
    position: relative;
    padding-left: 16px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}
.area {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
}

.orangebtn,.orangebtn a{
    /*margin: 20px 0;
    display: inline-block;
    background-color: #ff4400;
    color: #fff;
    width: 119px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;*/
     display:inline-block;border:1px solid red;width:100px;height:30px; background-color: red; text-align: center; color: #ffffff; line-height: 30px; position:relative;right:2px;z-index:100;cursor: pointer;  border-radius: 3px; -moz-border-radius: 3px;-ms-border-radius: 3px;-webkit-border-radius: 3px;
}

/*.orangebtn:hover,.orangebtn:active,.orangebtn:link, .orangebtn:visited { color:#fff; border:none; text-decoration:none; }*/
/** 评论样式结束**/
/*.container{margin:20px 0px 0px 0px}*/

td  {   text-indent:2em   } 
/*http://sc.chinaz.com/jiaoben/tupainxiangce.html*/

/** 相册样式结束**/
/*<!--[if IE 6]>
<script src="js/ie6PNG.js" type="text/javascript"></script>
<script type="text/javascript">DD_belatedPNG.fix('*');</script>
<![endif]-->*/

/** 图片主页**/
.articleList .col-sm-3 img{ min-width: 250px; min-height: 200px}

/*http://www.xwcms.net/webAnnexImages/fileAnnex/20140219/69258/index.html*/


.img img{width:100%; margin:5px;}
.min-height img{ min-height:125px}
.partner-li ul li{float: left;list-style-type: none;}
.blogRoll-li ul li{display:block;padding:5px; float: left;list-style-type: none;}
.partner-li span,.blogRoll-li span{ font-weight: bold;font-size: 16px; color: orange;}
.blogRoll-li ul li a{color: #ffffff}
.partner-li ul li img{max-width:100px; min-width:80px; height:40px;}


 /*.orangebtn {
    width: 80px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #ff4400;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
}*/
/*.graybtn{display:inline-block;border:1px solid #666666;width:100px;height:30px; background-color: #666666; text-align: center; color: #ffffff; line-height: 30px; position:absolute;right:2px;z-index:100;cursor: pointer;  border-radius: 3px; -moz-border-radius: 3px;-ms-border-radius: 3px;-webkit-border-radius: 3px;}*/
.wss{border:1px solid #666666;background-color: #666666; cursor: default}


/*.blubtn {
    background: #1e9eff;
    color: #fff;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
a {
    color: #0083e4;
    text-decoration: none;
}
.greenbtn,.greenbtn a {
    background: #a2c632;
    color: #fff;
    
}*/

.float-left{
    float:left;
}
.float-right{
    float:right;
}
.text-input-20{
    width:20%;
}
/*.text-input-30{
    width:30%;
}*/
/*.text-input-50{
    width:50%;
}
.text-input-75{
    width:75%;
}*/
.title-length-100{ width:100px}
/*.title-length-10 { width: 20%}*/

.line-top{ height: 30px; width: 100%}

.visible{ display: none; color: red}
/*.visibility{ visibility: hidden; color: red}*/

.line-height{
   line-height:2em;
}
.img-list{
    width:100%; height-max:200px; height-min:100px; overflow-y:hidden
}
.img-list-remark{
width:100%; height:100px; overflow-y:hidden
}
.article-list-line{
    height:30px;
    border-bottom:1px dashed #cccccc;
}


