* {
	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: #e3711c;
}

::selection {
	background: #e3711c;
	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;
	height: 60px;
	padding: 10px 0;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #FFFFFF;
	box-shadow: 1px 0px 3px 1px #FAFAFA;
}

header ._container {
	width: 1200px;
	margin: 0 auto;
}

header ._logo {
	width: 180px;
	height: 60px;
	float: left;
}

header ._logo img {
	max-width: 100%;
	height: 60px;
	margin: 0 auto;
	display: block;
}

header ._nav {
	width: 970px;
	height: 60px;
	float: right;
}

header ._nav .menu {
	float: left;
}

header ._nav ._changlang {
	width: 100px;
	height: 26px;
	float: left;
	border: solid 1px #e3711c;
	margin-left: 15px;
	margin-top: 16px;
}

header ._nav ._changlang a {
	width: 50%;
	line-height: 26px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #1F1F1F;
	position: relative;
}

header ._nav ._changlang a:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 0;
	height: 26px;
	left: 0;
	top: 0;
	background: #c25d12;
}

header ._nav ._changlang a:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 0;
	height: 26px;
	right: 0;
	top: 0;
	background: #c25d12;
}

header ._nav ._changlang a:hover:before,
header ._nav ._changlang a:hover:after {
	width: 50%;
}

header ._nav ._changlang a.select {
	background: #e3711c;
	color: #FFFFFF;
}

header ._nav ._changlang a:hover {
	color: #FFFFFF;
}

header ._nav ._changlang a.select:hover {
	background: #e3711c;
	color: #FFFFFF;
}

header ._nav ._search {
	width: 35px;
	height: 28PX;
	float: left;
	margin-left: 25px;
	margin-top: 14px;
	display: table;
	width: auto;
}

header ._nav ._search input.searchShow {
	height: 34px;
	border: 1px solid #e3711c;
	float: right;
	width: 35px;
	line-height: 34px;
	color: #FFFFFF;
	background: #e3711c url(../images/search.png) no-repeat center center;
	cursor: pointer;
	outline: none;
	border-radius: 50%;
}

header ._nav ._search input.searchShow:hover {
	border: 1px solid #fc8831;
	background: #fc8831 url(../images/search.png) no-repeat center center;
}

._searchDiv {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 80px;
	background: rgba(0, 0, 0, .7);
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999;
}

._searchDiv ._s {
	width: 800px;
	margin: 0 auto;
	height: 100%;
}

._searchDiv ._s ._l {
	width: 700px;
	height: 28PX;
	float: left;
	display: table;
	padding-top: 21PX;
	filter: alpha(Opacity=80);
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

._searchDiv ._s ._l input.searchTxtbox {
	height: 30px;
	border: solid 1PX #FFFFFF;
	float: right;
	width: 520px;
	border-right: none;
	font-size: 16PX;
	padding-left: 15px;
	padding-right: 20px;
	outline: none;
	letter-spacing: 1px;
	background: #FFFFFF;
	color: #565656;
	line-height: 30px;
	border-radius: 2px 0 0 2px;
}

.input-clear {
	display: none;
	position: absolute;
	width: 26px;
	height: 26px;
	margin: 3px 0 0 565px;
	background: url(../images/icon_close.png);
	background-size: cover;
}

.searchTxtbox::-ms-clear {
	display: none;
}

.searchTxtbox:valid+.input-clear {
	display: inline;
}

._searchDiv ._s ._l input.searchTxtbox:focus {
	border: solid 1PX #FFFFFF;
	background: #FFFFFF;
	color: #565656;
	box-shadow: 0px 0px 6px #BFBFBF;
}

._searchDiv ._s ._l input.searchBtn {
	height: 34px;
	border: 1px solid #878787;
	float: right;
	width: 100px;
	line-height: 34px;
	color: #FFFFFF;
	background: #878787 url(../images/search.png) no-repeat center center;
	cursor: pointer;
	outline: none;
	border-radius: 0 2px 2px 0;
	transition: all .3s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	background-size: 20px 20px;
}

._searchDiv ._s ._l input.searchBtn:hover {
	border: 1px solid #e3711c;
	background: #e3711c url(../images/search.png) no-repeat center center;
	background-size: 26px 26px;
}

._searchDiv ._s ._r {
	float: right;
	width: 100px;
}

._searchDiv ._s ._r a {
	color: #FFFFFF;
	font-size: 26px;
	text-align: center;
	display: block;
	position: relative;
	top: 21PX;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border: solid 2px #FFFFFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 0 auto;
	margin-right: 0;
}

._searchDiv ._s ._r a:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}


/***header***/

footer {
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
	background: #e0e0e0;
	padding-top: 20px
}

footer ._fcontent {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

footer ._fcontent ._l {
	width: 457px;
	float: left;
}

footer ._fcontent ._l img {
	width: 100%;
	height: 64px;
	position: relative;
	top: 17px;
}

footer ._fcontent ._r {
	width: 400px;
	float: right;
	margin-top: -8px;
}

footer ._fcontent ._r p {
	width: 100%;
	display: table;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 25px;
	margin: 6px 0;
}

footer ._fcontent ._r p span {
	display: block;
	float: left;
	color: #0F0F0F;
}

footer ._fcontent ._r p span.cTitle {
	width: 80px;
	display: inline;
	text-align: right;
}

footer ._fcontent ._r p span.cContent {
	width: 305px;
	display: inline;
	padding-left: 5px;
}


/*footer ._fcopyright {
	width: 1200px;
	margin: 0 auto;
	border-top: solid 1px #BFBFBF;
	margin-top: 4px;
	padding: 11px 0;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #0F0F0F;
}
footer ._fcopyright a {
	color: #0F0F0F;
}
 
 */

footer ._fcopyright {
	width: 100%;
	margin: 0 auto;
	border-top: solid 0px #BFBFBF;
	margin-top: 12px;
	padding: 11px 0;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #0F0F0F;
	background: #2F2F2F;
	color: #FFFFFF;
}

footer ._fcopyright div {
	width: 1200px;
	margin: 0 auto;
}

footer ._fcopyright a {
	color: #FFFFFF;
}

footer ._fcopyright a:hover {
	color: #e3711c;
}


/***footer***/


/****************/

header.header .scrolled {
	padding: 0;
	background: #000000;
}

header ._logo img.logoImgEnd {
	width: 138px;
	height: 46px;
	margin-top: 7px;
}

div.pageContent {
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 50px;
	padding-top: 80px;
}


/***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***/


/**placeholder**/

input.searchTxtbox::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #565656;
}

input.searchTxtbox:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #565656;
}

input.searchTxtbox::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #565656;
}

input.searchTxtbox:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #565656;
}


/**placeholder**/