/*================基本样式重置================*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,span,i,a,em,strong,b,input,textarea,select { margin:0; padding:0; }
i,em { font-weight:normal; font-style:normal; }
body {width:100%;position: relative; font:12px/1.5 \5b8b\4f53,tahoma,arial,sans-serif; font-family: "Microsoft Yahei";}
li { list-style:none; }
a,img,input { border:0 none; }
a { text-decoration:none; outline:none; }
a:hover { text-decoration:none; }
a:focus,input:focus { outline:0 none;}
textarea { resize:none; font-size:12px; } /*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
html{
    font-size: 16px;
}
/*========定义基础样式========*/
.hide { display:none;}
.fl { float:left;}
.fr { float:right;}
.clearfix:after { content:" "; display:block; clear:both; height:0; }
.clearfix { zoom:1; }

/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity { filter:alpha(opacity=100); opacity:1; -moz-opacity:1; } 
a:hover .opacity { filter:alpha(opacity=80); opacity:0.8; -moz-opacity:0.8; }

/* 字体 */



/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1440{width: 1440px; margin: 0px auto;}
.w1300{width: 1300px; margin: 0px auto;}
.w1200{width: 1200px; margin: 0px auto;}
.w960{width:960px;margin: 0px auto;}
.f16{
	font-size: 16px;
}

.f-bold{
	 font-weight: bold;
}
.c-6adc{
	color: #006adc;
}

img{
    /* 照顾低版本浏览器，如果图片外面包含了链接会有边框的问题 */
     border:0;
     /* 取消图片底侧有空白缝隙的问题 */
     vertical-align:middle
 }
 button{
     cursor:pointer
 }
 a{
    display: block;
    text-decoration:none
}
*{
    box-sizing: border-box;
}

[v-cloak]{
	display: none;
}

.t40{
	margin-top: 40px;
}
/* 大标题字体样式 */
.hbig{
	font-size: 40px;
	color: rgba(51, 58, 69, 1);
	line-height: 1;
	text-align: center;
	margin-bottom: 24px;
}

/* 小标题字体样式 */
.pbig{
	font-size: 16px;
	color: rgba(79, 85, 94, 1);
	line-height: 24px;
	text-align: center;
}

