* {
	margin: 0;
	padding: 0;
}

body {
	background: #F8FBFF;
}



/* 通知公告/最新资讯 */
.news {
	margin-top: 0.29rem;
	margin-bottom: 1rem;
}

.news .main {
	display: flex;
	justify-content: space-between
}

.news_fl {
	width: 11rem;
	height: 6.2rem;
	border-radius: 0.1rem;
	overflow: hidden;
}



.news_fl .swiper-container{
	width: 11rem;
	height: 6.2rem;
	position: relative;
}
.news_fl  .swiper-slide{
	width: 10rem;
	height: 6.2rem;
	overflow: hidden;
}
.news_fl  .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_fl  .swiper-slide video{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.news_fl .video-container {
	width: 100%;
}
#video-container,
#video-element{
	width: 100%;
	height: 100%;
}
#video-poster{
	width: 0.81rem;
    height: 0.81rem;
	position: absolute;
    background: url(../img/bofang.png) center no-repeat !important;
    background-size: cover !important;
    border: none !important;
    left: 50%;
	top: 50%;
	margin-top: -0.4rem;
	margin-left: -0.4rem;
}

/* 视频进度条 */
#video-element::-webkit-media-controls-enclosure{
	opacity: 0;
}
#video-element.act::-webkit-media-controls-enclosure{
	opacity: 1;
}


.news_fl .swiper-pagination span{
	width: 0.1rem;
	height: 0.1rem;
	background: #FFFFFF;
	opacity: 0.5;
	margin: 0 0.11rem 0.24rem !important ;
	position: relative;
}
.news_fl .swiper-pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}
.news_fl .swiper-pagination span.swiper-pagination-bullet-active::before{
	content: "";
	position: absolute;
	width: 0.18rem;
	height: 0.18rem;
	border: 0.01rem solid #FFFFFF;
	border-radius: 50%;
	top: -0.05rem;
	left: -0.05rem;
}










.news_fr {
	width: 4.8rem;
	height: 6.2rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.04);
	border-radius: 0.1rem;
	padding: 0.22rem 0.2rem 0.17rem;
	box-sizing: border-box;
}

.news_fr .news_class {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: 0.2rem;
	color: #004097;
	width: 100%;
	padding-bottom: 0.14rem;
	border-bottom: 0.01rem solid #E3E3E3;
	cursor: pointer;
}

.news_fr .news_class i {
	width: 0.21rem;
	height: 0.21rem;
	border-radius: 50%;
	background: #EFEFEF url(../img/more.png) center no-repeat;
	background-size: 0.08rem 0.04rem;
}

.news_fr .news_class:hover i {
	background: #C91420 url(../img/more2.png) center no-repeat;
}

.news_fr .notice_li {
	width: 100%;
	height: 0.87rem;
	border-bottom: 0.01rem solid #E3E3E3;
	padding-top: 0.09rem;
}

.news_fr .notice_li a {
	width: 100%;
	height: 0.43rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.22rem;
	margin-bottom: 0.06rem;
	cursor: pointer;
}

.news_fr .notice_li span {
	font-weight: 400;
	font-size: 0.14rem;
	color: #898989;
	display: block;
}

.news_fr .notice_li:hover a,
.news_fr .notice_li:hover span {
	color: #000;
}


.news_fr .news_list {
	margin-top: 0.22rem;
}

.news_fr .news_li {
	width: 100%;
	height: 0.72rem;
	display: flex;
	align-items: center;
	border-bottom: 0.01rem solid #E3E3E3;
}

.news_fr .news_li .news_time {
	width: 0.57rem;
	padding-right: 0.11rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.news_fr .news_li .news_time span {
	display: block;
	font-weight: 600;
	color: #B4B4B4;
}

.news_fr .news_li .news_time .time_m {
	font-size: 0.28rem;
}

.news_fr .news_li .news_time .time_yb {
	font-size: 0.11rem;
}

.news_fr .news_li .news_title {
	width: 2.82rem;
	height: 0.46rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.25rem;
	padding-left: 0.09rem;
	border-left: 0.01rem solid #D0D0D0;
}

.news_fr .news_li:hover .news_title {
	color: #000;
	border-left: 0.01rem solid #333;
}





/* 任务招聘 */
.hire {
	margin-bottom: 1rem;
}

.hire_body {
	width: 16rem;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.04);
	position: relative;
}
.hire_body .hire_contont{
	border-radius: 0.1rem;
	overflow: hidden;
}
.hire_body .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.hire_body .swiper-slide::after,
.hire_body .swiper-slide::before{
    width: 0.01rem;
    height: 100%;
    content: "";
    position: absolute;
    left: 33.33%;
    top: 0;
    background: #E2E2E2;
}
.hire_body .swiper-slide::after{
    left: 66.66%;
}
.hire_body .swiper-slide .hire_li {
	width: 33.33%;
	height: 33.33%;
	/*border-right: 0.005rem solid #E2E2E2;*/
	border-top: 0.005rem solid #E2E2E2;
	padding: 0.48rem 0.25rem 0.44rem 0.3rem;
	box-sizing: border-box;
	position: relative;
}
.hire_body .swiper-slide .hire_li:nth-child(1),
.hire_body .swiper-slide .hire_li:nth-child(2),
.hire_body .swiper-slide .hire_li:nth-child(3){
	/*border-top: none;*/
}
.hire_body .swiper-slide .hire_li .hire_title {
	width: 100%;
	font-weight: bold;
	font-size: 0.24rem;
	color: #000000;
	margin-bottom: 0.27rem;
}

.hire_body .swiper-slide .hire_li .hire_txt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.26rem;
}

.hire_body .swiper-slide .hire_li .hire_txt span:first-child {
	font-weight: 400;
	font-size: 0.2rem;
	color: #FF0011;
}

.hire_body .swiper-slide .hire_li .hire_txt span:last-child {
	font-weight: 600;
	font-size: 0.14rem;
	color: #A8A8A8;
}

.hire_body .swiper-slide .hire_li .hire_cont {
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	margin-bottom: 0.12rem;
	line-height: 1.6;
}

.hire_body .swiper-slide .hire_li .hire_url {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hire_body .swiper-slide .hire_li .hire_url span {
	font-weight: 400;
	font-size: 0.16rem;
	color: #818181;
	display: flex;
	/*align-items: center;*/
	width: calc(100% - 1.5rem);
}

.hire_body .swiper-slide .hire_li .hire_url span i {
	width: 0.14rem !important;
	height: 0.2rem !important;
	display: block;
	background: url(../img/map_icon.jpg) center no-repeat;
	background-size: cover;
	margin-right: 0.08rem;
	margin-top: 0.02rem;
}
.hire_body .swiper-slide .hire_li .hire_url span p{
    width: calc(100% - 0.22rem);
    display: block;
    line-height: 1.5;
}
.hire_body .swiper-slide .hire_li .hire_url a {
	width: 1.3rem;
	height: 0.5rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	line-height: 0.5rem;
	text-align: center;
	display: block;
	border: 0.01rem solid #004098;
	font-weight: bold;
	font-size: 0.16rem;
	color: #004097;
}
.hire_body .swiper-slide .hire_li.cur .hire_url a,
.hire_body .swiper-slide .hire_li .hire_url a:hover{
	background:#C91420;
	color:#fff;
	border: 0.01rem solid #C91420;
}
.hire_body .swiper-slide .hire_bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	flex-wrap: wrap;
    align-content: center;
	justify-content: center;
	display: none;
}
.hire_body .swiper-slide .hire_bottom.act{
	display: flex;
}
.hire_body .swiper-slide .hire_bottom .hire_close{
	width: 0.17rem;
	height: 0.17rem;
	background: url(../img/hire_close.png) center no-repeat;
	position: absolute;
	top: 0.14rem;
	right: 0.14rem;
	cursor: pointer;
}
.hire_body .swiper-slide .hire_bottom .hire_code,
.hire_body .swiper-slide .hire_bottom .hire_code img {
	width: 1.49rem;
	height: 1.49rem;
}
.hire_body .swiper-slide .hire_bottom span {
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	margin-top: 0.08rem;
}
.hire_body .swiper-button-next::after,
.hire_body .swiper-button-prev::after{
	display: none;
}
.hire_body .swiper-button-next,
.hire_body .swiper-button-prev{
	width: 0.51rem;
	height: 0.51rem;
	border-radius: 50%;
	box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(64,137,255,0.21);
}
.hire_body .swiper-button-prev{
	background: #FFFFFF url(../img/prev.png) center no-repeat;
	background-size: 0.16rem 0.08rem;
	left: -0.78rem;
}
.hire_body .swiper-button-next{
	background: #FFFFFF url(../img/next.png) center no-repeat;
	background-size: 0.16rem 0.08rem;
	right: -0.78rem;
}






/* 文化·理念 */
.wenhua .class1 {
	justify-content: center;
}

.wenhua_body {
	width: 100%;
	height: 7rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	border: 0.01rem solid #ACD0FF;
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.wenhua_body .wenhua_fl {
	width: 4.61rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wenhua_body .wenhua_fr {
	width: 5.31rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wenhua_body .wenhua_li1 {
	width: 4.61rem;
	height: 1.56rem;
	margin-bottom: 0.43rem;
}

.wenhua_body .wenhua_li1:last-child {
	margin-bottom: 0;
}

.wenhua_body .wenhua_li1 .li1_icon {
	width: 0.58rem;
	height: 0.58rem;
	margin: 0 auto;
}

.wenhua_body .wenhua_li1 .li1_title {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 0.25rem;
	color: #000000;
	margin-top: 0.15rem;
	margin-bottom: 0.12rem;
}

.wenhua_body .wenhua_li1 .li1_hr {
	width: 0.3rem;
	height: 0.03rem;
	background: #004097;
	margin: 0 auto;
}

.wenhua_body .wenhua_li1 .li1_cont {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 0.2rem;
	color: #414141;
	margin-top: 0.1rem;
}



.wenhua_body .wenhua_li2 {
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 0.48rem;
	padding-bottom: 0.11rem;
	margin-bottom: 0.42rem;
	border-bottom: 0.01rem solid #EBEBEB;
}

.wenhua_body .wenhua_li2:last-child {
	margin-bottom: 0;
}

.wenhua_body .wenhua_li2 .li2_title1 {
	font-weight: 400;
	font-size: 0.35rem;
	color: #000000;
}

.wenhua_body .wenhua_li2 .wenhua_hr {
	width: 0.02rem;
	height: 0.25rem;
	background: #004097;
	margin: 0 0.42rem;
}

.wenhua_body .wenhua_li2 .li2_title2 {
	font-weight: 300;
	font-size: 0.25rem;
	color: #868686;
}

.wenhua_body .wenhua_li2:hover {
	border-bottom: 0.01rem solid #004097;
}

.wenhua_body .wenhua_li2:hover .li2_title1 {
	color: #004097;
}

.wenhua_body .wenhua_li2:hover .li2_title2 {
	color: #000000;
}





/* 发展与合作 */
.fazhan_body {
	width: 100%;
	/*height: 6.83rem;*/
	position: relative;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0, 0, 0, 0.04);
	border-radius: 0.1rem;
	margin-bottom: 1rem;
}

.fazhan_hd {
	display: flex;
	/*position: absolute;*/
	/*right: 0;*/
	/*top: -1.08rem;*/
}

.fazhan_hd .fazhan_tab {
	width: 1.3rem;
	height: 0.5rem;
	border-radius: 0.1rem;
	line-height: 0.5rem;
	text-align: center;
	cursor: pointer;
	margin-right: 0.15rem;
	background: #004097;
	color: #fff;
	font-weight: 600;
	font-size: 0.16rem;
}

.fazhan_hd .fazhan_tab:last-child {
	margin-right: 0;
}

.fazhan_hd .fazhan_tab.cur {
	background: #C91420;
}

.fazhan_bd {
	width: 100%;
	height: 100%;
	padding: 0.7rem 0.57rem 0.43rem;
	box-sizing: border-box;
}

.fazhan_bd .fazhan_item {
	display: none;
}

.fazhan_bd .fazhan_item.act {
	display: block;
}

.fazhan_bd .fazhan_item .zhuanli {
	padding-bottom: 0.3rem;
	overflow: hidden;
}

.fazhan_bd .zhuanli .swiper-slide {
	display: flex;
	flex-wrap: wrap;
}

.fazhan_bd .fazhan_item .zhanli_img {
	width: 2rem;
    height: 2.66rem;
    overflow: hidden;
    margin-right: 0.57rem;
    margin-bottom: 0.44rem;
}

.fazhan_bd .fazhan_item .zhanli_img:nth-child(6n) {
	margin-right: 0;
}

.fazhan_bd .fazhan_item .zhanli_img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.fazhan_bd .fazhan_item .zhanli_img:hover img {
	transform: scale(1.1);
}

.fazhan_bd .fazhan_item .swiper-pagination {
	bottom: 0.5rem;
}

.fazhan_bd .fazhan_item .swiper-pagination span {
	width: 0.1rem;
	height: 0.1rem;
	background: #E8E8E8;
	border-radius: 50%;
	margin: 0 0.1rem;
	opacity: 1;
}

.fazhan_bd .fazhan_item .swiper-pagination span.swiper-pagination-bullet-active {
	background: #004097;
}




.fazhan_bd .fazhan_item .fazhan_act{
    display: flex;
    justify-content: space-between;
}
.fazhan_bd .rongyu {
	padding-bottom: 0.3rem;
	width: calc(100% - 6.43rem);
	overflow: hidden;
}
.fazhan_bd .fazhan_item .rongyu_img {
    width: 7.43rem;
    height: 5.76rem;
    overflow: hidden;
}
.fazhan_bd .fazhan_item .rongyu_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.fazhan_bd .rongyu .swiper-slide {
	display: flex;
	justify-content: space-between;
}


.fazhan_bd .rongyu .rongyu_img:hover img {
	transform: scale(1.1);
}

.fazhan_bd .rongyu .rongyu_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.fazhan_bd .rongyu .rongyu_list .rongyu_li {
	width: 2.3rem;
    height: 1.65rem;
    overflow: hidden;
    margin-left: 0.31rem;
    margin-bottom: 0.41rem;
}

.fazhan_bd .rongyu .rongyu_list .rongyu_li img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
}

.fazhan_bd .rongyu .rongyu_list .rongyu_li:hover img {
	transform: scale(1.1);
}





/* 生态合作伙伴 */
.partner_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.65rem;
}

.partner_list .partner_logo {
	width: 2.9rem;
    height: 0.95rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.04);
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 0.37rem;
    margin-bottom: 0.35rem;
}

.partner_list .partner_logo:nth-child(5n) {
	margin-right: 0;
}

.partner_list .partner_logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}


@media screen and (max-width:1024px){
    .news{
        margin: 50px 0 0px;
    }
    .news .main{
        flex-direction: column;
    }
    .news_fl{
        width: 100%;
        height: 3.1rem;
    }
    .news_fl .swiper-container{
        width: 100%;
        height: 3.1rem;
    }
    .news_fl .swiper-slide{
        height: 3.1rem;
    }
    .news_fl .swiper-pagination span.swiper-pagination-bullet-active::before{
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .news_fr{
        width: 95%;
        height: auto;
        margin: 15px auto;
    }
    .news_fr .news_class{
        font-size: 20px;
    }
    .news_fr .news_class i{
        width: 21px;
        height: 21px;
    }
    .news_fr .news_class i{
        background-size: 8px 4px;
    }
    .news_fr .notice_li{
        height: auto;
    }
    .news_fr .notice_li a{
        height: auto;
        font-size: 16px;
        line-height: 22px;
    }
    .news_fr .news_li{
        width: 100%;
        height: auto;
    }
    .news_fr .notice_li span{
        font-size: 14px;
    }
    .news_fr .news_li .news_time{
        width: auto;
        flex-direction: column;
        flex-shrink: 0;
    }
    .news_fr .news_li .news_time .time_m{
        font-size: 28px;
    }
    .news_fr .news_li .news_time .time_yb{
        font-size: 11px;
    }
    .news_fr .news_li .news_title{
        width: 100%;
        font-size: 16px;
        height: auto;
        line-height: 25px;
    }
    .hire{
        width: 95%;
        margin: 20px auto;
    }
    .class1{
        margin-bottom: 15px;
    }
    .class1 .class_name{
        font-size: 20px;
    }
    .class1 .class_more{
        width: fit-content;
        height: auto;
        padding: 8px 10px;
        border-radius: 10px;
        font-size: 14px
    }
    .hire_body{
        width: 100%;
    }
    .hire_body .swiper-slide .hire_li:first-child{
        border: none !important;
    }
    .hire_body .swiper-slide .hire_li{
        width: 100%;
        height: auto;
        padding: 10px;
        border-top: 0.005rem solid #E2E2E2 !important;
    }
    .hire_body .swiper-slide .hire_li .hire_title{
        font-size: 18px;
    }
    .hire_body .swiper-slide .hire_li .hire_txt span:first-child{
        font-size: 16px;
    }
    .hire_body .swiper-slide .hire_li .hire_txt span:last-child{
        font-size: 16px;
    }
    .hire_body .swiper-slide .hire_li .hire_cont{
        font-size: 16px;
    }
    .hire_body .swiper-slide .hire_li .hire_url span i{
        width: 14px!important;
        height: 20px!important;
        flex-shrink: 0;
        background-size: contain;
    }
    .hire_body .swiper-slide .hire_li .hire_url span p{
        font-size: 16px;
    }
    .hire_body .swiper-slide .hire_li .hire_url a{
        width: 130px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    .hire_body .swiper-slide .hire_bottom span{
        font-size: 14px;
    }
    .hire_body .swiper-slide::after, .hire_body .swiper-slide::before{
        display: none;
    }
    .wenhua{
        margin-bottom: 20px;
    }
    .wenhua .class1{
        width: 95%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .wenhua_body{
        width: 95%;
        margin: 0 auto;
        height: auto;
        flex-direction: column;
    }
    .wenhua_body .wenhua_fl{
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: flex-start;
        column-gap: 10px;
        margin-bottom: 15px;
    }
    .wenhua_body .wenhua_li1{
        width: 100%;
        height: auto;
        margin: 10px 0;
        display: flex;
        padding: 0 10px;
    }
    .wenhua_body .wenhua_li1 .li1_icon{
        width: 58px;
        height: 58px;
        margin: 0;
        margin-right: 15px;
        flex-shrink: 0;
    }
    .wenhua_body .wenhua_li1 .li1_title{
        font-size: 16px;
        text-align: left;
    }
    .wenhua_body .wenhua_li1 .li1_hr{
        margin: 0;
    }
    .wenhua_body .wenhua_li1 .li1_cont{
        font-size: 14px;
        text-align: left;
    }
    .wenhua_body .wenhua_fr{
        width: 100%;
        padding: 0 10px;
        margin: 10px 0;
    }
    .wenhua_body .wenhua_li2{
        justify-content: flex-start;
        margin-bottom: 15px;
    }
    .fazhan{
        width: 95%;
        margin: 0 auto;
    }
    .fazhan_hd{
        top: -40px;
    }
    .fazhan_hd .fazhan_tab{
        font-size: 14px;
        width: fit-content;
        padding: 0 10px;
    }
    .fazhan_body{
        height: auto;
    }
    .fazhan_bd{
        padding: 10px;
    }
    .partner{
        width: 95%;
        margin: 0 auto;
    }
    .partner_list .partner_logo{
        width: 30%;
        margin-right: 5%;
    }
    .partner_list .partner_logo:nth-child(5n){
        margin-right: 5%;
    }
    .partner_list .partner_logo:nth-child(3n){
         margin-right: 0;
    }
    .hire_body .swiper-button-next, .hire_body .swiper-button-prev{
        display: none;
    }
    .fazhan_bd .fazhan_item .fazhan_act{
        flex-direction: column;
    }
    .fazhan_bd .rongyu{
        width: 100%;
    }
    .fazhan_bd .fazhan_item .zhanli_img{
        margin-right: 2%; 
        width: 32%;
    }
    .fazhan_bd .fazhan_item .zhanli_img:nth-child(3n){
        margin-right: 0;
    }
    .fazhan_bd .fazhan_item .rongyu_img{
        width: 100%;
        margin-bottom: 15px;
    }
}