@charset "utf-8";

/* CSS Document */
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, input  {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-decoration:none;
	list-style-type:none;
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select:none;}
body { font-family:"微软雅黑", helvetica, arial;}


/*PC端图文内容页*/

/*index_nav&content_nav*/
html{margin:0; padding:0; height:0;}
body{ background-color:#ffffff;}
.content_nav{ height:60px;width:100%; background-color:#ffffff; border-bottom: solid #d9d9d9 1px;}
.content_nav_box{ width:1160px;height:60px; margin:auto;}
.content_nav_left{ float:left;}
.content_nav_right{ float:right;}
.tom_pc_logo{ float:left; margin-right:16px;}
.nav_left01{ float:left; font-size:18px; color:#949393;margin-right:8px; margin-top:21px;cursor:pointer;}
.nav_left02{ float:left; margin-right:8px; margin-top:28px;}
.nav_left01:hover{color:#65b51e;}
.nav_left01:active{color:#949393;}
.nav_left01:visted{color:#949393;}
.nav_left01:link{color:#949393;}
.content_body_box{ width:800px; height:500px; background-color:red; margin:auto; margin-top:30px;}
.img_box{ width:800px; margin-bottom:24px; border: solid 1px #d9d9d9;}
.img_box img{ width:100%; display:block;}