* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    color: #4c4c4c;
    font-family: "5FAE8F6F96C59ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "5B8B4F53";
    text-align: center;
}

li,
a {
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.zhibo_box {
    width: 100%;
    overflow: hidden;
}

.header_banner {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url(http://zt.gaoxiaojob.com/Erweima26.jpg) center center no-repeat;
}

.content_list {
    width: 1200px;
    height: 380px;
    margin: 90px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    overflow: hidden;
}

.content_banner,
.content_banner img {
    width: 300px;
    height: 380px;
}

.list_inf {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    width: 900px;
    height: 380px;
    background: url(http://zt.gaoxiaojob.com/zhibojian2020/shaungxuanhui-banner-a2.png) center center no-repeat;
}

.list_inf img {
    width: 86px;
    height: 320px;
    margin-left: 60px;
}

.list_text {
    margin-left: 15px;
}

.list_text p {
    text-align: left;
    line-height: 60px;
}

.welfare {
    width: 100%;
    height: 680px;
    overflow: hidden;
}

.con_tit h1 {
    font-size: 45px;
    margin-top: 70px;
}

.con_tit h3 {
    font-size: 20px;
    margin: 3px auto 70px auto;
    color: #807f7f;
}

.welfare_list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.welfare_list li {
    width: 280px;
    height: 380px;
    z-index: 999;
    position: relative;
    overflow: hidden;
}

.welfare1 {
    background: url(http://zt.gaoxiaojob.com/zhibojian2020/shaungxuanhui-banner-a11.png) center center no-repeat;
    background-size: contain;
}

.welfare2 {
    background: url(http://zt.gaoxiaojob.com/zhibojian2020/shaungxuanhui-banner-a12.png) center center no-repeat;
    background-size: contain;
}

.welfare3 {
    background: url(http://zt.gaoxiaojob.com/zhibojian2020/shaungxuanhui-banner-a10.png) center center no-repeat;
    background-size: contain;
}

.welfare4 {
    background: url(http://zt.gaoxiaojob.com/zhibojian2020/shaungxuanhui-banner-a13.png) center center no-repeat;
    background-size: contain;
}

.welfare_list li h2 {
    margin-top: 193px;
    font-size: 23px;
}

.welfare_list li p {
    font-size: 14px;
    width: 243px;
    margin: 30px auto 0 auto;
    text-align: left;
    line-height: 25px;
}

.welfare_banner,
.welfare_banner img {
    width: 100%;
    height: 330px;
}

.welfare_banner {
    position: relative;
    bottom: 288px;
}

.collage_box {
    width: 100%;
    padding: 80px 0 0px 0;
    background: #e9f0ff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* 最后一个元素 */
}
.collage_card:last-child {
    margin-right: auto;
    margin-left: 15px;
}

.collage_list {
	position: relative;
    width: 1100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    margin-bottom: 80px;
}

.collage_list>h2 {
	position: absolute;
	left: 50%;
	top: -35px;
	transform: translateX(-50%);
	width: 100%;
	text-align: left;
	padding-bottom: 5px;
	color: #03146c;
	border-bottom: 2px dotted #03146c;
}

.collage_list li {
	position: relative;
    width: 340px;
    height: 250px;
    margin-top: 30px;
    overflow: hidden;
	border-radius: 10px;
}

.collage_list li:nth-child(3n+3).tobeupdated {
	padding-left: 365px;
}

.collage_list li a {
	color: #4c4c4c;
}

.collage_list li:hover {
	box-shadow: 0px 0px 8px #999;
}

.collage_list li:last-child:hover {
	box-shadow: 0 0 0 0;
}

.card_banner,
.card_banner img {
	display: block;
    width: 100%;
	height: 178px;
}

.collage_inf {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    background-color: #fff;
    height: 70px;
	padding: 0 3%;
}

.collage_name {
	flex: 1;
}

.collage_name h2 {
	height: 40px;
	line-height: 20px;
    font-size: 16px;
	text-align: left;
}

.collage_name p {
	position: relative;
    font-size: 13px;
    text-align: left;
    color: #807f7f;
	padding-top: 5px;
	margin-bottom: 5px;
}

.collage_name p span {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 1px 5px;
	line-height: 22px;
	text-align: center;
	background: #d2d2d2;
	color: #fff;
	font-size: 12px;
	border-radius: 6px;
}

.collage_list li:hover .collage_name p span {
	background: rgb(247,99,65);
}

.button{
    display: block;
    color:#fff;
    font-size: 14px;
    background-color: #17479e;
    width:75px;
    height: 30px;
    line-height: 30px;
}

.button:hover{
    background-color: #df0000;
}

.collage_list li>span{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	background-color: rgb(247,99,65);
	border-radius: 0 0 12px 0;
	letter-spacing: 1px;
}

.tobeupdated{
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.tobeupdated p{
    color: #807f7f;
    border:1px solid #807f7f;
    height: 30px;
    line-height: 30px;
	padding: 0 6px;
}

.fixed-wrapper {
  position: fixed;
  top: 50vh;
  right: calc(50% + 605px);
  transform: translateY(-50%)
}
.fixed-wrapper a {
  display: block;
  width: 150px;
  height: 60px;
  color: #fff;
  background-color: #072084;
  text-align: center;
  line-height: 60px
}
.fixed-wrapper a:hover {
  background-color: #0f76f9
}
@media screen and (max-width: 1200px) {
  .footer-container {
    display: none
  }
}


.footer{
    background-color: #072084;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    overflow: hidden;
    width:100%;
    height: 250px;
    /* margin-top: 70px; */
}

.footer p{
    color:#fff;
    line-height: 30px;
    font-size: 14px;
}

.footer a{
    color:#fff;
    line-height: 30px;
    font-size: 14px;
}

.header-container{
    background-color:#1a1a1a;
}

.header-container .header-content{
    height:60px;
    width:1200px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:0 auto
}

.header-container .company-logo{
    width:128px;
    height:35px;
    background:url("//img.gaoxiaojob.com/uploads/static/image/logo/logo_column.png") no-repeat center/contain
}

.header-container nav{
    display:flex;
    height:100%
}

.header-container nav a{
    position:relative;
    padding:0 35px;
    text-align:center;
    color:#fff;
    font-size:16px;
    display:flex;
    align-items:center
}

.header-container nav a:last-child{
    border-right:0
}

.header-container{
    background-color:#181e2e
}

.header-container nav{
    display:grid;
    justify-content:center;
    grid-template-columns:repeat(4, auto);
    column-gap:50px
}

.header-container nav a{
    position:relative;
    font-size:inherit;
    color:#fff;
    padding:0
}

.header-container nav a::after{
    content:"";
    position:absolute;
    bottom:10px;
    width:0;
    height:2px;
    background-color:#fff;
    transition:all ease-in .2s
}

.header-container nav a:hover::after{
    width:100%
}

.main-container{
    background:none
}