@media (max-width: 1510px) {
	.index-box4 .swiper-button-next {
		right: 0;
	}

	.index-box4 .swiper-button-prev {
		left: 0;
	}

	.index-box6 .swiper-button-prev {
		left: 0;
	}

	.index-box6 .swiper-button-next {
		right: 0;
	}

	.popup .box {
		max-height: 60rem;
		overflow-y: auto;
	}
}

@media (max-width: 1430px) {
	.index-link-new {
		display: block;
		white-space: nowrap;
		overflow-x: auto;
		text-align: center;
	}
}

@media (max-width: 1250px) {

	.header {
		background-color: #fff;
	}

	.swiper-button-prev {
		left: 20px;
	}

	.swiper-button-next {
		right: 20px;
	}

	.header .header-box {
		padding: 0;
		display: flex;
		align-items: center;
	}

	.header .header-box .rihgt-box {
		display: none;
	}

	.header .header-box img {
		width: 50%;
	}

	.header-nav {
		display: none;
	}

	.container,
	.sidemenu_wrap {
		display: block;
	}

	.header {
		position: fixed;
		z-index: 13;
		top: 0;
		width: 100%;
		max-width: 1250px;
		height: 5rem;
		box-sizing: border-box;
		line-height: 2rem;
		-webkit-box-sizing: border-box;
		color: #fff;
		box-shadow: 0 0 .5rem rgba(0, 0, 0, .3);
		display: flex;
		align-items: center;
	}

	.headtitle {
		margin: 0 5rem;
		text-align: center;
		height: 5rem;
		line-height: 5rem;
		font-size: 1.5rem;
		color: #333;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.headlogo {
		position: relative;
		vertical-align: bottom;
	}

	.headl,
	.headr {
		position: absolute;
		top: 0;
		height: 5rem;
		font-size: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.headl {
		left: 0;
	}

	.headr {
		right: 0;
	}

	.headwbc {
		position: absolute;
		top: 0;
		display: flex;
		display: -webkit-box;
		align-items: center;
		-webkit-box-align: center;
		/* background: url(../img/icon/top_bg.png) top no-repeat; */
		background-size: cover;
		transition: all .5s;
	}

	.headwbc .headl,
	.headwbc .headr {
		position: static;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
	}

	.headwbw {
		position: relative;
		display: block;
		flex: 1;
		-webkit-box-flex: 1;
		z-index: 9;
		text-align: center;
	}

	.headwbc .nam {
		color: #000000;
		font-size: 1.7rem;
		position: absolute;
		width: 100%;
		left: 30px;
		top: -15px;
		text-align: center;
	}

	.headwbw em {
		color: #000000;
		display: inline-block;
		font-size: 2.25rem;
	}

	.headwbw .a_a {
		position: absolute;
		left: 5px;
	}

	.headwbw:first-child {
		margin-left: 1rem;
		text-align: left;
	}

	.headwbw:last-child {
		margin-right: 1rem;
	}

	.headbtn {
		position: relative;
		display: inline-block;
		text-align: center;
		padding: 1.3rem 1rem 0 1rem;
		min-width: 4rem;
		height: 5rem;
		font-size: 1.2rem;
		color: #999;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		vertical-align: top;
	}

	.headbtn:visited {
		color: #999;
	}

	.headbtn:active {
		background-color: rgba(0, 0, 0, .1);
	}

	.hico {
		display: inline-block;
		width: 2.5rem;
		height: 2.5rem;
		background-image: url(../images/icon/hico.png);
		background-repeat: no-repeat;
		background-size: 2.5rem auto;
		vertical-align: top;
	}

	/*sidemenu*/
	.sidemenu_wrap {
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		transition: z-index 0s .3s;
		-webkit-transition: z-index 0s .3s;
	}

	.show_sidemenu .sidemenu_wrap {
		z-index: 199;
		transition: z-index 0s 0s;
		-webkit-transition: z-index 0s 0s;
		z-index: 999999999;
	}

	.container {
		transition: transform .3s;
		-webkit-transition: -webkit-transform .3s;
	}

	.show_sidemenu .container {
		transform: translateX(-20rem);
		-webkit-transform: translateX(-20rem);
	}

	.fade_bkbg {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		background-color: rgba(0, 0, 0, .5);
		opacity: 0;
		visibility: hidden;
		transition-duration: .3s;
		-webkit-transition-duration: .3s;
	}

	.show_sidemenu .sidemenu_wrap .fade_bkbg {
		opacity: 1;
		visibility: visible;
	}

	.menuico {
		position: relative;
		display: block;
		width: 2.5rem;
		height: 2.5rem;
		transition: transform 0.2s;
		-webkit-transition: -webkit-transform 0.2s;
	}

	.menuico_bd01,
	.menuico_bd02,
	.menuico_bd03 {
		position: absolute;
		display: block;
		width: 2.5rem;
		height: 2.5rem;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
		transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transform: rotate(0);
		transition: -webkit-transform: rotate(0);
	}

	.show_sidemenu .menuico_bd01 {
		transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.show_sidemenu .menuico_bd03 {
		transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.menuico_bd01::before,
	.menuico_bd02::before,
	.menuico_bd03::before {
		position: absolute;
		left: .3rem;
		display: block;
		content: "";
		width: 1.9rem;
		height: 2px;
		background-color: #333;
		border-radius: 2px;
		transition: transform .2s .3s;
		-webkit-transition: -webkit-transform .2s .3s;
	}

	.menuico_bd01::before {
		top: .6rem;
	}

	.menuico_bd02::before {
		top: 1.2rem;
	}

	.menuico_bd03::before {
		top: 1.8rem;
	}

	.show_sidemenu .menuico_bd01::before {
		left: 50%;
		margin-left: -1rem;
		transform: translateY(.5rem);
		-webkit-transform: translateY(.5rem);
	}

	.show_sidemenu .menuico_bd02::before {
		transform: translateX(2.5rem);
		-webkit-transform: translateX(2.5rem);
	}

	.show_sidemenu .menuico_bd03::before {
		left: 50%;
		margin-left: -1rem;
		transform: translateY(-.7rem);
		-webkit-transform: translateY(-.7rem);
	}

	.sidemenu {
		position: fixed;
		top: 0;
		right: 0;
		display: block;
		width: 20rem;
		height: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		color: #fff;
		background-color: #023364;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-user-select: none;
		-webkit-overflow-scrolling: touch;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-webkit-backface-visibility: hidden;
		transition: transform .3s;
		-webkit-transition: -webkit-transform .3s;
	}

	.show_sidemenu .sidemenu {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		z-index: 211;
	}

	.sidemenulist {
		line-height: 2rem;
		font-size: 1.2rem;
	}

	.sidemenulist>li {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.sidemenu .sidemenulist>li>a {
		font-size: 1.2rem;
		position: relative;
		display: block;
		padding: 1.2rem .8rem 0 1rem;
		height: 4.5rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #ffffff;
		text-align: left;
		font-size: 1.4rem;
		line-height: normal;
	}

	.sidemenulist>li>a::after {
		position: absolute;
		right: 1rem;
		top: 50%;
		margin-top: -.4rem;
		display: block;
		content: "";
		width: .6rem;
		height: .6rem;
		border-width: 2px 2px 0 0;
		border-style: solid;
		border-color: #fff;
		transform: rotate(45deg) skew(5deg, 5deg);
		-webkit-transform: rotate(45deg) skew(5deg, 5deg);
		transition-duration: .3s;
		-webkit-transition-duration: .3s;
	}

	.show_sidemenu .container {
		transform: translateX(-15rem);
		-webkit-transform: translateX(-15rem);
	}

	.sidemenu {
		width: 15rem;
	}

	.sidemenu .sidemenulist {
		width: auto;
		display: block;
	}

	.header .img {
		display: none;
	}

	.headwbw img {
		margin-top: 0;
	}

	.sidemenu .sidemenulist>li p {
		display: none;
	}

	.sidemenu .sidemenulist>li .i2 {
		display: none;
	}

	.sidemenu .sidemenulist>li {
		padding-top: 0;
	}

	.headwbc .tel {
		margin-top: -20px;
		position: relative;
		z-index: 99;
	}

	.headwbc .tel ul li:last-child {
		margin-left: 10px;
	}

	.headwbc .tel ul li .image img {
		height: 25px;
	}

	.image-phone {
		display: block !important;
		margin-left: 20px;
		width: 13rem;
	}

	.banner {
		margin-top: 5rem;
	}

	.banner .swiper-slide {
		height: auto;
	}

	.banner-n {
		margin-top: 5rem;
	}

	.index-link {
		padding: 2rem;
	}

	.index-link ul li {
		padding: 0 2rem;
		display: inline-block;
	}

	.index-link ul li a::before {
		display: none;
	}

	.index-link {
		display: block;
		white-space: nowrap;
		overflow-x: auto;
		text-align: center;
	}

	.index-link ul {
		display: block;
	}

	.margin8 {
		margin-top: 4rem;
	}

	.talentedPersons .view ul li {
		padding: 2rem 0 2rem 2rem;
	}

	.talentedPersons .view ul li .img {
		width: 100%;
		margin-right: 2rem;
	}

	.resourceCentre .view ul li {
		padding: 1rem;
	}

	.resourceCentre .view ul li .text {
		margin-left: 1rem;
	}

	.resourceCentre .view ul li .text .name {
		font-size: 1.8rem;
	}

	.resourceCentre .view ul li .text .name span {
		font-size: 1.6rem;
	}

	.resourceCentre .view ul li .text .txt {
		font-size: 1.4rem;
	}

	.banner-text {
		margin-top: 5rem;
	}
}

@media (max-width: 1130px) {
	.grzl-new .box2 .tleft, 
	.grzl-new .box2 .tright{
		width: 100%;
		flex: auto;
		flex-wrap: wrap;
	}
	.grzl-new .box2 .tright{
		padding: 2rem 1rem;
		height: auto;
		margin-left: 2rem;
	}
	.grzl-new .box2 .tright .btn-up{
		flex: auto;
	}
	.grzl-new .box2 .tright .head{
		width: 10rem;
		height: 10rem;
		margin: 0 auto;
		margin-bottom: 4rem;
	}
	.grzl-new .box2 .tright .btn-up{
		width: 100%;
		flex: none;
		margin-left: 0;
	}
	.register-new.new-all-select span{
		margin-bottom: 0;
	}
}

@media (max-width: 1024px) {
	.index-box2 ul li {
		width: 49%;
	}

	.index-box2 ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.index-box2 ul li:nth-child(2n) {
		margin-right: 0;
	}

	.about-us .text,
	.about-us .img {
		width: 100%;
	}

	.about-us .img {
		margin: 4rem 0 0 0;
		text-align: center;
	}

	.about-us .text .t {
		margin: 2rem 0;
	}

	.personalCenter {
		padding: 1rem;
	}

	.personalCenter .list-top {
		padding-left: 1rem;
		font-size: 1.4rem;
	}

	.personalCenter .list-top span {
		width: 20% !important;
	}

	.personalCenter ul li {
		font-size: 1.4rem;
		line-height: normal;
		padding: 2rem 0;
		padding-left: 1rem;
	}

	.personalCenter ul li span {
		width: 20% !important;
	}

	.personalCenter ul li a {
		display: block;
		margin-right: 0 !important;
	}

	.personalCenter .list-top span:first-child {
		margin-right: 5%;
	}

	.personalCenter .list-top span:nth-child(2) {
		width: 25% !important;
	}

	.personalCenter .list-top span:nth-child(4) {
		width: 10% !important;
	}

	.personalCenter ul li span:first-child {
		margin-right: 5%;
	}

	.personalCenter ul li span:nth-child(2) {
		width: 25% !important;
		box-sizing: border-box;
		padding-right: 2rem;
	}

	.personalCenter ul li span:nth-child(4) {
		width: 10% !important;
	}

	.yxrcxq .box .left {
		width: 100%;
	}

	.yxrcxq .box .left .t2 {
		display: block;
	}

	.yxrcxq .box .left .t2 span {
		display: block;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.yxrcxq {
		padding: 4rem 2rem;
	}

	.yxrcxq .box .left .t3 span {
		display: block;
	}

	.yxrcxq .box .left .t3 em {
		margin-top: 1rem;
	}

	.yxrcxq .box .right {
		margin: 0 auto;
		margin-top: 3rem;
	}

	.szkxq .text .t2 span {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-top: 1rem;
		min-width: none;
	}

	.szkxq .text .t2 span em {
		display: block;
		margin-left: 0;
	}

	.szkxq .text .t3 a {
		margin-left: 0;
	}

	.szkxq .box2 {
		flex-wrap: wrap;
	}

	.szkxq .text {
		width: 100%;
	}

	.szkxq .img {
		margin-bottom: 3rem;
	}

	.wdhd .list-top span:first-child {
		width: 25% !important;
	}

	.wdhd .list-top span:nth-child(2) {
		width: 30% !important;
	}

	.wdhd .list-top span:nth-child(3) {
		width: 16% !important;
	}

	.wdhd .list-top span:nth-child(4) {
		width: 21% !important;
	}

	.wdhd ul li span:first-child {
		width: 25% !important;
	}

	.wdhd ul li span:nth-child(2) {
		width: 30% !important;
	}

	.wdhd ul li span:nth-child(3) {
		width: 16% !important;
	}

	.wdhd ul li span:nth-child(4) {
		width: 21% !important;
	}
	.drop-down{
		transform: translateX(-48%);
		max-width: 40rem;
	}
	.drop-down ul li{
		width: 33%;
	}
}

@media (max-width: 910px) {
	.index-box {
		margin: 2rem auto;
	}

	.index-box6 .swiper-slide .box .left,
	.index-box6 .swiper-slide .box .right {
		width: 100%;
		padding: 4rem 2rem;
	}

	.index-box6 .swiper-slide .box .right .t2 {
		margin: 2rem 0;
	}

	.index-box6 .swiper-pagination {
		bottom: -3rem;
	}

	.index-box6 .mySwiper {
		margin-top: 4rem;
	}

	.index-box6 {
		min-height: auto;
	}

	.notificationAnnouncement ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
		padding: 2rem;
	}

	.recruitmentUnit ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
		padding: 2rem;
	}

	.notificationAnnouncement ul li .text {
		margin-left: 1.5rem;
	}

	.notificationAnnouncement ul li .text .t {
		font-size: 1.6rem;
	}

	.notificationAnnouncement ul li .text .t2 {
		font-size: 1.4rem;
	}

	.talentedPersons .search-all .box .right {
		margin-top: 1rem;
		margin-bottom: 0;
	}

	.resourceCentre .view ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.slideTxtBox .hd ul {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.slideTxtBox .hd ul li {
		display: inline-block;
	}

	.slideTxtBox .hd ul li::before {
		top: 0;
	}

	.zwxq-content .box .left,
	.zwxq-content .box .right {
		width: 100%;
		text-align: center;
	}

	.zwxq-content .box .right {
		order: 1;
		margin-bottom: 2rem;
	}

	.zwxq-content .box .right .gt,
	.zwxq-content .box .right .jl {
		display: inline-block;
	}

	.zwxq-content .box .right .gt {
		margin-right: 1rem;
	}

	.zwxq-content .box .right .gt a,
	.zwxq-content .box .right .jl a {
		padding: 1rem 2rem;
	}

	.zwxq-content .box .left {
		order: 2;
	}

	.zwxq-content .box .right {
		margin-left: 0;
	}

	.zpdwxq .right {
		width: 100%;
		margin-top: 3rem;
	}

	.zpdwxq .left {
		width: 100%;
		margin-right: 0;
	}

	.zpdwxq .left,
	.zpdwxq .right {
		padding: 2rem;
	}

	.title-xq {
		font-size: 2.4rem;
	}

	.city .box {
		width: 90%;
	}

	.city .box .city-list2 ul li {
		line-height: 3rem;
	}

	.city .box .city-list2 ul li .list-select-list a {
		width: 33%;
		text-align: center;
	}

	.city .box .top-title {
		padding: 0 2rem;
	}
	.search-all .box{
		flex-wrap: wrap;
	}
	.search-all .box .left{
		flex: none;
		width: 100%;
	}
}

@media (max-width: 800px) {
	.talentedPersons .view ul li {
		width: 100%;
		margin-right: 0;
	}

	.talentedPersons .view ul li .img {
		width: 30%;
		margin: 0 auto;
		margin-bottom: 2rem;
	}

	.talentedPersons .view {
		margin-top: 2rem;
		padding-top: 2rem;
	}

	.resourceCentre .view .ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.search-all .input{
		width: 100%;
	}
	.register-new .item{
		width: 100%;
	}
}


@media (max-width: 768px) {
	.page {
		text-align: center;
	}

	.page a {
		margin-bottom: 2rem;
	}

	.register .box .left {
		width: 100% !important;
	}

	.register .box .item span {
		width: 100%;
		text-align: left;
	}

	.register .box .item input {
		width: 100%;
	}

	.register .box .item2 {
		width: 100%;
		text-align: left;
	}

	.register .box .item2 span {
		text-align: left;
		min-width: auto;
	}

	.register .cont .right {
		margin-left: 0;
	}

	.register .box .item select {
		width: 100%;
	}

	.register .box .item3 {
		display: block;
	}

	.register .box .item3 textarea {
		width: 100%;
	}

	.register {
		padding: 3.5rem 2rem;
	}

	.register .btn {
		width: 100%;
	}

	.banner-text .left {
		font-size: 1.6rem;
	}

	.banner-text .left img {
		margin-right: 2rem;
		width: 10rem;
	}

	.banner-text {
		padding-bottom: 20%;
	}

	.banner-text .right .t {
		font-size: 1.8rem;
	}

	.banner-text .right .t2 {
		font-size: 1.6rem;
	}
	.yxrcxq .new-box ul{
		flex-wrap: wrap;
	}
	.yxrcxq .new-box ul li{
		width: 33%;
		flex: none;
		margin-bottom: 2rem;
	}
	.yxrcxq .new-box ul li:last-child{
		margin-bottom: 0;
	}
	.yxrcxq .box{
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
	.yxrcxq .box .left .s1{
		margin-left: 0 !important;
	}
	.yxrcxq .new-box2 ul li{
		width: 100%;
	}
	.yxrcxq .slideTxtBox .hd ul li{
		margin-bottom: 0;
	}
	.content{
		padding: 3rem 0 !important;
	}
}

@media (max-width: 640px) {
	.talentedPersons .view .top-content {
		display: block;
	}

	.talentedPersons .view .top-content .right {
		text-align: left;
		margin-top: 1rem;
	}

	.jobSearch .list ul {
		margin-top: 0;
	}

	.search-all .box .right {
		font-size: 1.6rem;
	}

	.search-all select {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}

	.search-all .input input {
		height: 4rem;
		line-height: 4rem;
	}

	.search-all .input .btn {
		height: 3.2rem;
		font-size: 1.6rem;
		width: 8rem;
	}

	.page .s1 {
		display: none;
	}

	.banner .swiper-pagination {
		bottom: 1rem;
	}

	.index-box {
		display: block;
	}

	.index-box a:last-child {
		margin-bottom: 0;
		margin-left: 0;
	}

	.index-box a {
		margin-bottom: 2rem;
		display: block;
	}

	.index-box2 ul li {
		width: 100%;
	}

	.index-box2,
	.index-box3 {
		padding: 4rem 0;
	}

	.all-title {
		font-size: 2.6rem;
	}

	.banner .swiper-pagination-bullet {
		height: 1rem;
		width: 1rem;
	}

	.banner .swiper-pagination-bullet-active {
		width: 3rem;
	}

	.index-box3 ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.index-box3 ul li:last-child {
		margin-bottom: 0;
	}

	.index-box3 ul li .text {
		padding: 2rem;
	}

	.index-box3 ul li .t {
		margin: 1rem auto;
	}

	.padding4 {
		padding: 4rem 0;
	}

	.index-box4 {
		min-height: auto;
	}

	.index-box4 .swiper-container {
		margin-top: 4rem;
	}

	.index-box5 ul {
		margin-top: 4rem;
	}

	.index-box5 ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.index-box5 ul li:last-child {
		margin-bottom: 0;
	}

	.footer .link .box {
		display: flex;
		flex-wrap: wrap;
		margin-top: 2rem;
	}

	.footer .link .box a {
		width: 33%;
		margin-right: 0.5%;
		box-sizing: border-box;
		text-align: center;
		padding-right: 0;
		margin-bottom: 1rem;
		border-right: none;
	}

	.footer .link .box a:nth-child(3n) {
		margin-right: 0;
	}

	.search-all .box {
		display: block;
	}

	.search-all select {
		padding: 1rem;
	}

	.zwxq-content .box .left {
		width: 100%;
	}

	.zwxq-content .box .right {
		width: 100%;
		margin-left: 0;
	}

	.zwxq-content .box {
		padding: 2rem;
	}

	.login .box .form {
		margin-top: 4rem;
	}

	.content {
		padding-bottom: 4rem;
	}

	.center-link .w .right {
		width: 100%;
		margin-top: 2rem;
		text-align: center;
		overflow-x: auto;
		white-space: nowrap;
		height: 4rem;
	}

	.center-link .w .right a {
		display: inline-block;
		margin-right: 2rem;
	}

	.center-link span {
		width: 100%;
		text-align: center;
		margin-right: 0;
		padding-right: 0;
		border: none;
	}

	.center-link .right a:last-child {
		margin-right: 0;
	}

	.center-link .right a.active::before {
		bottom: -.7rem;
	}

	.popup .box .btn span.s2 {
		margin-top: 2rem;
	}

	.hdbmxq .top {
		flex-wrap: wrap;
	}

	.hdbmxq .top .left,
	.hdbmxq .top .right {
		width: 100%;
		text-align: left;
	}

	.hdbmxq {
		padding: 3rem 2rem;
	}

	.popup .box {
		max-height: 80%;
		overflow-y: auto;
	}

	.popup .form ul {
		padding-left: 0;
	}

	.popup .form ul li {
		align-items: center;
	}

	.popup .form ul li:last-child {
		display: block;
	}

	.popup .form ul li:last-child span {
		width: 100%;
		text-align: left;
	}

	.popup .form ul li:last-child textarea {
		width: 100%;
		margin-top: 1rem;
	}

	.new-add .new-nr ul li {
		width: 33%;
		margin-bottom: 1rem;
		text-align: left;
	}

	.new-add .new-nr .name {
		text-align: left;
	}

	.zwxq-content {
		padding: 3rem 0;
	}
	.talentedPersons .view ul li .text .txt2{
		margin-bottom: 2rem;
	}
	.drop-down{
		left: 0;
		transform: translateX(0%);
		padding: 2rem 1rem;
	}
	#yjfx .drop-down{
		transform: translateX(-46%);
	}
	.drop-down2{
		transform: translateX(-45%);
	}
	#byyx .new-xx{
		flex-wrap: wrap;
	}
	#byyx .new-xx .name,
	#byyx .new-xx ul{
		width: 100%;
	}
	.slideTxtBox{
		margin-top: 3rem;
	}
	.szkxq .text .t2 b{
		margin-left: .5rem;
		margin-bottom: 1rem;
	}
	.szkxq{
		padding: 2rem;
	}
	
	.register{
		margin-top: 2rem;
	}
	.register-new .drop-down{
		transform: translateX(-12%);
	}
	.new-tab .item{
		width: 100%;
		margin-bottom: 2rem;
	}
	.grzl-new{
		padding: 2rem 0;
		padding-top: 0;
	}
	.grzl-new .box2 .two{
		flex-wrap: wrap;
	}
	.grzl-new .box2 .tleft,
	.grzl-new .box2 .tright{
		width: 100%;
		margin: 0;
	}
	.grzl-new .box1,
	.grzl-new .box2{
		padding: 2rem;
	}
	.jlgl .list-top span:nth-child(2){
		width: 50% !important;
	}
	.jlgl ul li span:nth-child(2){
		width: 50% !important;
	}
	.box1 #yjfx .drop-down{
		transform: translateX(-8%);
	}
	.box2 #yjfx2 .drop-down{
		transform: translateX(-8%);
	}
	.grzl-new .box2 .item span{
		width: 100% !important;
		margin-bottom: 1rem !important;
	}
	.grzl-new .box1 .item span{
		width: 100% !important;
		margin-bottom: 1rem !important;
	}
	.grzl-new .item input{
		width: 100%;
	}
	.talentedPersons #yjfx .drop-down{
		transform: translateX(0);
	}
	.btn-text-wrapper p.t{
		padding: .5rem 10rem;
	}
}


@media (max-height: 700px) {
	.popup .box {
		max-height: 50rem;
	}
}

@media (max-width: 500px) {}

@media (max-width: 411px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}