@media screen and (max-width: 1600px){
	.container{
		max-width: 100%;
		padding: 0 1%;
	}
	.about-detail{
		padding-right: 4%;
	}
}
@media screen and (max-width: 1440px){
	.index-about-more-text{
		padding-right: 50px;
	}
	.index-recruitment-item{
		margin-top: 25px;
	}
	.about-briefing{
		font-size: 16px;
	}
	.about-more-title h2{
		font-size: 40px;
	}
	.about-more-title h3{
		font-size: 18px;
	}
	.about-more-title p{
		font-size: 16px;
	}
}
@media screen and (max-width: 1333px){
	.index-about-briefing p{
		font-size: 20px;
		line-height: 2;
	}
	.index-recruitment-list-item{
		width: 49%;
	}
	.index-recruitment-list-item:nth-child(3n){
		margin-right: 2%;
	}
	.index-recruitment-list-item:nth-child(2n){
		margin-right: 0;
	}
	.line_6{
		-webkit-line-clamp: 3;
	}
}
@media screen and (max-width: 1200px){
	.index-about-title h2{
		font-size: 28px;
	}
	.index-about-more-title h2{
		font-size: 30px;
		margin-bottom: 4%;
	}
	.index-about-more-title p{
		font-size: 13px;
	}
}
@media screen and (max-width: 1145px){
	.nav>ul>li>a{
		padding: 0 20px;
		font-size: 18px;
	}
}
@media screen and (min-width: 960px){
	.nav>ul>li:hover>a{
		color: #154696;
	}
	.search:hover .search-hover{
		display: block;
	}
	.index-recruitment-item a:hover{
		color: #0762cb;
	}

	.index-recruitment-nav ul li:hover a{
		color: #ff0000;
	}
	.index-recruitment-nav ul li:hover a:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #ff0000;
		width: 100%;
		height: 5px;
	}
	.recruitment-nav ul li:hover a{
		color: #ff0000;
	}
	.recruitment-nav ul li:hover a:after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #ff0000;
		width: 100%;
		height: 5px;
	}
	.index-recruitment-list-item h2:hover{
		color: #0762cb;
	}
	.index-business-img img:hover{
		transform: scale(1.1);
	}
	.index-cooperation-img img:hover{
		transform: scale(1.1);
	}
	.about-nav-item:hover a{
		background-color: #075dc1;
	}
	.pages ul li:hover a{
		background-color: #154696;
		color: #ffffff;
		border: 1px solid #154696;
	}
	.pages ul li.nolink:hover a{
		border: 1px solid #dddddd;
		color: #333333;
		background-color: initial;
	}
	.recruit-list-item h2:hover{
		color: #0762cb;
	}
	.news-item:hover .news-img img{
 		transform: scale(1.1);
	}
	.news-item:hover .news-title h2{
		color: #0762cb;
	}
}
@media screen and (max-width: 960px){
	.pc-img{
		display: none;
	}
	.ph-img{
		display: block;
	}
	.ph-menu{
		display: block;
	}
	.pcstaff-swiper{
		display: none;
	}

	.phstaff-swiper{
		display: block;
	}
	.nav{
		position: absolute;
		left: 100%;
		height: auto;
		top: 80px;
		z-index: 9;
		width: 0;
		background-color: rgba(255,255,255,1);
		padding-bottom: 20px;
		transition: all 0.5s;
		overflow: hidden;
	}
	.nav.active{
		width: 100%;
		left: 0;
	}
	.nav>ul{
		flex-wrap: wrap;
	}
	.nav>ul>li{
		width: 100%;
	}
	.nav>ul>li>a{
		white-space: nowrap;
		line-height: 60px;
		padding: 0 20px;
		font-size: 20px;
	}
	.index-about-text,.index-about-img{
		width: 100%;
	}
	.index-about-detail{
		padding-right: 0;
		margin-bottom: 7%;
	}
	.index-about-title h2{
		font-size: 22px;
	}
	.index-about-title p{
		font-size: 12px;
		letter-spacing: -1px;
	}
	.index-about-briefing p{
		font-size: 16px;
		line-height: 1.8;
	}
	.index-about-more-text{
		padding: 0 5%;
	}
	.index-about-more-title h2{
		font-size: 20px;
	}
	.index-about-more-title p{
		font-size: 12px;
		letter-spacing: -1px;
	}
	.index-about-more-img{
		text-align: right;
	}
	.index-about-more-img img{
		width: 50%;
	}
	.index-title h2{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.index-title p{
		font-size: 16px;
	}
	.index-recruitment-left,.index-recruitment-right{
		width: 100%;
	}
	.index-recruitment-item span{
		font-size: 18px;
		margin-right: 25px;
	}
	.index-recruitment-item a{
		font-size: 14px;
	}
	.index-recruitment-more a{
		font-size: 18px;
	}
	.index-recruitment-right{
		margin-top: 4.5%;
	}
	.index-recruitment-search-bg{
		padding: 30px 30px;
	}
	.index-recruitment-search-form form{
		width: 100%;
		height: 50px;
		border-radius: 25px;
		padding-right: 10px;
	}
	.index-recruitment-search-form form input[type=text]{
		width: calc(100% - 50px);
		font-size: 16px;
		padding-left: 25px;
	}
	.index-recruitment-search-form form input[type=submit]{
		width: 50px;
		background-size: 25px 25px;
	}
	.index-recruitment-hot{
		margin-top: 30px;
	}
	.index-recruitment-hot h3{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.index-recruitment-hot-link a{
		font-size: 16px;
		margin-right: 30px;
	}
	.index-recruitment-nav ul li{
		margin-right: 30px;
	}
	.index-recruitment-nav ul li a{
		font-size: 18px;
	}
	.index-recruitment-nav ul li.cur a:after{
		height: 3px;
	}
	.recruitment-nav ul{
		width: 100%;
		overflow-x: auto;
	}
	.recruitment-nav ul li{
		margin-right: 30px;
	}
	.recruitment-nav ul li a{
		font-size: 18px;
		white-space: nowrap;
	}
	.recruitment-nav ul li.cur a:after{
		height: 3px;
	}
	.index-recruitment-list-item{
		width: calc(100% - 10px);
		margin-right: 0;
		margin-bottom: 20px;
		height: auto;
		padding: 20px 10px;
	}
	.index-recruitment-list-item:nth-child(3n){
		margin-right: 0;
	}
	.index-recruitment-list-item:nth-child(2n){
		margin-right: 0;
	}
	.index-recruitment-list-item-info h2{
		font-size: 18px;
		margin-bottom: 12px;
	}
	.index-recruitment-list-item-info h2 span{
		font-size: 14px;
		margin-left: 8px;
	}
	.index-recruitment-list-item-info p{
		font-size: 14px;
	}
	.index-recruitment-list-item-salary span{
		font-size: 18px;
	}
	.index-recruitment-list-item-info{
		width: calc(100% - 72px);
	}
	.index-recruitment-list-item-salary{
		width: 72px;
		text-align: right;
	}
	.index-business-item{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.index-business-item:nth-child(3n){
		margin-right: 2%;
	}
	.index-business-item:nth-child(2n){
		margin-right: 0;
	}
	.index-business-mark p{
		line-height: 40px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.index-cooperation-list{
		justify-content: space-between;
	}
	.index-cooperation-item{
		width: calc(49% - 10px);
		margin-right: 5px;
		margin-bottom: 20px;
		box-shadow: 5px 5px 0 0 rgba(229,229,229,1);
	}
	.index-cooperation-item:nth-child(5n){
		margin-right: 5px;
	}
	footer{
		padding: 30px 0;
	}
	.footer-nav,.footer-info{
		width: 100%;
	}
	.footer-info{
		margin-top: 20px;
	}
	.footer-nav:after{
		display: none;
	}
	.footer-info-text{
		width: 100%;
		padding: 0;
	}
	.footer-ewm{
		text-align: center;
		width: 100%;
	}
	.footer-info-text p{
		font-size: 16px;
	}
	.footer-info-text p span.footer-info-tit{
		width: 80px;
	}
	.footer-info-text p span.footer-info-txt{
		width: calc(100% - 80px);
	}
	.footer-nav-item{
		width: 100%;
		text-align: left;
	}
	.footer-nav-item h2{
		padding-bottom: 0;
		position: relative;
	}
	.footer-nav-item h2 a{
		font-size: 18px;
	}
	.footer-nav-item h2:after{
		content: "";
		position: absolute;
		right: 10px;
		top: 12px;
		width: 10px;
		height: 10px;	
		border-right: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		border-bottom: 0;
		border-left: 0;
		transition: all 0.5s;
		transform: rotate(45deg);
	}
	.footer-nav-item h2.active:after{
		transform: rotate(135deg);
	}
	.footer-nav-link{
		display: none;
		padding-bottom: 20px;
	}
	.footer-ewm-tit{
		font-size: 18px;
	}
	.footer-nav-link a{
		padding: 0 20px;
		margin-top: 10px;
		font-size: 16px;
	}
	.about-nav{
		height: 50px;
		overflow: hidden;
	}
	/*.about-nav-list{
		justify-content: space-between;
	}*/
	.about-nav-item{
		margin: 0;
	}
	.about-nav-item a{
		font-size: 16px;
		line-height: 50px;
		padding: 0 15px;
		white-space: nowrap;
	}
	.about{
		padding: 4.7% 1% 0;
	}
	.ny-title h2{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.ny-title p{
		font-size: 16px;
	}
	.about-img,.about-text{
		width: 100%;
	}
	.about-text{
		margin-top: 5%;
	}
	.about-detail{
		padding: 0;
	}
	.about-more{
		margin-top: 5%;
	}
	.about-more-text{
		padding: 0 20px;
	}
	.about-more>img{
		height: 120px;
		object-fit: cover;
	}
	.about-more-title h2{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.about-more-title h3{
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.about-more-title p{
		font-size: 16px;
	}
	.service-swiper{
		/*padding-bottom: 20px;*/
		display: flex;
		flex-direction: column-reverse;
	}
	.service-img{
		width: 100%;
	}
	.service-title{
		right: 5%;
		top: 5%;
	}
	.service-title h2{
		font-size: 34px;
	}
	.service-text{
		margin-top: 4%;
		width: 100%;
	}
	.service-text p{
		font-size: 16px;
	}
	.service-button{
		bottom: 10px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.service-list{
		width: 100%;
		position: relative;
		margin-bottom: 30px;
		height: auto;
		padding: 3% 0;
	}
	.service-list-item{
		width: 50%;
		margin-bottom: 2%;
		padding: 0 10px;
		/*text-align: center;*/
	}
	.service-list-text h2{
		font-size: 24px;
		letter-spacing: 0;
	}
	.service-list-text p{
		font-size: 14px;
	}
	.business-text,.business-img{
		width: 100%;
	}
	.business-num{
		right: 0;
		font-size: 200px;
	}
	.business-title h2{
		font-size: 20px;
	}
	.business-text-item-title h3{
		font-size: 18px;
	}
	.business-text-item-text p{
		font-size: 16px;
	}
	.business-img{
		margin-top: 4%;
	}
	.business-img img{
		width: 100%;
	}
	.pages ul{
		justify-content: space-between;
	}
	.pages ul li{
		margin: 0;
		display: none;
	}
	.pages ul li:last-child,.pages ul li:first-child{
		display: block;
	}
	.pages ul li a{
		font-size: 14px;
	}
	.recruit-left{
		width: 100%;
		padding-right: 0;
	}
	.recriut-title h1{
		font-size: 22px;
	}
	.recriut-title p{
		font-size: 22px;
	}
	.recriut-span span{
		font-size: 14px;
	}
	.recruit-detail-title h3{
		font-size: 18px;
	}
	.recruit-detail-text p{
		font-size: 16px;
	}
	.recruit-right{
		width: 100%;
		padding: 15px;
	}
	.recruit-right-title h2{
		font-size: 18px;
	}
	.recruit-list-item-info h2{
		font-size: 16px;
	}
	.recruit-list-item-info h2 span{
		font-size: 14px;
	}
	.recruit-list-item-salary span{
		font-size: 16px;
	}
	.recruit-list-item-info p{
		font-size: 14px;
	}
	.news-show-title span{
		font-size: 15px;
	}
	.news-item{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.news-img{
		width: 100%;
	}
	.news-text{
		margin-top: 20px;
		width: 100%;
	}
	.news-title{
		margin-bottom: 10px;
	}
	.news-title h2{
		font-size: 18px;
	}
	.news-date{
		margin-bottom: 10px;
	}
	.news-date span{
		font-size: 14px;
	}
	.news-briefing p{
		font-size: 16px;
	}
	.index-recruitment-more-content{
		height: 80px;
		overflow: hidden;
	}
	.index-recruitment-more-content img{
		width: 100%;
		object-fit: cover;
	}
	.index-recruitment-more-title h2{
		font-size: 20px;
		margin-bottom: 4%;
	}
	.index-recruitment-more-title p{
		font-size: 14px;
	}
	.index-recruitment-more-img{
		text-align: right;
	}
	.index-recruitment-more-img img{
		width: 50%;
	}
}

@media screen and (max-width: 768px){
	.index-business-item{
		width: 100%;
		margin-right: 0;
	}
	.index-business-item:nth-child(3n){
		margin-right: 0;
	}
	.index-business-item:nth-child(2n){
		margin-right: 0;
	}
	.head_phone{
	    display: none;
	}
}
@media screen and (max-width: 340px){
	.index-recruitment-list-item-info h2{
		display: flex;
		flex-direction: column;
	}
	.index-recruitment-list-item-info h2 span{
		margin-top: 12px;
		margin-left: 0;
	}
}