﻿@charset "utf-8";
/* CSS Document */

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, div {border: 0 none;margin: 0;padding: 0;}






body{   
	font-size:14px;
    font-family: "微软雅黑",Arial,Helvetica, sans-serif;
    color:#666;  
  min-width: 1170px;
  /*background: url(../images/bg.jpg) repeat  left top;*/
  background: #fff;
  /*写最小宽度 是为了防止手机上 出现不通屏幕*/
   
}
a {text-decoration:none;outline:none;}

a:active{star:expression(this.onFocus=this.blur());}

:focus{outline:0;}

a:hover{color:#c1272d;text-decoration:none;transition: all 0s ease 0s; }

ul{list-style:none;}

li{list-style:none;}

img{border:none; vertical-align:middle;}

.clearfix:before,.clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;clear: both; height:0px;}
.clear {clear: both;}



.webkit { font-size:7px;
    -webkit-transform: scale(0.7);
	-webkit-text-size-adjust:none;
}
