body {
	background: #FFFFFF;
	font-family: "Arial";
	margin: 0;
}

a {
	color: #000000;
	border: 0px;
	text-decoration: none;
}

.header {
	margin: auto;
	height: 33px;
	background: #FAFAFA;
	border-bottom: 1px solid #E8E8E8;
}

.head {
	margin: auto;
	width: 1200px;
	height: 33px;
}

.head_data {
	position: absolute;
	width: 150px;
	height: 33px;
	font-size: 12px;
	line-height: 35px;
	color: #777777;
	text-align: center;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
}

.head_data > a {
	color: #777777;
}

.header_a_box {
	margin: auto;
	height: 104px;
}

.header_a {
	margin: auto;
	width: 1200px;
	height: 104px;
}

.header_a_logo {
	position: absolute;
	width: 90px;
	height: 80px;
	margin-top: 10px;
	background: red;
}

.header_a_search_box {
	position: absolute;
	width: 184px;
	height: 40px;
	border: 1px solid #CCCCCC;
	margin-top: 32px; 
	margin-left: 320px;
	font-size: 14px;
	line-height: 40px;
	color: #666666;
}

.search_box {
	border: 0px;
	margin-left: 14px;
	margin-top: 2px;
	width: 344px;
	height: 34px;
	color: #777777;
}

.header_a_search_submit {
	position: absolute;
	width: 40px;
	height: 40px;
	margin-left: 837px;
	margin-top: 32px;
	background: #FF0000;
	border: 1px solid #FF0000;
}

.search_submit {
	width: 40px;
	height: 40px;
	border: 0px;
	background: #FF0000;
	background-image: url('./search-red.png');
}

.header_a_icon {
	position: absolute;
	margin-top: 32px;
	width: 38px;
	height: 38px;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}

.menu_box {
	margin: auto;
	height: 40px;
	background: #FF0000;
}

.menu_bar {
	margin: auto;
	width: 1202px;
	height: 40px;
	background: #FF0000;
}

.menu_default, .menu_selected {
	float: left;
	margin-left: 1px;
	min-width: 120px;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 14px;
}

.menu_selected {
	background: #FF9933;
}

.menu_default:hover {
	background: #FF9933;
}

.menu_default > a, .menu_selected > a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 14px;
	margin-right: 14px;
}



.menu_drop_down_box {
	position: absolute;
	margin-left: -1px;
	min-width: 120px;
	min-height: 20px;
	display: none;
	z-index: 100;
	text-align: left;
	font-size: 12px;
	line-height: 40px;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
}

.menu_drop_down_box > a {
	color: #666666;
	margin-left: 14px;
	margin-right: 14px;
}

.menu_drop_down_box > a:hover {
	color: #666666;
}

.menu_default:hover .menu_drop_down_box {
	display: block;
}

.menu_selected:hover .menu_drop_down_box {
	display: block;
}

.banner {
	margin: auto;
	margin-top: 10px;
	width: 1200px;
	height: 400px;
	margin-bottom: 10px;
}

.ck-slide ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ck-slide {
	position: relative;
	overflow: hidden;
}

.ck-slide ul.ck-slide-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.ck-slide ul.ck-slide-wrapper li {
	position: absolute; margin-top:0px;
}

.ck-slide ul.ck-slide-wrapper li a{
	/*a标签是行内元素，宽高对a标签不起作用，这里必须添加line-height:0px;display:black，否则垂直滚动<li>之间会出现间隔*/
	line-height:0px;
	display:block;
}

.ck-slide .ck-prev, .ck-slide .ck-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 35px;
	height: 70px;
	margin-top: -35px;
	border-radius: 4px;
	opacity: 2.00;
	background: #FF0000;
	text-indent: -9999px;
	background-repeat: no-repeat;
	transition: opacity .2s linear 0s;
}

.ck-slide .ck-prev {
	left: 5px;
	background: url(arrow-left.png) #FFFFFF 50% no-repeat;
}

.ck-slide .ck-next {
	right: 5px;
	background: #FF0000;
	background: url(arrow-right.png) #FFFFFF 50% no-repeat;
}

.ck-slidebox {
	position: absolute;
	left: 50%;
	bottom: 12px;
	z-index: 30;
}

.ck-slidebox ul {
	height: 20px;
	padding: 0 4px;
	border-radius: 8px;
	/* // Slider Dot Background.
	background: rgba(0,0,0,0.5);
	*/
}

.ck-slidebox ul li {
	float: left;
	height: 12px;
	margin: 4px 4px;
}

.ck-slidebox ul li em {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #999999;
	text-indent: -9999px;
	cursor: pointer;
}

.ck-slidebox ul li.current em {
	background: #FFFFFF;
}

.ck-slidebox ul li em:hover {
	background: #FFFFFF;
}

/* End of ck Banner */ 

.head_a_box {
	margin: auto;
	height: 400px;
	background: #F5F5F5;
}

.head_a {
	margin: auto;
	width: 1200px;
	height: 400px;
	background: #F5F5F5;
}

.head_a_inside {
	position: absolute;
	width: 1200px;
	height: 362px;
	margin-top: 18px;
}

.head_a_inside_a {
	position: absolute;
	width: 200px;
	height: 362px;
	background: #FFFFFF;
}

.head_a_a_a {
	position: absolute;
	width: 200px;
	height: 40px;
	background: #FED449;
	background-image: url('./tab_title.png');
	font-size: 18px;
	line-height: 40px;
	font-family: "Tahoma";
}

.head_a_a_a > a {
	margin-left: 60px;
	color: #EEEEEE;	
}

.head_a_a_b {
	position: absolute;
	width: 200px;
	height: 64px;
	margin-top: 40px;
	background: #E2BC2F;
}

.head_a_a_b_a {
	position: absolute;
	width: 99px;
	height: 40px;
	margin-top: 12px;
	border-right: 1px solid #FFD549;
} 

.head_a_a_b_b {
	position: absolute;
	width: 26px;
	height: 22px;
	margin-left: 37px;
}

.head_a_a_b_c {
	position: absolute;
	width: 99px;
	height: 18px;
	text-align: center;
	margin-top: 22px;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.head_a_b {
	position: absolute;
	opacity: 0.9;
	margin-left: 215px;
	width: 233px;
	height: 360px;
	background: #FEFEFE;
	border: 1px solid #EEEEEE;
}

.head_a_b:hover {
	opacity: 1.0;
	background: #FFFFFF;
}

.head_a_b_image {
	position: absolute;
	width: 203px;
	height: 203px;
	background: #CCCCCC;
	margin-left: 15px;
	margin-top: 15px;
}

.head_a_c {
	position: absolute;
	width: 203px;
	height: 120px;
	margin-top: 230px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #444444;
}

.head_a_a_bc {
	position: absolute;
	width: 172px;
	height: 228px;
	margin-top: 118px;
	margin-left: 14px;
	background: #FFFFFF;
}

.head_a_a_bc_line {
	width: 172px;
	height: 31px;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
}

.head_a_a_bc_line > a {
	color: #666666;
}

.head_b_box {
	margin: auto;
	height: 200px;
}

.head_b {
	margin: auto;
	width: 1200px;
	height: 200px;
}

.head_b_image {
	position: absolute;
	width: 570px;
	height: 150px;
	margin-top: 25px;
	background: #DDDDDD;
}

.head_c_box {
	margin: auto;
	height: 100px;
	border-top: 1px solid #FF9933;
}

.head_c_line {
	margin: auto;
	width: 1200px;
	height: 100px;
}

.head_c_a {
	position: absolute;
	width: 90px;
	height: 80px;
	margin-top: 6px;
	margin-left: 12px;
	background: red;
}

.head_c_b {
	position: absolute;
	margin-top: 37px;
	margin-left: 180px;
	width: 940px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}

.head_c_b > a {
	color: #777777;
}

.head_d_box {
	margin: auto;
	height: 200px;
}

.head_d_a {
	margin: auto;
	width: 1200px;
	height: 200px;
	border-bottom: 1px solid #DDDDDD;
}

.head_d_b {
	position: absolute;
	width: 300px;
	height: 198px;
	line-height: 24px;
	font-size: 14px;
}

.head_d_b > a {
	color: #676767;
}

.head_d_b > li {
	font-size: 14px;
	margin-left: 0px;
	color: #676767;
	list-style: none;
}

.head_d_b > li > a {
	color: #676767;
}

.head_e {
	margin: auto;
	width: 1200px;
	height: 120px;
}

.head_e_a {
	position: absolute;
	width: 130px;
	height: 40px;
	margin-top: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #676767;
}

.head_e_b {
	position: absolute;
	width: 318px;
	height: 38px;
}

.head_f_a {
	margin: auto;
	width: 1200px;
	height: 90px;
	font-size: 13px;
	line-height: 90px;
	text-align: center;
}

.head_f_a > a {
	color: #555555;
}


.main_g_box {
	margin: auto;
	width: 1200px;
	height: 1200px;
	margin-top: 40px;
}

.main_g_left {
	position: absolute;
	width: 530px;
	height: 1000px;
	margin-left: 10px;
}

.main_g_left_image {
	position: absolute;
	width: 530px;
	height: 530px;
}

.main_g_left_snapshot {
	position: absolute;
	width: 530px;
	height: 120px;
	margin-top: 550px;
}

.main_g_right {
	position: absolute;
	width: 560px;
	height: 670px;
	margin-left: 580px;
	line-height: 25px;
	font-size: 13px;
	color: #555555;
	word-break: break-all;
	word-wrap: break-word; 
}

.main_g_left_snapshot_i {
	position: absolute;
	width: 120px;
	height: 120px;
}

.main_g_left_snapshot_i:hover {
	opacity: 0.8;
}

.main_h_box {
	margin: auto;
	width: 1000px;
	height: 580px;
	margin-top: 60px;
}

.main_a_box {
	margin: auto;
	font-size: 13px;
	width: 1200px;
	height: 30px;
	text-align: center;
	margin-top: 70px;
	line-height: 30px;
	font-size: 19px;
	color: #333333;
}

.main_i_box {
	margin: auto;
	margin-top: 40px;
	width: 1000px;
	min-height: 600px;
	font-size: 12px;
	line-height: 20px;
	color: #555555;
}

.main_i_contact_line {
	position: absolute;
	width: 500px;
	height: 80px;
	margin-top: 40px;
}

.main_i_contact_title {
	position: absolute;
	width: 300px;
	height: 24px;
}

.main_i_contact_input {
	position: absolute;
	width: 480px;
	height: 25px;
	margin-top: 24px;
	border: 1px solid #DDDDDD;
}

.main_i_contact_submit {
	position: absolute;
}

.main_c_button {
	margin: auto;
	width: 80px;
	height: 38px;
	background: #9BBFA8;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	line-height: 38px;
}

.main_c_button:hover {
	background: #C3D8CB;
}


.main_k_box {
	margin: auto;
	width: 1160px;
	min-height: 300px;
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 14px;
	font-family: "Arial";
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word; 
}

.main_line {
	margin: auto;
	width: 1200px;
	height: 10px;
	border-bottom: 1px solid #DDDDDD;
}

.main_j_box {
	margin: auto;
	width: 1200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background: #DDDDDD;
	word-break: break-all;
	word-wrap: break-word; 
}

.main_j_box > a {
	margin-left: 20px;
	color: #444444;
}


.footer_box {
	margin: auto;
	height: 80px;
	border-top: 1px solid #DDDDDD;
	background: #EEEEEE;
}

.footer_inside {
	margin: auto;
	width: 1200px;
	height: 80px;
	font-size: 12px; 
	line-height: 20px; 
	text-align: center; 
}

.empty {
	margin: auto;
	width: 1200px;
	height: 1200px;
}







