@font-face {
  font-family: 'HYRuihuSongW';
  src: url('../font/HYRuihuSongW.ttf');
}
@font-face {
  font-family: 'simsun';
  src: url('../font/simsun.ttf');
}
@font-face {
  font-family: 'simhei';
  src: url('../font/SimHei.ttf');
}
@font-face {
  font-family: 'FZCYSJW-GB10';
  src: url('../font/fzcysjtgb10.TTF');
}
html, body, 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;
  /*font-family: "simsun";*/
  font-family: "微软雅黑","宋体";
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  /*height: 100%;*/
}
html{
  /*height: 100%;*/}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
/*滚动条整体样式*/
.page *::-webkit-scrollbar {
  width: 12px;     /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
  margin-bottom:2px
}
.page *::-webkit-scrollbar-thumb  {/*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: rgba(96, 148, 255, 1);
}
.page *::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  border-radius: 10px;
  background: rgba(0,0,0,0.1);
}
*{ touch-action:auto;}
/****************/
.fl{float:left;}
.fr{float:right}
.clearBoth{clear:both}
*{box-sizing: border-box}
.page{width:100%;background:#f4f6f8}
.contentt{width:71rem;margin:0 auto;font-size: 16px;}
.content{width:71rem;margin:0 auto;font-size: 16px;background-color: #fff;}
.bigcontent{
  margin: 0 auto;
  width: 71rem; 
  background: #fff;
  padding: 0 10px;
}

.news{ overflow:hidden; /*white-space: nowrap; text-overflow: inherit; -o-text-overflow:ellipsis;*/}
.newsBox .news:hover{color:#B20802;cursor: pointer;}
@media (max-width: 768px)  {
  .page {
    overflow-x: hidden;
  }
  .contentt, .content, .optBox, .footer {
    width: auto !important;
  }
  .fullWidth .content3 ul li, .opt {
    font-size: inherit !important;
  }
  .hide {
    display: none;
  }
  .optBox {
    height: auto !important;
    margin: 0 !important;
    flex-wrap: wrap;
    justify-content: flex-start!important;
  }
  .theme {
    font-size: 22px !important;
  }
  .newsImgBox {
    width: 100% !important;
    height: auto!important;
  }
  .modularBox1 .modular1 {
    float: none!important;
  }
  .from_bian input {
    width: auto !important;
  }
  .modularBox1 .modular1.modular1_odd {
    margin-right: 0!important;
  }
  .modularBox2 {
    margin-left: 0!important;
  }
  .newsPaper {
    text-align: left !important;
  }
  .themeBox2 {
    line-height: 30px;
  } 
  .comm {
    flex-direction: column;
  }
  .fullWidth .content3 ul li {
    padding: 9px 0 !important;
    margin: 0 16px;
  }
  .newsTitle {
    width: 65% !important;
  }
  .contact_search {
    display: none;
  }
  .comm-right {
    padding: 0 !important;
  }
}