/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, 
form, fieldset, legend, img { margin:0; padding:0; } 
fieldset, img,input,button { border:none; padding:0;margin:0;outline-style:none; }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
img {border:0;    vertical-align:middle;}
table { border-collapse:collapse; }
body {
    font-size:12px;
    color:#666;
    background:#fff
}
a{color:#666; text-decoration:none; }
a:hover{color:#C81623;}
h1,h2,h3,h4,h5,h6{text-decoration:none;font-weight:normal;}
s,i,em{font-style:normal;text-decoration:none;}
.col-red{color: #C81623!important;}
p{
	margin:0;
}
/*公共*/
.w{
    width: 100%;
	margin:0 auto;
}
.fl {
    float:left
}
.fr {
    float:right
}
.al {
    text-align:left
}
.ac {
    text-align:center
}
.ar {
    text-align:right
}
.hide {
    display:none
}
html,body{
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
img{
      image-rendering:-moz-crisp-edges;
      image-rendering:-o-crisp-edges;
      image-rendering:-webkit-optimize-contrast;
      image-rendering:crisp-edges;
      -ms-interpolation-mode: nearest-neighbor;
}
.Orange{
	color:#ff7308;
}
.color333{
	color:#333;
}
.img_header{
	width:100%;
}
.content{
	clear: both;
	width:100%;
	height:auto;
	box-sizing: border-box;
	background:#fff;
}
.content_1{
	width: 100%;
	padding:0 20px;
	box-sizing: border-box;
}
.p_h1{
	font-size:18px;
	font-weight: 600;
	margin-bottom:10px;	
}
.p_h2{
	font-size:14px;
	font-weight: 600;
	margin-bottom:10px;	
}
.p_h4{
	font-size:12px;
	font-weight: 600;
	margin-bottom:20px;	
}
.tag{
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.tag img{
	width:142x;
	height:12px;
}
.tag span{
	font-size:12px;
	margin-left:5px;
	margin-right:10px;
}
.line_t{
	width: 100%;
	height: 1px;
	background:#e7e7e7;
	margin-top:20px;
	margin-bottom: 10px;
}
.line_b{
	width: 100%;
	height: 1px;
	background:#e7e7e7;
	margin-top:10px;
	margin-bottom: 20px;
}
.welfare{
	font-size:12px;
	line-height:26px;
}
.skill{
	font-size:12px;
	line-height:26px;
}
.company{
	display: block;
	width:100%;
}
.company .txt{
	float: left;
	width:70%;
}
.company .txt p{
	width:100%;
}
.company img{
	float: left;
	width:30%;
}
.company .type{
	font-size:12px;
	line-height:26px;
}
.txtoverflow{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.orther{
	clear: both;
	text-align: center;
	width:100%;
	color:#c9c9c9;
	font-weight: 600;
	font-size:16px;
	margin:20px 0;
}
.BTN{
	width:100px;
	color:#fff;
	background: #ff7b55;
	background-image: linear-gradient(to right, #ff7b55 , #fe575e);
	margin:20px auto;
	padding:10px 5px;
	text-align: center;
	border-radius: 5px;
	display: block;
}