* {
	margin: 0;
	padding: 0;
}

body {
	background: #f7f7f7;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

.index {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.index>a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.img_1 {
	display: block;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.img_2 {
	position: absolute;
	bottom: 20%;
	z-index: 10;
	left: 50%;
	margin-left: -182px;
}

.header {
	height: 60px;
	line-height: 60px;
	background: #fff;
	width: 100%;
	border-bottom: 5px solid #e50077;
}

.header>div {
	margin: 0px auto;
	width: 1280px;
	overflow: hidden;
}

.header>div>img {
	position: relative;
	top: 10px;
}

.header>div>ul {
	width: 50%;
	float: right;
	overflow: hidden;
}

.header>div>ul>li {
	width: 33%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
}

.header>div>ul>li>a {
	display: block;
	width: 100%;
	height: 100%;
	color: #1183c9;
	font-size: 20px;
}

.active {
	background: #e50077;
	color: #fff !important;
}

.banner {
	width: 100%;
}

.banner>img {
	width: 100%;
}

.center_1 {
	width: 1139px;
	margin: 30px auto;
	padding-bottom: 100px;
	position: relative;
}
.a_1{
	position: absolute;
    bottom: 37.25%;
    left: 49%;
    font-size: 20px;
    color: #7cc4f4;

}
.center_1>img {
	display: block;
	margin: 0px auto;
}
.center_1>div>h3{
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
}
.center_1>div>h4{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
}
.p1{
	font-size: 20px;
	text-indent: 2em;
	line-height: 40px;
}
.p2{
	font-size: 20px;
	text-indent: 2em;
	line-height: 40px;
}
.p3{
	font-size: 20px;
	text-indent: 2em;
	line-height: 40px;
	text-align: right;
}
.center_2 {
	width: 1099px;
	margin: 50px auto;
	padding: 20px;
	border: 10px solid #c2e6ff;
	position: relative;
}

.center_2>img {
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -87.5px;
	top: -48px;
}

.main {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.main h3{
	line-height: 50px;
	color: #da1d91;
	font-size: 24px;
	border-bottom: 3px dashed #ef66ad;
	
}
.comlist {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.jobs{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
.comlist li {
	height: 30px;
	border-bottom: 1px solid #fff;
	background: #5bbbff;
	color: #fff;
	padding-left: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	width: 22%;
	float: left;
	margin: 10px 10px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 5px;
}

.comlist li.cur {
	background: #00519c;
	color: #fff;
}

.jobs {
	width: 100%;
	float: left;
}
.jobs ul{
	padding-top: 30px;
	padding-bottom: 30px;
	
}
.jobslist {
	width: 100%;
}
.jobslist li{
	width: 21%;
    margin: 10px 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #008ef2;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    float: left;
    border-radius: 5px;
}
.jobslist1{
	width: 100%;
	
	overflow: hidden;
}
.jobslist1 li{
	width: 21%;
    margin: 0px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #008ef2;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    position: relative;
    border-radius: 5px;
    float: left;
}
.jobslist1 li span{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 10px;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
    font-size: 14px;
}
.jobslist1 a{
	display: inline-block;
	float: right;
	
	margin-top: 3px;
	width: 30%;
    
}
.jobslist1 a>img{
	width: 100%;
}
