body{
    background-color: #fff;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.enter{
    position: absolute;
    width: 100%;
}
.enter img{
    width: 100%;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}
.navBox{
    margin: 0 auto;
    width: 100%;
    height: 68px;
    background: #0051b6;
}
.navBox .nav{
    position: relative;
    margin: 0 auto;
    padding: 15px 0;
    width: 1200px;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    justify-content: space-around;
}
.navBox .tap{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
    font-weight: bolder;
}
.navBox .tap.on{
    border-bottom: #b2cff2 3px solid;
}
.navBox .tap:hover{
    border-bottom: #b2cff2 3px solid;
}
.bgColor_gray{
    background: #f3f3f3;
}
.content{
    position: relative;
    margin: 0 auto;
    padding: 90px 40px;
    width: 1200px;
    color: #030303;
}
.content .title{
    margin: 0 auto 40px;
    line-height: 0;
    text-align: center
}
.content .imageBox{
    margin-top: 30px;
}
.content .image{
    display: inline-block;
    line-height: 0;
    box-shadow: #7173e7 0 0 10px;
}
.content p{
    font-size: 18px;
    text-indent: 2em;
    line-height: 36px;
}
.content h1{
    margin: 0 auto 25px;
    color: #0051b6;
    font-size: 24px;
    line-height: 40px;
}
.leftStyle{
    position: relative;
}
.leftStyle p{
    width: 465px;
}
.leftStyle .image{
    position: absolute;
    top: 80px;
    right: 65px;
}
.rightStyle{
    position: relative;
}
.rightStyle h1{
    margin-left: 640px;
    width: 505px;
}
.rightStyle p{
    margin-left: 640px;
    width: 505px;
}
.rightStyle .image{
    position: absolute;
    top: 80px;
    left: 60px;
}
.timeBox{
    position: relative;
    margin: 0 auto 70px;
    width: 542px;
    color: #1c1c1c;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.timeBox .time{
    position: absolute;
    left: 15px;
    top: 147px;
    width: 200px;
}
.timeBox .address{
    position: absolute;
    left: 328px;
    top: 156px;
    width: 200px;
}
.activeList{
    margin: 0 auto 26px;
    width: 1010px;
}
.activeList th{
    padding-left: 7em;
    width: 50%;
    color: #FFF;
    font-size: 18px;
    line-height: 54px;
    text-align: left;
    background: #1a99d6;
}
.activeList td{
    padding: 15px 0 15px 7em;
    width: 50%;
    line-height: 24px;
    text-align: left;
    border-bottom: #e6e6e6 1px dashed;
}
.activeList td:first-child{
    border-right: #e6e6e6 1px dashed;
}
.notice{
    margin: 0 auto;
    width: 1010px;
    font-size: 14px;
    text-align: right;
}
.jobBox{
    margin: 100px auto 200px;
    width: 531px;
}
.clear{
    clear: both;
}
.footer{
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: #0051b6;
}
.footer a{
    color: #fff;
}
.job{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.job_left{
	width: 335px;
}
.job_left ul li{
	padding-left: 20px;
	display: flex;justify-content: flex-start;align-items: center;
	height: 50px;
	border-bottom: 1px dashed #1377ec;
	cursor: pointer;
	font-size: 18px;
}
.job_left ul li:hover img{opacity: 1;}
.job_left ul li.active img{opacity: 1;}
.job_left ul li img{margin-right: 10px;opacity: 0;}
.job_right{
	width: 710px;
}
.company{
	padding: 10px 0px 20px;
	padding-right: 30px;
	box-shadow:0px 5px 10px 2px #cbccfd;
}
.company div{
	display: none;
}
.company div:nth-child(1){
	display: block;
}
.company div p{
	text-indent: 0em;height: 50px;
	display: flex;justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #1377ec;
	padding-left: 20px;
	font-size: 18px;
}
.company div p a{
	font-size: 18px;
	color: #0051b6;
}
.guanwang{
	display: flex;
	justify-content: center;
	margin-top: 150px;
}
.guanwang div{
	width: 450px;
	padding: 30px;
	box-shadow:0px 5px 10px 2px #cbccfd;
}
.guanwang div p{font-size: 24px;text-align: center;text-indent: 0em;line-height: 50px;}
.guanwang div a{font-size: 24px;display: block;text-align: center;text-decoration: underline;color: #1377ec;}


.ul li{width: 318px;}
