﻿/* 字体引用 */
@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,.header-right i,.news-hot ul li,.contact-info span i,.link a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body,html{
	*overflow-x: hidden;
	min-width: 1345px;
}
.flexslider .hd ul li,.x-nav ul li .x-menu a,.x-nav ul li .x-menu,.title-wrap .more,.about-top-list ul li,.business-wrap ul li img,.case-info,.case-info i,.news-info,.news-info span,.news-info p,.news-info h4,.news-list ul li img,.partner-list ul li,.partner-prev, .partner-next{
    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-wrap ul li:hover img,.news-list ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    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);
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.w{
	width: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
/*公共样式结束*/
/*header*/
#header{
	height: 165px;
}
.header-top{
	height: 45px;
	background-color: #e9edee;
}
.header-left{
	height: 13px;
	margin-top: 15px;	
}
.header-left a{
	display: block;
	float: left;
	font-size: 14px;
	color: #696969;
	border-right: 1px solid #9e9e9e;
    padding-right: 15px;
    margin-right: 15px;
}
.header-left a:last-child{
	border-right: 0px;
}
.header-left a:hover{
	color: #39bdfd;
}
.header-right{
	width: 285px;
	height: 45px;
	background: url(../images/server-bg.png) center right no-repeat;
	padding-top: 6px;
}
.header-right i{
	width: 33px;
	height: 33px;
	background: url(../images/header-top-icon.png) -5px 3px no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 21px;
}
.header-right span{
	font-size: 16px;
	color: #fff;
}
.x-logo{
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 200px;
	height: 92px;
	background-repeat: no-repeat;
}
.search{
	width: 275px;
	height: 28px;
	margin-top: 25px;
}
.search input[type="text"]{
	width: 223px;
	height: 100%;
	border: 1px solid #bfbebe;
	background-color: #fff;
	text-indent: 10px;
}
.search .from-btn{
	display: block;
	width: 52px;
	height: 100%;
	background: #3fc2ff url(../images/header-top-icon.png) -51px 0px no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.x-nav{
	width: 962px;
	height: 42px;
	background: url(../images/x-nav-bg.png) left center no-repeat;
    margin-top: 25px;
    padding-left: 25px;
}
.x-nav ul{
	width: 120%;
}
.x-nav ul li{
	float: left;
	width: 97px;
	height: 42px;
	text-align: center;
	margin-top: 14px;
	position: relative;
	overflow: hidden;
}
.x-nav ul li > a{
	display: block;
	height: 15px;
	border-right: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	line-height: 15px;
}
.x-nav ul li:hover > a{
	color: #ffd3cc;
}
.x-nav ul li > a:first-child{
	border-right: 0px;
}
.x-nav ul li:first-child{
	width: 70px;
}
.x-nav ul li .x-menu{
	position: absolute;
    top: 28px;
    left: 5px;
	width: 98px;
	z-index: 500;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=80);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.x-nav ul li .x-menu a{
	display: block;
	width: 100%;
	height: 31px;
	background-color: #fff;
	font-size: 16px;
	color: #007ab3;
	line-height: 31px;
	margin-bottom: 1px;
}
.x-nav ul li .x-menu a:hover{
	background-color: #007ab3;
	color: #fff;
}
.x-nav ul li:hover{
	overflow: visible;
}
.x-nav ul li:hover .x-menu{
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.nav-bg{
	display: block;
	width: 30%;
	height: 42px;
	position: absolute;
	top: 123px;
	right: 0;
	background-color: #007ab3;
	z-index: -5;
}
/*header*/
/*banner*/
.flexslider{
	width: 100%;
	height: 590px;
	overflow: hidden;
	position: relative;
}
.flexslider .bd{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.flexslider .bd ul,.flexslider .tempWrap{
	width: 100% !important;
	height: 100%;
}
.flexslider .bd li{
	width: 0%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition:1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -webkit-transition:1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -moz-transition: 1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -ms-transition: 1s cubic-bezier(0.86, 0.29, 0, 1.01);
    -o-transition: 1s cubic-bezier(0.86, 0.29, 0, 1.01);
}
.flexslider .hd{
	position: absolute;
	width: 100%;
	height: 25px;
	left: 0;
	bottom: 33px;
	text-align: center;
}
.flexslider .hd ul li{
	width: 23px;
	height: 23px;
	cursor: pointer;
	float: none;
	background-color: #52c2ca;
	margin-right: 15px;
}
.flexslider .hd ul li.on{
	background-color: #fff;
}
/*.flexslider .bd li{
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
 	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}*/
@-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*/
/*con*/
#about{
	background-color: #f1f6fa;
    padding-bottom: 30px;
}
.title-wrap{
	height: 32px;
	border-bottom: 1px solid #919496;
	margin-top: 53px;
}
.title-wrap .title{
	width: 400px;
	font-size: 27.3px;
	color: #000;
	border-left: 3px solid #1351ef;
	padding-left: 10px;
    margin-top: 1px;
}
.title-wrap .title em{
	display: block;
	font-size: 17.82px;
	color: #adb1b4;
	text-transform: uppercase;
    margin-top: 3px;
    position: absolute;
	top: 0px;
	left: 130px;
}
.title-wrap .title::before,.title-wrap .more::before{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 5;
	width: 120px;
	height: 5px;
	background-color: #f1f6fa;
}
.title-wrap .more{
	display: block;
	width: 121px;
	height: 31px;
	background-color: #1351ef;
	border-radius: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 31px;
	text-align: center;
	position: relative;
    margin-top: 1px;
    z-index: 10;	
}
.title-wrap .more:hover{
	background-color: #000;
}
.about-top-warp{
	margin-top: 45px;
}
.about-info{
	display: block;
	width: 409px;
	height: 201px;
	background: url(../images/about-info-img.png) 0px no-repeat;
	margin-right: 16px;
}
.about-top-list{
	width: 775px;
}
.about-top-list ul{
	width: 120%;
}
.about-top-list ul li{
	float: left;
	width: 251px;
	height: 212px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-right: 10px;
}
.about-top-list ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.about-top-list ul li:hover{
	margin-top: 10px;
}
.about-bottom{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin-top: 45px;
}
#business .title::before,#business .title-wrap .more::before{
	background-color: #fff;
}
#business{
	margin-top: -20px;
}
.business-list{
	margin-top: 53px
}
.business-list .business-wrap{
	width: 1096px;
	height: 184px;
	margin: 0px auto 0px;
}
.business-wrap ul{
	width: 120%;
}
.business-wrap ul li{
	float: left;
	width: 345px;
	height: 184px;
	overflow: hidden;
	margin-right: 30px;
}
.business-prev,.business-next{
	display: block;
	width: 24px;
	height: 41px;
	position: absolute;
	top: 70px;
	font-size: 35px;
	color: #b4b4b4;
	font-family: sans-serif;
}
.business-prev{
	left: 0;
	background: url(../images/business-prev.png) 0px no-repeat;
}
.business-next{
	right: 0;
	background: url(../images/business-next.png) 0px no-repeat;
}
#case{
	height: 610px;
	background: url(../images/case-bg.jpg) center center no-repeat;
    margin-top: 50px;
}
#case .title-wrap{
	border-bottom-color: #c0daee;
}
#case .title::before{
	background-color: #92bddf;
}
#case .title em{
	color: #6789a3;
}
#case .title-wrap .more::before{
	background-color: transparent;
}
.case-list{
	margin-top: 58px;
}
.case-list ul{
	width: 120%;
}
.case-list ul li{
	float: left;
	width: 293px;
	height: 185px;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
    margin-right: 10px;
    margin-bottom: 10px;
}
.case-list ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.case-info{
	width: 100%;
	height: 100%;
	background-color: rgba(48,123,171,.8);
	padding-top: 60px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.case-info h4{
	font-size: 16px;
	color: #fff;
	margin: 0px;
}
.case-info i{
	display: block;
	width: 21px;
	height: 21px;
	border: 1px solid #fff;
	font-size: 17.44px;
	color: #fff;
	line-height: 18px;
	margin: 35px auto 0px;
	border-radius: 50%;
}
.case-list ul li:hover .case-info{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
#news .title-wrap .title::before,#news .title-wrap .more::before{
	background-color: #fff;
}
.news-list{
	margin-top: 40px;
	height: 365px;
}
.news-list .news-silde{
	width: 120%;
}
.news-list .news-silde li{
	width: 280px;
	float: left;
	overflow: hidden;
	margin-right: 27px;
}
.news-info{
	width: 100%;
	height: 117px;
	background:#c9c9c9 linear-gradient(#517ae1,#517ae1) left/0% 100% no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	position: relative;
	z-index: 10;
}
.news-info h4{
	font-size: 16px;
	color: #000;
	margin: 0px;
	text-align: center;
}
.news-info p{
	color: #545454;
	margin: 10px 0px 0px 0px;
	line-height: 15px;
}
.news-info span{
	display: block;
	width: 77px;
	height: 24px;
	color: #fff;
	background-color: #517ae1;
	text-align: center;
	line-height: 24px;
	border-radius: 10px;
    position: absolute;
    bottom: 5px;
    left: 15px;
}
.news-list ul > li:hover .news-info{
	background-size: 100% 100%;
}
.news-list .news-silde li:hover h4,.news-list .news-silde li:hover p{
	color: #fff;
}
.news-list .news-silde li:hover .news-info span{
	background-color: #000;
}
.news-hot{
	height: 14px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-hot ul li{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: rgba(168,188,240,.5);
	margin-right: 10px;
	cursor: pointer;
}
.news-hot ul li.on{
	background-color: #517ae1;
}
#partner .title-wrap .title::before,#partner .title-wrap .more::before{
	background-color: #fff;
}
.partner-wrap{
	width: 1315px;
	height: 145px;
	margin: 40px auto 0px;	
}
.partner-list ul{
	width: 120%;
}
.partner-list ul li{
	float: left;
	width: 190px !important;
	height: 145px;
	text-align: center;
	display: table;
	table-layout: fixed;
	border: 1px solid #dddddd;
	margin-right: 12px;
	overflow: hidden;
}
.partner-list ul li img{
	max-width: 100%;
}
.partner-list ul li a{
	display: table-cell;
	vertical-align: middle;
}
.partner-list ul li:hover{
	border-color: #00baff;
}
.partner-prev,.partner-next{
	display: block;
	position: absolute;
	top: 55px;
	width: 35px;
	height: 35px;
    font-size: 20px;
    font-family: cursive;
	line-height: 35px;
	text-align: center;
	background-color: #f6f6f6;
}
.partner-prev{
	left: 0;
}
.partner-next{
	right: 0;
}
.partner-prev:hover,.partner-next:hover{
	background-color: #1184bd;
	color: #fff;
}
/*con*/
/*footer*/
#footer{
	height: 360px;
	background-color: #0f84bd;
	margin-top: 36px;
}
.mode{
	width: 560px;
	margin-top: 65px;
}
.link{
	width: 443px;
	margin-bottom: 20px;
    border-bottom: 1px solid #2d8cba;
    padding-bottom: 10px;
}
.link a{
	width: 65px;
	border-right: 1px solid #fff;
	font-size: 12px;
	color: #fff !important;
	margin-right: 20px;
}
.link a:first-child{
	width: 55px;
}
.copyRight{
	width: 555px;
    border-bottom: 1px solid #2d8cba;
    padding-bottom: 10px;
}
.copyRight,.address,.contact-info span,.ym{
	font-size: 12px;
	color: #fff;
}
.copyRight a{
	color: inherit !important;
}
.address{
	margin-top: 30px;
}
.contact-info{
	margin-top: 20px;
}
.contact-info span{
	display: block;
	width: 100%;
	margin-top: 10px;
}
.contact-info span i{
	width: 40px;
	height: 30px;
	background: url(../images/footer-ico.png) 3px 0px no-repeat;
	vertical-align: middle;
}
.contact-info span i.i-2{
	background-position: 0 -36px;
    background-size: 28px;
}
.contact-info span i.i-3{
	background-position: 0px -66px;
}
.ym{
	margin-top: 10px;
}
.sher{
	width: 170px;
	margin-top: 65px;
}
.sher .bdsharebuttonbox a{
	width: 50px;
	height: 50px;
	background: url(../images/sher-ico.png) 0px 0px no-repeat;
}
.sher .bdsharebuttonbox a.bds_weixin{
	background-position: -55px 0;
}
.sher .bdsharebuttonbox a.bds_tsina{
	background-position: -108px 0;
}
.code{
	width: 160px;
	height: 165px;
	border:1px solid #fff;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	background-color: #30a8e2;
}
.code img{
	margin-top: 8px;
}
.ss{
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
}
.form{
	width: 275px;
	margin-top: 53px;
}
.form p{
	margin-top: 10px;
}
.form p input::-webkit-input-placeholder,.form p textarea::-webkit-input-placeholder{
	font-family: "宋体";
	font-size: 14px;
	color: #fff;
}
.form p input[type="text"]{
	width: 100%;
	height: 37px;
	background-color:rgba(255,255,255,.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF,endColorstr=#BFFFFFFF);
	border: 0px;
	outline: none;
	text-indent: 10px;
}
.form p textarea{
	width: 100%;
	height: 115px;
	background-color:rgba(255,255,255,.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFFFFFFF,endColorstr=#BFFFFFFF);
	text-indent: 10px;
	line-height: 20px;
	resize: none;
}
.form p .submit{
	display: block;
	width: 100%;
	height: 37px;
	background-color: #30a8e2;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 37px;
}
/*footer*/