﻿@charset "utf-8";
	/* CSS REQUIRE */
	
	@import "animate.min.css"; /* Css3 animate */
 @import "bootstrap.css"; /* Bootstrap */
 @import "home.css"; /* Index.html's style */
 @import "menu.css"; /* Menu style */
 @import "public.css"; /* Public style */
 @import "media.css"; /* Media style */
 @import "xinzeng.css"; /* Media style */
/* Reset ---------------------------------------------- */


body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #666;
}
a:hover {
	color: #b13f3f;
	text-decoration: none;
}
img {
	border: none;
	max-width: 100%;
	display: inline-block;
}
*:focus {
	outline: none;
}
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}
body {
	background: #fff;
	font-size: 12px;
	font-family:"微软雅黑";
	color: #666;
}
/* 选择文字背景颜色 */
body::selection {
	color: #ffffff;
	background-color: red;
	text-shadow: none;
}
input[type="text"] {
	text-indent: 5px;
}
textarea {
	padding: 5px;
}
.text-overf {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/* upgrade  */
		
.upgrade {
	padding: 10px;
	text-indent: 40px;
	background: url(../img/t.png) no-repeat 10px center #fff2e5;
	border: 1px solid #ffd7b0;
	font-size: 14px;
	color: #e8a35c;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
}
/*cwl 12-17*/
.technologyShow p{line-height:32px;color:#eee;text-indent:2em;font-size:13px}


.clear {
  clear: both;
}

.f-cb {
  zoom: 1;
}

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}









