@charset "utf-8";
/* 公共CSS */
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,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0}
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;clear:both}
body{font-family:'Microsoft YaHei',arial,helvetica,sans-serif;color:#111;background:#fff;;-webkit-text-size-adjust:none;min-width:320px;font-size:12px;max-width: 800px;margin: 0 auto;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
form{display:inline}
textarea{resize:none}
table{border-collapse:collapse;border-spacing:0}
ul,ol{list-style:none}
input,select,button{font-family:'Microsoft YaHei',arial,helvetica,sans-serif;font-size:100%;vertical-align:middle;outline:0}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;-moz-appearance:button}
input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder{color:transparent}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
a{text-decoration:none;color:#111}
a:hover{color:#111;text-decoration:none}
img{vertical-align:middle;font-size:0;border:0;-ms-interpolation-mode:bicubic}
.fl{float:left}
.fr{float:right}
.hide{display:none!important}
.show{display:block!important}
.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.ellipsis-2l{ overflow: hidden; -webkit-line-clamp: 2; text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;}
.break{word-break:break-all;word-wrap:break-word}
.clearfix:after{content:'\0020';display:block;height:0;clear:both}
.clearfix{*zoom:1}
.blank{height:10px}

/* 头部 */
.headerbox{clear:both;overflow:hidden;padding:1.5rem; padding-bottom:0rem;font-size:3rem; line-height: 5rem; font-weight: 700; color: #D12F2C; }
.headerbox img { width:12rem; float: left; margin-right: 10px;}

/* 导航 */
.main_nav,.main_foot_nav{clear:both;padding:1rem 0.1rem 0.3rem 0.1rem }
.main_nav_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-bottom:10px}
.main_nav_list a{-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:block;text-align:center;white-space:nowrap;color:#333; font-size:2.5rem;}

/* 路径 */
path { display: block; line-height: 2rem; font-size: 2rem; text-align: left; color: #000; padding: 1rem 1rem 0;}
path a { color: #000;}

/*文档列表*/
.tjbox {clear:both; width: 98%; margin: 0 auto; padding-top: 1rem; }

.pictxt1 { border-bottom:1px #ddd dashed; padding:2rem 0px; width:100%; margin:0 auto; }
.txt1 { padding-top:3px; }
.txt1 h4 { color:#2b2b2b; font-size: 2.2rem;font-weight:bolder; margin-bottom:2rem; font-weight: bolder; }
.txt1 h4 a { color:#2b2b2b; }
.txt1 p { text-indent:2rem; color:#666; line-height:2.9rem;font-size: 2rem; }
.lan { color:#00aeff }
.lan a { color:#00aeff }
.pictxt1.btnone { border:none; padding-bottom: 0px; }


/* 手机分页 */
.fy {line-height: 2.8rem;font-size: 1.25rem;text-align: center; margin-top: 3rem; margin-bottom: 2rem;color: #515151;}
.fy span,.fy a{display:inline-block;color: #515151;font-size: 2rem; padding-left: 0.7rem; padding-right: 0.7rem;}
.fy .fy_cur { color: #d10f0f;color: #515151; }
.fy .fy_cur a {color: #515151;}
.prevPage { border:1px solid #e5e5e5; background:#f6f6f6;  padding:0 10px;color: #515151;}
.prevPage a {color: #515151;}

/* 底部 */
.footerbox{background:#F5F5F5;color:#fff;padding:2.625rem 3rem;display: flex; flex-wrap: wrap; justify-content: space-between;}
.footerbox p {color:#737373;font-size:1.5rem; line-height:4.5rem;}
.footerbox p a {color:#737373;}

/* 屏幕划分 */ /* 1rem = 8px */
@media screen and (min-width: 0px){
    html {
        font-size: 43% !important; 
    }
}

@media screen and (min-width: 320px){
    html {
        font-size: 43% !important; 
    }
}

@media screen and (min-width: 360px){
    html {
        font-size: 48% !important; 
    }
}

@media screen and (min-width: 375px){
    html {
        font-size: 50% !important; 
    }
}

@media screen and (min-width: 414px){
    html {
        font-size: 54.8% !important; 
    }
}

@media screen and (min-width: 575px){
    html {
      font-size:62.5% !important; 
    }
}

@media screen and (min-width: 750px){
    html {
      font-size: 75% !important; 
    }
}

@media screen and (min-width: 1024px){
    html {
        /* font-size: 100% !important; */
    }
}