*{
	margin: 0px;
	padding: 0px;
}
.head{
	width: 100%;
	height: 80px;
	line-height: 80px;
}
.head>div{
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.head>div>img{float: left;position: absolute;top: 50%;margin-top: -25px;}
.head>div>ul{
	width: 50%;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	left: 20px;
}
.head>div>ul>li{
	float: left;
	width: 33%;
}
.head>div>ul>li>a{
	width: 50%;
	display: block;
	margin: 0px auto;
	text-align: center;
	font-size: 22px;
	color: #27488f;
	
	height: 73px;
}
.head>div>ul>li>a.active{
	border-bottom: 7px #284890 solid;
}
.banner{
	width: 100%;
}
.banner>img{
	width: 100%;
}
.center{
	width: 100%;
}
.company{
	width: 1120px;
    padding: 20px 40px;
    background: #fff;
    /* border-radius: 30px; */
    margin: 30px auto;
    overflow: hidden;
    box-shadow: 1px 1px 15px -6px black;
}
.left{
	width: 200px;
	display: inline-block;
	float: left;
}
.left>h3{
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	color: #284890;
}
.left>ul{
	width: 100%;
}
.left>ul>li{
	margin: 20px 0px;
	font-size: 24px;
	color: #284890;
	padding-left: 60px;
	position: relative;
	cursor: pointer;
}
.left>ul>li>img{
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 45px;
	display: none;
}
.left>img{
	display: block;
	margin: 100px auto;
}
.right{
	width: calc(100% - 220px);
	display: inline-block;
	float: right;
}
.right>div{
	display: none;
}
.right>div>h3{
	font-size: 30px;
	color: #284890;
	text-align: center;
	line-height: 50px;
}
.right>div>h4{
	font-size: 26px;
	color: #284890;
	text-align: center;
	line-height: 30px;
}
.right>div>img{
	display: block;
	margin: 0px auto 30px;
}
.footer{
	height: 50px;
	line-height: 50px;
	background: #284990;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.main{height: auto; overflow: hidden; margin: 0 auto;}
	.comlist{width: 100%; height: auto; overflow: hidden; padding-top: 30px;}
	.comlist li{height: 40px; background:#e7e7e7;line-height: 40px; color: #2e2e2e;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; cursor: pointer;text-align: center;width: 235px;margin: 10px 10px;float: left;}
	.comlist li.cur{background: #284990;color: #fff;}
	.jobs{width: 730px;float: left; margin-left: 20px;}
	.jobitem{
		padding: 20px 10px;
	}
.jobitem h3{
	font-size: 30px;
	color: #284990;
	text-align: left;
}
.jobitem li:nth-child(2){
	font-size: 24px;
	color: #505050;
	font-weight: bold;
	text-align: left;
	line-height: 50px;
}
.jobitem li:nth-child(2)>span{
	font-weight: bold;
	display: block;
	width: 40%;
	border-bottom: 2px solid #284990;
}
.jobitem li p{
	font-size: 18px;
	color: #333;
	line-height: 40px;
}
.jobitem li p:nth-child(1){
	font-size: 24px;
	line-height: 50px;
}
.jobitem li{
	text-align: left;
}
.jobitem li a{
	display: inline-block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	background: #284990;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	margin: 15px 0px;
	
}
