/*导航栏*/
body{
	margin: 0px !important;
}
ul,li{padding:0;margin:0;list-style:none}
.navigation{
	z-index: 1000;
	background-color: #fff;
	position: fixed;
	width:100%;
	padding-left: 7%;
	padding-right: 7%;
	height: 87px;
	border-top: 4px solid #94d5ff;
	border-bottom: 1px solid #e0e0e0;
}

.logo{
	text-align: center;
	/*width: 9%;*/
	float: left;
	height: 70px;
	margin-top: 10px;
}
.logo img{
	height: 60px;
}

/*导航栏搜索框*/
.navigation .fwm{
	margin-left: 2%;
	float: left;
	margin-top: 27px;
	border-radius:5px;
	width: 13%;
	height: 35px;
	border: 1px solid #aaa;
	
}

.fwm input{
	font-size: 16px;
	border:none;
	border-radius:11px;
	outline:none;
	margin-left: 2%;
	width: 98%;
	height: 32px;
}

.navigation .yz{
	float: left;
	background-color: #fff;
	margin-top: 27px;
	border-radius:5px;
	width: 5%;
	height: 35px;
	border: 1px solid #aaa;
	margin-left: 1%;
}

.yz input{

	font-size: 16px;
	border:none;
	border-radius:10px;
	outline:none;
	margin-left: 6%;
	width: 94%;
	height: 32px;
}
.yzm1{
	background-color: #C4C4C4;
	height: 30px;
	width: 50px;
	margin-top: 30px;
	float: left;
	margin-left: 1%;
}
.yzm1 p{
	margin-top: 5px !important;
	font-size: 20px;
	color: #333;
	     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
.cx{
	width: 5%;
	margin-top: 30px;
	float: left;
	margin-left: 1%;
}
.cx button{
	background-color:#257ab8; 
	border-radius:10px;
	float: right;
	border: 0;
	width: 100%;
	height: 30px;
	color: #fff;
	font-size: 15px;
	z-index: 9999;
}
.right {
	margin: 0px !important;
	text-align: center;
	float:right; !important;
	/*width: 52%;*/
	margin-left: 6%;
	overflow: hidden;
	width:55%;
	height: 87px;
}
.right ul{

	/*overflow: hidden;*/
	text-align: center;
	/*width: 100%;*/
	list-style: none;
	margin: 0px !important;
	height: 87px;
}
.right ul li{
    
	float: left;
}
.right ul a{
    padding:0px 20px 0px 0px;
	text-decoration: none;
	
	color: #868686; 
	font-weight: 500;
	font-family: 微软雅黑;
	font-size: 18px;
	line-height:87px;
    height:87px;

}
.right ul a:hover{
    background: none;
	color: #6ebff3;
}
@media (max-width: 1244px){
	.navigation ul li a {
		font-size: 15px;
	}
}
@media (max-width: 1100px){
	.navigation ul li a {
		font-size: 12px;
	}
}
@media (max-width: 960px){
	.navigation ul li a  {
		display: none;
	}
}

.contact{
	background: url(../images/contact-bg.jpg) no-repeat;
	background-size:100% 100%;
	height: 610px;
	padding-top:70px;
}
.contact h1{
    font-family:宋体;
	margin-top: 100px;
	color: #fff;
	text-align: center;
    font-weight:600;
    font-size:35px;
}
h4{
    font-family:宋体;
    font-weight:600;
    margin-top:20px !important;
    margin-bottom:20px !important;
    
}
.contact h4{
    
    
    
	color: #fff;
	text-align: center;
	font-size: 
}


/*地图*/
.ditu{
	margin-top: -200px;
}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.ziwei h1{
	margin-top: 80px;
	text-align: center;

}
.ziwei{
	margin-top: 130px;
	width: 80%;
	margin-left: 10%;

}
.ziwei-detail{
	margin-top:50px;

}
.ziwei-de-left{
	width: 50%;
	float: left;
}
.ziwei-de-right{
	width: 50%;
}
.job-item{
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	height: 600px;
    box-shadow: 0 20px 30px 0 rgba(51,153,238,0.40);
    border-radius: 5px;
    padding: 0 20px 20px 20px;
    margin-bottom: 160px;

}

.job-item p{
   
    margin-top:10px;
    margin-bottom:10px;
}
.hd p{
    
    font-size:15px;
    margin-top:5px;
}
.con p{
    padding-left:20px; 
	text-indent:-20px;
}
.job-item .hd{
	height: 150px;
    text-align: center;
    color: #fff;
}
.job-item .name{
	font-size: 24px;
	margin: 0px;
	padding-top: 40px;
}

.dw{
	width: 80px;
	margin: 10px auto;
}
.bd{
	min-height: 550px;
    background: #ffffff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10);
    border-radius: 5px;
    padding: 40px 40px 0px 40px;
}
.desc{
	height: 410px;
    
    text-overflow:ellipsis; 
 -o-text-overflow:ellipsis;
 overflow:hidden;
}

.con{
	line-height: 20px;
    font-size: 13px;
	color: #777;
    max-height:140px;
    overflow:hidden
}

.con p{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.email{
	border-top: 1px solid rgba(0,0,0,0.10);
	padding-top: 40px;
	font-size: 13px;
	color: #777;
}