body{
	/* background: #f5f5f5; */
}
.logotop{
	width: 1100px;
	height: 85px;
	margin: 30px auto;
}
.logotop_logo a{
	display: block;	
}
.logotop_logo a img{
	width: 240px;
}
.logotop_input_box{
	margin-left: 90px;
}
.input_tap{
	
}
.input_tap .tap_active{
	color: #C50018;
}
.input_tap span{
	color: #555;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
	padding: 0 5px;
}
.input_tap i{
	color: #ccc;
	font-size: 14px;
}
.input_con{
	width: 460px;
	height: 35px;
	border: 2px solid #E60012;
	position: relative;
}
.input_con section{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 90px;
	top:0;
	cursor: pointer;
}
.input_con section img{
	width: 30px;
}
@keyframes huxi
{
	0% {
    opacity: 0;
		transform:scale(0);
	}
	50% {
    opacity: 0.5;
		transform:scale(0.5);
	}
	100% {
    opacity: 0;
		transform:scale(1);
	}
}
.huxideng{
  position: absolute;
  z-index: 9;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  top: 17px;
  left: 17px;
  background: #E60012;
}
.huxidengan{
  position: absolute;
  opacity: 0;
  z-index: 8;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  top: 10.5px;
  left: 10.5px;
  background: #E60012;
  animation:huxi 2s linear .5s infinite;
}
#linecom{
	width: 370px;
	height: 30px;
	border: none;
	font-size: 14px;
	padding-left: 80px;
}
.butsub{
	width: 72px;
	height: 31px;
	background: #E60012;
	border: none;
	color: #fff;
}
.logotop_tel{
	margin-top: 12px;
}
.webhead_nav{
	width: 100%;
	height: 46px;
	background: #E60012;
}
.webhead_nav_ul{
	width: 1100px;
	height: 46px;
	margin: 0 auto;
}
.webhead_nav_ul li{
	float: left;
	width: 12.5%;
}
.webhead_nav_ul li a{
	display: block;
	width: 100%;
	line-height: 46px;
	color: #fff;
	text-align: center;
}
.webhead_nav_ul li a:hover,a.active{
	background: #C62424;
}
.breadnav{
	width: 100%;
	height: 30px;
	background: #f5f5f5;
	font-size: 12px;
}
.breadnav_cen{
	width: 1100px;
	margin: 0 auto;
	line-height: 30px;
}
.webcontent{
	width: 1100px;
	overflow: hidden;
	margin: 15px auto;
}
.webcontent_left{
	width: 800px;
	border: 1px solid #ccc;
	border-top: 2px solid #E60012;
	position: relative;
}
.webcontent_left_ul{
	padding: 10px 0 20px;
}
.webcontent_left_ul li{
	width: 100%;
	line-height: 36px;
	padding: 0 15px;
	font-size: 14px;
	clear: both;
}
.webcontent_left_ul li:hover{
	background: #EAEAEA;
}
.webcontent_left_ul li:hover a{
	color: #9b2caa;
	padding-left: 10px;
}
.webcontent_left_ul li a{
	display: block;
	width: 100%;
	line-height: 36px;
	overflow: hidden;
	transition: all 0.3s;
}
.webcontent_left_ul li a span{
	float: left;
	display: flex;
	position: relative;
	width:650px;
	white-space: normal;
	overflow: hidden;
	height: 36px;
}
.webcontent_left_ul li a em{
	float: right;
}
.webcontent_right{
	width: 280px;
	overflow: hidden;
}
.swhezuo{
	width: 100%;
	overflow: hidden;
	border: 1px solid #E5A57F;
	margin-bottom: 30px;
}
.swhezuo_tit{
	height: 36px;
	background: #FFF7EC;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
}
.swhezuo_tit img{
	width: 25px;
	padding-right: 5px;
}
.swhezuo li{
	margin: 10px 15px;
	display: flex;
	align-items: center;
}
.swhezuo li span{
	padding-right: 10px;
}
.swhezuo li img{
	padding-right: 10px;
}
.saomabox{
	width: 100%;
	height: 120px;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}
.saomabox .bgimg{
	width: 100%;
	height: 260px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	text-align: center;
}
.tsaomabox .bgimg{
	top: initial;
	bottom: 0;
}
.saomabox .bgimg img{
	width: 230px;
	margin-top: 15px;
}
.codebox{
	width: 100px;
	margin-left: 10px;
}
.codebox img{
	width: 100px;
}
.codetxt{
	margin-left: 12px;
}
.codetxt b{
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}


.mapconmark{
	width: 100%;
	height: 100%;
	background: rgba(25,26,42,0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.mapcon_box{
	width: 850px;
	height: 600px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.mapcon_tit{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.mapcon_tit p{
	float: left;
	line-height: 60px;
	font-size: 18px;
	margin-left: 20px;
}
.mapcon_tit img{
	cursor: pointer;
	float: right;
	line-height: 60px;
	margin:15px 20px 0;
}
.selectboxmark{
  width: 100%;
  height: 100%;
  background: rgba(25,26,42,0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001001;
  display: none;
}
.selectboxmark .selectbox_bgbox{
	width: 40%;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.selectboxmark .selectbox_bgbox .selectbox_title{
  background: #F8F8F8;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.selectboxmark .selectbox_bgbox ul{
	margin: 10px;
	padding-bottom: 0;
	height: 300px;
	overflow: auto;
}
.selectboxmark .selectbox_bgbox ul li{
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px dotted #ccc;
	padding-left: 5px;
	cursor: pointer;
}
/* 鏂伴椈璇︽儏csss */
.webcontent_left_details{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.webcontent_left_details h1{
	font-size: 20px;
	font-weight: bold;
	margin: 28px 0 15px 25px;
	color: #FC7720;
	margin-left: 25px;
}
.details_info{
	margin-left: 25px;
	color: #555;
	font-size: 12px;
}
.details_info span{
	padding-right: 10px;
}
.details_content{
	margin: 15px 25px;
}
.details_content p{
	line-height: 28px;
}
#pagenum{
	margin: 20px;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #E4E4E4;
	border-radius: 4px;
}
#pagenum span{
	display: inline-block;
	padding: 10px 15px;
}
#pagenum span.current{
	background: #C62424;
	color: #fff;
}
#pagenum a{
	display: inline-block;
	padding: 10px 15px;
}
.shangye{
	padding: 10px;
	cursor: pointer;
	background: none;
}
#pagenum li{
	padding: 10px 15px;
	cursor: pointer;
	border-left: 1px solid #e2e2e2;
	border-radius: 4px;
}
#pagenum li.pageavtive{
	background: #E60012;
	border-left: none;
	color: #fff;
}
.xiaye{
	padding: 10px;
	cursor: pointer;
	background: none;
	border-left: 1px solid #e2e2e2;
}
/*璐ф簮*/
.webcontent_left_huo{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.webcontent_left_huo h2{
	font-size: 20px;
	font-weight: bold;
	color: #fa5000;
	text-align: center;
	margin: 20px 0 15px;
}
.huo_info{
	text-align: center;
}
.huo_info span{
	font-size: 12px;
	color: #555555;
	padding: 0 10px;
}
.huo_content{
	width: 100%;
	overflow: hidden;
}
/* 浠ヤ笅閬僵灞備负demo.鐢ㄦ埛鍙嚜琛岃璁″疄鐜� */ 
#maskhuoyuan {position:absolute;text-align: center;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);overflow: auto;z-index:99;} 
#maskhuoyuan img{display: block;width: 128px;height: 128px;position: absolute;z-index: 11;left: 50%;top: 50%;margin-top: -64px;margin-left: -64px;}
/* 浠ヤ笅閬僵灞備负demo.鐢ㄦ埛鍙嚜琛岃璁″疄鐜� end */ 
.huotable{
	margin: 15px auto 0;
	border: 1px solid #e4e4e4;
}
.huotable tr{
	height: 40px;
}
.huotable tr td a{
	color: #fa5000;
	padding-left: 15px;
}
.huotable tr td:nth-child(1){
	width: 120px;
	padding-right: 15px;
	text-align: right;
	background: #F3F3F3;
}
.huotable tr td:nth-child(2){
	width: 520px;
	padding-left: 15px;
}
.lianxishii{
	text-align: center;
	line-height: 40px;
}
/*job*/
.webcontent_left_job{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.left_job_info1{
	padding: 20px 20px 15px;
	border-bottom: 1px solid #eee;
}
.left_job_info1 h1{
	font-size: 20px;
	margin-bottom: 18px;
	font-weight: 700;
}
.left_job_info1 h2{
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: 700;
	color: #ff552e;
}
.left_job_info1 p{
	font-size: 13px;
	color: #888;
}
.left_job_info1 p span{
	padding-right: 10px;
}
.left_job_info2{
	padding: 6px 20px 15px;
	border-bottom: 10px solid #eee;
}
.left_job_info2 p{
	line-height: 34px;
	color: #555;
	font-size: 15px;
}
.left_job_info2 p span{
	border: 1px solid #ff552e;
	border-radius: 2px;
	font-size: 12px;
	color: #ff552e;
	padding: 2px 3px;
	margin-right: 6px;
}
.left_job_info3{
	padding: 20px 20px 15px;
}
.left_job_info3 a{
	display: block;
	font-size: 20px;
	color: #666;
	margin-bottom: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.qiye{
	background: #f7f7f7;
	border-radius: 2px;
	display: inline-block;
	padding: 6px;
	color: #EA8225;
	font-size: 13px;
}
.renzheng{
	display: inline-block;
	margin-left: 12px;
}
.renzheng img{
	width: 20px;
}
.renzheng span{
	font-size: 13px;
    color: #555;
    padding-left: 3px;
}
.zhengchanginfo{
	margin-top: 18px;
}
 