<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ•°æ®å‘å¸ƒ */
@charset "utf-8";
/* css reset */
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,div,ul,ol,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,p,form,fieldset,legend,input,textarea,button,blockquote,pre,xmp{margin:0;padding:0}/*table,th,td,*/
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
h1,h2,h3,h4,h5,h6,b{font-weight:normal;}
address,cite,dfn,em,i,optgroup,var{font-style:normal}

.view-main-section table{
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  /*border: 1px solid #000000;*/
  -ms-overflow-style: -ms-autohidin*g-scrollbar;
  -webkit-overflow-scrolling: touch;
  }

ul,ol,menu{list-style:none}
fieldset,img{border:0}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
blockquote:before,blockquote:after,q:before,q:after{content:"\0020"}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
body,button,input,select,textarea{ font: normal 14px/100% "Microsoft Yahei", "Helvetica Neue",Helvetica, Arial, sans-serif;}
/* body,html{ width:100%; height: 100%;} */
html{ height:101%;background-color:#fff;color:#333;}
a {color: #333;text-decoration: none;}

/* æµ®åŠ¨ */
.f-left{float:left;}
.f-right{float:right;}
/* æ¸…é™¤æµ®åŠ¨ */
.clear {zoom: 1; }
.clear:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
/* å•è¡Œæ–‡å­—æº¢å‡ºéšè— */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* å…¬å…±tabåˆ‡æ¢å¼€å§‹ */
.base-tab-list{
  width:100%;
  overflow: hidden;
  height:50px;
  line-height: 50px;
  background-color: #f9f9f9;
}
.base-tab-list li{
  float: left;
  text-align: center;
}
.base-tab-list li a{
  font-size: 20px;
  color:#666;
  padding:0 39px;
  display: block;
  background:#f9f9f9;
}
.base-tab-list li.active a{
  color:#fff;
  background: #006ed3;
}
.base-tab-info-list li{
overflow: hidden;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    padding-left: 11px;
    position: relative;
}
.base-tab-info-list{
  padding-top:10px;
}
.base-tab-info-list li:after{
  position:absolute;
  content:" ";
  left:0;
  top: 20px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #cccccc;
}
.base-tab-info-list li a{
  float:left;
  color:#333;
  width:82%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  padding-left:10px;
}
.base-tab-info-list li a:hover{
  color:#006ed3;
}
.base-tab-info-list li span{
  float: right;
  color:#999;
}
/* å…¬å…±tabåˆ‡æ¢ç»“æŸ */
.layout{
  width:1260px;
  margin:0 auto;
}
.layout1{  width:1200px;margin:0 auto;}




.gl-data-top{
  margin-top:30px;
}
.gl-data-left{
  width:240px;
}
.data-menu-list li{
  height:50px;
  line-height: 50px;
  font-size: 18px;
  color:#666;
  border-bottom:1px solid #f0f0f0;
  text-align: center;
  cursor: pointer;
}
.data-menu-list li.active{
  color:#fff;
  background:#006ed3;
}
.data-menu-list li:hover{
  color:#006ed3;
}
.data-menu-list li.active:hover{
  color:#fff;
}
.data-menu-list li a{
  display: block;
  color:#666;
}
.data-menu-list li.active a{
  color:#fff;
  background:#006ed3;
}
.data-menu-list li a:hover{
  color:#006ed3;
}
.data-menu-list li.active a:hover{
  color:#fff;
}
.gl-data-right{
  width:980px;
}
.data-chart-list img{
  display: block;
  width: 100%;
}
.gl-data-bottom{
  margin-top:35px;
}
.data-op-con{
  width:615px;
}
.data-op-title{
  height:50px;
  line-height: 50px;
  width:160px;
  text-align: center;
  background:#006ed3;
  color:#fff;
  font-size: 20px;
}
.data-op-title a{
  color:#fff;
  display: block;
  height:100%;
}
.data-op-list{
  overflow: hidden;
  margin-top: 22px;
}
.data-op-list li{
    float: left;
    margin: 0 28px 20px 0;
    width: 125px;
    height: 125px;
    border: 2px solid #337ab7;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
}
.data-op-list .sbcx a{display:block;height:100px;}
.data-op-list .sbcx .sbcx1{display: none;position: absolute;left: -156px;background-color: #ffffff;top: 124px;}
.data-op-list .sbcx:hover .sbcx1{display:block;}

.data-op-list li a{
    color:#337ab7;
}
.data-op-list li.hover{
  background:#337ab7;
  border-color: #3279b6;
}
.data-op-list li.hover a{
  color:#fff;
}
.data-op-list li img{
  display: block;
  margin:18px auto 10px;
}

.chart {width: 1260px;height:390px;padding:15px;background:#fafafa;overflow:hidden;}
.chart-title {width:290px; float:left;}
.chart-title em {display:block; width:290px; height:38px; line-height:38px; background:#f0f0f0; border-radius:4px; margin-top:2px;font-size:14px; color:#337ab7; font-style:normal;}
.chart-title em a{margin-left:25px;cursor: default;}
.chart-title em.current {background:#337ab7; color:#ffffff;}
.chart .cont .small_cont{float:left; width:960px; height:360px; margin:0px;}</pre></body></html>