ul,
li,
h2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-family: "microsoft yahei", "微软雅黑", "宋体"
}

img {
	border: none;
}

ul,
ul li {
	list-style: none;
}

.cls {
	clear: both;
	line-height: 0px!important;
	height: 0px!important;
	font-size: 0px!important;
}

::selection,
::-moz-selection {
	background: #59ab2d;
	color: #FFFFFF;
}

.hidden {
	display: none;
}

i {
	font-style: normal;
}

html,
body {
	-webkit-text-size-adjust: none;
}

html {
	overflow-x: hidden;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}


/*链接*/

a {
	color: #898989;
	text-decoration: none;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
}

a:hover {}

a:active {}


/***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: #59ab2d;
	height: 50px;
	outline-offset: -2px;
	outline: 2px solid #fff;
	-webkit-border-radius: 4px;
	border: 2px solid #fff;
}


/*---鼠标点击滚动条显示样式--*/

::-webkit-scrollbar-thumb:hover {
	background-color: #2F2F2F;
	height: 50px;
	-webkit-border-radius: 4px;
}


/*---滚动条大小--*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}


/*---滚动框背景样式--*/

::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 0;
}


/***scrollBar***/


/***footer***/

.footer {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	clear: both;
}

.footer .bottomF {
	width: 100%;
	background: #59ab2d;
}

.footer .bottomF .bcontent {
	width: 1200px;
	margin: 0 auto;
}

.footer .bottomF .part1 {
	display: table;
	width: 100%;
	padding: 40px 0 30px;
}

.footer .bottomF .part1 div.right .p2left {
	width: 220px;
	display: block;
	float: left;
	border-left: dashed 1px #FFFFFF;
	border-right: dashed 1px #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
}

.footer .bottomF .part1 div.right .p2left span {
	color: #FFFFFF;
	font-size: 20px;
	padding: 10px 0;
	display: block;
}

.footer .bottomF .part1 div.right .p2left a {
	color: #FFFFFF;
	font-size: 16px;
	display: table;
	margin: 12px auto;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.footer .bottomF .part1 div.right .p2left a:hover {
	color: #9a0000;
}

.footer .bottomF .part1 .right {
	width: 650px;
	float: right;
}

.footer .bottomF .part1 div.left {
	width: 500px;
	float: left;
	padding-top: 10px;
}

.footer .bottomF .part1 div.left p {
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.footer .bottomF .part1 div.left p.titlename {
	font-size: 28px;
	padding: 5px 0;
}

.footer .bottomF .part1 .right .p2right {
	width: 370px;
	float: right;
}

.footer .bottomF .part1 .right .p2right p {
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: capitalize;
	font-size: 16px;
	padding: 6px 0;
}

.footer .bottomF .part2 {
	display: table;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	background: transparent;
}

.footer .bottomF .part2 .content {
	border-top: solid 1px #EFEFEF;
	padding: 15px 0;
	width: 1200px;
	margin: 0 auto;
	display: table;
}

.footer .bottomF .part2 .content .l {
	float: left;
}

.footer .bottomF .part2 .content .r {
	float: right;
}

.footer .bottomF .part2 a {
	color: #FFFFFF;
}

.footer .bottomF .part2 a:hover {
	color: #9a0000;
}


/***footer***/

.pageContent {
	padding-top: 110px;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 80px;
}