﻿ 字体引用 */
@charset "utf-8";
/*@font-face {
    font-family: 'webfont/heliosextthinregular';
    src: url('webfont/he_eth_-webfont.eot');
    src: url('webfont/he_eth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/he_eth_-webfont.woff') format('woff'),
         url('webfont/he_eth_-webfont.ttf') format('truetype'),
         url('webfont/he_eth_-webfont.svg#heliosextthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,/* table elements 表格元素 */
div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
*{
	box-sizing: border-box;
}
a:focus{
	outline: none;
}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
body,a{
	color:#666;
}
h1{ font-size: 18px; /* 18px / 12px = 1.5 */ }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i,em,b{
	font-style: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置浏览器默认样式 select */
select,option,option select{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	outline:none;
	blur:expression(this.onFocus=this.blur());
}
/*a:hover { text-decoration: underline;}*/
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
 	color: #000;
 }
 /* for ie6 */
fieldset, img {
 	border: none; /* img 搭车：让链接里的 img 无边框  注：optgroup 无法扶正*/
 }
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td{
	border:1px solid #ddd;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 表单 在浏览器上的默认样式*/
input,input:focus,button,button:focus,textarea,textarea:focus{
	outline:none;
	border:none;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/* ie7以下两个以上的 li浮动产生的空白间隙bug */
li{
	+vertical-align: top;
	_vertical-align: top;
}
/* ie下li元素的内联元素底部产生空白 */
li *{
	*zoom:1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ie下图片标签上有空白 */
img{
	vertical-align: middle;
	*vertical-align:top;
}
/* ie下input标签文本居中 */
input{
	vertical-align: middle;
}
/* 以下为自用公共样式 */
/* 浮动 */
.fl,.fl-li li,.fl-a{
	float: left;
	_display: inline;
}
.fr,.fr-li li,.fr-a{
	float: right;
	_display: inline;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.padd{
	padding: 0.1px;
}
.opacity{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:08;
}
/* 清除浮动 */
.cb:after{
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
/* 内联块级元素 */
.ib,.flexslider .hd ul li,.f_nav a,.f_contact ul li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body,html{
	width: 100%;
	*overflow-x: hidden;
	min-width: 1345px;
}
.flexslider .hd ul li,.x_nav ul li *,.business_list ul li *,.business_box > a,.case_list ul li *,.news_list ul *,.news_more,.footer_top a,.f_nav a,.about_bottom a{
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}
.business_list ul li:hover i,.case_list ul li:hover i{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.db{
	display: block;
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.w{
	width: 100%;
}
.h{
	height: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.w120{
	width: 120%;
}
.bg{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*公共样式结束*/
/*header*/
#header{
	height: 185px;
	background-color: #fff;
}
.header_top{
	height: 30px;
	background-color: #eef0f4;
}
.header_top *{
	font-size: 12px;
	color: #888888;
	line-height: 30px;
}
.header_right a{
	background: url(../web-icon/line_icon.png) right center no-repeat;
	margin-right: 10px;
	padding-right: 13px;
	position: relative;
}
.header_right a:last-child{
	margin-right: 0;
	padding-right: 0;
	background-image:none;
}
.header_right a i{
	display: block;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 28px;
    left: -13px;
	z-index: 300;
	visibility: hidden;
	opacity: 0;
}
.header_right a:hover{
	color: #000;
}
.header_right a:first-child:hover i{
	visibility: visible;
	opacity: 1;
}
.header_center{
	height: 100px;
	position: relative;
}
.x_logo{
    width: 365px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.header_center h4{
	font-size: 14px;
	color: #000000;
	margin-top: 35px;
	background: url(../web-icon/tel.png) left center no-repeat;
	padding-left: 51px;
}
.header_center h4 em{
	display: block;
	font-size: 24px;
	color: #ff9700;
	margin-top: 5px;
}
.x_nav{
	height: 55px;
	background-color: #ffffff;
}
.x_nav ul li{
	float: left;
	width: 150px;
	height: 55px;
	text-align: center;
	position: relative;
}
.x_nav ul li > a{
	display: block;
	font-size: 15px;
	color: #000000;
	line-height: 55px;
	background: linear-gradient(#007bc2,#007bc2) left/0% 100% no-repeat;
	position: relative;
	z-index: 1000;
}
.x_nav ul li .x_sub{
	width: 100%;
	height: 55px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 800;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.x_nav ul li .x_sub a{
	display: block;
	width: 100%;
	height: 50px;
	background:rgba(0,0,0,.5) linear-gradient(#1d82b7,#1d82b7) left/0% 100% no-repeat;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	line-height: 50px;
	margin-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
}
.x_nav ul li:hover > a{
	color: #fff;
	font-weight: bold;
	background-size: 100% 100%;
}
.x_nav ul li .x_sub a:hover{
	background-size: 100% 100%;
}
.x_nav ul li:hover .x_sub{
	height: auto;
	top: 55px;
	overflow: hidden;
	opacity: 1;
	visibility: visible;
}
/*header*/
/*banner*/
.flexslider{
	width: 100%;
	height: 650px;
	overflow: hidden;
	position: relative;
}
.flexslider .bd .tempWrap{
	height: 100%;
}
.flexslider .bd{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.flexslider .bd ul{
	width: 100%;
	height: 100%;
}
.flexslider .bd li{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.flexslider .hd{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	text-align: center;
}
.flexslider .hd ul li{
	width: 50px;
	height: 5px;
	cursor: pointer;
	float: none;
	background-color: #fff;
	margin-right: 10px;
}
.flexslider .hd ul li:last-child{
	margin-right: 0;
}
.flexslider .hd ul li.on{
	background-color: #d8261d;
}
@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}
/**/
.banner{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner .bd,
.banner .bd ul,
.banner .bd ul li{
    width: 100%;
    height: 100%;
}
.banner .bd ul li a{
    height: 100%;
    display: block;
}
.banner .bd ul li a img{
    width: 100%;
    height: 100%;
}
.banner > a{
    color: #fff;
    display: none;
    font-size: 60px;
    font-family: "宋体";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999;
}
.banner > a.prev{
    left: 2%;
}
.banner > a.next{
    right: 2%;
}
.banner .hd{
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 24px;
    z-index: 99;
}
.banner .hd ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    text-align: center;
}
.banner .hd ul li{
    width: 11px;
    height: 11px;
    background-color: #fff;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    border-radius: 90%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 12px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner .hd ul li.on{
    background-color: #e94d24;
}
/*banner*/
/*con*/
#about{
	height: 695px;
}
#about .w1200{
	background: url(../web-icon/about_left_bg.png) 40px 230px no-repeat;
}
.web_title{
	height: 113px;
	background: url(../web-icon/web_title_bg.png) center bottom no-repeat;
	text-align: center;
	font-size: 14px;
	color: #555;
	margin-top: 60px;
}
.web_title span{
	display: block;
	width: 280px;
	height: 33px;
	line-height: 33px;
	font-size: 30px;
	color: #393a45;
	font-weight: bold;
	text-transform: uppercase;
	margin: 11px auto 0px;
	background-color: #fff;
}
.web_title em{
	display: block;
	font-size: 24px;
	color: #393a45;
	margin-top: 17px;
}
#about .w1200 .web_title{
	margin-bottom: 80px;
}
.about_img{
	width: 335px;
	height: 363px;
	margin-left: 14px;
}
.about_info{
	width: 725px;
}
.about_info h2{
	font-size: 24px;
	color: #d8251e;
	font-weight: bold;
	text-align: center;
}
.about_info p{
	height: 175px;
	background: url(../web-icon/douhao_bg.png) center center no-repeat;
	font-size: 14px;
	color: #333;
	line-height: 30px;
    margin-top: 20px;
    padding-top: 15px;
    text-indent: 40px;
    text-align: justify;
}
.about_info p a{
	font-size: 14px;
	color: #d8251e;
	border-bottom: 1px solid #d8251e;
	margin-left: 17px;
}
.about_bottom{
	height: 130px;
	margin-top: 15px;
}
.about_bottom span{
	width: 178px;
	height: 130px;
	background-color: #d8251e;
	font-size: 18px;
	color: #fff !important;
	font-weight: bold;
	padding-top: 27px;
	padding-left: 20px;	
}
.about_bottom span em{
	display: block;
	font-size: 30px;
	color: rgba(255,255,255,.15);
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 26px;
}
.about_bottom i{
	width: 180px;
	height: 130px;
	margin-right: 2px;
}
.about_bottom a{
	width: 178px;
	height: 130px;
	background:#007bc2 url(../web-icon/jt_bg.png) 20px 75px no-repeat;
	font-size: 18px;
	color: #fff !important;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 29px;
}
.about_bottom a:last-child{
	margin-left: 2px;
}
.about_bottom a:hover{
	background-color: #d8251e;
}
#business{
	height: 640px;
	background: url(../web-icon/business_bg.jpg) center center no-repeat;
}
#business .w1320{
	width: 1320px;
	margin: 0px auto 0px;
}
.business_title{
	background-image:none;	
}
.business_title span{
	width: 100%;
	background-color: transparent;
}
.business_box{
	margin-top: 40px;
}
.business_list ul li{
	float: left;
	width: 238px;
	height: 360px;
	overflow: hidden;
	position: relative;
	margin-right: 2px;
}
.business_list ul li a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(0,0,0,.4);
}
.business_list ul li a h4{
	width: 208px;
	height: 45px;
	background-color: #fff;
	margin: 298px auto 0px;
	text-align: center;
	font-size: 16px;
	color: #d8251e;
	line-height: 45px;
}
.business_list ul li:hover a h4{
	letter-spacing: 5px;
	margin-top: 275px;
}
.business_box > a{
	display: block;
	width: 40px;
	height: 80px;
	background-color: #fff;
	position: absolute;
	top: 355px;
	font-family: "宋体";
	font-size: 30px;
	color: #666;
	text-align: center;
	line-height: 80px;
}
.business_box > a.prev{
	left: 0px;
}
.business_box > a.next{
	right: 0px;
}
.business_box > a:hover{
	background-color: #007bc2;
	color: #FFF;
}
#case{
	height: 815px;
}
.case_title span{
	width: 322px;
}
.case_list{
	margin-top: 40px;
	height: 530px;
}
.case_list ul li{
	float: left;
	width: 390px;
	height: 260px;
	overflow: hidden;
	position: relative;
	margin-right: 9px;
	margin-bottom: 9px;
}
.case_list ul li h4{
	height: 26px;
    font-size: 17px;
    color: #fff !important;
    text-align: center;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 100;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 25px;
}
.case_list ul li:first-child{
	width: 400px;
	height: 530px;
}
.case_list ul li:hover h4{
	bottom: 40px;
}
#server_add{
	height: 400px;
}
#news{
	height: 713px;
}
.news_list{
	height: 480px;
	background-color: #f5f5f5;
	margin-top: 60px;
}
.news_list ul li{
	float: left;
	width: 400px !important;
	height: 320px;
	overflow: hidden;
	padding: 30px;
	background: linear-gradient(#007bc2,#007bc2) left/0% 100% no-repeat;
}
.news_list ul li span{
	display: block;
	font-size: 14px;
	color: #393a45;
}
.news_list ul li span s{
	display: block;
	font-size: 72px;
	color: #393a45;
	margin-top: 23px;
	text-decoration: none;
}
.news_list ul li h4{
	font-size: 16px;
	color: #393a45;
	margin-top: 20px;
}
.news_list ul li p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	margin-top: 15px;
	text-align: justify;
}
.news_list ul li a > em{
	display: block;
	width: 34px;
	height: 18px;
	background: url(../web-icon/news_jt_bg.png) 0px -28px no-repeat;
	margin-top: 38px;
}
.news_list ul li:hover{
	background-size: 100% 100%;
}
.news_list ul li:hover *{
	color: #fff;
}
.news_list ul li:hover p{
	color: rgba(255,255,255,.6);
}
.news_list ul li:hover a > em{
	background-position-y: 0px;
}
.news_more{
	display: block;
	width: 150px;
	height: 45px;
	margin: 48px auto 0px;
	font-size: 14px;
	color: #fff !important;
	line-height: 45px;
	background-color: #999;
	text-align: center;
}
.news_more:hover{
	background-color: #007bc2;
}
/*con*/
/*footer*/
#footer{
	height: 270px;
	background-color: #353535;
	overflow: hidden;
	margin-top: 50px;
}
.footer_top{
	height: 50px;
	background-color: #252525;
}
.footer_top a:first-child{
	margin-right: 0;
}
.footer_top a{
	display: block;
	float: left;
	font-size: 12px;
	color: rgba(255,255,255,.5);
	line-height: 50px;
	margin-right: 20px;
}
.footer_top a:hover{
	color: #fff !important;
}
.footer_bottom{
	height: 220px;
}
.f_nav{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.f_nav a{
	font-size: 14px;
	color: rgba(255,255,255,.5);
	margin-right: 50px;
}
.f_nav a:last-child{
	margin-right: 0;
}
.f_nav a:hover{
	color: #fff;
}
.f_contact{
	text-align: center;
	font-size: 0;
	margin-top: 43px;
}
.f_contact ul li{
	margin-right: 155px;
}
.f_contact ul li:last-child{
	margin-right: 0;
}
.f_contact ul li i{
	display: block;
	float: left;
	width: 50px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	border-right: 1px solid #939393;
}
.f_contact ul li span{
	display: block;
	float: left;
	overflow: hidden;
	font-size: 14px;
	color: #939393;
	text-align: left;
	line-height: 25px;
	margin-left: 15px;
}
.f_contact ul li span em{
	position: relative;
	top: -6px;
}
.f_contact ul li i.f_tel{
	background-image:url(../web-icon/f_tel.png);
}
.f_contact ul li i.f_address{
	background-image:url(../web-icon/address.png);
}
.f_contact ul li i.f_mail{
	background-image:url(../web-icon/mail.png);
}
.copyRight{
	height: 55px;
	text-align: center;
	font-size: 14px;
	color: #939393;
	line-height: 55px;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,.2);
	margin-top: 27px;
}
.copyRight a{
	color: #939393;
}
/*footer*/
/*kf*/
.custom_service p img {display: inline; margin-top:-5px; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:150px;}
.side_content{width:154px; height:auto; overflow:hidden; float:left;}
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span {display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom {height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn {float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span {display:none;}
.side_center .custom_service p {text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  {text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p {padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver {text-align:center; margin-bottom:5px;}
.msgserver a {background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}
/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}
/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}
/*kf
