/*重设 HTML5 标签*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
audio,canvas,video {display:inline-block;*display:inline;*zoom:1;}

/*组件设定-MODULE SETTING*/
/**显示状态**/
.ms-none{display:none;}
.ms-block{display:block;}
.ms-inblock{display:inline-block;}	

/**清除浮动**/
.ms-cf:before, .ms-cf:after {content:"";display:table;}
.ms-cf:after {clear:both;}
.ms-cf {zoom:1;}

/**浮动**/
.ms-fl{float:left;}
.ms-fr{float:right;}

/**定位**/
.ms-pa{position:absolute;}
.ms-pr{position:relative;}
.ms-pf{position:fixed!important;}

/**文本**/
.ms-tl{text-align:left}
.ms-tc{text-align:center}
.ms-tr{text-align:right}

/**换行**/
.ms-noWrap{white-space:nowrap;overflow:hidden;}
.ms-wrap{overflow:hidden;word-wrap:break-word;word-break:break-all;}

/**边框**/
.ms-noBor{border:none!important}


/**图片轮换1**/
.ui-header-slideWrap{margin:0 auto;overflow:hidden;}
.ui-header-indexSlide{height:100%;position:relative;overflow:hidden;border-bottom:1px solid #fff;}
.ui-header-indexSlide ul li{float:left;width:100%;}
.ui-header-indexSlide ul li img{width:100%;height:100%;}
.ui-header-indexSlide ul li .info{width:100%;height:25px;background:rgba(0,0,0,.5);color:#fff;line-height:25px;text-indent:8px;font-size:14px;font-weight:700;position:absolute;bottom:0;left:0;text-shadow:1px 1px rgba(0,0,0,.8)}
.ui-header-indexSlide .dot-group{position:absolute;right:10px;bottom:6px;}
#change_img{left: 0;top: 0;width:100%;height:100%;position: absolute;overflow:hidden;-webkit-backface-visibility: hidden;}
#change_img_nav{position: absolute; height: 10px; bottom:6px;right: 0px;margin-left:-31px;}
#change_img_nav ul{height: 10px;float:right;position: static;}
#change_img_nav_ul > li{ text-indent: -9999em;width: 8px;height: 8px;-webkit-border-radius: 4px;border-radius: 4px;background: #fff;overflow: hidden;margin-right: 10px;float:left;}
#change_img_nav_ul > li.active {background: #f60;}
/**图片轮换**/
/**首页**/
#globalHeader{
    width:100%;
    padding:30px 0px;
    border:none;
    margin:0px;
    background: #FFF;
    text-align: center;
}
#globalHeader img{
    width: 40%;
}
#globalHeader form,#header form{
    width: 80%;
    margin: 30px auto;
    margin-bottom: 0;
    position: relative;
}
#header form{margin: 0;width: 94%}
#globalHeader input,#header input{
    width: 100%;
    height: 30px;
    border: 0;
    border-radius: 5px;
    font-size: 0.8rem;
    color: #000000;
    padding-left: 5px;
	border:1px solid #DDD;
}
#globalHeader button,#header button{
    width: 30px;
    height: 30px;
    position: absolute;
    background-color:#FFF;
    border: 0;
    background:url("mix.png") no-repeat center;
    background-size: 25px;
    right: -5px;
    top:2px;
    z-index: 200;
}
#header button{top:12px;}
.hide{display: none}
.wtab{width: 100%;position: relative;padding-top:41px; }
.wtab .tab_menu{width:600px;height: 41px;overflow: hidden;text-align: center;line-height: 40px;font-size: 1rem}
.wtab .tab_menu li{width:110px;float: left;background: #dddddd;height: 40px;border-left: solid #bbbbbb 1px;border-bottom:solid #bbbbbb 1px;margin-left: -1px;}
.wtab .tab_menu li.current{background:#FFF}

.tab_box .logo{width: 10%;float: left;padding: 5%;}
.tab_box .news{margin-top: 10px;border-bottom: solid #DDD 1px;padding-top:8px;}
.tab_box .news div{width: 80%;float: left;display: block;position: relative;margin-bottom: 20px;}
.tab_box .news div h3{color: #4a8fc5;font-size: 0.90rem;font-family: 'Times New Roman', Times, serif;}
.tab_box .news div .jianjie{clear:both;font-size: 0.8rem;font-family:'黑体';}
.tab_box .news div img{max-width: 70%}
.tab_box .news div p{font-size: 0.8rem;color: #A8A8A8}
.tab_box .news div p .pic{height:12px;width:12px;background: url('link23.png') no-repeat;margin: 0 5px;display: -webkit-inline-box;background-size: cover;}
.tab_box .news div span.poc{font-size: 0.78rem;color: #A8A8A8;background: #f4f4f4;border:solid #DDDDDD 1px;text-align: center;display: block;padding: 0 5px;height: 20px;position: absolute;top: 2px;right: 10px;}

.tab_box .list a{position: relative;padding-left: 15px;border-bottom:solid #DDDDDD 1px;display: -webkit-box;height: 40px;width: 100%;line-height: 40px;font-size: 1rem;color: #666666}
.tab_box .list i{text-align: center;margin:8px;display: block;height: 15px;width: 26px;line-height: 15px;border: solid #666666 1px;border-radius: 10px;}
.tab_box .list span{position:absolute;right: 25px;display: block;width: 20px;height: 20px}

.footer{
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 1rem;
    background: #F4F4F4;
}
.footer img{width: 30%}
/**首页**/
/**导航**/
#menu_list{position: fixed;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.74);z-index: 999999;top:0; }
#menu_list .close{display: block;width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 20px;float: right;background: #cecdcd;}
#menu_list #wrapper{height: 100%;background: #FFF;margin-top: 40px;}
/**导航**/
/**详情页**/
#artI i{
    font-size: 40px;
    color: #9e9d9d;
    margin-left: -20px;
    padding: 0;
    height: 30px;
    display: -webkit-inline-box;
}
#artI{
    width: 80%;
    min-height: 240px;
    padding: 30px 10%;
    font-size: 1rem;
    background: #F4F4F4;}
.content{margin: 20px 0;font-size: 0.8rem}
.content img{max-width: 100%}
/**详情页**/
/**响应式**/
@media (min-width:900px){
    .news_list .news{
        width: 50%;
        float: left;
        height: 400px;
    }
    #globalHeader input, #header input{
        height: 40px;
    }

    #globalHeader button, #header button{
        width: 40px;
        height: 40px;
        background: url("mix.png") no-repeat center;
        background-size: 25px;
        top: 0px;
    }
    #header button {
        top: 5px;
    }
    #header{
        height: 54px;
    }
    #header h2{
        height: 40px;
        line-height: 40px;
    }
    #header h3{height: 30px}
    #header h3 img{height: 30px}
}
/* @END 
	------------------------------------------------------------------------------**/	
