@charset "utf-8";

html, body {
  height: 100%;
    /*height: 100%;*/
    font-family: 'microsoft yahei',Arial, Helvetica, sans-serif,Verdana !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  font-size: 16px;
  color: #333;
}

html * {
    outline: none;
    -webkit-text-size-adjust: none;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, address, del, em, img, ins, small, strong,
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, figcaption,
figure, footer, header, menu, nav, section, summary, time, mark, audio, video, input, button {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-overflow-scrolling: touch;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
  margin-bottom: 0;
}
.h4, .h5, .h6, h4, h5, h6{
  margin: 0;
}
li {
    list-style: none;
}

ol.disc, ul.disc {
    list-style: disc;
}

ol.decimal, ul.decimal {
    list-style-type: decimal;
}

blockquote, q {
    quotes: none;
}

em, i {
    font-style: normal
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    cursor: pointer;
  color: #333;
}

a:active,
a:hover,
a:link,
a:visited {
    outline-width: 0;
    text-decoration: none !important;
    cursor: pointer;
    color: #333;
}

button {
    cursor: pointer;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* 去掉各 Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 去除默认边框 */
fieldset, img {
    border: 0;
}

img {
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

/*select,*/
input, textarea, button {
    font-size: 100%;
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
    resize: none;
    vertical-align: middle;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox;
}

input[type='radio'] {
    -webkit-appearance: radio;
}

/*input:focus::-webkit-input-placeholder {*/
/*color: transparent;*/
/*}*/

/*textarea:focus::-webkit-input-placeholder {*/
/*color: transparent;*/
/*}*/
/*textarea::-webkit-input-placeholder,input::-webkit-input-placeholder {*/
/*color: #95989f !important;*/
/*}*/

/*可用的*/
/*input::-webkit-input-placeholder{*/
/*color:#e3e3e3;*/
/*}*/
/*input::-moz-placeholder{  */
/*color:#e3e3e3;*/
/*}*/
/*input:-moz-placeholder{   */
/*color:#e3e3e3;*/
/*}*/
/*input:-ms-input-placeholder{  */
/*color:#e3e3e3;*/
/*}*/

input[type="search"] {
    -webkit-appearance: none;
}

/*input::-webkit-search-cancel-button {*/
/*display: none;*/
/*}*/
[v-cloak] {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden
}

.morenewsbtns{
  text-align: center;
}
.morenewsbtns img{
  width: 20px;
  height: 16px;
}
 .morenewsbtns button{
  padding: 0 36px;
 }
.morenewsbtns button:hover{
  background-color: #f68100;
  border-color: #f68100;
  color: #fff;

}

.clearfix {
    zoom: 1;
}

.commonBlock {
    display: block;
}

.commonHidden {
    display: none;
}

.l_show{
  display: none;
}
.commonWrap {
    margin: 0 auto;
    width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .commonWrap {
    width: 100%;
    /*padding: 0 30px;*/
    box-sizing: border-box;
  }
  .l_show {
    display: block;
  }
  .l_hide {
    display: none;
  }
}

/*img {
  object-fit: cover;
}*/
