@CHARSET "UTF-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img{border:0;}
img{vertical-align:top; border:none;}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal;font-weight:400;}
li{list-style-type:none;}
body{width:100%;font:12px/1.5 "Microsoft YaHei","Helvetica Neue","Hiragino Sans GB",arial,helvetica,sans-serif;overflow-x:hidden;color:#333333;}
/*删除谷歌浏览器input焦点样式*/
*:focus{outline: none;}
textarea{resize:none;}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none; padding:0;}
input::-ms-clear{display:none;}
a:focus, *:focus {noFocusLine: expression(this.onFocus=this.blur());} 
.clear{clear: both;}
a, object{outline:none;}
a{cursor:pointer;color:#777;}
a:link{text-decoration:none;color:#777;}
a:hover{color:#000;}
*:hover{transition:all 0.3s ease 0s;}
li{vertical-align:top;}
li{vertical-align:bottom;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
/*reset结束*/
/*本文件整合的是整站使用到的公共css样式*/

/*全局公共样式*/
.boxw{width:960px;margin:0 auto;height:100%;}
/*全局公共样式 end*/

/*top_nav头部导航*/
.index_top{
	position: absolute;
	z-index: 99999;
	width:100%;
	top:0;
}
.top_nav{
	width:1000px;
	height: 70px;
	margin: 0 auto;
	background: url(../img/index_nav.png);
}
.top_nav .logo{
	width:398px;
	height: 47px;
	float: left;
	margin-top: 12px;
	margin-left:17px;
}
.top_nav ul{
	width:560px;
	height:30px;
	float: right;
	margin-top: 0px;
	text-align: right;
}
.top_nav ul li{
	display: inline;
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    background: url(../img/nav_hr.jpg) no-repeat left center;

}
.top_nav ul li a{
	padding:0 0 1px 0;
	border-bottom: 2px solid  transparent;
}
.top_nav ul li a:hover{
    border-bottom: 2px solid #A72B30;
}
.top_nav ul li a.on{
    border-bottom: 2px solid #A72B30;
    color:#A90007;
}
.top_nav .index{
	background: none;
}

/*轮播图*/
.focus {
	width:100%;
	height:525px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
	background:url(/qiyeguan/img/test/999.png) no-repeat center center;
}
.f-img-list {
	height:525px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
.f-img-list li {
	height:525px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 101;
}
.f-img-list li a.zixun{
	display:block;
	width:100%;
	height:100%;
}
/*
.f-img-list li a{
	display:block;
	width:204px;
	height:46px;
	background:#141215;
	margin:0 auto;
	margin-top:395px;
	border-radius:4px;
	font-size:18px;color:#fff;
	line-height:46px;
}
.f-img-list li a:hover{background:#A72B30;}
*/
.f-img-list li.on {
	z-index: 105;
}
.focus .f-b {
	width: 980px;
	margin: auto;
	position: relative;
	z-index: 110;
}
.focus .f-b .f-content {
	position: absolute;
	width: 100%;
	height: 100%;
}
.d-img-list-bg, .d-img-list {
	position: absolute;
	left:100px;
	top: 0;
	width: 200px;
	height: 380px;
}
.d-img-list-bg {
	background: #000000;
	opacity: 0.2;
	filter: Alpha(Opacity = 20);
}
.d-img-list li {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 112;
	display: none;
	width: 200px;
	height: 380px;
}
.d-img-list li.on {
	z-index: 113;
	display: block;
}
.d-img-list li h3 {
	padding: 60px 10px 10px 10px;
	color: #37a4e4;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: normal;
}
.d-img-list li p {
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: normal;
	line-height: 1.6;
}
.focus-btns {
	position: absolute;
	right: 140px;
	top: 280px;
}
.btn-focus {
	width: 30px;
	height: 53px;
	display: inline-block;
	margin-right: 10px;
	display: none;
}
.btn-focus.on {
	display: block;
}
.btn-focus-down {
	background-position: 0 0;
}
.btn-manage {
	background-position: 0 -50px;
}
.focus-page-btn {
	width: 30px;
	height: 53px;
	background: url('../img/focus-page-btns.png') no-repeat;
	position: absolute;
	top: 210px;
	z-index: 110;
}
.focus-btn-prev {
	background: url('../img/f_l.png') no-repeat;
	left: 40px;
}
.focus-btn-next {
	background: url('../img/f_r.png') no-repeat;
	right: 30px;
}

/*主体部分*/
.main{margin:0 auto;width:960px;}

/*大标题*/
.big_title{overflow:hidden;padding:50px 0;}
.big_title h2{font-size:24px;text-align:center;font-weight:normal;color:#333333;height:54px;}
.big_title h2 span{border-bottom:1px solid #F19999;padding-bottom:10px;margin-bottom:10px;}
.big_title p{text-align:center;font-size:14px;}
.hr{background:url(../img/hr.jpg) repeat-x center 69px;}

/*解决方案列表*/
.item{overflow:hidden;width:1070px;}
.item li{width:192px;height:170px;border-bottom:1px solid #DDDDDD;float:left;margin:0 63px 25px 0;}
.item li:hover{border-color:#F19999;}
.item .img{width:192px;height:127px;}
.item .img img{width:192px;height:127px;}
.item .txt{width:100%;height:43px;line-height:43px;text-align:center;font-size:14px;display:block;color:#333333;}

/*体验空间列表*/
.big_title2{padding-bottom:40px;padding-top:25px;}
.item_space{overflow:hidden;width:970px;margin-bottom:40px;}
.item_space li{width:186px;height:181px;background:red;position:relative;float:left;margin-right:7px;margin-bottom:10px;}
.item_space li .img{width:186px;height:181px;}
.item_space li .img img{width:186px;height:181px;}
.item_space li a{display:block;width:100%;height:35px;line-height:35px;background:url(../img/li_a_bg.png);text-align:center;color:#fff;font-size:14px;position:absolute;bottom:0;left:0;}

/*历程体系*/ 
.system{width:100%;height:330px; background-image :url(http://www.sunfans.com/qiyeguan/img/009.png) ; background-repeat : no-repeat; background-position:center center;margin-bottom:15px;}
.big_title3{color:#FFF;}
.big_title3 h2{color:#fff;}
.big_title3 h2 span{border-color:#fff;}
.system .img_li{width:100%;height:102px;margin-top:10px;}
.system .img_li img{display:block;margin:0 auto;}

/*我们的客户*/
.client{width:960px;overflow:hidden;margin:0 auto;}
.client .item-client{width:930px;overflow:hidden;padding-bottom:49px;border-bottom:1px dotted #999;margin:0 auto;}

.focus_pic {width:430px; height:305px; overflow:hidden; position:relative;float:left;}
.focus_pic ul {height:430px; position:absolute;}
.focus_pic ul li {float:left; width:430px; height:305px; overflow:hidden; position:relative; background:#999;}
.focus_pic ul li div {position:absolute; overflow:hidden;}
.focus_pic .btnBg {position:absolute; width:430px; height:20px; left:0; bottom:0; background:#000; display:none;}
.focus_pic .btn {position:absolute; width:430px; height:23px; padding:0px 10px 0px 10px; right:0; bottom:6px; text-align:right;}
.focus_pic .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:24px; line-height:24px; text-align:center; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;display:none;}
.focus_pic .btn span.on {background:#fff;}
.focus_pic .preNext {width:38px; height:38px; position:absolute; top:150px;cursor:pointer;}
.focus_pic .pre {left:10px; background:url(../img/l.png) no-repeat 0 0; }
.focus_pic .next {right:10px;  background:url(../img/r.png) no-repeat 0 0;}
.client_txt{width:480px;height:305px;float:right;}
.client_txt h2{font-size:14px;font-size:20px;font-weight:normal;line-height:30px;height:30px;}
.client_txt h2 a{color:#333;}
.client_txt h2 a:hover{color:#F35555;}
.icon{height:90px;background:#F5F5F5;margin-top:10px;}
.icon li{width:107.5px;height:90px;float:left;margin-left:10px;}
.icon li .i{width:106.5px;border-right:1px solid #ddd;float:left;height:30px;margin-top:15px;margin-bottom:5px;}
.icon li .i1{background:url(../img/c1.png) no-repeat center;}
.icon li .i2{background:url(../img/c2.png) no-repeat center;}
.icon li .i3{background:url(../img/c3.png) no-repeat center;}
.icon li .i4{background:url(../img/c4.png) no-repeat center;border:none;}
.icon li .text{font-size:13px;color:#666;line-height:30px;text-align:center;}
.client .item-client{margin-bottom:35px;}
.client .item-client h3{font-size:15px;font-weight:normal;border-left:3px solid #F35555;height:16px;line-height:16px;text-indent:5px;margin:20px 0 10px 0;}
.client .item-client p{line-height:22px;height:66px;color:#666;font-size:13px;}
.client .btns{height:30px;margin-top:15px;}
.client .btns a{float:left;height:30px;display:block;line-height:30px;padding:0 10px 0 30px;font-size:14px;color:#fff;border-radius:3px;}
.client .btns a.c{background:#F35555 url(../img/c5.png) no-repeat 8px center;}
.client .btns a.s{background:#4B4B4B url(../img/c6.png) no-repeat 8px center;margin-left:15px;}
.client .btns .tel{height:30px;line-height:30px;text-indent:35px;float:left;font-family:arial;font-size:18px;color:#666;background:url(../img/c7.png) no-repeat 8px center;float:left;margin-left:20px;}
.client .ends{border:none !important;padding:0 !important;}
.net{width:960px;margin:0 auto;padding-bottom:20px;}
.net p{line-height:25px;font-size:13px;color:#656565;text-indent:30px;}
.net .img{width:960px;overflow:hidden;margin:20px 0;}
.net .img img{width:960px;}
.jianzheng{background:#F6F6F6;}
.jianzheng .box{width:960px;overflow:hidden;margin:0 auto;}
.jianzheng .hr{background:url(../img/hr.jpg) repeat-x center 94px;}
.left_jz{width:560px;overflow:hidden;float:left;}
.left_jz dl{overflow:hidden;margin:30px 0 10px 0;}
.left_jz dl dt{width:190px;height:80px;border:1px solid #ccc;background:#fff;float:left;}
.left_jz dl dt img{width:190px;height:80px;}
.left_jz dl dd{margin-left:215px;border-bottom:1px dotted #999;height:180px;}
.left_jz dl dd h3{height:30px;line-height:20px;font-size:18px;font-weight:normal;}
.left_jz dl dd p{line-height:22px;}
.right_jz{width:265px;height:350px;float:right;margin-right:20px;margin-top:30px;}

/*footer*/
.footer{background:#333333;height:140px;}
.footer .logo{
	width:370px;
	height: 48px;
	float: left;
	margin-top: 52px;
}
.footer .r{float:right;color:#ccc;}
.footer .foot_nav {padding-top:20px;height:35px;line-height:30px;}
.footer .foot_nav a{padding:0 15px;color:#ccc;}
.footer .foot_nav a:hover{color:#fff;}
.footer .p{line-height:28px;color:#ccc;text-indent:15px;}
.footer .hrr{height:1px;background:#999;width:416px;margin-left:15px;margin-bottom:10px;}

.phone{font-size: 12px;font-family: "微软雅黑";color:#666;float: right;margin-top:8px;margin-right: 15px;}
.phone font{font-size: 18px;color:#A72B30;}