
html, body, input, button, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
  font-family:'微软雅黑';
  -webkit-font-smoothing: antialiased; 
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
   word-wrap:break-word;
   list-style:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

input{ outline:none;}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}


a {
  text-decoration: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-appearance: none;
}

input, img {
  vertical-align: middle;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.primaryColor {
  color: #669900;
}

.assistColor {
  color: #f60;
}

.comwidth{width:100%;}

.clear {
  height: 0px;
  line-height: 0px;
  clear: both;
  overflow: hidden;
  font-size: 0px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.pd16 {
  padding: 1.3rem;
}

.p-ambo {
  padding: 0 10px;
}

.fl {
  float: left;
  display:inline;
}

.fr {
  float: right;
  display:inline;
}

.hide {
  display: none;
}

.bgwhite {
  background: #fff;
}

.flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flex;
}

.bgwhite {
  background: #fff;
}


.w {
  width: 100%;
}

.textleft{ text-align:left;}
.textright{ text-align:right;}
.textcenters{ text-align:center;}

.headers{ width:100%; height:4rem;  background:url(../images/topbg.png) no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:fixed; top:0; left:0; z-index:100;}
 .headersinto{ position:relative; height:4rem;}

.am-pagination{padding-left:0;margin:1.5rem 0;list-style:none;color:#999;text-align:left}
.am-pagination:after,.am-pagination:before{content:" ";display:table}
.am-pagination:after{clear:both}
.am-pagination>li{display:inline-block}
.am-pagination>li>a,.am-pagination>li>span{position:relative;display:block;padding:.5em 1em;text-decoration:none;line-height:1.2;background-color:#fff;border:1px solid #ddd;border-radius:0;margin-bottom:5px;margin-right:5px}
.am-pagination>li:last-child>a,.am-pagination>li:last-child>span{margin-right:0}
.am-pagination>li>a:focus,.am-pagination>li>a:hover,.am-pagination>li>span:focus,.am-pagination>li>span:hover{background-color:#eee}
.am-pagination>.am-active>a,.am-pagination>.am-active>a:focus,.am-pagination>.am-active>a:hover,.am-pagination>.am-active>span,.am-pagination>.am-active>span:focus,.am-pagination>.am-active>span:hover{z-index:2;color:#fff;background-color:#0e90d2;border-color:#0e90d2;cursor:default}
.am-pagination>.am-disabled>a,.am-pagination>.am-disabled>a:focus,.am-pagination>.am-disabled>a:hover,.am-pagination>.am-disabled>span,.am-pagination>.am-disabled>span:focus,.am-pagination>.am-disabled>span:hover{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed;pointer-events:none}
.am-pagination .am-pagination-prev{float:left}
.am-pagination .am-pagination-prev a{border-radius:0}
.am-pagination .am-pagination-next{float:right}
.am-pagination .am-pagination-next a{border-radius:0}
.am-pagination-centered{text-align:center}
.am-pagination-right{text-align:right}
.am-pagination-centered{text-align:center}

.am-tabs-nav{width:100%;padding:0;margin:10px 0px;list-style:none;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#f5f5f5;}
.am-tabs-nav li{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;line-height: 2em;font-size: 120%;}
.am-tabs-nav li a{display:block;word-wrap:normal;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color: #666666;padding:6px 0px;}
.am-tabs-nav>.am-active a{background-color:#0e90d2;color:#fff}

/*图文混排列表*/
.hp-list{clear: both;padding:0.5rem 1rem;}
.hp-list li{border-bottom:1px solid #dddddd;height: 8rem;overflow: hidden;padding:1rem 0;}
/*.hp-list li:after{content: '';display: block;height: 1px;overflow: hidden;clear: both;}*/
.hp-list h3{width: 66%;float: left;padding:0;margin:0;}
.hp-list h3 a{color: #333333;}
.hp-list p{width: 33%;padding:0;margin:0 0 0 1%;float: right;}
.hp-list p img{width: 100%;height: 6rem;}







