/*
* 这是网站首页的样式表文件
* 编写者:金柳柳
* 编写时间:2016-07-16
*/


body{
	background: url(../images/index_bg.png) repeat-x;
	background-color:#f4f3ef;
}

/*header头样式表开始*/

header{
	width:1000px;
	margin: 0 auto;
	height:94px;
	position: relative;
	overflow: hidden;
}

header #logo_img{
	position: absolute;
	left:20px;
	top:28px;
	width:73px;
	height:53px;
	background:url(../images/logo_img.png);
}

header #logo_word{
	position: absolute;
	left:103px;
	top:25px;
	width:407px;
	height:59px;
	background: url(../images/logo_words.png);
}

header #tel_area{
	position: absolute;
	right:0px;
	top:40px;
	width:188px;
	height:20px;
}

header #tel_area  span.icon{
	position: absolute;
	display: inline-block;
	left:0px;
	top:0px;
	width:28px;
	height: 20px;
	background: url(../images/tel_icon.jpg);
}

header #tel_area span.num{
	position: absolute;
	display: inline-block;
	right:0px;
	top:0px;
	width:155px;
	height:20px;
	background: url(../images/tel_num.png);
}

/*header头样式表结束*/

/*nav导航样式表开始*/

nav{
	position: relative;
	width: 1000px;
	height:45px;
	margin: 0 auto;
	background: url(../images/nav_bg.png) repeat-x;
	/*overflow: hidden;*/
}

nav div.home{
	position: absolute;
	left: 0px;
	width:127px;
	height:45px;
	background: url(../images/nav_first.png) no-repeat;
	text-align: center;
	line-height: 45px;
}

nav div.others a.hover{
	text-decoration: underline;
}

nav a{
	font-size:14px;
	color:#333;
	height:45px;
	line-height: 45px;
	font-family: "宋体";
	font-weight: bold;
	text-decoration: none;
}

nav div.home a{
	color:#fff;
}

nav div.others{
	position:absolute;
	left:127px;
	height:45px;
}

nav div.others ul li{
    float:left;
}

nav div.others ul li div.sub_nav{
    position:absolute;
    left:-127px;
    z-index:999;
    top:42px;
    width:1000px;
    height:380px;
    background:url(../images/subnav-bg.png) repeat;
    color:#fff;
}

nav div.others ul li div.sub_nav dl dd a{
    height:24px;
    line-height: 24px;
}

nav div.others ul li div.sub_nav .sub_hardware{
    position: absolute;
    top:20px;
    left:20px;
    width:480px;
}

nav div.others ul li div.sub_nav .sub_hardware h4,nav div.others ul li div.sub_nav .sub_software h4{
    font-size:16px;
    font-family: "微软雅黑";
    font-weight: bold;
    text-decoration: underline;
    height:50px;
    line-height: 50px;
}

nav div.others ul li div.sub_nav .sub_hardware h5{
    font-size:14px;
    font-family: "微软雅黑";
    font-weight: bold;
    height:24px;
    line-height: 24px;
}

nav div.others ul li div.sub_nav .sub_hardware a{
    background:none;
    color:#fff;
    font-size:12px;
    font-weight: normal;
    width:auto;
    margin-right: 10px;
    text-align: left;
}

nav div.others ul li div.sub_nav .sub_software{
    position: absolute;
    top:20px;
    right:20px;
    width:480px;
}

nav div.others ul li div.sub_nav .sub_software dl dd{
    height:24px;
    line-height: 24px;
}

nav div.others ul li div.sub_nav .sub_software dl dd a{
    background:none;
    color:#fff;
    font-size:12px;
    font-weight: normal;
    width:400px;
    text-align: left;
    height:24px;
    line-height: 24px;
}


nav div.others a{
	display: inline-block;
	width:120px;
	text-align: center;
	background: url(../images/nav_sep.png) no-repeat 100% 0;
}

/*nav导航样式表结束*/

/*slideshow焦点图样式开始*/
#slideshow{
	position: relative;
	width:1000px;
	height:510px;
	margin: 0 auto;
	margin-top:12px;
}
/*slideshow焦点图样式结束*/

/*article正文部分样式开始*/
article{
	width:1000px;
	margin:25px auto;
	overflow: hidden;
	position: relative;
}

article #index_main{
	position: relative;
	width:1000px;	
}

article #index_main #index_news .content .slideBox{
	width:290px;
	height:200px;
	margin-left:10px;
	margin-top:20px;
}

article #index_main #index_news .content .slideBox img{
	width:290px;
	height:200px;
}

article #index_main #index_news .content .slideBox .stitle{
	position: absolute;
	top:0px;
	color:#fff;
	height:30px;
	line-height: 30px;
	text-align: center;
	margin-top:0px;
    width:200px;
    overflow: hidden;
}

article #index_main #index_news .content .slideBox .stitle a{
	color:#fff;
	margin-left:5px;
}

article #index_main #index_news{
	position: relative;
	width:678px;
	height:270px;
	border: 1px solid #dfdfdf;
	border-top:none;
	background-color:#fff;
}

.title{
	position: absolute;
	top:0px;
	left: 0px;
	width:678px;
	height:34px;
	font-size:14px;
	font-family: "微软雅黑";
	line-height: 34px;
	background: url(../images/news_title_bg.png) repeat-x;
}

.title .t{
	position:absolute;
	left:0px;
	top:0px;
	display:inline-block;
	width:25px;
	height:34px;
	background:url(../images/news_title_left.png) no-repeat;
	text-align: center;	
	color:#fff;
	
}

.title .c{
	position:absolute;
	left:25px;
	top:0px;
	display: inline-block;
	color:#007ad1;
	font-size:14px;
	font-weight: bold;
	padding-left:10px;
}

article .title .more{
	position:absolute;
	right:10px;
	top:0px;
	display: inline-block;
	color:#333;
	font-size:12px;
	font-family: "宋体";
	line-height: 32px;
}

article .title .more a:hover{
	text-decoration: underline;
}

article #index_main #index_news .content{
	position:absolute;
	top:34px;
	left:0px;
	width:678px;
	background-color:#fff;
}

article #index_main #index_news .content .news_list{
	position:absolute;
	top:14px;
	right:0px;
	width:370px;
	height:225px;
}

article #index_main #index_news .content .news_list ul li{
	height:28px;
	line-height: 28px;
	font-size:12px;
	color:#666;
	background:url(../images/list_dot.png) no-repeat 0 50%;
	padding-left:15px;
	overflow: hidden;
	border-bottom: 1px dotted #eee;
}



article #index_main #index_news .content .news_list ul li span{
	display: block;
	height:28px;
	overflow: hidden;
}

article #index_main #index_news .content .news_list ul li span.tt{
	float: left;
	width:270px;
	
}

article #index_main #index_news .content .news_list ul li span.tt a:hover{
	text-decoration: underline;
}

article #index_main #index_news .content .news_list ul li span.dd{
	float:right;
	width:80px;
	color:#999;
}

article #index_main #index_employment{
	position: absolute;
	right:0px;
	top:0px;
	width:308px;
	height:63px;
}

article #index_main #index_employment a{
	display: block;
	width:100%;
	height:100%;
	background: url(../images/employer.png) no-repeat;
}

article #index_main #index_contactus{
	position:absolute;
	right:0px;
	top:76px;
	width:308px;
	height:194px;
	border: 1px solid #dfdfdf;
	border-top:none;
	background-color:#fff;
}

article #index_main #index_contactus .title{
	width:308px;
}

article #index_main #index_contactus .content{
	position:absolute;
	top:34px;
	left:0px;
	width:298px;
	background-color:#fff;
	padding-left: 10px;
	padding-top: 10px;
}

article #index_main #index_contactus .content ul li{
    width:270px;
    height:24px;
    line-height: 24px;
    border-bottom: 1px dotted #eee;
    background:url(../images/list_dot.png) no-repeat 0 50%;
    padding-left:15px;
    overflow: hidden;
}

article #index_main #index_contactus .content span{
	display:block;
	height:24px;
	line-height: 24px;
	font-size:13px;
	color:#333;
}

article #index_main #index_contactus .content span.t{
    display:inline-block;
    float:left;
    width:170px;
    overflow: hidden;
    font-size:12px;
}

article #index_main #index_contactus .content span.c{
    display: inline-block;
    float:right;
    width:80px;
    font-size:12px;
    color:#999;
}

article #index_hardware_product{
	clear:both;
	position: relative;
	width:998px;	
	border: 1px solid #dfdfdf;
	border-top: none;
	margin-top:10px;

}

article #index_hardware_product .title{
	width:998px;
	position: relative;
}

article #index_hardware_product .content{
	position: relative;
	background-color: #fff;
}

article #index_hardware_product .title #tab_btns{
	position: absolute;
	bottom: 0px;
	right:10px;
	height:28px;
	width:750px;
}

article #index_hardware_product .title #tab_btns a{
    position: relative;
	display: block;
	float: left;
	font-size: 12px;
	padding:0 10px;
	height:28px;
	color:#333;
	margin-right: 10px;
	text-align: center;
	line-height: 28px;
	font-family: "宋体";
	font-weight: bold;
	background: url(../images/tab_btn.png) repeat-x 0 -28px;
}

.tab_hover{
	background: url(../images/tab_btn.png) no-repeat 0 0px;
	color:#fff;
	font-size: 20px;
}

.tab_default{
	background: url(../images/tab_btn.png) no-repeat 0 -28px;
	color:#333;	
}

article #index_hardware_product .title #tab_btns a.active{
	background: url(../images/tab_btn.png) repeat-x 0 0;
	color:#fff;
    padding:0 10px;
}

article #index_hardware_product .content .box{
	padding-top:30px;
	padding-left:30px;	
}

article #index_hardware_product .content .products-list{
	position: relative;
	float:left;
	width:170px;
	height:230px;
	margin-right: 20px;
	text-align: center;
}

article #index_hardware_product .content .last{
	margin-right: 0px;
}

article #index_hardware_product .content .products-list .container{
	position: relative;
	width:170px;
	height:160px;
	border:1px solid #dfdfdf;
	background-color: #fff;
	text-align: center;
}

article #index_hardware_product .content .products-list .container img{
	width:155px;
	height:120px;
	margin-left:0px;
	margin-top:5px;
}

article #index_hardware_product .content .products-list .container span{
	position: absolute;
	width:170px;
	overflow: hidden;
	text-align: center;
	bottom: 0px;
	left:0px;
	height:28px;
	line-height: 28px;
}

article #index_hardware_product .content .products-list a.detail{
	display: block;
	position: absolute;
	bottom: 30px;
	left:40px;
	background-color: #ff0000;
	text-align: center;
	width:100px;
	height:24px;
	line-height: 24px;
	color:#fff;
}

article #index_hardware_product .content .products-list a.detail:hover{
	background-color:#990000;
}

article #index_software_product{
	clear:both;
	position: relative;
	width:998px;	
	border: 1px solid #dfdfdf;
	border-top: none;
	min-height: 34px;
	margin-top:10px;

}

article #index_software_product .title{
	position: relative;
	width:998px;
}

article #index_software_product .content{
	position: relative;
	background-color: #fff;
}

article #index_software_product .content .box{
	padding-top:20px;
	padding-left:30px;	
}

article #index_software_product .content .box .products-list{
	position: relative;
	float: left;
	width:460px;
	height:140px;
	margin-bottom: 10px;
	margin-right: 20px;
	overflow: hidden;
}

article #index_software_product .content .box .products-list img{
	width:200px;
	height:120px;
	border:1px solid #dfdfdf;
	padding:4px;
	background-color: #fff;
}

article #index_software_product .content .box .products-list span.t{
	position: absolute;
	width:240px;
	height: 24px;
	line-height: 24px;
	top:0px;
	right:0px;
	color:#333;
	font-size:12px;
	font-weight: bold;
	overflow: hidden;
}

article #index_software_product .content .box .products-list span.c{
	position: absolute;
	width:240px;
	top:24px;
	right:0px;
	line-height: 2em;
	text-indent: 2em;
}

article #index_software_product .content .box .products-list a.detail{
	display: block;
	position: absolute;
	bottom: 10px;
	right:140px;
	background-color: #ff0000;
	text-align: center;
	width:100px;
	height:24px;
	line-height: 24px;
	color:#fff;
}

article #index_software_product .content .box .products-list a.detail:hover{
	background-color:#990000;
}
/*article正文部分样式结束*/

/*footer页脚部分样式开始*/
footer{
	position: relative;
	width:100%;
	height:184px;
	background:url(../images/footer_bg.png) repeat-x;
}

footer .container{
	position: relative;
	width:1000px;
	height:184px;
	margin: 0 auto;
}

footer .container #subnav{
	position: absolute;
	left:180px;
	top:20px;
}

footer .container #subnav a{
	color:#cccccc;
	text-decoration: underline;
}

footer .container #footer_desc{
	position: absolute;
	left:180px;
	top:50px;
	color:#cccccc;
}

footer .container #footer_desc p{
	height:24px;
	line-height: 24px;
}

footer .container #qq{
	position: absolute;
	left:180px;
	bottom: 20px;
	width:77px;
	height:22px;
	background:url(../images/qq.png) no-repeat;
}

footer .container #friendlink{
	position: absolute;
	right:0px;
	top:0px;
	width:280px;
	height:185px;
	padding-top:18px;
}

footer .container #friendlink h4{
	color:#cccccc;	
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	background: url(../images/flink.png) no-repeat;
	padding-left:20px;
}

footer .container #friendlink div{
	margin-top:20px;
}

footer .container #friendlink div a{
	float:left;
	clear:right;
	margin-right:10px;
	margin-bottom: 10px;
	color:#cccccc;
}

footer .container #friendlink div a:hover{
	text-decoration: underline;
}
/*footer页脚部分样式结束*/