﻿/* 字体引用 */
@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,.server_list a,.case_tab a{
	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 > a,.server_list *,.case_tab a,.case_more,.case_list ul li *,.team_list ul li *,.team_list ul li *,.type_list *{
    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);
}
.case_list ul li:hover > i,.team_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;
}
.wh{
	width: 100%;
	height: 100%;
}
.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: 85px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.x_logo{
	width: 357px;
	background-repeat: no-repeat;
	background-position: left center;
}
.x_nav ul li{
	float: left;
	height: 100%;
    margin-left: 55px;
}
.x_nav ul li > a{
	display: block;
	height: 100%;
	font-size: 18px;
	color: #000;
	line-height: 85px;
}
.x_nav ul li:first-child{
	margin-left: 0;
}
.x_nav ul li:hover > a{
	font-weight: bold;
	-webkit-animation:tada_a 1s .2s ease both;
	-moz-animation:tada_a 1s .2s ease both;
}
@-webkit-keyframes tada_a{
	0%{-webkit-transform:scale(1)}
	10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}
	30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}
	40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}
	100%{-webkit-transform:scale(1) rotate(0)}
}
@-moz-keyframes tada_a{
	0%{-moz-transform:scale(1)}
	10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}
	30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}
	40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}
	100%{-moz-transform:scale(1) rotate(0)}
}
/*header*/
/*banner*/
.flexslider{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.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%;
	height: 25px;
	left: 0;
	bottom: 33px;
	text-align: center;
}
.flexslider .hd ul li{
	width: 27px;
	height: 27px;
	background:url(../images/dot.png) 0px 0px no-repeat;
	cursor: pointer;
	float: none;
}
.flexslider .hd ul li.on{
	background-position: -32px 0;
}
.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.6);
        transform: scale(1.6);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*banner*/
/*con*/
#server{
	height:565px;
}
.web_title{
	font-size: 30px;
	color: #303030;
}
.web_title i{
	display: block;
	width: 50px;
	height: 1px;
	background-color: #070001;
	margin-top: 17px;
}
#server .web_title{
	margin-top: 26px;
}
.server_list{
	height: 340px;
	text-align: center;
	font-size: 0;
	margin-top: 114px;
}
.server_list a{
	width: 340px;
	margin-right: 70px;
}
.server_list a:last-child{
	margin-right: 0;
}
.server_list a em{
	display: block;
	width: 110px;
	height: 110px;
	margin: 0px auto 0px;
	padding: 5px;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
}
.server_list a em i{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	border: 1px solid #898989;
}
.server_list a h4{
	font-size: 24px;
	color: #222;
	margin-top: 40px;
}
.server_list a p{
	font-size: 14px;
	color: #808080;
	line-height: 23px;
	margin-top: 40px;
}
.server_list a:hover{
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
}
.server_list a:hover em{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform:  rotate(90deg);
}
#about{
	height: 600px;
	background-color: #f6f3ee;
}
#about .web_title{
	margin-top: 46px;
}
#about .w1200 .info{
	width: 645px;
}
#about .w1200 .info p{
	font-size: 14px;
	color: #4c4c4c;
	margin-top: 33px;
	line-height: 25px;
	text-align: justify;
}
#about .w1200 .info .num_list{
	height: 80px;
	position: absolute;
	bottom: 59px;
	left: 0;
	z-index: 100;
}
#about .w1200 .info .num_list li{
	float: left;
	width: 150px;
	height: 80px;
	text-align: left;
	margin-right: 100px;
}
#about .w1200 .info .num_list li s{
	text-decoration: none;
	-webkit-animation:fadeInUp 1s .2s ease both;
	-moz-animation:fadeInUp 1s .2s ease both;
}
@-webkit-keyframes fadeInUp{
0%{opacity:0;
-webkit-transform:translateY(20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
0%{opacity:0;
-moz-transform:translateY(20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
#about .w1200 .info .num_list li em{
	display: block;
	font-size: 60px;
	color: #000;
}
#about .w1200 .info .num_list li h4{
	font-size: 14px;
	color: #4c4c4c;
	margin-top: 5px;
}
#about .w1200 .img{
	width: 467px;
	height: 542px;
}
#case .web_title{
	margin-top: 60px;
}
.case_tab{
	font-size: 0;
	text-align: left;
	margin-top: 49px;
}
.case_tab a{
	font-size: 18px;
	color: #222;
	border-bottom: 2px solid #fff;
	margin-right: 38px;
	padding-bottom: 6px;
}
.case_tab a:last-child{
	margin-right: 0;
}
.case_tab a.active{
	font-weight: bold;
	border-bottom-color:#070001;
}
.case_more{
	display: block;
	font-size: 18px;
	color: #222;
	margin-top: 52px;
}
.case_more:hover{
	letter-spacing: 5px;
}
.case_list{
	height: 960px;
	margin-top: 27px;
}
.case_list ul li{
	float: left;
	width: 25%;
	height: 480px;
	overflow: hidden;
	position: relative;
}
.case_list ul li.on{
	-webkit-animation:scale_li 1s .2s ease both;
	-moz-animation:scale_li 1s .2s ease both;
}
.case_list ul li > a{
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 10;
	background-color: rgba(0,0,0,.8);
	opacity: 0;
}
.case_list ul li > a h4{
	font-size: 24px;
	color: #fff !important;
	position: absolute;
	bottom: 18%;
	left: 30px;
	z-index: 20;
}
.case_list ul li > a h4 i{
	display: block;
	width: 39px;
	height: 1px;
	background-color: #fff;
	margin-top: 7px;
}
.case_list ul li > a em{
	display: block;
	font-size: 14px;
	color: #fff !important;
	margin-top: 14px;
	position: absolute;
	bottom: 10%;
	left: 30px;
	z-index: 20;
}
.case_list ul li:hover > a{
	left: 0;
	opacity: 1;
}
@media only screen and (max-width:1400px) and (min-width:1360px) {
	.case_list ul li{
		height: 390px;
	}
	.case_list {
	    height: 780px;
	}
}
@-webkit-keyframes scale_li{
	0%{
		-webkit-transform:scale(0);
	}100%{
		-webkit-transform:scale(1);
	}
}
@-moz-keyframes scale_li{
	0%{
		-moz-transform:scale(0);
	}100%{
		-moz-transform:scale(1);
	}
}
#team{
	height: 810px;
}
#team .web_title{
	margin-top: 99px;
	text-align: center;
}
#team .web_title i{
	margin:17px auto 0px;
}
.team_list{
	width: 1180px;
	height: 500px;
	margin: 65px auto 0px;
}
.team_list ul li{
	float: left;
	width: 380px;
	height: 500px;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}
.team_list ul li a{
	height: 120px;
	background-color: #f2eee8;
	position: absolute;
	bottom: -120px;
	left: 0;
	z-index: 100;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0;
}
.team_list ul li a h4{
	font-size: 18px;
	color: #222;
	margin-top: 23px;
}
.team_list ul li a p{
	font-size: 18px;
	color: #222;
	margin-top: 18px;
}
.team_list ul li:hover a{
	bottom: 0;
	opacity: 1;
}
.team_list ul li:hover h4{
	letter-spacing: 5px;
	text-indent: 5px;
}
.team_list ul li:hover i{
	background-position-y: -50px;
}
#type{
	height: 282px;
	background-color: #f6f3ee;
}
.type_list{
	
}
.type_list li{
	float: left;
	width: 165px;
	height: 155px;
	border: 1px solid #3b3a39;
	margin-top: 64px;
	margin-right: 93px;
	text-align: center;
}
.type_list li > i{
	display: block;
	width: 100%;
	height: 100px;
	background-position: center 36px;
	background-repeat: no-repeat;
}
.type_list li h4{
	font-size: 18px;
	color: #222;
	margin-top: 15px;
}
.type_list li:hover i{
	background-position-y: 25px;
}
.type_list li:hover h4{
	margin-top: 5px;
	letter-spacing: 5px;
	text-indent: 5px;
}
/*con*/
/*footer*/
#footer{
	height: 560px;
	background-color: #e6e1d8;
}
#footer .f_contact{
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#footer .f_contact > .info{
	width: 410px;
	margin-left: 37%;
}
#footer .f_contact .web_title{
	margin-top: 65px;
}
.f_message{
	margin-top: 35px;
	width: 333px;
}
.f_message input{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #808080;
	background-color: #e6e1d8;
	font-size: 14px;
	color: #222;
	line-height: 50px;
}
.f_message input::-webkit-input-placeholder,.f_message textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #222;
}
.f_message textarea{
    width: 100%;
    height: 90px;
    background-color: #e6e1d8;
    line-height: 36px;
    font-size: 14px;
    color: #1a1a1a;
    resize: none;
    border-bottom: 1px solid #808080;
}
.f_message > a{
	display: block;
	width: 118px;
	height: 38px;
	background-color: #1b181f;
	font-size: 14px;
	color: #c2c1c3 !important;
	line-height: 38px;
	text-align: center;
	margin-top: 27px;
}
#footer .f_contact .info .info{
	font-size: 14px;
	color: #000;
	margin-top: 28px;
}
#footer .f_contact .info .info p{
	margin-bottom: 13px;
}
.copyRight{
	font-size: 14px;
	color: #808080;
	line-height: 22px;
	margin-top: 30px;
}
.copyRight a{
	color: inherit;
}
#fotoer_map{
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background-color: #d6cdbc;
}
.loader_box{width: 100%;height: 100%;background-color: #fcfbf7;position: fixed;top: 0;left: 0;right:0px;bottom:0px;margin:auto;z-index: 5000;transition: all .9s;opacity: 1;}
.loader em{display: block;font-size: 12px;color: #000;font-style:normal;margin-top: 20px;text-align: center;}
.loader {width: 120px;height: 28px;position: absolute;top:0;left:0;right: 0;bottom: 0;z-index: 500;margin: auto;}
.dot {width: 24px;height: 24px;background: #3ac;border-radius: 100%;display: inline-block;animation: slide 1s infinite;}
.dot:nth-child(1) {animation-delay: 0.1s;background: #32aacc;}
.dot:nth-child(2) {animation-delay: 0.2s;background: #64aacc;}
.dot:nth-child(3) {animation-delay: 0.3s;background: #96aacc;}
.dot:nth-child(4) {animation-delay: 0.4s;background: #c8aacc;}
.dot:nth-child(5) {animation-delay: 0.5s;background: #faaacc;}
@-moz-keyframes slide {0% {transform: scale(1);}50% {opacity: 0.3;transform: scale(2);}100% {transform: scale(1);}}
@-webkit-keyframes slide {0% {transform: scale(1);}50% {opacity: 0.3;transform: scale(2);}100% {transform: scale(1);}}
@-o-keyframes slide {0% {transform: scale(1);}50% {opacity: 0.3;transform: scale(2);}100% {transform: scale(1);}}
@keyframes slide {0% {transform: scale(1);}50% {opacity: 0.3;transform: scale(2);}100% {transform: scale(1);}}
/*footer*/