﻿@charset "utf-8"; 
/*全局样式*/
body{ padding:0px; margin:0px auto; /*font-family:Microsoft YaHei,arial,'宋体';*/ color: #666; font-size:12px; width: 100%; zoom:1; min-width:1200px; background:/*url(../images/bg.jpg)*/ #fff;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制内容的可选择性*/
/*-webkit-user-select: none;  
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;*/
        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;  
}

ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}

/*默认去除ul、li的默认样式*/
ul,li{ list-style:none; margin: 0;} 

/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;} 

/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 

/*不允许多行输入文本框有滚动条*/
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 

/*初始化表单元素样式*/
textarea,input,select {background:none; border:none; margin:0; padding:0; font-family:"微软雅黑";}

/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}

/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化对象样式*/
object{ border:none; border:0; overflow:hidden; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666; text-decoration:none; noline: -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color: #f08300; text-decoration:none;}

/*清楚浮动*/
.clear{ clear:both; height:0px; overflow:hidden; line-height:0; content:"";  zoom:0;}

/*全局样式*/

.Headlanguage:after,.Header:after,.navul:after,.HomeBanner .tab:after,.Bottom:after,.HomAdvantage .HAlist:after,.HomAdvantage2 .HAlist:after,.siderMenu ul:after,.ProFeatures .Prolist ul:after,.DyedLife dl:after{content: ".";display: block;visibility: hidden;clear: both;height: 0;font-size: 0;}
.tbl-type {	display: table;	width: 100%}
.tbl-cell {	display: table-cell;vertical-align: top;text-align: center}
.Texthide{ display:none;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}

.zxyp_list p.job_top {
      background: #c9b27c none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
    margin: 0;
}
.zxyp_list p.job_top span {
    color: #fff;
    display: block;
    float: left;
  font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 14.2%;

}

.zxyp_list li span.bg {
    color: #5e5e5e;
    display: block;
    float: left;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 14.2%;
	overflow:  hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; 
}
.zxyp_list li div.job_xq {
    border-top: 1px dashed #e0e0e0;
    display: none;
    float: left;
    font-size: 12px;
    line-height: 24px;
    padding: 0 11% 1%;
}
.zxyp_list p.job_top span.zycol,.zxyp_list li span.zycol{ width:57.4%;}
.zxyp_list li {
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    float: left;
    width: 100%;
}