/* CSS Document */
.mod_a20170108h5 html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;  height: 100%}
.mod_a20170108h5 html{font-size:100px;}
.mod_a20170108h5 ul,.mod_a20170108h5 li,.mod_a20170108h5 div,.mod_a20170108h5 p,
.mod_a20170108h5 body,.mod_a20170108h5 h1,.mod_a20170108h5 h2,.mod_a20170108h5 h3
,.mod_a20170108h5 h4,.mod_a20170108h5 h5,.mod_a20170108h5 h6,.mod_a20170108h5 dl,.mod_a20170108h5 dt,.mod_a20170108h5 dd{margin:0;padding:0;}
.mod_a20170108h5 li{list-style:none;}
.mod_a20170108h5 a{text-decoration:none; color: #2a2a2a; }
.mod_a20170108h5 input{ -webkit-appearance:none;outline:none}
.mod_a20170108h5 *{outline: none; webkit-focus-ring-color: rgba(0, 0, 0, 0);
                   -webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}
.mod_a20170108h5 .hide{display:none;}
.mod_a20170108h5 body, .mod_a20170108h5 html {margin:0;padding:0;width: 100%; background-color:#000; font-family: "Microsoft YaHei","Helvetica Neue",Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;font-weight: normal;}

/* *{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;} 用于解决某些情况下出现闪屏的问题，若无则不加*/
.mod_a20170108h5 body{opacity: 1;-webkit-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in;
position:relative; 
}
.mod_a20170108h5 p,.mod_a20170108h5 a,.mod_a20170108h5 li{font-size:1.2rem; color:#434343}

@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait) {
  .mod_a20170108h5  html { font-size: 70.3%; }
}
@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait) {
  .mod_a20170108h5   html { font-size: 73.24%; }
}
@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait) {
  .mod_a20170108h5   html { font-size: 75%; }
}
@media screen and (min-width:400px) and (max-width:413px) and
(orientation:portrait) {
  .mod_a20170108h5   html { font-size: 78.125%; }
}
@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait){
   .mod_a20170108h5  html { font-size: 80.86%; }
}
@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait){
   .mod_a20170108h5  html { font-size: 84.375%; }
}
/*下面两个是针对android pad分辨率设置的，根据页面类型确定是否在pad中对页面进行放大，需要的话保留下面两个设置，如果不需要，去掉下面两行的设置并把上一行的(max-width:479px)去掉*/
@media screen and (min-width:480px)and (max-width:639px) and (orientation:portrait){
   .mod_a20170108h5  html{ font-size:93.75%;}
}
@media screen and (min-width:640px) and (orientation:portrait){
   .mod_a20170108h5  html{ font-size:125%;}
}

.mod_a20170108h5 #indexwrapper{
    width: 100%;
    position: absolute;
    /*top: 0px;*/
    /*left: 0px;*/
    /*overflow:hidden;*/

}
.mod_a20170108h5 #indexcvs{
    position: absolute;
    margin:0;
    padding:0;
   left: 0;
   top: 0;
}

.mod_a20170108h5 {
    width: 100%;
    height: 100%;
        overflow: hidden;
background-color: #000; 
}
.mod_a20170108h5.lock{
                position: fixed;
    top: 0;
    z-index: 999;
}
