body{font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;}
*{margin:0;padding:0;border:0;}
p{max-height:999999px;-webkit-text-size-adjust:none}
em,h1,h2,h3,h4,h5,h6,i{font-weight:400;font-style:normal}
button,input,input:focus{outline:0;vertical-align:middle}
input[type=button],input[type=reset],input[type=submit],input[type=text]{border-radius:0;-webkit-appearance:none}
li,ol,ul{list-style:none}
textarea{outline:0;border-radius:0;-webkit-appearance:none}
a{color:#000;}
a,a:link,a:visited{text-decoration:none}
a:active,a:focus,a:hover{text-decoration:none;outline:0}
article,aside,dialog,figure,footer,header,menu,nav,section{display:block}
body{margin:0;padding:0;-webkit-text-size-adjust:none;color:#000;}
img{border:0;vertical-align:bottom; display: block;}
.w_100{width:100%}
.h_100{height:100%}
.m_w_100{max-width:100%}
.m_h_100{max-height:100%}
.re{position:relative}
.ab{position:absolute}
.fi{position:fixed}
.lt{float:left}
.rt{float:right}
.f_i{float:inherit}
.clearfix{zoom:1}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
.clearBoth{overflow:hidden}
.d_il{display:inline-block}
.d_b{display:block}
.d_n{display:none}
.of{overflow:hidden}
.opc0{opacity:0;filter:alpha(opacity=0)}
.opc1{opacity:1;filter:alpha(opacity=100)}
.p-14{font-size: 14px;color: #fff;line-height: 50px}
.v-dil{    vertical-align: middle;
    display: inherit;}
.f-36{font-size: 36px;}
.trans6 {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.all3{transition:all .3s ease-in-out;}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}
html{min-width: 1200px;}
body{min-width: 1200px;}

.textover{overflow: hidden;/*超出部分隐藏*/white-space: nowrap;/*不换行*/text-overflow:ellipsis;/*超出部分文字以...显示*/}

/*分页符*/
.page{text-align:center;padding-top:20px; padding-bottom:40px;}
.page ul{left:50%;padding-bottom:9pt}
.page ul,.page ul li{float:left;position:relative}
.page ul li{right:50%;margin-right:4px;text-align:center}
.page ul li a{color:#666;border:1px solid #e1e1e1}
.page ul li a,.page ul li a:hover{display:block;width:40px;height:40px;line-height:40px;text-align:center;transition:1s}
.page ul li a:hover{background:#009944;color:#fff;border:1px solid #009944}
#page-dq{background:#009944}
#page-dq a{color:#fff;border:1px solid #009944}
#page-dq a:hover{background:0 0}