@charset "utf-8";
/* CSS Document */
*{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
border:0;
hide-focus: expression(this.hideFocus=true);  /* for ie 5+ */  
outline: none;  /* for firefox 1.5 + */  
}
img{
border:0;
}
body{
}
#Body {
background:url(../images/top_Bg.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#FFFFFF;
}
a:link{
text-decoration:none;
color:#414141;
}
a:visited{
text-decoration:none;
color:#414141;
}
a:active{
text-decoration:underline;
color:#414141;
}
a:hover{
text-decoration:underline;
color:#414141;
}
/* 内容体 */
.content{
width:900px;
height:600px;
margin:auto;
}
/* 头部 */
.top{
width:100%;
/*height:86px;*/
height:66px;
}

.top_left{
width:200px;
float:left;
}
.logo{
width:127px;
height:31px;
/*background:url(../images/logo.gif);*/
background:url(../images/logo.png);
float:left;
margin-left:20px;
/*margin-top:45px;*/
margin-top:30px;
behavior: url(css/iepngfix.htc);
}
.top_right{
width:700px;
float:right;
}



/*快捷栏*/
.quickLink{

height:22px;
width:444px;
background:url(../images/top_RightTopBg.gif);
float:right;
background-repeat:no-repeat;
text-align:right;
}

.quickLink a:link,.quickLink a:visited,.quickLink a:hover,.quickLink a:active{
	font-size:12px;
	line-height:22px;
	}
.quickLink a:link,.quickLink a:visited,.quickLink a:active{
	text-decoration: none;
	color:#999999;
	}
.quickLink a:hover{
	text-decoration:underline;
	color:#000000;
}


/*导航条*/
.nav{
width:618px;
_width:632px;
height:18px;
float:right;
/*margin-top:43px;*/
margin-top:24px;
}

.nav ul{
list-style:none;
float:left;
}
.nav ul li{
margin:0 7px;
float:left;
padding-top:3px;
}
/*导航条链接样式*/
.nav a:link,.nav a:visited,.nav a:hover,.nav a:active{
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
	color:#4c4c4c;
	}
.nav a:link,.nav a:visited,.nav a:active{
	}
.nav a:hover{
background:#0e3e63;
color:white;
}
/*导航条-en*/
.nav{}

.nav_en{
width:669px;
_width:682px;
height:18px;
float:right;
/*margin-top:43px;*/
margin-top:24px;
}
.nav_en ul{
list-style:none;
float:left;
}
.nav_en ul li{
margin:0 7px;
float:left;
padding-top:3px;
}

/*导航_en 条链接样式*/
.nav_en a:link,.nav_en a:visited,.nav_en a:hover,.nav_en a:active{
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
	color:#4c4c4c;
	line-height:13px;
	}
.nav_en a:link,.nav_en a:visited,.nav_en a:active{
	}
.nav_en a:hover{
background:#0e3e63;
color:white;
}
.split{
width:1px;
height:13px;
background:url(../images/nav_Split.gif);
float:left;
}

.nav .inputText,.nav_en .inputText{
width:107px;
height:16px;
border-style:solid;
border-color:#cfcfcf;
border-width:1px;
border-right:0px;
margin-left:9px;
vertical-align:middle;
color:#3d3d3d;
float:left;
line-height:18px;
padding-left:1px;
}

.searchBtn,.searchBtn_en{
width:18px;
height:18px;
background:url(../images/search_Btn.gif);
float:left;
cursor:pointer;
}
/*轮播广告*/
.turner{
width:100%;
height:271px;
}

/*公告栏*/
.noticeBar{
width:100%;
height:35px;
background:url(../images/notice_Mid_Bg.gif);
overflow:hidden;
}
.noticeLeft{
width:7px;
height:35px;
background:url(../images/notice_Left_Bg.gif);
float:left;
}
.noticeText{
height:30px;
margin-top:5px;
float:left;
}
.noticeText a:link,.noticeText a:visited,.noticeText a:hover,.noticeText a:active{
	font-size:12px;
	line-height:28px;
	color:white;
	}
.noticeText a:link,.noticeText a:visited,.noticeText a:active{
	text-decoration: none;
	}
.noticeText a:hover{
	text-decoration:underline;
}

.noticeRight{
width:7px;
height:35px;
background:url(../images/notice_Right_Bg.gif);
float:right;
}

.hotLine{
width:212px;
height:35px;
background:url(../images/notice_HotLine.gif);
float:right;
}
.hotLine_en{
width:212px;
height:35px;
background:url(../images/notice_HotLine_en.gif);
float:right;
}
/*首页阴影线*/
.shadow{
width:100%;
height:5px;
background:url(../images/shadowLine_Mid_Bg.gif);
overflow:hidden;
}

/*内页阴影线*/
.shadowInner{
width:100%;
height:6px;
background:url(../images/shadow_inner.gif);
overflow:hidden;
}

/*Banner*/
.banner{
width:100%;
height:130px;
}

/*分页控件导航条*/

.tabCtlBar{
width:100%;
height:30px;
background:url(../images/tabControl_Nav_Bg.gif);
/*margin-top:3px;*/
margin-top:2px;
cursor:pointer;
font-size:13px;
font-weight:bold;
line-height:35px;
}


.tabCtlBtnIntil{
margin-top:3px;
width:120px;
height:27px;
background:url(../images/tabControl_ItemBtn_Bg.gif);
text-align:center;
margin-left:10px;
overflow:hidden;
float:left;
color:white;
}

.tabCtlBtnSelected{
margin-top:3px;
width:120px;
height:27px;
background:url(../images/tabControl_ItemBtn_OverBg.gif);
color:black;
text-align:center;
margin-left:10px;
overflow:hidden;
float:left;
color:black;
}

/*tabTitle*/
.tabTitleWrap{
height:14px;
clear:both;
}
.tabTitleModel_1{
float:left;
}
.tabTitleModel_2{
float:left; color:#014989; font-weight:bold; font-size:13px; line-height:16px; margin:0 4px;
}
.tabTitleModel_2_en{
float:left; color:#014989; font-weight:bold; font-size:13px; line-height:14px; margin:0 4px;
}
.tabTitleModel_3{
float:left;
}




/*分页控件内容*/
.tabCtlContentWrap{
/*margin-top:28px;*/
/*padding-top:15px;*/
padding-top:22px;
/*height:156px;*/
height:140px;
width:100%;
background:url(../images/tabControl_Content_Bg.gif);
background-color:#fafafa;
background-position:bottom;
background-repeat:repeat-x;
overflow:hidden;
}

.tabCtlContent{
width:100%;
display:none;
color:#afafaf;
line-height:29px;
}

/*最新动态-经典案例*/

#case{
width:317px;
height:143px;
float:left;
}
#caseTitle{
background:url(../images/caseTitle.gif);
width:91px;
height:14px;
}
#casePic{
background-image:url(../images/casePicture.gif);
width:50px;
height:76px;
margin-top:18px;
margin-left:11px;
margin-right:11px;
float:left;
clear:left;
}
#caseNews{
float:left;
width:230px;
margin-top:13px;
}
.caseNewsLeft{
float:left;
width:140px;
padding-left:14px;
background:url(../images/listIndexIcon.gif);
background-position:left;
background-repeat:no-repeat;
text-align:left;
}
.caseNewsLeft a {
float:left;
}
.caseNewsRight{
float:right;
width:70px;
padding-right:5px;
text-align:left;
}

.ctlContentSplit{
background:url(../images/tabControl_Content_Split.gif);
background-position:center;
background-repeat:no-repeat;
width:1px;
height:143px;
float:left;
}



/*新闻类公共模块*/

.newsModel{
height:141px;
width:30%;
padding:0 0 0 10px ;
float:left;
}
.newsList{
width:100%;
margin-top:13px;
}
.newsLeft{
float:left;
width:180px;
padding-left:14px;
background:url(../images/listIndexIcon.gif);
background-position:left;
background-repeat:no-repeat;
text-align:left;
}
.newsLeft a {
float:left;
}
.newsRight{
float:right;
width:70px;
text-align:left;
overflow:hidden;
}

.more{
background-image:url(../images/more_Btn.gif);
background-repeat:no-repeat;
background-position:center;
width:33px;
height:5px;
float:right;
padding:3px 2px;
margin-top:4px;
margin-right:15px;
cursor:pointer;
display:block;
clear:both;
}

/*底部*/
/*.bottom{
height:91px;
width:100%;
background:url(../images/bottom_Bg.gif);
margin-top:1px;
clear:both;
}*/
.bottom{
height:49px;
width:100%;
background:url(../images/bottom_Bg2.gif);
margin-top:1px;
clear:both;
}


/*产品的内容中部*/
.center{
width:100%;
background:url(../images/centerBottomBg.gif);
margin-top:1px;
background-position:bottom;
background-repeat:repeat-x;
min-height:400px;
}
.degree {
height:0px;
clear:both;
width:100%;
overflow:hidden;
}
.centerLeft{
width:255px;
float:left;
}
.centerRight{
width:645px;
float:right;
min-height:400px;
}

/*普通的内容中部*/
.com_center{
width:100%;
background:url(../images/centerBottomBg.gif);
margin-top:1px;
background-position:bottom;
background-repeat:repeat-x;
}

.com_centerLeft{
width:214px;
float:left;
behavior: url(css/iepngfix.htc);
}
.com_centerRight{
width:686px;
float:right;
background:url(../images/rightCenterBgForCom.gif);
background-position:top;
background-repeat:repeat-x;
min-height:300px;
}

/*产品、普通左侧列表标题*/
.titleForList,.com_titleForList{
width:100%;
height:42px;
}

/*产品的右侧内容标题*/
.titleForContent{
height:17px;
font-size:14px;
font-weight:bold;
color:#3d3d3d;
margin-top:23px;
margin-left:40px;
padding-left:4px;
clear:both;
}
.titleForContent_en{
margin-top:21px;
}

/*普通的右侧内容标题*/
.com_titleForContent{
height:17px;
font-size:14px;
font-weight:bold;
color:#3d3d3d;
padding-left:4px;
margin-top:23px;
margin-left:40px;
_margin-left:21px; /*hack for ie6*/
float:left;
}
.com_titleForContent_en{
margin-top:21px;
}

/*产品的右侧内容的 “当前位置 ”*/
.textForPosition{
height:15px;
font-size:12px;
text-align:right;
color:#3d3d3d;
float:right;
margin-top:14px;
/*margin-right:16px;*/
padding-left:25px;
padding-right:16px;
clear:both;
}
.textForPosition a:link{
color:#000000;
text-decoration:none;
}
.textForPosition a:visited{
color:#000000;
text-decoration:none;
}
.textForPosition a:hover{
color:#000000;
text-decoration:underline;
}

/*普通的右侧内容的 “当前位置 ”*/
.com_textForPosition{
height:15px;
float:right;
font-size:12px;
text-align:right;
color:#3d3d3d;
float:right;
margin-top:23px;
margin-right:16px;
_margin-right:7px;
}

/*产品的一级菜单*/
.firstLevel_1,.firstLevel_2{
height:30px;
line-height:30px;
text-align:left;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
padding-left:14px;
margin-bottom:1px;
}
.firstLevel_1{
background:url(../images/1Level_Bg1.gif);
}
.firstLevel_2{
background:url(../images/1Level_Bg2.gif);
}
/*产品的二级菜单*/


/*普通的左列树形选定项*/
.com_selectedModel{
height:30px;
background:url(../images/otherSelectedBg.gif);
line-height:33px;
text-align:left;
color:#FFFFFF;
font-size:13px;
font-weight:bold;
padding-left:24px;
overflow:hidden;
cursor:pointer;
text-decoration:none;
}
/*普通的左列树形非选定项*/
.com_unSelectedModel{
height:30px;
background:url(../images/otherUnSelectedBg.gif);
line-height:35px;
text-align:left;
color:#3d3d3d;
font-size:13px;
font-weight:bold;
padding-left:24px;
overflow:hidden;
cursor:pointer;
}
.com_SelectedOut {
background:url(../images/otherUnSelectedBg.gif);
line-height:33px;
text-align:left;
color:#3d3d3d;
font-size:13px;
font-weight:bold;
padding-left:24px;
cursor:pointer;
height:30px;
overflow:hidden;
}
.com_SelectedOver{
background:url(../images/otherSelectedBg.gif);
line-height:30px;
text-align:left;
color:#ffffff;
font-size:13px;
font-weight:bold;
height:30px;
cursor:pointer;
padding-left:24px;
text-decoration:none;
}
.com_centerLeft a:hover .com_unSelectedModel{
color:#00a4f0;
text-decoration:none;
}
/*普通的热线*/
.hotLineForCommond{
width:208px;
height:82px;
margin-top:2px;
margin-left:3px;
background:url(../images/hotLineForCom.png);
behavior: url(css/iepngfix.htc);
}
.hotLineForCommond_en{
width:208px;
height:82px;
margin-top:2px;
margin-left:3px;
background:url(../images/hotLineForCom_en.png);
behavior: url(css/iepngfix.htc);
}

/*隶属产品的热线*/
.hotLineForProduct_en{
width:232px;
height:73px;
margin-top:10px;
margin-left:10px;
background:url(../images/hotLineForProduct_en.png);
}
.hotLineForProduct{
width:232px;
height:73px;
margin-top:10px;
margin-left:10px;
background:url(../images/hotLineForProduct.png);
behavior: url(css/iepngfix.htc);
}

/*产品的中部内容*/
.centerContent,.com_centerContent{
padding:15px 10px 15px 20px;
line-height:23px;
color:#414141;
text-align:justify;
clear:both;
min-height:280px;
_height:280px;/*hack for ie6*/
}
.com_centerContent_building{
padding:0;
line-height:23px;
color:#414141;
text-align:justify;
clear:both;
min-height:280px;
_height:280px;/*hack for ie6*/
}
.com_centerContent .Title {
text-align:center;
font-size:14px;
font-weight:bold;
}
.com_centerContent .TimeText {
color:#b1b1b1;
text-align:right;
}
.com_centerContent .ContentText {
}
td .ContentText {
line-height:20px;
color:#666666;
size:12px;
}
/*阳光服务左侧link*/
.sunlightLink {
height:30px;
overflow:hidden;
padding-left:65px;
}
.sunlightLink a:link,.sunlightLink a:visited,.sunlightLink a:hover,.sunlightLink a:active{
	font-size:13px;
	line-height:34px;
	}
.sunlightLink a:link,.sunlightLink a:visited,.sunlightLink a:active{
	text-decoration: none;
	color:#797979;
	}
.sunlightLink a:hover{
	text-decoration:underline;
	color:#797979;
}


/*产品列表内容*/
.BigmenuPro {
background-image:url(../Images/BigClassUp.gif);
height:30px;
margin-bottom:1px;
line-height:30px;
font-size:13px;
color:#f7f7f7;
cursor:pointer;
padding-left:16px;
font-weight:bold;
}
.SmallMenuPro {
cursor:pointer;
}
.MenuPro3 {
clear:both;
_margin-top:8px;
_margin-bottom:-8px;
}
.MenuPro{ 
padding-left:10px;
padding-left:20px;
color:3d3d3d;
_padding-top:7px;
_padding-bottom:7px;
}

/*.MenuPro a:link,.MenuPro a:visited,.MenuPro a:hover,.MenuPro a:active{
	font-size:13px;
	line-height:35px;
	text-decoration:none;
	padding-left:3px;
	overflow:hidden;
	}
.MenuPro a:link,.MenuPro a:visited,.MenuPro a:active{
	color:#3d3d3d;
	}
.MenuPro a:hover{
	color:#00a4f0;
}
*/
.MenuPro a {
margin-left:8px;
line-height:30px;
}
.MenuPro img {
padding-bottom:2px;

}
.MenuPro a:link{
color:#000000;
text-decoration:none;

}
.MenuPro a:visited{
color:#000000;
text-decoration:none;
}
.MenuPro a:hover{
color:#00a4f0;
text-decoration:none;
}
.MenuPro2 {
background-image:url(../Images/childLevelBg.gif);
}


/*新闻*/
.newsWrap,.newsDate{
height:24px;
overflow:hidden;
}
.newsWrap{
width:90%;
margin:0 auto;
clear:both;
}
.newsLink{
float:left;
_margin-top:4px;/*hack for IE6*/
}
.newsLink a{
float:left;
line-height:29px;

}
/*新闻link样式*/
.newsWrap{
	font-size:12px;
	line-height:29px;
	color:#666666;
	}
/*新闻link前缀索引*/
.newsIndex{
width:5px;
height:5px;
margin:12px 8px 0px 0px;  /*forFF*/
#margin:11px 8px 0px 0px; /*forIE7*/
background:url(../images/arrowForNewsList.gif);
background-repeat:no-repeat;
background-position:center;
float:left;
}
/*新闻link后缀new图标*/
.newsNewSign{
width:25px;
height:9px;
margin:10px auto auto 6px;
background:url(../images/new.gif);
overflow:hidden;
}
/*新闻link的日期*/
.newsDate{
color:#919191;
font-size:12px;
float:right;
}
/*产品解决方案IFRAME设置*/
iframe {
background-color:;
margin:0px;
padding:0px;
border:0px;
width:100%;
}
/*分页链接*/
.PageList {
text-align:right;
padding:0 30px;
}
/*公司荣誉图片列表*/
.HonorBox {
width:33%;
float:left;
}
.HonorBox .ImgBox{
padding:2px;
clear:both;
border:1px solid #d4d4d4;
float:left;
margin:10px 3px 0 10px;
}
.HonorBox .NameBox {
padding:0 20px;
clear:both;
text-align:center;
}

#IframeTable {
background:url(../images/rightCenterBg.gif);
background-position:top;
background-repeat:repeat-x;
}
/*需求反馈*/
.BookRow{
clear:both;
padding:2px;
}
.BookTitle {
float:left;
width:20%;
text-align:left;
padding-left:30px;
}
.BookText {
float:left;
width:69%;
}
.BookText input {
border:1px solid #CCCCCC;
width:200px;
padding:2px;
}
.BookText textarea {
border:1px solid #CCCCCC;
width:100%;
padding:2px;
}
.BookText select {
border:1px solid #CCCCCC;
}
.BookButton {
clear:both;
text-align:center;
padding:10px;
}
.BookButton input {
border:1px solid #CCCCCC;
padding:4px 4px 2px 4px;
}
.Required {
color:#FF0000;
}
/*业务领域*/
.yewuLinkWrap{
width:49%;
float:left;
}
.yewuLinkIndex{
width:7px;
height:25px;
background:url(../Images/arrowForList.gif);
background-repeat:no-repeat;
background-position:center;
margin-left:10px;
margin-right:5px;
display:inline;
float:left;
}
.yewuLink{
float:left;
}
.yewuLink a:link,.yewuLink a:visited,.yewuLink a:hover,.yewuLink a:active{
	font-size:12px;
	line-height:25px;
	color:#333333;
	}
.yewuLink a:link,.yewuLink a:visited,.yewuLink a:active{
	text-decoration: none;
	}
.yewuLink a:hover{
	text-decoration:underline;
}

/*tab's 产品线*/
.productLinkWrap{
width:230px;
float:left;
}
.productLinkIndex{
width:7px;
height:25px;
background:url(../Images/arrowForList.gif);
background-repeat:no-repeat;
background-position:center;
margin-left:10px;
margin-right:5px;
float:left;
}
.productLink a:link,.productLink a:visited,.productLink a:hover,.productLink a:active{
	font-size:12px;
	line-height:25px;
	color:#333333;
	}
.productLink a:link,.productLink a:visited,.productLink a:active{
	text-decoration: none;
	}
.productLink a:hover{
	text-decoration:underline;
}
/*tab's 您的角色*/
.roleLinkWrap{
width:49%;
float:left;
}
.roleLinkIndex{
width:7px;
height:25px;
background:url(../Images/arrowForList.gif);
background-repeat:no-repeat;
background-position:center;
margin-left:6px;
margin-right:5px;
float:left;
}
.roleLink{
float:left;
}
.roleLink a:link,.roleLink a:visited,.roleLink a:hover,.roleLink a:active{
	font-size:12px;
	line-height:25px;
	color:#333333;
	}
.roleLink a:link,.roleLink a:visited,.roleLink a:active{
	text-decoration: none;
	}
.roleLink a:hover{
	text-decoration:underline;
}

/*滚动字幕样式*/
.moveLinkWrap{
height:25px;
}
.moveLinkWrap a:link,.moveLinkWrap a:visited,.moveLinkWrap a:hover,.moveLinkWrap a:active{
	font-size:12px;
	line-height:25px;
	color:#FFFFFF;
	}
.moveLinkWrap a:link,.moveLinkWrap a:visited,.moveLinkWrap a:active{
	text-decoration: none;
	}
.moveLinkWrap a:hover{
	text-decoration:underline;
}
/*png for IE6*/
.PngFilter {
behavior: url(css/iepngfix.htc);
}

.myList{
list-style:none;
}
.myList li{
list-style-type:none;
background-image:url(../Images/arrowForList.gif);
padding-left:16px;
background-position:0 7px;
background-repeat:no-repeat;
}
/*myListForSitemap */

.myListForSitemap{
list-style:none;
}
.myListForSitemap li{
list-style-type:none;
background-image:url(../Images/arrowForList.gif);
padding-left:13px;
background-position:0 7px;
background-repeat:no-repeat;
}
.myListForSitemap a:link,.myListForSitemap a:visited,.myListForSitemap a:hover,.myListForSitemap a:active{
font-size:13px;
font-weight:bold;
}
.myListForSitemap a:link,.myListForSitemap a:visited,.myListForSitemap a:active{
	text-decoration: none;
	}
.myListForSitemap a:hover{
	text-decoration:underline;
}
/* 吉联新视角文章标题样式*/
.articleTitle{
font-weight:bold;
font-size:15px;
}
/* 吉联新视角 栏目标题样式*/
.ColumnsTitle{
font-weight:bold;
font-size:13px;
color:white;
line-height:19px;
padding-top:4px;
float:left;
width:93px;
text-align:center;
}
.ColumnsBar{
background:url(../images/bar.gif);
background-repeat:no-repeat;
height:23px;
margin:8px 0 6px 0;
}
/*新视角跳转菜单*/
.InsightsSelect {
width:204px;
margin:2px auto 2px 1px;
border:1px solid #999999;
}

a.linkStyle:link{
font-size:12px;
text-decoration:underline;
}
a.linkStyle:visited{
text-decoration:underline;
}
a.linkStyle:hover{
text-decoration:none;
}
a.linkStyle:active{
text-decoration:underline;
}


/*copyRightLink*/
a.copyRightLink:link,a.copyRightLink:visited,a.copyRightLink:hover,a.copyRightLink:active{
font-size:11px;
text-decoration:none;
color:#c5c5c5;
}
a.copyRightLink:hover{
text-decoration:underline;
}

.caseCenter{
text-align:center;
font-size:14px;
font-weight:bold;
margin:10px 0;
}