﻿/* 字体引用 */
@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,.adv_box .hd 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 *,#about .w1200 .info a,.adv_box .hd li,.adv_tab *,#Exhibition .w1200 .info a,.Exhibition_list ul li *,.characteristic_list ul li *,.adv_more 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);
}
.Exhibition_list ul li:hover i,.characteristic_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: 96px;
	background-color: #982525;
}
.x_logo{
	width: 218px;
	background-repeat: no-repeat;
	background-position: left center;
}
.x_nav{
	width: 955px;
}
.x_nav ul li{
	float: left;
	width: 117px;
	height: 96px;
	position: relative;
	text-align: center;
}
.x_nav ul li > a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff !important;
	padding-top: 29px;
	position: relative;
	z-index: 1000;
}
.x_nav ul li > a em{
	display: block;
	width: 100%;
	height: 15px;
	position: relative;
	z-index: 1000;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.x_nav ul li .x_sub{
	width: 100%;
	height: 0px;
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 900;
	background:#9f0410 url(../web-icon/sub_bg.png) center bottom no-repeat;
	padding-top: 96px;
	padding-bottom: 25px;
	border-top: 6px solid #ffff01;
	box-shadow: 0px -3px 11px #423939;
	opacity: 0;
	visibility: hidden;
}
.x_nav ul li .x_sub a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #fff !important;
	margin-bottom: 15px;
}
.x_nav ul li:hover{
	border-top: 6px solid #ffff01;
	box-shadow: 0px -3px 11px #423939;
}
.x_nav ul li:hover .x_sub{
	height: auto;
	top: -6px;
	opacity: 1;
	visibility: visible;
}
.x_nav ul li.nav_home > a em{
	background-image:url(../web-icon/txt_1.png);
}
.x_nav ul li.nav_about > a em{
	background-image:url(../web-icon/txt_2.png);
}
.x_nav ul li.nav_server > a em{
	background-image:url(../web-icon/txt_3.png);
}
.x_nav ul li.nav_exhibition > a em{
	background-image:url(../web-icon/txt_4.png);
}
.x_nav ul li.nav_adv > a em{
	background-image:url(../web-icon/txt_5.png);
}
.x_nav ul li.nav_partner > a em{
	background-image:url(../web-icon/txt_6.png);
}
.x_nav ul li.nav_recruit > a em{
	background-image:url(../web-icon/txt_7.png);
}
.x_nav ul li.nav_contact > a em{
	background-image:url(../web-icon/txt_8.png);
}
/*header*/
/*banner*/
.flexslider{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.banner_bg{
	height: 54px;
	background-image:url(../web-icon/banner_top_bg.png);
	background-position-y: top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
}
.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);
        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{
	height: 545px;
	/*background: url(../web-icon/about_bg.png) center center no-repeat;*/
	background-color: #820000;
	z-index: 800;
	margin-top: -9px;
}
#about .w1200{
	padding-top: 150px;
}
#about .w1200 .img{
	width: 510px;
	height: 304px;
	margin-left: 117px;
}
#about .w1200 .info{
	width: 436px;
	height: 304px;
	margin-left: 55px;
}
.about_title{
	height: 67px;
	background: url(../web-icon/about_title.png) center center no-repeat;
}
#about .w1200 .info p{
	font-size: 12px;
	/*color: #585858;*/
	color: #fff !important;
	line-height: 25px;
	text-align: justify;
	margin-top: 30px;
}
#about .w1200 .info a{
	display: block;
	width: 97px;
	height: 26px;
	background-color: #1d3d7e;
	font-size: 12px;
	color: #fff !important;
	line-height: 26px;
	text-align: center;
    margin-top: 20px;
}
#about .w1200 .info a:hover{
	background-color: #fff;
	color: #000 !important;
}
#adv{
	height: 740px;
	background: url(../web-icon/adv_bg.jpg) center center no-repeat;
}
.adv_title{
	height: 56px;
	background: url(../web-icon/adv_title.png) 118px center no-repeat;
	margin-top: 77px;
	margin-bottom: 63px;
}
.adv_box{
	width: 625px;
	height: 457px;
	margin-left: 118px;
}
.adv_img ul li{
	width: 625px;
	height: 457px;
	overflow: hidden;	
}
.adv_box .hd{
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 1000;
	text-align: center;
}
.adv_box .hd ul{
	font-size: 0;
}
.adv_box .hd li{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 8px;
}
.adv_box .hd li:last-child{
	margin-right: 0;
}
.adv_box .hd li.on{
	background-color: #1d3d7e;
}
.adv_tab{
	width: 255px;
	height: 527px;
	overflow: hidden;
	background-color: #b8d1ea;
	padding-top: 47px;
}
.adv_tab a{
	display: block;
	width: 100%;
	height: 86px;
	background:linear-gradient(#1d3d7e,#1d3d7e) left/0% 100% no-repeat;
	margin-bottom: 20px;
}
.adv_tab a i{
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	margin-left: 34px;
	margin-top: 9px;
}
.adv_tab a span{
	width: 148px;
	height: 100%;
	font-size: 16px;
	color: #585858;
	text-align: center;
	padding-top: 19px;
}
.adv_tab a span em{
	display: block;
	font-size: 12px;
	text-transform: lowercase;
	margin-top: 12px;
}
.adv_tab a.active{
	background-size: 100% 100%;
}
.adv_tab a.active *{
	color: #fff !important;
}
.adv_more{
	width: 111px;
	height: 374px;
	background: url(../web-icon/adv_right.jpg) center center no-repeat;
	margin-top: 154px;
	margin-right: 54px;
}
.adv_more a{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff !important;
	padding-left: 42px;
	padding-right: 42px;
	text-align: center;
	padding-top: 41px;
}
#Exhibition{
	height: 900px;
	background: url(../web-icon/Exhibition_bg.jpg) center center no-repeat;
}
.Exhibition_title{
	height: 69px;
	background: url(../web-icon/Exhibition_title.png) 105px center no-repeat;
	margin-top: 117px;
	margin-bottom: 59px;
}
#Exhibition .w1200 .info{
	width: 269px;
	margin-left: 107px;
}
#Exhibition .w1200 .info p{
	font-size: 14px;
	color: #fff !important;
	text-align: justify;
	line-height: 30px;
}
#Exhibition .w1200 .info a{
	display: block;
	width: 84px;
	height: 25px;
	background-color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #002960;
	margin-top: 64px;	
}
#Exhibition .w1200 .info a:hover{
	background-color: #2f2b1d;
	color: #fff;
}
.Exhibition_list{
	width: 740px;
	height: 516px;
}
.Exhibition_list ul li{
	float: left;
	width: 358px;
	height: 248px;
	overflow: hidden;
	position: relative;
	margin-right: 24px;
	margin-bottom: 20px;
}
.Exhibition_list ul li a{
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 100;
	font-size: 16px;
	color: #fff !important;
	background: rgba(0,0,0,.8) url(../web-icon/more.png) center 96px no-repeat;
	line-height: 375px;
	text-align: center;
}
.Exhibition_list ul li:hover a{
	top: 0;
}
#index_message{
	height: 595px;
	background: url(../web-icon/message_bg.jpg) center center no-repeat;
}
.message_title{
	text-align: center;
	font-size: 30px;
	color: #333;
	margin-top: 100px;
}
.message_title em{
	display: block;
	font-size: 14px;
	color: #808080;
	margin-top: 14px;
}
.form_box{
	padding-left: 48px;
	padding-right: 48px;
	margin-top: 42px;
}
.form_box input{
	float: left;
	width: 300px;
	height: 35px;
	border-bottom: 1px solid #747374;
	background-color: transparent;
	line-height: 35px;
	font-size: 14px;
	color: #000;
}
.form_box input::-webkit-input-placeholder,.form_box textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #808080;
}
.form_box input[id="mail"]{
	margin-left: 100px;
	margin-right: 100px;
}
.form_box textarea{
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #747374;
	background-color: transparent;
	line-height: 35px;
	font-size: 14px;
	color: #000;
	resize: none;
	margin-top: 60px;
}
.form_box a{
	display: block;
	width: 100px;
	height: 30px;
	background-color: #da251d;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff !important;
	margin: 55px auto 0px;
}
#characteristic{
	height: 635px;
	background: url(../web-icon/characteristic_bg.jpg) center center no-repeat;
}
.characteristic_title{
	height: 68px;
	background: url(../web-icon/characteristic_title.png) center center no-repeat;
	margin-top: 50px;
}
.characteristic_list{
	height: 418px;
	margin-top: 28px;
}
.characteristic_list ul li{
	float: left;
	width: 283px;
	height: 418px;
	position: relative;
	margin-right: 22px;
	overflow: hidden;
}
.characteristic_list ul li a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.characteristic_list ul li a h4{
	width: 117px;
	height: 117px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.6);
	margin: 150px auto 0px;
	text-align: center;
	font-size: 18px;
	color: #585858;
	font-weight: bold;
	line-height: 117px;
}
.characteristic_list ul li a p{
	width: 100%;
	height: 93px;
	font-size: 18px;
	color: #fff !important;
	text-align: center;
	line-height: 93px;
	background-color: #982525;
    margin-top: 155px;
}
.characteristic_list ul li:hover h4{
	margin-top: 65px;
}
.characteristic_list ul li:hover p{
	margin-top: 14px;
}
/*con*/
/*footer*/
#footer{
	height: 630px;
	background-color: #666;
}
#footer .info{
	width: 450px;
	height: 600px;
	background-color: #a23a3a;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 500;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 158px;
	margin-left: -600px;
}
#footer .info p{
	font-size: 15px;
	color: #fff !important;
	margin-bottom: 25px;
}
#bdshare_weixin_qrcode_dialog{
	box-sizing: initial;
	-webkit-box-sizing: initial;
}
.f_sher .bdsharebuttonbox{
	width: 170px;
	height: 18px;
	background: url(../web-icon/sher_icon.png) left center no-repeat;
	margin-top: 102px;
}
.f_sher .bdsharebuttonbox a{
	width: 29px;
	height: 25px;
	background-image:none;
	margin: 0px;
	padding: 0;
	margin-right: 14px;
}
.f_sher .bdsharebuttonbox a:last-child{
	margin-right: 0;
}
.copyRight{
	height: 31px;
	background-color: #000;
	text-align: center;
	line-height: 31px;
	font-size: 12px;
	color: #fff !important;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 800;
}
.copyRight a{
	color: #fff !important;
}
/*footer*/