/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight: normal;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:13px/1.14 arial,'微软雅黑';color:#282828;outline:0;}
body{background:#fff;}
a{color:#282828;}
input[type='text'],input[type='number'],input[type='password'],input[type='button'],input[type='submit'],textarea{box-sizing: border-box;border-radius: 2px}
*:hover{transition: all .3s;}
.cc:after{display:block;visibility:hidden;clear:both;height:0;content:'.'} /*清除浮动*/

.bold{font-weight:bold;} /*字体加粗*/
.unbold{font-weight:normal} /*取消加粗*/
.georgia{font-family:Constantia,Georgia} /*英文字体*/
.tc{text-align:center} /*文本居中*/
.tl{text-align:left}
.tr{text-align:right}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}

.hidden{display:none} /*隐藏*/
.vhidden{visibility:hidden} /*隐藏元素，但保留物理空间*/
.vshow{visibility:visible} /*取消保留物理空间隐藏元素*/
.ofh-x{overflow-x:hidden} /*横向超出隐藏*/
.ofh-y{overflow-y:hidden} /*纵向超出隐藏*/
.ofa{overflow-y:auto} /*纵向超出隐藏，自动添加滚动条*/
.block{display:block} /*元素转成块*/
.ma{width: 1100px;margin:0 auto} /*水平居中*/

.elp{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} /*文本超出省略号，不自动分行*/
.rel{position:relative} /*相对定位*/
.abs{position:absolute} /*绝对定位*/
.fix{position:fixed} /*浮动定位,IE6不支持*/
.fr{float:right} /*浮动*/
.fl{float:left}

	body{min-width: 1100px;}
	.body{min-height:92vh;}
	.footer{height:8vh;text-align:center;line-height:8vh;}

	h1{font-size: 28px;text-align: center;}
	.line{background:#1D2088;width: 32px;height: 3px;margin:0 auto;margin-top: 18px;margin-bottom: 40px}
	.hand{z-index: 999;height: 80px;line-height:78px;background: #fff;width: 100%;}
	.hand img{float: left;margin-top: 18px;width: 311px;height: 45px;margin-right: 76px}
	.hand li{float: left;margin-right: 28px;cursor: pointer;font-size: 13px;}
	.hand .active{display: block;color:#1D2088;border-bottom: 2px solid #1d2088;transition-duration:0s;height: 78px;line-height: 80px}
	.content .left{width:230px;float: left;}
	