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: inherit; /*vertical-align: baseline;*/ }
html { font-size: 62.5%; }
body { font-family: "STHeiti", Helvetica, Arial, sans-serif; background: #fff; line-height: 150%; color: #333333; font-size:1.2rem; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
legend { display: none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; }
a { color: #5a5a78; text-decoration: none; }
article a { display: inline; }
ins{text-decoration:none;}
html { -webkit-text-size-adjust: none; }
/*禁用iphone中safari的字号自动调整*/

input[type="text"], input[type="button"], input[type="submit"], input[type="search"] { -webkit-appearance: none; border-radius: 0; }
/*去除iphone默认样式（input的圆角）*/
input[type="checkbox"] { margin: 0 3px 3px 4px; }
img { max-width: 100%; }
/*液态图片*/
video { margin-left: auto; margin-right: auto; max-width: 100%; }





.clear{clear:both; height:0; overflow:hidden}
/*reset end
===================================================================================================================*/
html{-webkit-text-size-adjust:none; } /*禁用iphone中safari的字号自动调整*/
input[type="text"], input[type="button"], input[type="submit"], input[type="search"], input[type="number"]{-webkit-appearance:none; border-radius:0;} /*去除iphone默认样式（input的圆角）*/
input[type="checkbox"]{margin:0 3px 3px 4px;}
img{max-width:100%;} /*液态图片*/
video{margin-left:auto; margin-right:auto; max-width:100%} /*液态视频*/

/*头部logo 电话*/
.header{ padding:0 10px;height:70px; }
.header_logo{ display: table-cell; float: left; margin-top: 10px; width: 40%; }
.header_logo img{width: 100%;}
.header_tel{  display:table-cell;float:right;margin-top:15px;width:30%;text-align:right;}
.header_logo img{width: 100%;}
/*导航*/
.navbox{height:55px;background-color:#019a62;}
.navbox li{float:left; text-align:center;width:21%;}
.navbox li img{width:25px;height:25px;margin-top:12px;}
.navbox li a{display:block; height:55px; line-height:55px; width:100%;margin:0 5px;color:#ffffff;font-size:1.7rem;}
.navbox li:first-child{width:12%;}

/*标题*/
.tt_first{width:100%; height:60px; border-bottom:4px solid #dedede; position:relative; margin:0px 0 0;}
.tags_sub{position:absolute; top:0; left:0px; font-size:1.8rem;font-family: "微软雅黑";}
.tags_sub li{float:left;position:relative;}
.tags_sub li a{color:#626262; display:block; height:60px; line-height:60px;padding:0 10px 0 10px;}
.tags_sub li.current a{color:#000000; border-bottom:4px solid #019a62;}
.tags_sub li em{width:2px;height:50px;background-color:#dedede;display:block;position:absolute;left:0;top:5px;}


/*更多*/
.btn-more { width: 100%; height: 50px; line-height: 50px; background: #fff;  text-align: center; display: block; font-size: 1.2rem; color: #666; }


/*----------------------------------------客户端适配-------------------------------------------*/
/* 判断iphone4 */
@media screen and (device-width: 320px) and (device-height: 480px) {
header{ padding:0 10px;height:70px; }
.navbox li a{font-size:1.3rem;}
.navbox{height:45px;}
.navbox li a{height:45px; line-height:45px; }
.navbox li img{width:22px;height:22px;margin-top:10px;}
.btn-more {font-size: 1.4rem;}
}

/* 判断iphone5 */
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
header{ padding:0 10px;height:70px; }
.navbox li a{font-size:1.3rem;}
.navbox{height:45px;}
.navbox li a{ height:45px; line-height:45px; }
.navbox li img{width:22px;height:22px;margin-top:10px;}
.btn-more { font-size: 1.4rem;}
}

.footer {
    text-align: center;
    padding: 6px 0;
}
.footer p {
    font-size: 12px;
    line-height: 24px;
}
