/* CSS global全局重置代码 */

@charset "utf-8";

body, dl, dd, h1, h2, h3, h4, h5, h6, p, form {margin:0px;}

ul, ol {list-style:none;margin:0px;padding:0px;}

body {font:14px/1.5 helvlight, IEhelvlight,arial, Helvetica, sans-serif;color:#333;overflow-x:hidden;font-family:Microsoft YaHei}

h1,h2,h3,h4,h5,h6 {font-weight:normal;}

/* 清除点击出现虚拟框 */

a{outline:none;text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);}

a:focus{outline:0;}

a:link,a:visited {color:#333;text-decoration:none;}

a img {border:none;}

input, textarea, select {font-family: helvlight, IEhelvlight,arial, Helvetica, sans-serif;}

/* 清除浮动 */

.clearfix:after {display:block;content:"\200B";clear:both;height:0;}

.clearfix {*zoom:1;*clear:both;}
.clear {clear: both;}

.w1040 {width:1040px;margin:0 auto;}

.w1140 {width:1140px;margin:0 auto; position: relative;}

/*回到顶部*/

.gotoTop {display:none;position:fixed;width:45px;height:45px;bottom:80px;right:80px;text-indent:-9999em;cursor:pointer;background:url(../images/goto_top.jpg) no-repeat;}

@font-face {

	font-family: helvlight;

	font-style:normal;

	font-weight:400;

	src: url(../font/helvlight.ttf);

}

@font-face {

	font-family: IEhelvlight;

	font-style:normal;

	font-weight:400;

	src: url(../font/iehelvlight.eot);

}