html{background:#FFF;color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none!important;}
/*******CSS reset*************/
body{overflow-x:hidden;position:relative;z-index:-2;background:#fff;font-size:12px;line-height:24px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial,'iconfont';}
img {max-width:100%;}
em,i {font-style:normal;}
.relative {position:relative;}/*bt4 position-relative可代替*/
h2 {font-size:20px;font-weight:600;color:inherit;}/*主标题*/
h3 {font-size:16px;color:inherit;}/*副标题*/
h4 {font-size:14px;color:inherit;}/*小标题*/
h5 {font-size:12px;color:#999;line-height: 24px;}
.bold {font-weight:600;}
.middle {position:relative;top:50%;left:50%;transform:translate(-50%,-50%);}
/*@font-face {
  font-family: 'iconfont';  
  src: url('../fonts/font_1552701_ikwpd9rwp1o.eot');
  src: url('../fonts/font_1552701_ikwpd9rwp1o.eot') format('embedded-opentype'),
  url('../fonts/font_1552701_ikwpd9rwp1o.woff2') format('woff2'),
  url('../fonts/font_1552701_ikwpd9rwp1o.woff') format('woff'),
  url('../fonts/font_1552701_ikwpd9rwp1o.ttf') format('truetype'),
  url('../fonts/font_1552701_ikwpd9rwp1o.svg#iconfont') format('svg');
}*/
@font-face {
  font-family: 'iconfont';  /* project id 1552701 */
  src: url('../fonts/font_1552701_52j8nh8j5hq.eot');
  src: url('../fonts/font_1552701_52j8nh8j5hq.eot') format('embedded-opentype'),
  url('../fonts/font_1552701_52j8nh8j5hq.woff2') format('woff2'),
  url('../fonts/font_1552701_52j8nh8j5hq.woff') format('woff'),
  url('../fonts/font_1552701_52j8nh8j5hq.ttf') format('truetype'),
  url('../fonts/font_1552701_52j8nh8j5hq.svg#iconfont') format('svg');
}
/*内页随动背景样式*/
@media (max-width:767px){
	.hidden-xs {display:none!important;}/*沿用bootstrap3特性*/
	h2 {font-size:26px;}
	h3 {font-size:18px;}
	body {font-size:14px;line-height: 28px;}
}
@media(min-width:768px){
	.visible-xs {display:none;}
	h2 {font-size:30px;}
	h3 {font-size:20px;}
	h4 {font-size:16px;}
	h5 {font-size:14px;}
}
@media(min-width:992px){
	.container {max-width:95%;}
	h2 {font-size:36px;}
	h3 {font-size:21px;}
	h4 {font-size:18px;}
	body {font-size:15px;line-height: 32px;}
}
@media(min-width:1300px){
	.container {max-width:1600px;}
	.container_index01 {max-width:1200px !important;}
	h2 {font-size:43px;line-height: 60px}
	h3 {font-size:23px;}
}

