@charset "utf-8";
body {
	behavior:url(../csshover3.htc);
}/* 内外边距通常让各个浏览器样式的表现位置不同 */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, span, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, .clear {
	margin:0;
	padding:0;
}
a img {
	border:none;
}/* 要注意表单元素并不继续父级 font 的问题 */
body, button, input, select, textarea {
	font:12px/1.5 "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1, arial, tahoma, \5b8b\4f53;
}
input, select, textarea {
	font-size:100%;
}/* 去掉各Table cell 的边距并让其边重合 */
table {
	border-collapse:collapse;
	border-spacing:0;
}/* IE bug fixed: th 不继续 text-align*/
th {
	text-align:inherit;
}/* 去除默认边框 */
fieldset, img, a img {
	border:0;
}/* 去掉列表前的标识, li 会继承 */
ol, ul {
	list-style:none;
}/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align:left;
}/* 来自yahoo, 让标题都自定义 */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500;
}/* 默认显示下划线，保持页面简洁 */
ins, a {
	text-decoration:none;
	color:#666;
}/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration:none;
	color:#FE700C
}/* 清理浮动 */
.border-top-dotted {
	border-top: 1px dotted #bababa;
	margin: 5px 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt15 {
	margin-top: 15px;
}/* 设置内联, 减少浮动带来的bug */
.fn-left, .fn-right {
	display:inline;
}
.fn-left {
	float:left;
}
.fn-right {
	float:right;
}
.clear {
	clear:both;
}
.clearight {
	clear:right;
}
.clearleft {
	clear:left;
}
.mr0 {
	margin-right: 0px
}
.ml0 {
	margin-right: 0px
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.w550 {
	width: 48%;
}
.w1110 {
	width: 100%;
	max-width: 1110px;
	_width:1110px;
	margin: 0 auto;
}
.w1440 {
	width: 100%;
	max-width: 1440px;
	_width:100%;
	margin: 0 auto;
}
.w1900 {
	width: 100%;
	max-width: 1900px;
	_width:1900px;
	margin: 0 auto;
}
body {
	margin:0 auto;
	width:100%;
	min-width:320px;
	padding:0;
	background-color:#fff;
}
/*head部分*/
.headbg {
}
.head {
	position: relative;
	z-index:9;
}
.head_top {
	position: relative;
	z-index: 200;
	height:29px;
	line-height: 29px;
	background:#F3F3F3;
	color: #888;
}
.head_topin {
	position: relative;
	height:36px;
	z-index: 10
}
.head_topin p {
	color:#fff;
	line-height: 36px
}
.head_topin_right {
	cursor: pointer;
	height: 36px;
}
.head_topin_right a {
	color:#fff;
}
.head_top p span a {
	color: #888;
}
.head_top p span {
	margin:0px 10px;
}
.head_mainin {
	height:82px;
}
.head_mainin .fn-left {
	margin-top: 10px
}/*nav部分*/
.nav {/*overflow: hidden;*/
}
.nav li {
	position:relative;
	float:left;
	width:90px;
	height: 82px;
	z-index: 50;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nav a {
	display:block;
	width:90px;
	font-size:16px;
	text-align:center;
	height:82px;
	line-height:100px;
	color:#353535;
	z-index: 50
}
.nav li.current::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.nav a:hover {
	color:#fff;
	background:#EA4E18;
}
#kefu {
	width: 94px;
	background:url(../images/sanjiao.jpg) no-repeat center right;
	padding-right: 30px;
}
#kefu a {
	color:#029ce1;
	width: 94px;
	height: 16px;
	line-height: 16px;
	margin-top: 42px;
	border-left: 1px solid #c9c9c9
}
#kefu a.nabor {
	margin-left:1px;
	border-left:none
}
.list_wrap {
	position: absolute;
	top: 111px;
	left: 0;
	z-index: 999;
	width:100%;
	padding:20px 0 0;
	border-top:4px solid #EA4E18;
	background:#efefef;
	color:#fff;
}
.list_wrap p, .list_wrap a {
	color: #fff;
	color:#4e4e4e;
}
.nav_bottom{
	line-height:40px;
	background:#4e4e4e;
	margin-top:30px;
	color:#fff;
	}
.nav_bottom a{
	color:#fff;
	}
/*产品*/
.list {
	float:left;
	font-size:12px;
	text-align:left;
	margin:0;
	width:150px;
	padding:0 18px 0 50px;
	height: 295px;
	border-right:1px dotted #ccc;
}
.list h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}
.list h1 a{
	color:#0c0c0c;
	}
.list .bt {
	margin-top: 40px;
	font-size: 23px;
}
.list ul li {
	margin:10px 0;
}
.list_wrap .list_more {
	color:#FE700C;
}
.list_xk {
	margin-top: 40px;
}
.list_bottom {
	background: #700808
}
.list_bottom_con {
	padding:20px 0;
	overflow: hidden;
}
.list_bottom_con h2 {
	font-size:17px;
	font-weight:bold;
	color:#fff;
	float: left;
	line-height: 70px;
	margin-right: 30px;
}
.list_bottom_txt {
	float: left;
	width: 900px;
}
.list_bottom_txt h1 {
	font-size:14px;
	font-weight:bold;
	color: #fff;
	margin-top: 10px;
}
.list_bottom_txt p {
	margin-top: 10px;
}
#proserlist_xk {
	margin-top: 40px;
}
#ser_list .list {
	margin-left: 33px;
}
#ser_list .list1 {
	margin-left: 0px;
}
#ser_list .sanjiao {
	left: 730px
}
/*submenu begin*/
.subnav{
	background:#871010;
	position:absolute;
	z-index:999;
	left:0;
	top:100px;
	color:#fff;
	width:100%;
	}
.subnav .wrap{
	width:1000px;
	margin:0px auto;
	padding:30px 0;
	}
/*解决方案下拉*/
.sub_sol{
	overflow:hidden;
	}
.sub_sol li{
	width:17%;
	float:left;
	padding:5px 1.4%;
	}
.sub_sol li.highl a{
	color:#2D2D2D;
	padding-right:30px;
	background:url(../images/hot.gif) no-repeat center right;
	}
/*案例下拉*/
/**/
.sub_case .list{
	float:none;
	text-align:left;
	margin:5px 0;
	width:100%;
	padding:10px 0;
	height:30px;
	overflow:visible;
	border-bottom:1px dotted #ccc;
	border-right:0px;
	}
.sub_case .list li{
	margin:0;
	float:left;
	width:212px;
	padding:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	}
.sub_case .list h1{
	margin:0;
	float:left;
	width:15%;
	}
.sub_case .list ul{
	float:left;
	width:85%;
	}
/*submenu end 2015.11.19*/
/*foot部分*/
.foot {
	background-color: #3b4350;
	border-top: 3px solid #797d83;
}
.foot_top {
	padding-bottom:10px;
}
.red {
	color: #b00610;
}
.search {
	height:48px;
	line-height:48px;
	background-color:#e4e4e4;
	padding: 12px 0 20px 0;
	color:#666666
}
.search .search_left {
	padding-top: 10px;
	line-height: 39px;
	position: relative;
}
.search .search_left span {
	display:block;
	float:left;
	font-size: 16px;
	padding: 0 6px;
	height: 37px;
	line-height: 37px
}
#search {
	display:block;
	float:left;
	width:370px;
	height: 37px;
	padding-left:10px;
	line-height: 37px;
	color:#999999;
	border: 1px solid #c9c9c9;
}
.search_left input:focus {
	border:none;
	outline: 2px solid #98baf1;
}
#searchicon {
	cursor: pointer;
	height: 28px;
	left: 450px;
	position: absolute;
	top: 15px;
	width: 37px;
	z-index: 22;
	background: url(../images/searchicon_03.jpg) no-repeat;
}
input::-ms-clear {
display: none;
}
.rexian {
	font-size: 14px;
	overflow: hidden;
	float: right;
}
.rexian span {
	float: left;
	line-height: 57px;
}
.xiaoshou {
	margin-left: 27px
}
.foot_topin {
	padding-top: 10px;
	overflow: hidden;
}
.foot_topin p {
	font-size: 14px;
	font-weight: bold;
	color: #6e7889;
	line-height: 30px;
}
.foot_topin .fn-left {
	margin-right: 76px
}
.foot_topin .mr0 {
	margin-right: 0px
}
.foot_topin h3 {
	font-size: 22px;
	color:#fff;
}
.foot_topin ul {
	min-width: 115px;
}
.foot_nav {
	color: #6f7989;
	line-height: 30px;
	font-size:14px;
	width: 100px;
}
.foot_topin li {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.foot_topin a {
	color: #6e7889
}
.foot_bottom {
	color:#4B4B4B;
	background-color: #1b1e23;
}
.foot_bottomin {
	padding:17px 0 12px 0;
	color:#4B4B4B;
}
.foot_bottomin a {
	color:#4B4B4B;
}
.banquan {
	overflow: hidden;
	margin-bottom: 5px
}
.banquan p {
	height:21px;
	line-height: 21px
}
.banquan a {
	float:left;
	padding: 0px 13px;
	margin:2px 0;
	border-right: 1px solid #4B4B4B;
	height: 16px;
	line-height: 16px;
}
.link a {
	padding-right: 12px;
}
.foot_bottomin .ftb_last {
	padding-right: 42px;
	border:none;
}
.foot_more a {
	color: #8d7746;
	text-decoration: underline;
}/*自适应*/
@media screen and (max-width: 1208px) {
.languagein {
right: 0px
}
}
