﻿@charset "utf-8";
/*全局*/
html, body, div, object, pre, code, h1, h2, h3, h4, h5, h6, span, em,
cite, del, a, img, ul, li, ol, dl, dt, dd, fieldset, legend, form,
input, button, textarea, header, section, footer, article, nav, aside,
menu, figure, figcaption{
     margin: 0;
    padding: 0;
    outline: none;
    color:#333;
    font-size:12px;
    list-style:none;
    border:0;
     
}
fieldset,img{
    border: 0;
}
input,textarea,select{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    outline: none;
    border-radius:0;
    resize:none;
}
body {
    padding:0;
    margin:0;
    color:#666;
    font-family:"宋体";
    background:#fff;
    min-width:1190px;
}
.w{width: 1190px;
    line-height: 40px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;}


div,dl,dt,dd,ul,h1,h2,h3,p{
    padding:0;
    margin:0;
}
li {
    list-style:none;
}
img {
    border:0;
}
table{
    border-collapse: collapse;
}
a {
    outline:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    text-decoration:none;
    cursor:pointer;
}
a:active {
    color:#3996ec;
    text-decoration:none;
}
html {
    font-size:12px;
}
div,label,b,span,h1,h2,h3,h4,h5{
    /*font-family:fzlth;*/
    color:#333;
}
@font-face{
    /*font-family:fzlth;*/
    /*src:url('../font/fzlth_gbk.TTF');*/
}
@font-face {
  font-family: 'iconfont';  /* project id 422221 */
  src: url('//at.alicdn.com/t/font_422221_4a4tsfxuf7ehr529.eot');
  src: url('//at.alicdn.com/t/font_422221_4a4tsfxuf7ehr529.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_422221_4a4tsfxuf7ehr529.woff') format('woff'),
  url('//at.alicdn.com/t/font_422221_4a4tsfxuf7ehr529.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_422221_4a4tsfxuf7ehr529.svg#iconfont') format('svg');
}
input{
    font-family:"宋体";
    vertical-align:middle;
}
i{
    font-size:20px;
    vertical-align:middle;
}


/***index 首页 最新资讯  look添加***/
.index_notice_title{height:33px; line-height:33px; font-size:12px; background:url(../images/h3title.gif) repeat-x left top;  padding:0 12px; font-weight:100;}

.bg_f_index{background:url(../images/images/top_bg.jpg) no-repeat top center}

.screen_1190{background:url(../images/images/top_bg.jpg) no-repeat top center}



