@CHARSET "UTF-8";
/* 网站中所用的css都在这个文件 */
.myText {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #333333;
	text-align: center;
	line-height: normal;
}

p {
	margin: 0px;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern" 1;
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
	font-kerning: normal;
	text-align: left;
}

.menuText {
	color: #FFFF00;
	font-size: 14px;
	text-align: left;
	margin: 0 10px;
}

.copyRight {
	height: 25px;
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	border-color: transparent;
	outline-style: none;
}

.blueBar {
	margin: 20px 0;
	background-color: rgba(0, 0, 204, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(121, 121, 121, 1);
	border-radius: 0px;
	box-shadow: none;
}

.foot_blue {
	height: 35px;
	width: 100%;
	background-color: #006699;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(121, 121, 121, 1);
	border-radius: 0px;
	box-shadow: none;
	margin: 5px 0;
}

.logoDiv {
	height: 65px;
}

.logoImg {
	margin: 10px;
	width: 117px;
	height: 100%;
}

.productImg {
	width: 135px;
}

.rowDiv {
	margin: 25px 5px;
}

.landscape_ul {
	display: block;
	margin:0px;
	overflow: hidden;
	white-space: nowrap; /* 处理块元素中的空白符和换行符的，这个属性保证图片不换行 */
}

.landscape_li {
	list-style: none;
	display: inline-block; /* 使li对象显示为一行 */
	margin-left: 15px;
}

.thumbnailDiv {
	border: none;
	height: 217px;
}

.fullWidth {
	padding-left: 0px;
	padding-right: 0px;
}

.marginBorder {
	margin: 20px 0;
}
.margin5 {
	margin: 5px;
}
.margin20 {
	margin: 20px;
}
.marginH5 {
	margin: 0px 5px;
}
.marginV10 {
	margin: 10px 0px;
}
.marginV30 {
	margin: 30px 0px;
}
.a_padding {
	padding: 15px 6px;
}

input:valid {
	background: #fff;
}

input:invalid {
	background: #fcc;
	color: #333;
}

.validation-messages {
	margin-bottom: 15px;
}

.validation-messages span {
	font-size: 0.8em;
	background-color: #eee;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #666;
	color: red;
}

.general-title {
	font-size: 14px;
	font-weight: 900;
}

.general-info {
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	color: #178acc;
}