﻿/* 字体引用 */
@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,.case_hot 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 a,.hoisting_list ul li *,.equipment_list ul li *,.case_list .case_slide *,.case_hot ul li,.news_tab a,.news_list ul *,.honor_wrap > a,.f_nav ul li 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);
}
.hoisting_list ul li:hover i,.equipment_list ul li:hover a,.case_list .case_slide li:hover a{
	-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;
}
.bg{
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.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%;
}
/*公共样式结束*/
/*header*/
#header{
	height: 150px;
	background-color: #fff;
}
#header > .w1200{
	z-index: 200;
}
.x_logo{
	width: 477px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
}
.header_tel{
	font-size: 14px;
	color: #888;
	background: url(../web-icon/tel.png) left center no-repeat;
	padding-left: 60px;
	margin-top: 14px;
	/* margin-top: 30px; */
}
.header_tel em{
	display: block;
	font-size: 20px;
	/* font-size: 24px; */
	color: #f0720b;
	margin-top: 2px;
	/* margin-top: 5px; */
}
.header_bg{
	height: 50px;
	background-color: #f6f6f6;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.x_nav{
	height: 50px;
	margin-top: 27px;
}
.x_nav ul li{
	float: left;
	width: 150px;
	height: 50px;
	text-align: center;
}
.x_nav ul li > a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	line-height: 50px;
	background: linear-gradient(#ffffff,#ffffff) left/0% 100% no-repeat;
}
.x_nav ul li:hover a{
	background-size: 100% 100%;
}
/*header*/
/*banner*/
.flexslider{
	width: 100%;
	height: 750px;
	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%;
	left: 0;
	bottom: 40px;
	text-align: center;
}
.flexslider .hd ul li{
	width: 30px;
	height: 4px;
	cursor: pointer;
	float: none;
	background-color: rgba(255,255,255,.5);
	margin-right: 10px;
}
.flexslider .hd ul li:last-child{
	margin-right: 0;
}
.flexslider .hd ul li.on{
	width: 60px;
	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{
	height: 468px;
}
#about > .w1200{
	padding-top: 80px;
}
.about_left{
	width: 650px;
}
.about_left h4{
	height: 60px;
	border: 1px solid #cccccc;
	text-align: center;
}
.about_left h4 em{
	display: block;
	width: 545px;
	height: 30px;
	font-size: 26px;
	color: #555;
	line-height: 30px;
	margin: 41px auto 0px;
	background-color: #fff;
}
.about_left p{
	font-size: 14px;
	color: #888;
	line-height: 28px;
	text-align: justify;
	margin-top: 45px;
}
.about_left > a{
	display: block;
	width: 140px;
	height: 32px;
	background-color: #0869bb;t
	text-align: center;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	color: #fff !important;
	margin-top: 50px;	
}
.about_right{
	width: 500px;
	height: 305px;
}
#hoisting{
	height: 600px;
	background: url(../web-icon/hoisting_bg.jpg) center center no-repeat;
	padding-top: 78px;
}
.web_title{
	height: 76px;
	background: url(../web-icon/web_title.png) center 11px no-repeat;
	font-size: 30px;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
}
.web_title em{
	display: block;
	width: 202px;
	height: 32px;
	font-size: 14px;
	opacity: .75;
	font-weight: normal;
	margin: 0px auto 0px;
	border: 1px solid #aec5de;
	line-height: 32px;
	margin-top: 12px;
}
.hoisting_list{
	height: 300px;
	margin-top: 50px;
}
.hoisting_list ul li{
	float: left;
	width: 285px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}
.hoisting_list ul li i{
	height: 180px;
}
.hoisting_list ul li .info{
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	padding: 30px 25px;
}
.hoisting_list ul li .info h4{
	font-size: 14px;
	color: #222;
}
.hoisting_list ul li .info p{
	font-size: 12px;
	color: #999;
	line-height: 22px;
	margin-top: 11px;
}
.hoisting_list ul li:hover h4{
	letter-spacing: 5px;
}
#equipment{
	height: 827px;
	padding-top: 80px;
}
.equipment_title{
	background-image:url(../web-icon/equipment_title.png);
	color: #555 !important;
}
.equipment_title em{
	border-color: #e5e5e5;
}
.equipment_list{
	margin-top: 50px;
}
.equipment_list ul li{
	float: left;
	width: 292px;
	height: 190px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}
.equipment_list ul li:nth-child(1){
	width: 292px;
	height: 340px;
}
.equipment_list ul li:nth-child(2),.equipment_list ul li:nth-child(3){
	width: 443px;
	height: 340px;
}
#case{
	height: 720px;
	background: url(../web-icon/case_bg.jpg) center center no-repeat;
	padding-top: 78px;
}
.case_list{
	height: 440px;
	margin-top: 52px;
}
.case_wrap{
	height: 350px;
}
.case_list .tempWrap{
	height: 100%;
	margin-left:-100px;
	overflow: visible !important;
	width: 100%;
}
.case_list .case_slide li{
	float: left;
	width: 400px!important;
	height: 230px;
	overflow: hidden;
	margin: 40px 0;
	padding: 10px;
	text-align: center;
	margin: 65px 0;
}
.case_list .case_slide li:last-child{
	margin-right: 0;
}
.case_list .case_slide li.active{
	 width: 600px !important; 
	height: 350px;
	margin-top: 0px;
}
.case_hot{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.case_hot ul li{
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 15px;
	cursor: pointer;
}
.case_hot ul li:last-child{
	margin-right: 0;
}
.case_hot ul li.on{
	background-color: #0869bb;
}
#news{
	height: 508px;
}
#news .w1200{
	padding-top: 80px;
}
.news_left{
	width: 547px;
}
.news_tab{
	height: 42px;
	overflow: hidden;
}
.news_tab a{
	float: left;
	display: block;
	width: 124px;
	height: 42px;
	background-color: #e5e5e5;
	font-size: 16px;
	color: #808080;
	line-height: 42px;
	text-align: center;
}
.news_tab a.active,.news_tab a:hover{
	background-color: #0869bb;
	color: #fff;
}
.news_list{
	margin-top: 15px;
	height: 200px;
}
.news_list ul li{
	width: 100%;
	height: 43px;
	border-bottom: 1px dashed #e5e5e5;
	overflow: hidden;
}
.news_list ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.news_list ul li h4{
	font-size: 12px;
	color: #888;
	line-height: 43px;
	background:url(../web-icon/dian.png) left center no-repeat;
	padding-left: 20px;
}
.news_list ul li i{
	width: 0px;
	height: 94px;
	opacity: 0;
	visibility: hidden;
}
.news_list ul li .info{
	width: 100%;
	height: 94px;
}
.news_list ul li .info p{
	font-size: 12px;
	color: #999;
	line-height: 17px;
}
.news_list ul li.on{
	height: 94px;
	border-bottom: none;
	margin-top: 20px;
}
.news_list ul li.on i{
	width: 160px;
	opacity: 1;
	visibility: visible;
}
.news_list ul li.on .info{
	width: 360px;
}
.news_list ul li.on h4{
	background-image:none;
	padding-left: 0;
	font-size: 14px;
	color: #676767;
	font-weight: bold;
	line-height: 32px;
}
.news_more{
	display: block;
	width: 91px;
	height: 34px;
	background-color: #8d8d8d;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	line-height: 34px;
	margin-top: 30px;
}
.honor_wrap{
	width: 600px;
}
.honor_wrap h4{
	height: 26px;
	border-left: 4px solid #0869bb;
	font-size: 22px;
	color: #4e4e4e;
	padding-left: 10px;
}
.honor_list{
	height: 325px;
	border-top: 1px solid #d6d6d6;
	margin-top: 13px;
	padding-top: 55px;
}
.honor_list{
	padding-left: 20px;
	padding-right: 20px;
}
.honor_list ul li{
	float: left;
	width: 168px !important;
	height: 240px;
	overflow: hidden;
	margin-right: 30px;	
}
.honor_list ul li a{
	background-size: contain;
}
.honor_wrap > a{
	display: block;
	font-family: "宋体";
	font-size: 18px;
	color: #999;
	text-align: center;
	line-height: 18px;
	position: absolute;
	top: 6px;
	z-index: 100;
	font-weight: bold;
}
.honor_wrap > a.prev{
	right: 63px;
}
.honor_wrap > a.next{
	right: 0px;
}
.honor_wrap > a:hover{
	color: #0869bb;
}
/*con*/
/*footer*/
#footer{
	height: 400px;
	background-color: #313131;
	padding-top: 50px;
	margin-top: 30px;
}
#footer > .w1200{
	height: 223px;
}
.f_tel{
	padding-bottom: 48px;
	border-bottom: 1px solid #464646;
	text-align: center;
	margin-bottom: 38px;
}
.f_tel em{
	font-family: "宋体";
	font-size: 40px;
	color: #ccc;
	background: url(../web-icon/f_tel.png) left center no-repeat;
	padding-left: 35px;
}
.f_left{
	width: 770px;
}
.f_nav{
	margin-bottom: 40px;
}
.f_nav ul li{
	float: left;
	height: 15px;
	border-right: 2px solid #848484;
	padding-right: 20px;
	margin-right: 20px;
}
.f_nav ul li a{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 15px;
}
.f_nav ul li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.f_nav ul li:hover a{
	color: #fff;
}
.f_left > p{
	font-size: 12px;
	color: #666;
	margin-bottom: 18px;
}
#f_map{
	width: 400px;
	height: 157px;
	background-color: #fff;
}
.copyRight{
	width: 705px;
	font-size: 12px;
	color: #666;
	position: absolute;
	bottom: 30px;
	right: 0;
	z-index: 100;
	text-align: right;
}
.copyRight a{
	color: #666;
}
/*footer*/