*{
     padding: 0;
     margin: 0;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }
a{
    color: #455560;
    text-decoration: none;
    font-style: normal;
}
em, i, u {
    font-style: normal;
}
body{
    font-size:14px;
    color:#333;
    font-family:"Hiragino Sans GB","Microsoft Yahei UI","Microsoft Yahei","微软雅黑",'Segoe UI',Tahoma,"宋体b8b\4f53",SimSun,sans-serif;
    text-rendering:optimizeLegibility;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    background-color: #f5f5f5;
}
img{
    border:0;
}
table, table td, table th {
    border-collapse: collapse;
}
button, input, select, textarea {
    font-family: 'helvetica neue',PingFangSC-Light,arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;
}
ul{list-style: none;}
.header{
    background-color: white;
    height:75px;
    line-height: 75px;
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.header .nav{
    width: 1190px;
    margin: 0 auto;
    position: relative;
}
.dn{
    display: none;
}
.loading
{
    text-align: center;
    line-height: 75px;
    height: 75px;
    width: 160px;
    margin: 0 auto;
    font-size:16px;
    color:#666;
}
.loading img
{
    height: 79px;
    float: left;
}
.header .logo{
    float: left;
    height: 75px;
}
.header .logo img{
    height: 50px;
    line-height: 50px;
    margin-top: 11px;
}
.header .login{
    float: right;
    height: 75px;
}
.header .login .reg{
    background-color: #1b961b;
    color: white;
    padding: 5px 10px;
    margin-left: 15px;
}
.header .login .reg:hover{
    background-color: #72d88f;
}
.header .menu{
    position: absolute;
    top: 0;
}
.header .menu ul{
    list-style: none;
    margin-left:400px;
}
.header .menu ul li{
    float: left;
    margin: 0 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header .menu ul li:hover a{
    color: #5FB878;
}
.header .menu ul li.activeNav a{
    color: #5FB878;
}
.menu .activeNav:after{
    content: '';
    top: auto;
    bottom: 20px;
    width: 100%;
}
.header .menu ul li.activeNav:after{
    position: absolute;
    left: 0;
    height: 3px;
    background-color: #5FB878;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.header .menu ul li a{
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.header .menu ul li .navbar{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background-color: #5FB878;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.header .login a{
    font-size: 16px;
}

.main-left-title{
    margin-top: 10px;
    height: 45px;
    line-height: 45px;
    /*background-color: #5FB878;*/
    /*color: white;*/
    border-top: 3px solid #5FB878;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
/*.main-left-title .more a{color: white}*/

.main-left-title .title{
    font-size: 18px;
    padding-left: 10px;
    margin-left: 10px;
}
.main-left-title .title.green{
    border-left: 5px solid #5FB878;
    text-indent: 10px;
}
.main-left-title .more{
    padding: 0 20px;
}

.fr{
    float: right;
}
.mr10{
    margin-right: 10px;
}

.footer{
    width: 100%;
    height:240px;
    clear: both;
    overflow: hidden;
}
.footer .footer-info{
    height: 190px;
    background-color: #505050;
}
.footer .footer-bottom{
    height: 50px;
    background-color: #3c3c3c;
}

.main-contant{
    width: 1190px;
    overflow: hidden;
    margin: 0 auto;
}

.main-left-list ul li{
    border-bottom: 1px solid #e6e8eb;
    background-color: white;
    position: relative;
    cursor: pointer;

}
.main-left-list ul li .inner_li_abtest{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 190px;
    overflow: hidden;
    padding: 1rem 0;
    position: relative;
}

.main-left-contant{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 auto;
}
.inner-li-abtest{
    padding: 20px;
    width: 100%;
    background-color: white;
    overflow: hidden;
    box-sizing: border-box;
}
.inner-li-abtest:hover .img-box div img{
    transform:scale(1.2);    -webkit-transform:scale(1.2);    -moz-transform:scale(1.2);    -o-transform:scale(1.2);    -ms-transform:scale(1.2);
}

.inner-li-abtest .img-box div 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
}
.main-right-new-list .right-list li .list-item:hover .item-img img{
    transform:scale(1.2);    -webkit-transform:scale(1.2);    -moz-transform:scale(1.2);    -o-transform:scale(1.2);    -ms-transform:scale(1.2);
}
.main-right-new-list .right-list li .list-item .item-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
}

.inner-li-abtest .img-box{
    float: left;
    width: 260px;
    height:160px;
    background-color: #c3c3c3;
    position: relative;
    overflow: hidden;
}
.inner-li-abtest .img-box div img{
    width: 100%;
    height:100%;
}
.inner-li-abtest .intro{
    margin-left: 280px;
    font-size: .65rem;
    line-height: 1.5;
    word-break: break-all;
    color: #828a92;
    height: 100%;
    position: relative;
}
.inner-li-abtest .info{
    font-size:14px;
    word-break: break-all;
    color: #828a92;
    position: absolute;
    line-height: 1.2;
    vertical-align: middle;
    bottom: 20px;
    width: 100%;
    padding-left: 280px;
}
.inner-li-abtest .info .info-list{
    float: left;
    white-space: nowrap;
}
.inner-li-abtest .info .info-list .time-div{
    float: left;
    margin-right: 20px;
}
.inner-li-abtest .info .info-list .fb-div{
    float: left;
    margin-right: 20px;
}
.inner-li-abtest .intro h3{
    font-size: 20px;
    max-height: 2.8em;
    font-weight: 600;
    margin-bottom: .25rem;
    line-height: 1.4em;
    color: #3d464d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.inner-li-abtest .intro .abstract{
    font-size: 16px;
}
.main-left-artbox{
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
    background: #FFF;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.inner-li-abtest:hover .intro h3{
    color: #1b961b;
}
.more-bt{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.more-bt button{
    outline: none;
    border: none;
    font-size: 16px;
    padding: 10px 30px;
    background: #5FB878;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.article-box{
    width: 1190px;
    margin: 100px auto;
}
.article-box-comment{
    background-color: white;
}
.article-box .article-box-from ul{
    padding: 12px 0;
    font-size: 12px;
    overflow: hidden;
}
.article-box .article-box-from ul li a{
    float: left;
    color: #999999;
}
.article-box .article-box-from ul li:hover a{
    color: #1b961b;
}
.article-box .article-box-from ul li span{
    float: left;
    width: 15px;
    height:15px;
    margin-left: 3px;
    background: url("../icon/more.png") no-repeat;
}
.article-box .article-box-content{
    background-color: white;
    min-height: 300px;
    padding: 0 80px;
}
.article-box .article-box-content h2.ect{
    width: 1040px;
    padding-top: 30px;
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
.article-box .article-box-content .ect{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*文章公共样式*/
.article-box .article-box-content .article-box-content-box{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    word-break: break-all;
}
.article-box .article-box-content .article-box-content-box p{
    padding-bottom: 15px;
}
.article-box .article-box-content .article-box-detail-info{
    width: 1040px;
    margin: 10px 0 30px;
    padding-bottom: 11px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
}
.article-box .article-box-content .article-box-detail-info span{
    float: left;
}
.article-box .article-box-content .article-box-detail-info .division-thread{
    width: 1px;
    height: 12px;
    vertical-align: top;
    background-color: #c4c4c4;
    margin: 3px 15px 0;
}
.article-box .article-box-content .article-box-detail-info span a{
    color: #999999;
}
.article-box .article-box-content .article-box-detail-info .article-box .article-box-comment{
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
}
.article-box .article-box-comment .title-p{
    padding: 0 40px;
    height: 60px;
    font-size: 20px;
    color: #333;
    line-height: 60px;
    border-bottom: 1px solid #e8e8e8;
}
.article-box .article-box-comment .article-box-comment-content{
    padding: 40px;
}
.article-box .article-box-comment .article-box-comment-content textarea{
    width: 100%;
    height: 90px;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #d8d8d8;
    resize: none;
}
.article-box .article-box-comment .article-box-comment-content textarea:focus{
    border: 1px solid #1b961b;
    outline: none;
}
.article-box .article-box-comment .article-box-comment-content .article-box-pub{
    width: 100%;
    height: 34px;
    margin-top: 15px;
}
.article-box .article-box-comment .article-box-comment-content .article-box-pub span{
    float: right;
    line-height: 34px;
}
.article-box .article-box-comment .article-box-comment-content .article-box-pub .submit{
    width: 90px;
    height: 34px;
    color: #fff;
    background-color: #1b961b;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.article-box .article-box-comment .article-box-comment-content .article-box-pub .limit{
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}
.article-box .article-box-comment .article-box-comment-content .detail-comment-list{
    width: 100%;
    padding: 30px 0 16px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}
.article-box .article-box-comment .article-box-comment-content .detail-comment-list .comment-user-portrait{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.article-box .article-box-comment .article-box-comment-content .detail-comment-list .comment-detail{
    float: left;
    width: 1040px;
    margin-left: 20px;
}
.article-box .article-box-comment .article-box-comment-content .detail-comment-list .comment-detail .comment-detail-data{
    position: relative;
    color: #999;
    margin: 2px 0 6px;
}
.article-box .article-box-comment .article-box-comment-content .detail-comment-list .comment-detail .comment-detail-data a{
    color: #999999;
}
.article-box .article-box-comment .article-box-comment-content .detail-comment-list .comment-detail .comment-detail-text{
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
.article-box .article-box-comment .article-box-comment-content .detail-comment-list .comment-detail .comment-detail-replay .sys{
    color: #1b961b;
}
.article-box .article-box-comment .article-box-comment-content .detail-comment-list .comment-detail .comment-detail-replay{
    margin-top: 5px;
}
.article-box .article-box-comment .article-box-comment-content .detail-comment-list .comment-detail .comment-detail-replay span{
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
.article-box .article-box-comment .article-box-comment-content .detail-comment-list .comment-detail .comment-detail-data .comment-time{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    line-height: normal;
}
.materail-detail{
    width: 1190px;
    margin: 0 auto;
}
.materail-detail .item-img{
    padding: 30px 40px;
    background-color: white;
    overflow: hidden;
}
.materail-detail .item-img .pic{
    width: 370px;
    height: 370px;
    float: left;
}
.materail-detail .item-img .pic img{
    width: 100%;
    height:100%;
    border: 1px solid #ececec;
}
.materail-detail .item-img .detail{
    float: left;
    margin-left: 30px;
    color: #37474f;
    width: 690px;
    min-height: 370px;
    overflow: hidden;
    position: relative;
}
.materail-detail .item-img .detail .item-name{
    width: 100%;
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 10px;
}
.materail-detail .item-img .detail .item-name .lie{
    font-size: 18px;
    margin-top: 10px;
    color: #666666;
}
.materail-detail .item-img .detail .item-name .lie span{
    color: #000000;
}
.materail-detail .item-img .detail h3{
    font-size: 24px;
    margin-bottom: 5px;
}

.materail-detail .item-img .detail .item-mall{
    width: 100%;
    height:33px;
    line-height: 33px;
    margin-top: 12px;
    clear: both;
}
.materail-detail .item-img .detail .item-mall .item-link{
    border: 1px solid #FF0036;
    color: #FF0036;
    font-size: 16px;
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    float: left;
}
.materail-detail .item-img .detail .item-mall .item-link:hover{
    background-color: #ffeded;
}

.materail-detail .item-img .detail .item-mall .add-fav{
    display: block;
    float: right;
    font-size: 16px;
}
.materail-detail .item-img .detail .item-mall .add-fav.active{
    color: #FF0036;
}
.materail-detail .item-img .detail .item-mall .add-fav i{
    font-size: 20px;
    font-family: Aharoni,SansSerif;
}
.materail-detail .item-img .detail .other-detail{
    border-top:1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
    width: 100%;
    font-size: 18px;
    clear: both;
    padding: 10px 0;
    overflow: hidden;
    min-height: 137px;
}
.materail-detail .item-img .detail .other-detail ul{
    margin-left: -10px;
}
.materail-detail .item-img .detail .other-detail ul li{
    float: left;
    padding: 5px 10px;
    font-size: 16px;
    color: #333333;
    width: 33%;
}
.materail-detail .item-img .detail .other-detail ul li p span{
    margin: 0 8px;
    color: #999999;

}
/*.materail-detail .item-img .detail .other-detail table{*/
    /*word-break: keep-all;*/
    /*white-space: nowrap;*/
/*}*/

/*.materail-detail .item-img .detail .other-detail table tbody tr{*/
    /*height: 45px;*/
/*}*/
/*.materail-detail .item-img .detail .other-detail table tbody th{*/
    /*text-align: left;*/
    /*font-weight: 400;*/
    /*color: #8d8d8d;*/
    /*word-break: keep-all;*/
/*}*/
/*.materail-detail .item-img .detail .other-detail table tbody td{*/
    /*color: #404040;*/
    /*padding: 0 25px;*/
    /*word-break: keep-all;*/
/*}*/
.materail-detail .item-img .detail .price{
    font-size: 18px;
    margin: 10px 0;
    overflow: hidden;
    color: #666;
    float: left;
}
.materail-detail .item-img .detail .price span{
    color: #000000;
}
.materail-detail .item-img .detail .check-num{
    font-size: 18px;
    margin-top: 10px;
    color: #666;
    float: left;
    width: 345px;
}
.materail-detail .item-img .detail .check-num span{
    font-weight: bold;
    color: #000000;
}
.materail-detail .item-img .detail .lever{
    margin-top: 10px;
    font-size: 18px;
    color: #666;
    width: 345px;
    float: left;
}
.materail-detail .item-img .detail .lever .lv{
    width: 140px;
    height: 25px;
    line-height: 25px;
}
.materail-detail .item-img .detail .lever span{
    padding: 0 20px;
    margin-left: 8px;
    border: 1px solid #999999;
    color: white;
}
.materail-detail .item-img .detail .lever .a span{
    background-color: #4cc28d;
    border: 1px solid #4cc28d;
}
.materail-detail .item-img .detail .lever .b span{
    background-color: #52bbe8;
    border: 1px solid #52bbe8;
}
.materail-detail .item-img .detail .lever .c span{
    background-color: #f09522;
    border: 1px solid #f09522;
}
.materail-detail .item-img .detail .lever .d span{
    background-color: #e72551;
    border: 1px solid #e72551;
}
.materail-detail .item-img .detail .item-c{
    color: #999999;
    font-size: 18px;
    margin-top: 10px;
}
.materail-detail .item-img .pic img{
    width: 100%;
    height:100%;
}
.materail-detail .item-content{
    margin-top: 20px;
    padding: 30px;
    background-color: white;
    clear: both;
}
.materail-detail .item-content .title{
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.materail-detail .item-content .tips-title{
    text-align: center;
    font-size: 18px;
    line-height: 2;
}
.materail-detail .item-content .tips-title .h{
    margin-top: 10px;
    font-weight: 600;
}
.materail-detail .item-content .color-box{
    width: 660px;
    margin: 20px auto;
}
.materail-detail .item-content .color-box .detail_evaluate{
    overflow: hidden;
    width: 100%;
}
.materail-detail .item-content .color-box .detail_evaluate li{
    float: left;
    font-size: 20px;
}

.materail-detail .item-content .color-box .detail_evaluate li.excellent{
    margin-left: 55px;
}
.materail-detail .item-content .color-box .detail_evaluate li.good{
    margin-left: 100px;
}
.materail-detail .item-content .color-box .detail_evaluate li.normal{
    margin-left: 120px;
}
.materail-detail .item-content .color-box .detail_evaluate li.bad{
    margin-left: 135px;
}

.materail-detail .item-content .color-box .color-rag{
    position: relative;
    height: 55px;
    overflow: hidden;
}
.materail-detail .item-content .color-box .color-rag .range{
    position: absolute;
    z-index: 99;
    left: 0;
}
.materail-detail .item-content .color-box .color-rag .color{
    margin-top: 32px;
}
.materail-detail .item-content .item-tips{
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}

.materail-detail .item-content .item-tips .check_number{
    margin-top: 20px;
    font-size: 20px;
}

.materail-detail .item-content .wrap_dataTableOne{
    width: 660px;
    height: 300px;
    margin: 10px auto 10px auto;
    border: 1px solid #d4d4d4;
}

.materail-detail .item-content .wrap_dataTableOne .data_resultTable{
    width: 600px;
    height: 260px;
    margin: 20px auto;
}
.materail-detail .item-content .wrap_dataTableOne .data_resultTable thead tr th{
    font-size: 18px;
}
.materail-detail .item-content .wrap_dataTableOne .data_resultTable tbody tr td:nth-child(1){
     font-size: 20px;
 }
.materail-detail .item-content .wrap_dataTableOne .data_resultTable tbody tr td:nth-child(4){
    font-size: 20px;
}

.materail-detail .item-content .wrap_dataTableOne .data_resultTable thead .title_table_text td{
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

.per_border{
    width: 100%;
    border: 1px solid #9c9c9c;
}
.perWidth{
    width: 0;
    height: 12px;
    background-color: #4cc28d;
}
.perStyle{
    padding: 0 20px;
}
.materail-detail .item-content .check_time{
    width: 660px;
    margin: 0 auto;
    height: 58px;
    line-height: 58px;
}
.materail-detail .item-content .check_time div{
    float: left;
    font-size: 18px;
}

.materail-detail .item-content .check_time div select{
    width: 120px;
    text-indent: 5px;
    margin-left: 10px;
    border: 1px solid #dddcdd;
    font-size: 16px;
}
.materail-detail .item-content .check_report{
    width: 660px;
    height: auto;
    background-color: #ebebeb;
    padding: 25px 20px;
    margin: 10px auto 10px auto;
    border: 1px solid #d4d4d4;
}
.materail-detail .item-content .check_report table{
    width: 620px;
    height: 400px;
    border-color: #d9d7d8;
    border-collapse: collapse;
    border-width: 2px;
}
.materail-detail .item-content .check_report table tr td{
    border-color: #d9d7d8;
    border-style: solid;
    border-width: 1px;
    text-indent: 20px;
    color: #606060;
    height: 30px;
    vertical-align: middle;
}
.materail-detail .item-content .check_report table tr td:first-child{
    background-color: #f5f5f5;
}
.materail-detail .item-content .check_report .bgWhite{
    background-color: #FFFFFF;
}
.materail-detail .item-content .statement_text{
    width: 635px;
    height: 100px;
    margin: 0 auto;
}
.materail-detail .item-content .evaluate_index_p{
    line-height: 25px;
    margin-top: 30px;
    padding: 0 105px;
    text-indent:2em;
}

.materail-detail .item-content .evaluate_image{
    margin: 30px auto;
    overflow: hidden;
    width: 920px;

}
.materail-detail .item-content .evaluate_image ul li{
    float: left;
    width: 306px;
    height: 180px;
    text-align: center;
    padding: 10px;
    border: 1px solid #d4d4d4;
}
.materail-detail .item-content .evaluate_image ul li .title{
    font-size: 18px;
    font-weight: 600;
}
.materail-detail .item-content .evaluate_image ul li .text{
    font-size: 16px;
    padding: 10px;
    color: #333333;
    text-align: left;
}
.materail-detail .item-content .level{
    overflow: hidden;
    width: 920px;
    margin: 30px auto;
}
.materail-detail .item-content .level ul li{
    width: 440px;
    height: 124px;
    overflow: hidden;
    float: left;
    margin: 10px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.star_Num {
    font-family: Aharoni,SansSerif;
    color: rgb(51, 51, 51);
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.materail-detail .item-content .level ul li .img-box{
    width: 122px;
    height: 122px;
    float: left;
}
.materail-detail .item-content .level ul li .text-box{
    margin-left: 122px;
    padding: 10px;
    line-height: 2;
}
.materail-detail .item-content .check-box .check-box-item{
    width: 100%;
    padding: 20px;
    text-align: center;
}
.materail-detail .item-content .check-box{
    overflow: hidden;
}
.materail-detail .item-content .check-box .tab-title{
    font-size: 20px;
    font-weight: 600;
}
.materail-detail .item-content .check-box .check_sdTable{
    width: 800px;
    text-align: center;
    margin: 15px auto;
    background: #f5f5f5;
    line-height: 28px;
}

.materail-detail .item-content .check-box .check-box-item .tab-tips{
    width: 800px;
    margin: 0 auto;
    text-align: left;
    line-height: 24px;
}
.materail-detail .item-content .check-box .check_sdTable th{
    border: 1px solid #b4b4b4;

}
.materail-detail .item-content .check-box .check_sdTable td{
    border: 1px solid #b4b4b4;
    padding: 10px 5px;
}
.materail-detail .item-content .check-box .star_level{ font-size: 18px}

.footer .footer-info{height:175px;background:#505050;}
.footer .footer-info div,.footer .footer-bottom  div{width:1190px;margin:0 auto;}
.footer .footer-info ul{float:left;}
.footer .footer-info ul.one{margin-top:30px;width:33%}
.footer .footer-info ul li {
    color: #d6d6d6;
}
.footer .footer-info ul.one .home_health{margin-top:10px;}

.footer .footer-info ul.one .footer-logo{width: 140px}

.footer .footer-info ul.one .home_health a{color:white;}
.footer .footer-info ul li a,.footer .footer-bottom  div p a{color:#d6d6d6;font-size:12px; }
.footer .footer-info ul.common{margin-top:45px;}
.footer .footer-info ul.common li{line-height:34px;position:relative}
.footer .footer-info ul.two{margin-left:120px;}
.footer .footer-info ul.three{margin-left:80px;}
.footer .footer-info ul.four{margin-left:125px;}
.footer .footer-info ul.four li{padding-left:35px;}
.footer .footer-info ul.four li i{display:inline-block;position:absolute;left:0px;top:5px;}
.footer .footer-info ul.four i.weixin{width:28px;height:24px;background:url(../icon/weixin2.png);}
.footer .footer-info ul.four i.tianmao{width:24px;height:25px;background:url(../icon/tianmao.png);}
.footer .footer-info ul.four i.youzan{width:25px;height:21px;background:url(../icon/shop.png);}
.footer .footer-info ul.wechat-pic{
    margin-top: 50px;
    margin-left: 50px;
}
.footer .footer-info ul .wechat-code{
    width: 100px;
    height: 100px;
}
.footer .footer-info ul .wechat-code img{width: 100%}
.footer .footer-bottom{height:56px;background:#3c3c3c;line-height:56px;}
.footer .footer-bottom .left{float:left;}
.footer .footer-bottom .right{float:right}

.article-box-content-box table { border-collapse: collapse; margin: 0 auto; }
.article-box-content-box table tr td { border-style: solid; border-width: 1px; padding: 3px 5px; }


.material-list-item .bottom-page .page-box span { background-color: #1b961b; color: white; border: 1px solid #E5E5E5; padding: 0px 15px; cursor: pointer; margin-left: -1px; display: block; float: left; }
.material-list-item .bottom-page .page-box a.cds, .material-list-item .bottom-page .page-box a:disabled { color: #b5b5b5; }
.material-list-item .bottom-page .page-box a.cds:hover { background: #fff; cursor: default; }

.nodata{
    height: 200px;
    line-height:60px;
    text-align:center;
    color:#666;
}
.width100{width: 100%}
.fl{
    float: left;
}
.fr{
    float: right;
}
.mr10{
    margin-right: 10px;
}
.mt10{
    margin-top: 10px;
}
.maskCantent{z-index:100;overflow:auto;position:absolute;padding:1px;border:1px solid #888;background:#fff;border-radius:5px;visibility:hidden;}
.mask{z-index:99;width:100%;height:100%;position:absolute;top:0;left:0;filter:alpha(opacity=30);-moz-opacity:0.3;opacity:0.3;;visibility:hidden;background:#000;}

.header .login a:hover{color:#219B1C; text-decoration:underline; }
.detail_img img{  max-width:700px; margin-bottom:10px;}