﻿/*
* @Author: chenlin
* @Date:   2018-06-15 16:27:30
*/
@charset "utf-8";
/*编码引用@import url("reset.css");*/
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,img{padding: 0; margin: 0;vertical-align:baseline;}
html{ _background:url(about:blank);}
body{background:#fff;font-family:SimHei;box-sizing:border-box;line-height: 1.5;font-weight:300;font-size:12px;}
*{
    box-sizing:border-box;
}
input,textarea{font-size:100%;border:0;padding:0;background:none;outline:none;font-family:'Microsoft Yahei';color:#666;}
dl,ul,ol,menu,li{list-style:none}
a{ color:#000000;display:block}
a:visited {}/* 已访问的链接 */
a:hover {color:#006720;}/* 鼠标移动到链接上 */
a:active {}/* 选定的链接 */
a,del,ins{text-decoration:none;}
a:hover,a:active,a:focus{ text-decoration:none;}
/* 取消a标签点击后的虚线框 */
a:active{star:expression(this.onFocus=this.blur());}
/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
a{outline: none;transition: color 0.2s ease 0s;}
/*CSS3链接秒数缓冲效果2秒*/
/* 层板块缓冲效果CSS3  transition: all 0.3s ease 0s; */
.clear{clear:both;}
.clearfix{zoom:1;}/*兼容IE*/
.clearfix:after {content:" ";display: block; clear: both;}
.fl{float:left;}
.fr{float:right;}
.fl,.fr{display:inline;}/*浮动后，此元素会被显示为内联元素，元素前后没有换行符*/
.w1200{width: 1200px;margin: 0 auto;}
/* 去除默认边框 */
fieldset, img, iframe {
    border: 0 none;
}