	* {
		font-family: "microsoft yahei", "微软雅黑", "宋体";
	}
	
	body {
		overflow-x: hidden;
	}
	
	header,
	a,
	a:before,
	a:after {
		text-decoration: none;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	}
	
	a:hover {
		color: #0d896b;
	}
	
	::selection {
		background: #0d896b;
		color: #FFFFFF;
	}
	
	input,
	img {
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	}
	
	header {
		width: 100%;
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		margin: auto;
		left: 0;
		right: 0;
		z-index: 9999;
		padding: 10px 0;
		background: #FFFFFF;
	}
	
	header .container {
		width: 1200px;
		margin: 0 auto;
		display: table;
	}
	
	header .container img.logo {
		width: 340px;
		height: 62px;
		float: left;
		display: block;
	}
	
	header .container .right {
		width: 860px;
		float: right;
		display: table;
	}
	
	header .search-lang {
		width: 100%;
		display: table;
		width: 188px;
		float: right;
		position: relative;
		top: 14px;
	}
	
	header .search-lang .searchDiv .searchFormDiv {
		float: left;
	}
	
	header .search-lang .searchDiv a.aLang {
		display: block;
		float: right;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: #a40000;
		color: #FFFFFF;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin-left: 8px;
		font-size: 12px;
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
		-ms-transition: none;
		-o-transition: none;
		margin-top: -2px;
	}
	
	header .search-lang .searchForm {
		height: 30px;
	}
	
	header .search-lang .searchForm input.searchTxtbox {
		height: 28px;
		border: 1px solid #ABABAB;
		float: right;
		width: 85px;
		border-right: none;
		padding-left: 5px;
		padding-right: 15px;
		line-height: 28px;
		outline: none;
		/*border-radius: 6px 0 0 6px;*/
		font-size: 14px;
	}
	
	header .search-lang .searchForm input.searchTxtbox:focus {
		border: 1px solid #a40000;
		border-right: none;
	}
	
	header .search-lang .searchForm input.searchBtn {
		height: 32px;
		border: 1px solid #a40000;
		float: right;
		width: 35px;
		padding-left: 5px;
		font-size: 15px;
		line-height: 20px;
		color: #FFFFFF;
		text-align: left;
		background: url(../images/search.png) no-repeat center center #a40000;
		cursor: pointer;
		outline: none;
		/*background-size: 75% 75%;*/
	}
	
	header .search-lang .searchForm input.searchBtn:hover {
		background: no-repeat center center #a40000;
		/*background-size: 80% 80%;*/
	}
	
	.input-clear {
		display: none;
		position: absolute;
		width: 16px;
		height: 16px;
		margin: 7px 0 0 138px;
		background: url(../images/icon_close.png) transparent;
		background-size: cover;
	}
	
	.searchTxtbox::-ms-clear {
		display: none;
	}
	
	.searchTxtbox:valid+.input-clear {
		display: inline;
	}
	/**********/
	
	html body .menu {
		float: left;
		width: 650px;
		position: relative;
		top: 20px;
	}
	
	html body .menu .menu-item {
		position: relative;
		cursor: pointer;
		float: left;
		margin-left: 15px;
		margin-right: 3px;
	}
	
	html body .menu .current-menu-item .wee {
		height: 4px;
		width: 100%;
		background-color: #a40000;
		position: absolute;
		left: 0;
		bottom: 0;
		transition: all 0.75s;
		-moz-transition: all 0.75s;
		-webkit-transition: all 0.75s;
		-ms-transition: all 0.75s;
	}
	
	html body .menu .menu-item h6 {
		margin: 0;
		padding-bottom: 10px;
		font-size: 15px;
		transition: all 0.75s;
		-moz-transition: all 0.75s;
		-webkit-transition: all 0.75s;
		-ms-transition: all 0.75s;
		letter-spacing: 1px;
		font-weight: 200;
		text-transform: uppercase;
		color: #2F2F2F;
	}
	
	html body .menu .menu-item:hover h6,
	html body .menu .current-menu-item h6 {
		color: #a40000;
	}
	/**********/
	
	div.pageContent {
		width: 100%;
		max-width: 1920px;
		background: #FFFFFF;
		padding-top: 82px;
		padding-bottom: 100px;
		margin: 0 auto;
	}
	
	header.header .scrolled {
		padding: 0;
	}
	
	header .container img.logoImgEnd {
		width: 274px;
		height: 50px;
	}
	
	header .search-lang-s {
		top: 7px;
	}
	/******header******/
	
	footer {
		width: 100%;
		margin: 0 auto;
		max-width: 1920px;
		background: #e2e2e2;
	}
	
	footer .fcontainer {
		width: 1200px;
		margin: 0 auto;
		display: table;
		padding: 30px 0 20px
	}
	
	footer .fcontainer .l {
		width: 240px;
		float: left;
	}
	
	footer .fcontainer .l img.footerLogo {
		width: 220px;
		height: 180px;
		display: block;
	}
	
	footer .fcontainer .l-2 {
		width: 600px;
		float: left;
		border-left: solid 1px #9A9A9A;
		padding: 10px 0 10px 30px;
	}
	
	footer .fcontainer .l-2 p {
		font-size: 15px;
		color: #0F0F0F;
		letter-spacing: 1px;
	}
	
	footer .fcontainer .l-2 p.ptitle {
		font-size: 22px;
		font-weight: bold;
	}
	
	footer .fcontainer .r-1 {
		width: 160px;
		float: right;
		margin-left: 30px;
		padding-top: 10px;
	}
	
	footer .fcontainer .r-1 div {
		text-align: center;
		font-size: 14px;
		color: #0F0F0F;
		letter-spacing: 1px;
		margin-top: 5px;
	}
	
	footer .fcopyright {
		width: 100%;
		max-width: 1920px;
		margin: 0 auto;
		margin-top: 4px;
		padding: 11px 0;
		font-size: 13px;
		letter-spacing: 1px;
		color: #FFFFFF;
		background: #2F2F2F;
	}
	
	footer .fcopyright .fcontent {
		width: 1200px;
		margin: 0 auto;
		display: table;
	}
	
	footer .fcopyright .fcontent .l {
		width: 900px;
		float: left;
		text-align: left;
	}
	
	footer .fcopyright .fcontent .r {
		width: 280px;
		float: right;
		text-align: right;
	}
	
	footer .fcopyright a {
		color: #FFFFFF;
	}
	
	footer .fcopyright a:hover {
		text-decoration: underline;
	}
	/******footer******/
	/***scrollBar***/
	/**ie8**/
	
	html,
	body {
		scrollbar-face-color: #DFDFDF;
		/*滚动条3D表面（ThreedFace）的颜色*/
		scrollbar-highlight-color: #fff;
		/*滚动条3D界面的亮边（ThreedHighlight）颜色*/
		scrollbar-shadow-color: #eeeeee;
		/*滚动条3D界面的暗边（ThreedShadow）颜色*/
		scrollbar-3dlight-color: #eeeeee;
		/*滚动条亮边框颜色*/
		scrollbar-arrow-color: #000;
		/*滚动条方向箭头的颜色 */
		scrollbar-track-color: #fff;
		/*滚动条的拖动区域(TrackBar)颜色*/
		scrollbar-darkshadow-color: #fff;
		/*滚动条暗边框（ThreedDarkShadow）颜色*/
	}
	/**Chrome**/
	/*---滚动条默认显示样式--*/
	
	::-webkit-scrollbar-thumb {
		background-color: #6F6F6F;
		height: 50px;
		outline-offset: -2px;
		outline: 2px solid #fff;
		-webkit-border-radius: 4px;
		border: 2px solid #fff;
	}
	/*---鼠标点击滚动条显示样式--*/
	
	::-webkit-scrollbar-thumb:hover {
		background-color: #3f3f3f;
		height: 50px;
		-webkit-border-radius: 4px;
	}
	/*---滚动条大小--*/
	
	::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}
	/*---滚动框背景样式--*/
	
	::-webkit-scrollbar-track-piece {
		background-color: #fff;
		-webkit-border-radius: 0;
	}
	/***scrollBar***/