@charset "utf-8";
/* CSS Document */

/* --------------------------------------START reset----------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
img {
	vertical-align:bottom; /* IE6 img 3px bug fix */
}
hr {
	margin-top:10px;
	margin-bottom:10px;
	border:0;
	border-top: 1px solid #e3e3e3;
	height:2px;
	width:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	-webkit-text-size-adjust:none; /* fix Chrome 12 px limit */
	color:#010101;
	position:relative;
	background-color:#fff;
}
a {
	text-decoration:none;
	color: #0066b3;
}
a:hover {
	color: #3993e2;
}
ul, ol, dl {
	list-style-image:none;
	list-style-type:none;
}
p {
	margin-bottom:10px;
}
h1 {
	font-size:18px;
	line-height:20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #0066b3;
	margin-bottom:0.5em;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
input {
	vertical-align:top;
}
input, select {
	font-family:Arial, Helvetica, sans-serif;
}
/* -----------------------------------------------END reset--------------------------------------------- */

/* ---------------------------------------------START global-------------------------------------------- */
.clf {
	clear:both;
	height:0;
	overflow:hidden;
	width:0;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt15 {
	padding-top:15px;
}
.pt20 {
	padding-top:20px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}
.pb5 {
	padding-bottom:5px;
}
.pb10 {
	padding-bottom:10px;
}
.pb15 {
	padding-bottom:15px;
}
.pb20 {
	padding-bottom:20px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
/* icons btns */
a.icon_mouse {
	background:url(../../images/icon_mouse.png) left center no-repeat;
	padding-left:20px;
	display:inline-block;
	height:19px;
}
/* content_style */
.content_style {
}
.content_style h3 {
	font-weight:bold;
}
.content_style ul {
}
.content_style ul li {
	background:url(../../images/list_dot.png) left 0.5em no-repeat;
	padding-left:10px;
}
.content_style em {
	color:#0066b3;
	font-weight:normal;
	font-style:normal;
}
/* layout */
.page_wrap {
	width:902px;
	padding-left:2px;
	padding-right:2px;
	margin:0 auto;
}
.cont {
	margin-top:17px;
	position:relative;
}
/* header */
.header {
	width:100%;
	height:106px;
	position:relative;
	z-index:10;
	background:url(../../images/m_nav_top.png) left bottom repeat-x;
}
.header .logo {
	position:absolute;
	display:block;
	width:275px;
	height:50px;
	background:url(../../images/logo.jpg) left top no-repeat;
	left:3px;
	top:17px;
}
.header .mod_name {
	position:absolute;
	right:0px;
	top:25px;
	width:90px;
	height:17px;
	background:url(../../images/top_img_2.jpg) left top no-repeat;
}
.header .top_nav {
	position:absolute;
	right:0;
	top:55px;
}
.header .top_nav ul li {
	float:right;
	display:inline;
	margin-left:5px;
	padding-right:6px;
	background:url(../../images/line_1.gif) right center no-repeat;
}
.header .top_nav ul li.first {
	background:none;
	padding-right:0;
}

/* END header */
/* footer */
.footer {
	margin-top:18px;
	background:url(../../images/footer_top_line_repeat.png) left top repeat-x;
	padding-top:10px;
}
.footer {
	position:relative;
}
.footer .site_info_icons {
	position:absolute;
	top:13px;
	left:0px;
}
.footer a.site_info_icon_beian {
	display:block;
	width:22px;
	height:28px;
	background-image:url(../../images/site_info_icon.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.footer .f_des {
	position:absolute;
	top:10px;
	left:30px;
	color: #919191;
}
.footer .f_links {
	position:absolute;
	right:0;
	top:10px;
	z-index:10;
}
.footer .f_links ul li {
	float:right;
	display:inline;
	margin-left:10px;
}
/* END footer */

/*START elements */
.other_links {
	position:absolute;
	right:0px;
	top:10px;
	z-index:15;
	width:200px;
	text-align:right;
}
/* tab */
.tab {
	position:relative;
	padding-top:39px;
}
/* tab_nav */
.tab_nav {
	position:absolute;
	top:0px;
	left:0px;
	height:40px;
	width:100%;
	z-index:11;
}
.tab_nav ul {
	overflow:hidden;
}
.tab_nav ul li {
	height:40px;
	float:left;
	display:inline-block;
	margin-right:1px;
}
.tab_nav ul li a, .tab_nav ul li span, .tab_nav ul li a strong, .tab_nav ul li span strong {
	display:inline-block;
	height:40px;
	background-image:url(../../images/tab_png8.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
.tab_nav ul li a, .tab_nav ul li span {
	padding-left:17px;
}
.tab_nav ul li a strong, .tab_nav ul li span strong {
	padding-right:20px;
}
.tab_nav ul li a {
	background-position:left 0px;
}
.tab_nav ul li a strong {
	background-position:right -50px;
}
.tab_nav ul li.active {
}
.tab_nav ul li span {
	background-position:left -100px;
}
.tab_nav ul li.first span {
	background-position:left -200px;
}
.tab_nav ul li span strong {
	background-position:right -150px;
}
.tab_nav ul li.first span strong {
	background-position:right -250px;
}
.tab_nav ul li strong em {
	display:inline-block;
	height:40px;
	line-height:44px;
	text-align:center;
	font-style:normal;
	color:#fff;
	padding-left:30px;
	background-image:url(../../images/service_icon_png8.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.tab_nav ul li.active em {
	color:#0066b3;
	cursor:default;
}
.tab_nav ul li em.service_icon_pc {
	background-position:-200px 0px;
}
.tab_nav ul li.active em.service_icon_pc {
	background-position:0px 0px;
}
.tab_nav ul li em.service_icon_mobi {
	background-position:-200px -40px;
}
.tab_nav ul li.active em.service_icon_mobi {
	background-position:0px -40px;
}
.tab_nav ul li em.service_icon_msg {
	background-position:-200px -80px;
}
.tab_nav ul li.active em.service_icon_msg {
	background-position:0px -80px;
}
.tab_nav ul li em.service_icon_home {
	background-position:-200px -120px;
}
.tab_nav ul li.active em.service_icon_home {
	background-position:0px -120px;
}
.layout_c2_main .flash_box {
	width:750px;
	height:510px;
	margin-bottom:15px;
}
/* tab_cont_box */
.tab_cont_box {
	background:url(../../images/layout_c2_bottom.jpg) left bottom no-repeat #fff;
	zoom:1;
	overflow:hidden;
	z-index:1;
	padding-bottom:6px;
	position:relative;
	width:1000px;
}
.tab_cont_box .tab_cont_box_inner {
	background:url(../../images/layput_c2_bg.png) left top repeat-y;
	position:relative;
	overflow:hidden;
	zoom:1;
	width:1000px;
}
.tab_cont_box_left {
	width:192px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	float:left;
	display:inline;
	background:url(../../images/layout_c2_sub_bg_top.png) left top no-repeat;
	min-height:330px;
	padding-top:15px;
	overflow:hidden;
}
.tab_cont_box_right {
	float:right;
	display:inline;
	width:750px;
	padding-top:15px;
	background:url(../../images/layout_c2_main_top.jpg) right top no-repeat;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:10px;
	overflow:hidden;
}
.tab_cont_box_right .content_style {
	padding-left:10px;
	padding-right:10px;
}
/* END tab */
/* side_nav */
.side_nav {
	width:195px;
	margin-top:15px;
}
.side_nav ul.level_1 {
	width:100%;
}
.side_nav ul.level_1 li.lev_1 {
	width:100%;
	margin-top:5px;
}
.side_nav ul.level_1 li h4.lev_1 {
	display:block;
	width:162px;
	height:33px;
	background:url(../../images/side_nav_lev_1_a_bg_png24.png) left top no-repeat;
	line-height:30px;
	padding-left:33px;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	margin-bottom:0;
}
.side_nav ul.level_1 li.active h4.lev_1, .side_nav ul.level_1 li.trail h4.lev_1 {
	display:block;
	width:162px;
	height:31px;
	background:url(../../images/side_nav_lev_1_a_active_bg_png24.png) left top no-repeat;
	color:#fff;
	line-height:30px;
	padding-left:33px;
	font-size:14px;
	font-weight:bold;
}
/* side_nav ul.level_2 */
.side_nav ul.level_2 {
	display:none;
	background:url(../../images/side_nav_ul2_bg_png24.png) left bottom no-repeat;
	padding-left:13px;
	padding-right:13px;
	padding-top:10px;
	padding-bottom:10px;
}
.side_nav li.active ul.level_2, .side_nav li.trail ul.level_2 {
	display:block;
}
.side_nav ul.level_2 li.lev_2 {
	padding-top:5px;
	border-bottom:1px dotted #8cb7e2;
	padding-bottom:5px;
}
.side_nav ul.level_2 a.lev_2, .side_nav ul.level_2 span.lev_2 {
	line-height:18px;
	display:block;
	background-image:url(../../images/arrow_r_png8.png);
	background-repeat:no-repeat;
	padding-left:10px;
}
.side_nav ul.level_2 a.lev_2 {
	color:#666666;
	background-position:0px 6px;
}
.side_nav ul.level_2 a.lev_2:hover, .side_nav ul.level_2 span.lev_2 {
	color:#0066b3;
	background-position:0px -44px;
}
.side_nav ul.level_2 li.last a.lev_2, .side_nav ul.level_2 li.last span.lev_2 {
	border-bottom:none;
}
/* END side_nav */


/* ---------------------------------------START vc page----------------------------------- */
.flash_box_w906{
width:906px;
margin-left:-2px;
margin-right:-2px;	
	}
