﻿@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "微软雅黑";
  }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

ol, ul, li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

/* 链接颜色设置*/
a
{
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
a:link {
  text-decoration: none;
  color: #000; }

a:visited {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: none !important;
  color: #1c6dc1; }

a:active {
  text-decoration: none !important;
  color: #000; }

.colorRed {
  color: red !important; }

/* 链接颜色设置*/
* html ul li {
  float: left; }

* html ul li a {
  cursor: pointer; }

body {
  color: #000;
  /*设置字体颜色*/ }

.main {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.wrap {
  width: 100%;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  
 .hidden
 {
     display: none;
 }

.floatL{
  float: left;
}
.floatR{
  float: right;
}
.overflowH
{
    overflow: hidden;
    }

/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */ }

img {
  display: block; }

input, textarea {
  outline: none; }

i, strong, em {
  font-style: normal; }

.view {
  background-color: #000; }

.overEllipsis{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }


/*其他效果*/
/*图片展示效果*/
/*.imageList li:hover img {
  box-shadow: 2px 2px 10px #888888; }

.imageList li {
  cursor: pointer; }*/

