@charset "utf-8";
/* CSS Document */
/* HTML elements  */		
html, body { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; margin:0; line-height:1em; font-size:100%; }
p, blockquote, ul, ol, dl, form, table, pre { line-height:inherit; margin:0 0 1em 0; }
ul, ol, dl { padding:0; }
li { margin:0; padding:0; }
img { border:none; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:0; padding:0; }
table { border-collapse:collapse; display:table; }
label { display:block; }
fieldset { margin:0; padding:0; border:none; }
legend { font-weight:bold; }
input, select { vertical-align:middle; }
input[type="radio"], input[type="checkbox"], .radio, .checkbox { margin:0 .25em 0 0; }
/* //  HTML elements */	
	.table { padding: 0; margin: 0; width:100%; border-left-width: 1px; border-left-style: solid; border-left-color: #EAEDF4; }
.table th { font: bold 12px; color: #333; border: 1px solid #E9ECF3; letter-spacing: 2px; text-align: left; background-color: #EAEDF4; background-image: url(../Images/l-nav-bg.png); background-repeat: repeat-x; background-position: -1px; padding-top: 3px; padding-right: 6px; padding-bottom: 3px; padding-left: 12px; }
.table td { background: #fff; padding: 4px 4px 4px 12px; color: #666; vertical-align:middle; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #E9ECF3; border-bottom-color: #E9ECF3; }
/* base */
body, table, input, textarea, select, li, button { font:1em Helvetica, Arial, Sans-Serif; line-height:1.5em; color:#666; }
body { font-size:12px; background:#fff; text-align:center; }
/*  link css */
a, a:visited { text-decoration:none; color:#37393e; }
a:hover, a:active { color:#b52718; }
/* common */
.left { float:left; margin-right:1em; }
.right { float:right; margin-left:1em; }
.center { text-align:center; }
.clear { clear:both; }
.block { display:block; clear:both; }
.first { margin-left:0 !important; }
.last { margin-right:0 !important; }
.top { margin-top:0 !important; }
.bottom { margin-bottom:0 !important; }
.hidden, .print { display:none; }
.h20 { height:20px; clear:both; font-size:0; line-height:0; }
.h10 { height:10px; clear:both; font-size:0; line-height:0; }
/* // common */	
/* clearfix (use class name "block") */
.inner:after, .content:after, .cols:after, .block:after, .clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; overflow:hidden; }
.inner, .content, .cols, .block, .clearfix { display:block; min-height:1%; }
* html .inner, * html .content, * html .cols, * html .block, * html .clearfix { height:1%; }
/* percentage based grid */
.cols { margin-bottom:1.5em; overflow:hidden; } /* main column container class */
.col, .col2, .col3, .col4, .col5 { float:left; display:inline; margin-left:2%; }
.col { width:49%; } /* 2 equal width columns - default */
.cols3 .col { width:32%; } /* 3 equal width columns */
.cols4 .col { width:23.5%; } /* 4 equal width columns */
.cols5 .col { width:18.4%; } /* 5 equal width columns */
.cols6 .col { width:15%; } /* 6 equal width columns */
/* double width columns */
.cols3 .col2 { width:66%; }
.cols4 .col2 { width:49%; }
.cols5 .col2 { width:38.8%; }
.cols6 .col2 { width:32%; }
/* triple width columns */
.cols4 .col3 { width:74.5%; }
.cols5 .col3 { width:59.2%; }
.cols6 .col3 { width:49%; }
/* quadruple width columns */
.cols5 .col4 { width:79.6%; }
.cols6 .col4 { width:66%; }
/* quintuple width columns */
.cols6 .col5 { width:83%; }
/* percentage based grid */

/*pages*/  
.news_list { margin:20px; }
.news_list li { line-height:32px;height:32px;  font-size:14px; background:none; background-image:none; padding:0; margin:2px 0 }
.news_list li span { float:right; font-weight:normal; color:#999; font-size:12px }
.news_list li a:link, .news_list li a:visited { color:#444; padding:0;}
.news_list li a:hover{ color:#b52718; }

.news_list h1 {text-align:center;}

/*分页样式 标准*/  
/*总容器样式*/  
.pager { padding: 3px; font-size:12px; font-family:Tahoma;text-align:left; margin:20px 28px;}   
/*分页链接样式*/  
.pager a {
    color: #fff;
    text-decoration: none;
    display:inline-block;
    margin-right:5px;
    float: left;
    height:25px;
    line-height:25px;
    background-color:#383838;
    border:solid 1px #404142;
    font-weight:bold;
    padding:0 9px;text-align: center; 
}   
.pager a:visited{color:#fff;}

/*分页链接鼠标移过的样式*/  
.pager a:hover {
    background-color:#81B943;
    border:solid 1px #6A9836;
    font-weight:bold;
    padding:0 9px;
}   
/*当前页码的样式*/  
.pager span.current {
    color: #fff;
    display:inline-block;
    margin-right:5px;
    float: left;
    height:25px;
    line-height:25px;
    background-color:#81B943;
    border:solid 1px #6A9836;
    cursor:pointer;
    font-weight:bold;
    padding:0 9px;
}   
.pager span.more{
    color: #000;
    display:inline-block;
    margin-right:5px;
    float: left;
    height:26px;
    line-height:26px;
    border:0;
    font-weight:normal;
    font-size:8px;
    padding:0 0px;
}   
/*不可用分页链接的样式(比如第1页时的"上一页"链接)*/  
.pager span.disabled {
    display:inline-block;
    margin-right:5px;
    float: left;
    height:25px;
    line-height:25px;
    background-color:#383838;
    border:solid 1px #404142;
    color:#999;
    width:25px;
    text-align:center
}   
/*跳转下拉菜单的样式*/  
.pager select {margin: 0px 2px -2px 2px; color:#66C;font-size:12px; font-family:Tahoma;}   
/*跳转文本框的样式*/  
.pager input {margin: 0px 2px -2px 2px; color:#66C; border: 1px solid #DDD; padding:2px; text-align:center;font-size:12px; font-family:Tahoma; width:20px;}

/*=============================================reset style end====================================*/	
/* layout */ 
#container { width:100%; text-align:left; position:relative; background-image: url(../Images/comm/body-bg.png); background-color: #FFF; background-repeat: repeat-x; }
/*header*/
#header_h { width:100%; position:relative; clear:both; background-image: url(../Images/comm/body-in-bg.png); background-repeat: repeat-x; }
#header { width:100%; position:relative; clear:both; }
.header { position:relative; height:86px; width: 1000px; margin: 0 auto; background-image: url(../Images/comm/header-bg.png); background-repeat: no-repeat; background-position: right top; }
.content { clear:both; background-color: #FFF; background-image: url(../Images/comm/main-bg-index.png); background-repeat: repeat-y; background-position: center top; }
#footer { position:relative; clear:both; background-color: #F6F6F6; background-image: url(../Images/comm/foot-bg.png); background-repeat: repeat-x; }
#wrap { width:1003px; height:auto; margin:0 auto; background:#fff; }
#wrap_index { height:auto; }
.logo { width:93px; height:64px; position:absolute; top:11px; left:20px; }
.biaoyu { width:178px; height:21px; position:absolute; top:53px; left:146px; }
.phone_index { width:252px; height:37px; position:absolute; top:29px; right:307px; }
.huozuo_index { width:228px; height:20px; position:absolute; top:45px; right:7px; }
.toplink_index { width:199px; height:13px; color:#7f877d; position:absolute; top:2px; right:39px; }
.toplink_index a:link, .toplink_index a:visited { color:#c6d6e3; font-size:13px; }
/*nav*/
.nav { height:37px; width: 1000px; margin: 0 auto; background-image: url(../Images/comm/nav-bg.png); background-repeat: no-repeat; }
.nav_left { float:left; width:128px; padding:14px 0 0 20px; }
.nav_right { float:left; width:855px; height:37px; background:url(../images/comm/nav.png) no-repeat; }
.nav_right li { float:left; text-indent:-9999px; list-style:none; }
.nav_right li a { display:block; line-height:37px; }
.nav_right li .a { width:82px; }
.nav_right li .b { width:95px; }
.nav_right li .c { width:95px; }
.nav_right li .d { width:94px; }
.nav_right li .e { width:95px; }
.nav_right li .f { width:97px; }
.nav_right li .g { width:93px; }
.nav_right li .h { width:110px; }
.nav_right li .i { width:94px; }
.nav_right li .a:hover { background:url(../images/comm/nav.png) no-repeat 0 -45px; }
.nav_right li .b:hover { background:url(../images/comm/nav.png) no-repeat -82px -45px; }
.nav_right li .c:hover { background:url(../images/comm/nav.png) no-repeat -177px -45px; }
.nav_right li .d:hover { background:url(../images/comm/nav.png) no-repeat -272px -45px; }
.nav_right li .e:hover { background:url(../images/comm/nav.png) no-repeat -366px -45px; }
.nav_right li .f:hover { background:url(../images/comm/nav.png) no-repeat -461px -45px; }
.nav_right li .g:hover { background:url(../images/comm/nav.png) no-repeat -558px -45px; }
.nav_right li .h:hover { background:url(../images/comm/nav.png) no-repeat -651px -45px; }
.nav_right li .i:hover { background:url(../images/comm/nav.png) no-repeat -761px -45px; }
/*nav*/

.footer { width:1000px; height:100%; margin:0 auto; padding:5px 0 40px 130px; font-size:13px; color:#787878; }
.navbottom_column { background:url(../images/icon_mark9.gif) repeat-x 0 5px; }
.footer_index { font-size:13px; color:#787878; width: 960px; margin: 10px auto 0;/* [disabled]height: 120px; */ }
.footer_left_index { float:left; width:455px; border-right:2px solid #ddd; }
.footer_left_index p, .footer_right_index p { color:#000; font-size:12px; line-height:22px; margin-bottom: 5px; }
.footer_right_index { float:left; width:480px; padding:0 0 0 20px; }
.navbottom1_column { height:37px; line-height:37px; font-weight:bold; color:#ebf1f6; background:url(../images/navbottom.jpg) no-repeat; }
.navbottom1_column a:link, .navbottom1_column a:visited { color:#fff; font-weight:bold; }
.navbottom1_column span { color:#fff; }
/*===================================public style end===========================================*/

/*====================================index style begin===================================*/
.banner_index { height:300px; margin:0px auto; width: 1000px; }
.main_index { padding:0; width: 1000px; margin: 0px auto; height: auto; overflow: hidden; }
.main_index li { list-style:none; }
.content_index { float:left; width:750px; }
.plate1_index { height:243px; overflow:hidden; }
.plate2_index { height:222px; overflow:hidden; margin: 0; }
.plate3_index { background:url(../images/icon_mark8.gif) repeat-y right; height: auto; overflow: hidden; }
.honor_index { float:left; width:244px; background:url(../images/honorbg.png) no-repeat; }
.honor_index h2 { height:21px; padding:11px 0 0 24px; color:#fff; font-weight:bold; font-size:13px; background:url(../images/honor_titlebg.png) no-repeat; }
.honor_index ul { margin:0; padding: 10px 0 0 8px; }
.honor_index li { float:left; margin:0 0 7px 0; }
.plate4_index { float:left; width:478px; margin:0 0 0 6px; display:inline; }
.cultural_index { height:270px; overflow: hidden; }
.cultural_title_index { height:37px; background:url(../images/cultural_title_index.png) no-repeat; }
.cultural_title_index li { float:left; text-indent:-9999px; }
.cultural_title_index li a { display:block; height:37px; }
.cultural_title_index li .aa_1 { width:108px; }
.cultural_title_index li .aa_2 { width:109px; }
.cultural_title_index li .aa_1:hover, .cultural_title_index li.current .aa_1 { background:url(../images/cultural_title_index.png) no-repeat 0 -40px; }
.cultural_title_index li .aa_2:hover, .cultural_title_index li.current .aa_2 { background:url(../images/cultural_title_index.png) no-repeat -108px -40px; }
.industry_title_index { height:37px; background:url(../images/industry_title_index.png) no-repeat; }
.industry_title_index li { float:left; text-indent:-9999px; }
.industry_title_index li a { display:block; height:37px; }
.industry_title_index li .aa_3 { width:108px; }
.industry_title_index li .aa_4 { width:109px; }
.industry_title_index li .aa_3:hover, .industry_title_index li.current .aa_3 { background:url(../images/industry_title_index.png) no-repeat 0 -40px; }
.industry_title_index li .aa_4:hover, .industry_title_index li.current .aa_4 { background:url(../images/industry_title_index.png) no-repeat -108px -40px; }
.cultural_content_index, .industry_content_index { padding:5px 0 0 0; }
.cultural_img_index { float:left; width:128px; height:127px; }
.cultural_list_index { float:left; width:470px; margin:0 0 0 13px; display:inline; }
.cultural_list_index li { line-height:26px; }
.cultural_list_index li span { float:right; color:#c3c3c3; margin:0 12px 0 0; display:inline; }
.cultural_list_index li a:link, .cultural_list_index li a:visited { padding:0 0 0 10px; background:url(../images/icon_mark7.gif) no-repeat 0 3px; }
.cultural_list_index h2 { font-size:13px; margin-top:5px; }
.cultural_list_index p { color:#333; margin:8px 0 0 0; }
.cultural_list_index span { font-size:11px; color:#b9b9b9; }
.industry_index { height:260px; }
.sidebar_index { float:right; width:249px; margin:27px 0 0 0; overflow:hidden; }
.OnlineServices_index { height:111px; }
.phone1_index { height:143px; padding:2px 0 2px 12px; background:url(../images/phonebg.jpg) no-repeat; }
.phone1_index p { line-height:20px; color:#333; margin-bottom: 0px; }
.phone1_index p strong { color:#2a2a2a; margin:3px 0 0 0; }
.n_t { margin:5px 0 0 0; }
.video_index { height:188px; overflow: hidden; }
.zhuangjiezaixian_index { margin:8px 0 0 0; }
.zhuangjiezaixian_index h2 { height:36px; line-height:36px; font-size:13px; font-weight:bold; padding:0 9px 0 15px; background:url(../images/zhuanjiazaixian_titlebg.jpg) no-repeat; }
.zhuangjiezaixian_index h2 span { float:right; margin:4px 0 0 0; }
.zhuangjiezaixian_index ul { margin:10px 10px 10px 5px; }
.zhuangjiezaixian_index li { line-height:25px; background-image: url(../Images/icon_mark2.gif); background-repeat: no-repeat; background-position: 3px 10px; padding-left: 15px; }
.zhuangjiezaixian_index li a:link, .zhuangjiezaixian_index li a:visited { padding:0; color:#464646; }
.liaojie_index { height:166px; }
.liaojie_index h2 { height:26px; line-height:26px; padding:0 0 0 20px; color:#fff; font-weight:bold; font-size:13px; background:url(../images/liaojie_titlebg.png) no-repeat; }
.liaojie_content_index { width: 225px; height: 230px; background-image: url(../images/liaojiebg.jpg); background-repeat: no-repeat; background-position: bottom; background-color: #EEE; }
.liaojie_content_index li { line-height:22px; width:200px; background-image: url(../Images/li_ico3.gif); background-repeat: no-repeat; background-position: 5px center; padding-left: 17px; }
.navbottom { height:28px; line-height:28px; color:#fff; clear:both; overflow:hidden; width: 960px; margin: 0 auto; }
.navbottom a:link, .navbottom a:visited { color:#fff; padding:0 26px 0 0; }
.tab1_title { height:32px; padding:0 0 0 9px; _padding:12px 0 0 9px; background:url(../images/tab1_nav.png) no-repeat; }
*+html .tab1_title { margin-top:12px; }
.tab1_title li { float:left; text-align:center; line-height:32px; margin:0 4px 0 0; list-style:none; }
.tab1_title li a { display:block; height:32px; text-indent:-9999px; }
.tab1_title li .aa { width:139px; }
.tab1_title li .bb { width:139px; }
.tab1_title li .cc { width:119px; }
.tab1_title li .dd { width:144px; }
.tab1_title li .ee { width:144px; }
.tab1_title li .aa:hover, .tab1_title li.current .aa { background:url(../images/tab1_nav.png) no-repeat -9px -32px; }
.tab1_title li .bb:hover, .tab1_title li.current .bb { background:url(../images/tab1_nav.png) no-repeat -152px -32px; }
.tab1_title li .cc:hover, .tab1_title li.current .cc { background:url(../images/tab1_nav.png) no-repeat -295px -32px; }
.tab1_title li .dd:hover, .tab1_title li.current .dd { background:url(../images/tab1_nav.png) no-repeat -418px -32px; }
.tab1_title li .ee:hover, .tab1_title li.current .ee { background:url(../images/tab1_nav.png) no-repeat -566px -32px; }
.tab1_content { height:212px; margin:1px 0 0 0; padding:5px 0 0 8px; background:url(../images/tab1_contentbg.png) no-repeat; }
.tab2_title { height:30px; padding:0 0 0 9px; background:url(../images/tab2_nav.png) no-repeat; }
.tab2_title li { float:left; text-align:center; line-height:30px; margin:0 4px 0 0; list-style:none; }
.tab2_title li a { display:block; height:30px; font-weight:bold; color:#556D80 }
.tab2_title li .ff { width:121px; }
.tab2_title li .gg { width:111px; }
.tab2_title li .hh { width:97px; }
.tab2_title li .ii { width:104px; }
.tab2_title li .kk { width:131px; }
.tab2_title li .ff:hover, .tab2_title li.current .ff { background:url(../images/tab2_nav.png) no-repeat -9px -34px; }
.tab2_title li .gg:hover, .tab2_title li.current .gg { background:url(../images/tab2_nav.png) no-repeat -134px -34px; }
.tab2_title li .hh:hover, .tab2_title li.current .hh { background:url(../images/tab2_nav.png) no-repeat -249px -34px; }
.tab2_title li .ii:hover, .tab2_title li.current .ii { background:url(../images/tab2_nav.png) no-repeat -350px -34px; }
.tab2_title li .kk:hover, .tab2_title li.current .kk { background:url(../images/tab2_nav.png) no-repeat -458px -34px; }
.tab2_content { height:212px; margin:1px 0 0 0; padding:5px 0 0 8px; background:url(../images/tab2_contentbg.png) no-repeat; }
.tab1_img { float:left; width:227px; height:161px; }
.tab2_img { height:125px; }
.tab2_img p { margin:15px 0 0 0; }
.tab1_img p { text-align:center; }
.tab1_text { float:left; width:477px; margin:16px 0 0 18px; display:inline; }
.tab1_text span { margin:0 0 0 14px; color:#949ca2; }
.tab1_text p { margin:12px 0 0 0; line-height:20px; }
.tab1_text_list { margin:10px 0 0 0; }
.tab1_text_list a:link, .tab1_text_list a:visited { padding:0 0 0 23px; color:#1486c9; margin:0 5px 0 0; background:url(../images/icon_mark6.gif) no-repeat 0 -3px; }
/*====================================index style end===================================*/
/*====================================column style begin===================================*/
.banner_column { height:143px; width: 1000px; margin: 0px auto; }
.main_column { margin:1px auto 0; width: 1000px; border: 1px solid #DBEEFD; border-width:0 1px; }
.sidebar_column { float:left; width:200px; padding:0 0 150px 0px; background:url(../images/sidebarbg_column.png) no-repeat top center; overflow: hidden; }
.menu_column { width: 200px; }
.menu_column h2 { height:23px; font-size:14px; font-weight:bold; color:#fff; padding:13px 0 0 22px; background:url(../images/menu_titlebg.png) no-repeat; }
.menu_column_t { height:23px; font-size:14px; font-weight:bold; color:#fff; padding:13px 0 0 27px; background-image:url(../images/menu_titlebg2.png); background-repeat: no-repeat; }
.menu_column li { height:36px; line-height:36px; border-bottom:1px solid #fff; margin:0 25px 0 0; background:url(../images/icon_mark1.gif) repeat-x; list-style:none; }
.menu_column li a:link, .menu_column li a:visited { padding:0 0 0 35px; color:#304860; font-weight:bold; font-size:13px; background:url(../images/icon_mark2.gif) no-repeat 24px 13px; display:block }
.menu_column li a:hover { background-color:#EBF0F3; color:#06C }
.content_column { float:right; width:800px; overflow:hidden; }
.content_column h2 { font-size:14px; width:100%; color:#36C; font-weight:bold; background-image: url(../Images/doc.gif); background-repeat: no-repeat; background-position: 0px 15px; line-height: 200%; margin-top: 5px; margin-right: 0; margin-bottom: 15px; margin-left: 0; padding-top: 5px; padding-right: 0; padding-bottom: 0; padding-left: 15px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #DBE0E3; }
.location_column { height:25px; color:#666; font-size:13px; padding:10px 10px 0 10px; background:url(../images/icon_mark3.gif) repeat-x left; margin-right: 10px; }
.location_column a:link, .location_column a:visited { padding:0 13px 0 0; color:#aaa; background:url(../images/icon_mark4.gif) no-repeat right 4px; }
.content_text_column { color:#505050; padding:20px 10px; height:auto!important; height:610px; min-height:610px; }
.content_text_column h1 { font-weight:bold; font-size:16px; line-height:200%; margin-bottom: 15px; color: #333; background-color: #F4F8FB; padding-left: 15px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DBE0E3; margin-left: 0px; }
.content_text_column h3 { font-weight:bold; font-size:14px; margin: 0 0 1em 0; color: #333; }
.content_text_column strong { line-height:25px; COLOR: #333; }
.content_text_column span { font-weight:bold; }
.content_text_column span a { color:#343434; }
.content_text_column p { margin-bottom:10px; line-height: 180%; font-size: 13px; }
.content_text_column ol { padding-left:1em; }
.content_text_column ul { padding-left:0.5em; }
#container .content_column .content_text_column li { margin:0 0 0 1em; padding:0; display:list-item; list-style-position:outside; line-height:23px; }
.plate1_column { width:1200px; height:100%; margin:0 auto; }
/*===================================column style end====================================*/
.menu_nav { width:174px; list-style: none; text-align:left; background:#fff; }
.menu_nav a { padding-left:26px; }
.menu_nav h3 { height:30px; line-height:30px; list-style: none; text-align:left; font-weight:bold; font-size:13px; background-image: url(../Images/l-nav-bg.png); background-repeat: repeat-x; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #D5EBF5; }
.menu_nav h3 a:link, .menu_nav h3 a:visited { display:block; color:#164171; font-weight:bold; background-image: url(../images/dian_001.gif); background-repeat: no-repeat; background-position: 15px 9px; }
.menu_nav dl { display:block; margin:0 0 1px 0; background:url(../images/menu_listbg.png) no-repeat 35px bottom; }
.menu_nav dt { height:28px; line-height:28px; background-image: url(../Images/l-nav-bg-2.png); background-repeat: repeat-x; }
.menu_nav dt a:link, .menu_nav dt a:visited { display:block; height:28px; line-height:28px; color:#3c454f; font-weight:bold; background-image: url(../images/li_ico3.gif); background-repeat: no-repeat; background-position: 15px 9px; }
.menu_nav dt a:hover { height:28px; line-height:28px; color:#3c454f; font-weight:bold; background-image: url(../images/li_ico3.gif); background-repeat: no-repeat; background-position: 15px 9px; }
/*==================三级目录===================*/
.menu_nav dd { background-image: url(../images/li_ico4.gif); background-repeat: no-repeat; background-position: 28px -4px; font-size:12px; height:26px; line-height:26px; background-color: #F7FAFD; margin:0; }
.menu_nav dd.lineg { background-image: url(../images/li_ico5.gif); background-repeat: no-repeat; background-position: 28px -4px; }
.menu_nav dd a, .menu_nav dd a:link, .menu_nav dd a:visited { display:block; padding-left:40px; width:135px; color:#3c454f; background:none; font-weight:normal; height:26px; line-height:26px; }
.menu_nav dd a:hover { color:#000; text-decoration:none; font-weight:normal; background:#fff; background-image: url(../images/li_ico4.gif); background-repeat: no-repeat; background-position: 28px -4px; }
.menu_nav dd.lineg a:hover { background-image: url(../images/li_ico5.gif); background-repeat: no-repeat; background-position: 28px -4px; }
/*tags*/
/* solutions页面样式 */
.solutions_solutions1 { width:780px; padding-top:10px; }
.solutions_solutions1_top { width:777px; height:35px; background:url(../images/solutions/case_a_bj.png) repeat-x left bottom; }
.solutions_solutions1_bottom { width:777px; background:#fff; border-top-width: 0; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #EEE; border-right-color: #EEE; border-bottom-color: #EEE; border-left-color: #EEE; }
.solutions_solutions1_topleft { width:544px; height:35px; float:left; font-family: "微软雅黑"; }
.solutions_solutions1_topleft ul { margin:0; padding:0; }
.solutions_solutions1_topleft ul li { width:115px; height:35px; padding:0; text-align:center; font-size:13px; line-height:35px; float:left; margin:0 5px 0 0; font-weight:900; list-style:none; }
.solutions_solutions1_topleft ul li a { width:115px; height:35px; line-height:35px; background:url(/images/solutions/case_a.png) no-repeat; display:block; }
.solutions_solutions1_topleft ul li a:hover, .solutions_solutions1_topleft ul li.current a { width:115px; height:35px; background:url(/images/solutions/case_ahover.png) no-repeat; }
.solutions_solutions1_img { width:600px; padding-left:95px; padding-top:46px; padding-bottom:10px; }
.solutions_dq { background:url(/images/solutions/case_bbj.png) repeat-x left bottom; padding-left:27px; padding-bottom:13px; clear: both; overflow: hidden; }
.solutions_dq_top { width:745px;/* [disabled]height:26px;
*/ padding-top:10px; }
.solutions_dq_bottom { }
.solutions_dq_bottoml { width:150px; float:left; }
.solutions_dq_bottomr { width:550px; float:left; margin-left: 20px; }
.solutions_dq_bottomr p { line-height:20px; color:#666666; }
.solutions_dq_bottomr span { display:block; padding-top:10px; }
.solutions_dq_bottomr a { color:#06C }
.solutions_dq_bottomr a:hover { color:#C00 }
.solutions_cgal { height:110px; background:url(/images/solutions/case_cgal_bj.png) repeat-x; }
.solutions_cgal_a { width:218px; height:96px; float:left; border-right:1px solid #e1e1e1; padding-top:14px; padding-left:30px; }
.solutions_cgal_aleft { width:70px; float:left; }
.solutions_cgal_aright { width:135px; float:left; }
.solutions_cgal_aright h3 { font-size:14px; color:#626262; }
.solutions_cgal_aright p { font-size:12px; color:#a6a6a6; }
.solutions_cgal_aright span { display:block; text-align:right; padding-right:10px; font-family:"Arial, Helvetica, sans-serif"; color:#a6a6a6; padding-top:10px; }
.solutions_xq { width:677px; padding-left:100px; }
.solutions_xq ul li { height:30px; line-height:30px; float:left; width:144px; background:url(/images/solutions/case_caline.png) no-repeat 110px center; }
.solutions_xq ul li span { display:block; float:left; padding-top:7px; padding-right:5px; }
.solutions_xq ul li p { float:left; }
.solutions_jwsc { width:354px; height:23px; padding-top:10px; padding-left:190px; padding-bottom:103px; }
.solutions_jwsc_a { padding-left:190px; width:354px; height:23px; }
.solutions_jasc_aleft { width:6px; float:left; height:23px; background:url(/images/solutions/case_jwsc_leftbj.png) no-repeat; }
.solutions_jasc_acenter { width:341px; float:left; height:23px; background:url(/images/solutions/case_jwsc_centerbj.png) repeat-x; font-family:"宋体"; }
.solutions_jasc_acenter p { float:left; color:#4c4c4c; padding-right:15px; line-height:23px; padding-left:10px; }
.solutions_jasc_acenter span { color:#cc0000; display:block; float:left; line-height:23px; }
.solutions_jasc_aright { width:6px; float:left; height:23px; background:url(/images/solutions/case_jwsc_rightbj.png) no-repeat; }
/* 按领域划分 */
.solutions_ly { width:743px; padding-left:32px; padding-top:30px; }
.solutions_ly ul { float:left; }
.solutions_ly ul li { width:150px; height:33px; }
.solutions_ly ul li span { padding-top:5px; display:block; float:left; }
.solutions_ly ul li p { display:block; float:left; line-height:33px; padding-left:10px; }
.solutions_hy { width:755px; padding-left:21px; padding-top:23px; }
.solutions_hy_a { width:375px; height:125px; float:left; }
.solutions_hy_aleft { width:27px; height:108px; float:left; background:#8c8c8c; font-size:14px; line-height:20px; color:#fff; padding-left:8px; padding-top:8px; }
.solutions_hy_aright { width:334px; height:118px; float:left; background:url(/images/solutions/case_hy_tubj.png) no-repeat 3px center; }
.solutions_hygt { width:324px; padding-top:15px; padding-left:10px; }
.solutions_hygtleft { width:108px; float:left; }
.solutions_hygtright { width:205px; float:left; font-family:"宋体"; }
.solutions_hyqz { width:205px; }
.solutions_hyqz ul li { width:95px; line-height:20px; float:left; }
.solutions_luen ul li { width:85px; line-height:20px; float:left; }
.solutions_chuan { width:185px; padding-right:20px; }
.solutions_chuan ul li { float:left; width:68px; line-height:20px; }
.solutions_bao ul li { float:left; width:96px; line-height:20px; }
.solutions_ren ul li { float:left; width:70px; line-height:20px; }
.solutions_ds ul li { float:left; line-height:20px; width:71px; line-height:21px; }
.solutions_nr ul li { line-height:20px; }


.content_text_bg{background-color:#fffcef;border: 1px dashed #b5937f; height:auto; padding-bottom:25px; padding-top:10px;}
.content_text_bg h2{ width:686px; height:55px; background-image:url(../Images/Culture/title_h2.png); background-repeat:no-repeat; margin:auto; color:#6c2803; font-size:14px;padding:6px 0 0 20px; font-weight:bold;}
.content_text_bg h2 a{ color:#6c2803;}
.content_text_bg h2 a:hover{ color:#c1a398;}
.content_text_bg div{ width:680px; margin:auto; margin-bottom:25px; line-height:23px; color:#333; font-size:13px;}
.content_text_bg div span{color:#6c2803;}
.content_text_bg div span a{color:#6c2803;}
.content_text_bg div span a:hover{color:#c1a398;;}

.content_text_bg h3{ width:686px; height:24px; background-image:url(../Images/Culture/title_h3.png); background-repeat:no-repeat; margin:auto; color:#6c2803; font-size:14px;padding:0px 0 0 20px; font-weight:bold;}
.content_text_bg h3 a{ color:#6c2803;}
.content_text_bg h3 a:hover{ color:#c1a398;}
.content_text_bg div{ width:680px; margin:auto; margin-bottom:25px; line-height:23px; color:#333; font-size:13px;}
.content_text_bg div p{/*text-indent:2em;*/margin-bottom:10px; font-size:13px;}
.content_text_bg div p span{color:#6c2803;}
.content_text_bg div p span a{color:#6c2803;}
.content_text_bg div p span a:hover{color:#c1a398;}
.content_text_bg div ul{ margin-top:15px;}
.content_text_bg div li{ list-style:inside; line-height:28px;}
.content_text_bg div li span{margin-right:5px;color:#6c2803;}
.content_text_bg div li a{color:#333;}
.content_text_bg div li a:hover{color:#000;}

.footer_link { line-height:22px; color: #666;/* [disabled]background-color: #EBEBEB; */ margin:0px; display: block; overflow: hidden; }
.footer_link strong{ float:left; margin:2px 5px;display:block;}
.footer_link div{ margin:2px 5px 10px 0;/* [disabled]display:block; */ }
.footer_link a{ float:left;margin:2px 10px 2px 0; display:block;}

