﻿@charset "utf-8";
/* 
 * 描述：初始样式一旦确认任何情况下不可修改
 */

html{ *overflow-x:hidden;}
body{ overflow-x:hidden;font-family:"微软雅黑";background: url(../images/body_bgcolor.png) repeat;}
body>*{ z-index:10; position:relative;}
.bodyBg1, .bodyBg2{ width:1920px; display:block !important; position:absolute; top:0; left:50%; margin-left:-960px;}
.bodyBg1{ background: url(../images/bg_t.jpg) center top no-repeat; z-index:1;}
.bodyBg2{ background: url(../images/bottom_bg.png) no-repeat center bottom; z-index:0;}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea, span{
	font-size: 14px;	
	font-family:"微软雅黑";
	color: #292929;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}
em, i{
	font-style:normal;
}
ul, ol {
	list-style: none;
}
img {
	border:0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color:#333333;
}
a:link{ text-decoration:none;}
a:hover {
	color:#FF1B02; text-decoration:none;
}
.f_l{float: left;}
.f_r{float: right;}
.f_c{clear: both;}
.b_n{border: none;}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.auto{margin: 0 auto;}
.oh{ overflow:hidden;}

.w1120{ width:1120px;}
.w1200{ width:1200px;}
.w1100{ width:1100px;}
.w1000{ width:1000px;}
.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.f17{ font-size:17px;}
.f18{ font-size:18px;}
.f20{ font-size:20px;}
.f_s{ font-family:"宋体";}
.f_w{ font-family:"微软雅黑";}
.pdT{ padding-top:10px;}
.mgT4{ margin-top:4px;}
.mgT8{ margin-top:8px;}
.mgT10{ margin-top:10px;}
.mgT15{ margin-top:15px;}
.mgT20{ margin-top:20px;}
.mgL12{ margin-left:12px;}
.mgL15{ margin-left:15px;}
.mgL20{ margin-left:20px;}


.ScrollStyle{ overflow:overlay; overflow-x:hidden;}
.ScrollStyle::-webkit-scrollbar {
	width: 9px;
	height: 9px;
	box-sizing: border-box;
	background: #eee;
}

.ScrollStyle::-webkit-scrollbar-button {
	width: 9px;
	height: 12px;
	background: url(../images/scroll.png) no-repeat;
}

	.ScrollStyle::-webkit-scrollbar-button:vertical:start {
		background-position: 0 0;
	}

		.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover {
			background-position: -10px 0;
		}

		.ScrollStyle::-webkit-scrollbar-button:vertical:start:active {
			background-position: -20px 0;
		}

	.ScrollStyle::-webkit-scrollbar-button:vertical:end {
		background-position: -30px 0;
	}

		.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover {
			background-position: -40px 0;
		}

		.ScrollStyle::-webkit-scrollbar-button:vertical:end:active {
			background-position: -50px 0;
		}

	.ScrollStyle::-webkit-scrollbar-button:horizontal:start {
		background-position: 0 -11px;
	}

		.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover {
			background-position: -10px -11px;
		}

		.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active {
			background-position: -19px -11px;
		}

	.ScrollStyle::-webkit-scrollbar-button:horizontal:end {
		background-position: -30px -11px;
	}

		.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover {
			background-position: -40px -11px;
		}

		.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active {
			background-position: -50px -11px;
		}

.ScrollStyle::-webkit-scrollbar-track-piece {
	background-color: rgba(0,0,0,.15);
	-webkit-border-radius: 5px;
}

.ScrollStyle::-webkit-scrollbar-thumb {
	background-color: #e7e7e7;
	border: 1px solid rgba(0,0,0,.21);
	-webkit-border-radius: 5px;
}

	.ScrollStyle::-webkit-scrollbar-thumb:hover {
		background-color: #f6f6f6;
		border: 1px solid rgba(0,0,0,.21);
	}

	.ScrollStyle::-webkit-scrollbar-thumb:active {
		background: -webkit-gradient(linear,left top,left bottom,from(#E4E4E4),to(#F4F4F4));
	}

.ScrollStyle::-webkit-scrollbar-corner {
	background-color: #f1f1f1;
	-webkit-border-radius: 1px;
}