
/*通用*/
*{margin:0px; padding:0px; font-weight:normal;}
html{height:100%}
body{ font-family:"microsoft yahei", Arial, Helvetica, sans-serif; height:100%; font-size:.1rem; background:#FFF;}
a{text-decoration:none;  text-shadow:none;font-weight:normal;}
ul{list-style:none;}
textarea,input{outline:none;/*-webkit-appearance:none;*/font-family:Microsoft YaHei; -webkit-transform: translate3d(0, 0, 0);}
.clear{ clear:both; overflow:hidden; height:0px;}
.dk{ width:100%; max-width:720px; min-width:320px; margin:0 auto;height:100%;}
img{ border:0;}
input[type="button"],input[type="checkbox"],input[type="radio"], input[type="submit"], input[type="reset"],select {-webkit-appearance: none;outline:none; border:none;font-family:Microsoft YaHei;}

html {font-size: 625%; /*100 ÷ 16 × 100% = 625%*/}
/*出的各分辨率媒体查询换算：*/
@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait){html{font-size:703%;}}
@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait){html{font-size:732.4%;}}
@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait){html{font-size:750%; }}
@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait){html{font-size:781.25%;}}
@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait){html{font-size:808.6%;}}
@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait){html {font-size:843.75%;}}
.MyB{ background-color:#FFF;}
.IndCon{ overflow:hidden; }
.IndCoK{overflow:auto; height:100%;}



/*头部*/
.header{display:flex;align-items:center;width:100%;max-width:720px;min-width:320px;height:0.44rem;position:fixed;top:0;left:0;right:0;margin:0 auto;z-index:99; background-color:#FFF; background-size:100%; background-repeat:no-repeat; background-position:top center; border-bottom:0.01rem solid #f1f2f3;}
.HdLogo{ width:80%; padding-left:4%;display:flex;align-items:center;}
.HdLogo img{ height:0.32rem;}
.hdlogoN{ padding-left:3%; width:70%;}
.hdlogoN h3{ font-size:0.13rem; font-weight:550;}
.hdlogoN h4{ font-size:0.1rem; font-weight:500;}
.hdNav{padding-right:4%; width:11%; color:#c00700; text-align:right;}
.hdNav img{ width:0.2rem;}
.HdCon{ width:70%; text-align:center;font-size:0.14rem; color:#010101;}
.hdRet{ padding-left:4%; width:11%;}
.hdRet img{width:0.08rem;}
/*导航*/
.menu_bj{z-index:96;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0;filter:alpha(opacity=0); display:none}
.menu_k{ width:1.4rem; background:rgba(171,1,1,0.5);right:0; position:fixed; top:0.44rem;z-index:97; display:none;}
.menu_k li{ position:relative;}
.menu_k li a{color:#FFF; font-size:0.13rem; line-height:0.4rem; height:0.4rem;margin:0 auto; display:block; text-align:center;border-top:0.01rem solid rgba(255,255,255,0.3)}
.menu_k li a.menu_a{ position:relative;}
.menu_k li a.menu_a i{ background:url(../images/icon/iconI.png) no-repeat center; width:0.12rem; height:0.12rem; display:block; background-size:100%; position:absolute; right:0.2rem; top:0.14rem;}
.menu_k li:first-child a.menu_a{border-top:none;}
a.menu_aon{ background:rgba(171,1,1,0.7)}
.menu_nav{ background:#ec5e10; display:none;}
.menu_ao i{-webkit-transform: rotate(90deg);}


/*footer*/
.footer{color:#FFF;width:100% !important;min-width:320px;background:rgba(0,0,0,0.75); }
.ftK{ width:92%; padding:0.1rem 4% 0.05rem;display:flex;justify-content:space-between;align-items:center;}
.ftMa{ width:0.55rem;}
.ftQQ{width:0.33rem; height:0.33rem; border-radius:50%; display:block; background-color:#4c4b4b; background-repeat:no-repeat; background-position:center; background-image:url(../images/icon/ftqq.png); background-size:0.18rem;}
.ftQk{width:92%; padding:0 4% 0.07rem; font-size:0.1rem; color:#FFF; line-height:0.15rem;}
.Indft{position:fixed; bottom:0; left:0; z-index:99}




/********分页*******/
.fenye{ display:flex;justify-content:center;align-items:center; margin:0.25rem auto 0; width:100%;}
.fenye a{width:30%;height:0.3rem;border:0.01rem solid #ab0101; margin:0 0.07rem;text-align:center;line-height:0.3rem;color:#ab0101;display:block;font-size:0.13rem; border-radius:0.03rem;}
.fenye a.fyon{background:#ab0101;color:#FFF;}


