﻿@charset "utf-8";
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
img/* img elements 图片元素 */{
    border:0;
    margin: 0;
    padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea {
font: 14px/1.5 'microsoft yahei',Arial,Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none;}
/** 重置超链接元素 **/
a { text-decoration: none; color:#000;}
a:hover { text-decoration:underline; color:#ff7309;}
/** 重置对齐方式 **/
img, button, input, select, textarea{ vertical-align:middle;}
.clear{ clear:both; height:0; line-height:0; overflow:hidden; zoom:0.08;}
.top{ height:32px; line-height:32px; background:url(../images/topbg.jpg) repeat-x;}
.box01 img{ border:2px #c02e31 solid;}
.box_title{ background:url(../images/titlebg.jpg) no-repeat; padding-left:20px; font-weight:bold; color:#fff;}
.box_content{ text-align:center; padding:10px 0;}
.box_content ul li{ float:left;}
.box_content ul li a{ display:block; width:100%; white-space:nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis;overflow:hidden; padding:2px 0; letter-spacing:1px;}
.zthbxz a{ font-size:24px; font-weight:bold;color:red;}
.footer_div_div{ border-top:5px #c02e31 solid; line-height:30px; letter-spacing:1px;}
.footer span{ display: inline-block; width:75px;}

@media (min-width: 1000px) {
    body{ background:#ffe2e3;}
    .w1200{ width:1160px; padding:0 20px; background:#fff;}
    .margin0{ margin:0 auto;}
    .top_div{ width:1200px; margin:0 auto;}
    .top_div_l{ float:left;}
    .top_div_r{ float:right;}
    /*.banner{ height:516px; background: url(../images/banner.jpg) no-repeat scroll center top transparent;}*/
	.banner img{ width:100%;}
    .banner1{ display:none;} 
    .box01{ width:1160px; padding:20px; background:#fff;}
    .box_title{ height:66px; line-height:66px; font-size:24px;}
	.zthbxz{ width:300px!important; padding-top:100px!important;}

    .footer_div_div_div{ width:800px; padding:20px 200px; margin:0 auto; background:#fff;}
    .footer_div_div_div div{ float:right;}
    .footer_div_div_div div:first-child{ float:left; border-right:1px #ccc solid; border-right-style:dotted; padding-right:100px;}
}

@media screen and (max-width: 768px) {
    img{ width:100%;}
	.top_div_l{ display:none;}
    .top_div_r{ text-align:right; padding-right:10px;}
    .banner{ display:none;}
    .box01{ padding:10px;}
    .box01 img{ width:99%;}
    .box_title{ height:46px; line-height:46px; font-size:16px;}
    .box_content img{ width:98%;}
	.zthbxz{ width:60%!important; padding-top:60px!important;}
	
    .footer_div_div_div{ padding-left:10px;}
	.footer_div_div_div img{width:auto;}
}
