@media (min-width: 1919px) {}

@media (max-width: 1250px) {

	html,
	body {
		font-size: 14px;
	}
}

@media (max-width: 1250px) {

	/* 响应式头部 */
	.column {
		width: 100%;
	}

	.container {
		height: auto;
		height: 4.375rem;
		z-index: 99;
	}

	.header {
		position: relative;
		z-index: 13;
		width: 100%;
		box-sizing: border-box;
		padding: 0 2.5%;
		height: 4.375rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		line-height: 2rem;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.4);
	}

	.headlogo {
		position: relative;
		vertical-align: bottom;
	}

	.headl,
	.headr {
		position: absolute;
		top: 0;
		height: 4.375rem;
		font-size: 0;
	}

	.headl {
		left: 0;
	}

	.headr {
		right: 0;
	}

	.headwbc {
		position: fixed;
		top: -1px;
		display: flex;
		display: -webkit-box;
		align-items: center;
		-webkit-box-align: center;
	}

	.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;
	}

	.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: 1rem 1rem 0 1rem;
		min-width: 2.5rem;
		height: 4.375rem;
		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%;
		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;
	}

	.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: #fff;
		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;
		background-color: #0B162C;
		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 {
		margin-bottom: 10px;
	}

	.sidemenu .sidemenulist li a {
		position: relative;
		display: block;
		padding: 0.75rem .8rem 0 1.5rem;
		height: 2.8125rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #ffffff;
		text-align: left;
		line-height: normal;
		font-size: 1rem;
	}
	.sidemenu .sidemenulist li{
		position:relative;
	}

	.sidemenu .sidemenulist li::after {
		position: absolute;
		right: 1rem;
		top: 23px;
		margin-top: -.4rem;
		display: block;
		content: "";
		width: .6rem;
		height: .6rem;
		border-width: 2px 2px 0 0;
		border-style: solid;
		border-color: #ffffff;
		transform: rotate(45deg) skew(5deg, 5deg);
		-webkit-transform: rotate(45deg) skew(5deg, 5deg);
		transition-duration: .3s;
		-webkit-transition-duration: .3s;
	}

	.show_sidemenu .container {
		margin-left: -12.5rem;
	}

	.sidemenu {
		width: 12.5rem;
	}

	.headwbw img {
		margin-top: 0;
		max-height: 30px;
	}

	.sidemenu .sidemenulist {
		width: auto;
		display: block;
	}

	/* end响应式头部 */
	.headwbc .right {
		/* display: block; */
		flex: none;
	}

	.headwbw {
		flex: none;
	}

	.footer .top .item2 {
		margin-left: 20px;
	}
	
	.team-content .box .txt{
		margin-top: 60px;
	}
}

@media (max-width: 1120px) {
	.index-box2 .item .box img {
		width: 60px;
	}

	.index-box2 .item .box .t {
		margin-top: 20px;
		font-size: 1rem;
	}

	.index-box2 .item .box .text {
		margin: 20px 0;
	}

	.index-box2 .item:hover .box .text {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.footer .bottom ul {
		display: block;
		width: 95%;
		margin: 0 auto;
	}

	.footer .bottom ul li {
		display: inline-block;
		margin-bottom: 10px;
	}

	.footer .top .left {
		justify-content: space-between;
	}

	.footer .top .item {
		margin-right: 0;
	}

	.industry-information ul li .box {
		padding: 20px;
	}

	.industry-information ul li .box .list {
		margin-top: 15px;
	}

	.industry-content ul li .top .day {
		font-size: 3rem;
	}
	.industry-content5 ul li .box .t2{
		font-size: 1.25rem;
		-webkit-line-clamp: 1;
	}
	.industry-content5 ul li .box .t3{
		margin: 10px 0;
	}
	.culture .right{
		width: 100%;
		flex: none;
		margin-top: 30px;
	}
	.about ul li{
		width: 48%;
		margin-bottom: 20px;
	}

	.team-content {
		margin: 40px auto;
		position: relative;
		overflow: hidden;
		display: block;
		justify-content: space-between
	}
	.team-content .img{
		margin:0 auto;
		text-align: center;
		width:auto;
	}
		.team-content .box {
			width: 100%;
			height: 100%;
		}
	.team-content .box .txt{
		position: relative;
		margin-top: 30px;
	}
	.team-content .box .title{
		width: 100%;
		line-height: 40px;
		height: 40px;
		font-size: 1.5rem;
	}
	.team-content .box .title span{
		font-size: 1.125rem;
	}
	.team-content .icon{
		text-align: center;
	}
	.team-content{
		margin: 40px auto;
	}
	.index-box5 .right{
		padding: 0 20px;
	}
}

@media (max-width: 900px) {
	.index-title {
		padding: 40px 0 20px 0;
	}
	.down-list{
		padding:30px 0;
	}
	.industry-content2 .swiper-container .txt .t {
		font-size: 16px;
	}
	.industry-content2 .swiper-container .txt .p {
		font-size: 14px;
	}
	.banner-n .link a {
		font-size: 1.2rem;
		line-height: 2.8rem;
	}
	.industry-content2 .swiper-container .txt{
		padding:10px 0;
	}
	.industry-content2 {
		padding: 30px 0 !important;
	}
	.industry-information ul li, .industry-information2 ul li, .industry-content ul li {
		margin-right: 0;
	}
		.industry-content ul li{
			padding:20px;
		}
		.index-box5 .left {
			display: none;
		}
	.banner .mySwiper .swiper-slide .box .title {
		font-size: 4.5rem;
	}

	.index-box5 .left,
	.index-box5 .right {
		width: 100%;
	}

	.index-box5 .right {
		padding: 40px 20px 20px 20px;
	}

	.index-box5 .right .t3 {
		margin: 20px 0;
	}

	.index-box5 .right ul li {
		margin-bottom: 10px;
	}

	.index-box6 .item {
		width: 100%;
	}

	.industry-information ul li {
		width: 48%;
	}
	
	.culture2 .box .text{
		width: 80%;
		padding: 20px;
	}
	
	.about2 .box .item .t{
		margin-top: 40px;
	}
	
	.down-list ul li .right{
		margin-left: 30px;
	}
}

@media (max-width: 780px) {
	.index-box2 .swiper-pagination .swiper-pagination-bullet{
		width:10px;
		height:10px;
	}
	.index-box2 .swiper-pagination{
		margin-top:10px;
	}
		.index-box2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
			width:20px;
		}
		.banner .mySwiper .swiper-slide .box .title {
			font-size: 2.5rem;
		}

	.index-box2 {
		flex-wrap: wrap;
	}

/*	.index-box2 .item {
		width: 50%;
		flex: none;
	}*/

	.index-box3 ul li {
		width: 48%;
		margin-bottom: 20px;
	}

	.index-box3 {
	
		padding:40px 0 40px;
	}

	.index-box4 .w {
		display: block;
	}

	.index-box4 .left {
		width: 100%;
	}

	.index-box4 .left ul {
		margin-top: 20px;
	}

	.index-box4 {
		padding: 40px 0;
	}

	.index-box4 .right ul li {
		width: 100%;
		padding: 20px 10px;
		border-left: none;
		border-bottom: 1px solid #FFFFFF;
	}

	.index-box4 .right ul li .date {
		font-size: 2rem;
		margin-bottom: 0px;
	}

	.index-box4 .left ul li {
		font-size: 1.125rem;
	}

	.footer .top .left,
	.footer .top .right {
		width: 100%;
		max-width: 100%;
		flex: none;
		text-align: left;
	}

	.footer .top .right {
		margin-top: 30px;
	}

	.footer .top .right .title i {
		left: 0;
	}

	.footer .top .item2 {
		margin-left: 0;
	}

	.industry-content ul li .top {
		text-align: center;
	}

	.industry-content ul li .top .left {
		margin-bottom: 10px;
	}

	.industry-content ul li .top .left .title i {
		left: 50%;
		transform: translateX(-50%);
	}

	.industry-content ul li .top .left,
	.industry-content ul li .top .day {
		width: 100%;
	}
	
	.industry-content4 ul li{
		width: 30%;
	}
	
	.industry-content4{
		padding: 60px 0;
	}
	
	.industry-content5 ul li{
		width: 48%;
	}
	
	.about2 .box .item{
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
	}
	
	.about2 .box .item:last-child{
		margin-bottom: 0;
	}
	.about2 .box{
		margin-top: 30px;
	}
	
	.about2{
		padding: 40px 0;
	}

}

@media (max-width: 680px) {
	.banner .tel {
		display: none;
	}
	.management-consulting .content .list .box .title {
		font-size: 1.2rem;
	}

	.banner {
		padding-bottom: 50%;
	}

	.banner2 {
		padding-bottom: 40%;
	}

	.banner-n span {
		top: 60%;
		font-size: 1.6rem;
	}

	.banner .mySwiper .swiper-slide .box {
		top: 45%;
	}

	.banner .mySwiper .swiper-slide .box .icon {
		margin: 5px auto;
		max-width: 200px;
	}

	.banner .mySwiper .swiper-slide .box .title {
		font-size: 1.5rem;
	}

	.banner .mySwiper .swiper-slide .box .t2 {
		font-size: 1rem;
	}

	.banner .mySwiper .swiper-slide .more {
		bottom: 10px;
	}

	.banner .swiper-button-next {
		width: 40px;
		height: 40px;
		background-size: cover;
	}

	.banner .swiper-button-prev {
		width: 40px;
		height: 40px;
		background-size: cover;
	}

	.container {
		border-bottom: none;
	}

	.index-title .t {
		font-size: 2.4rem;
		width:100%
	}

	.index-title .t2 {
		font-size: 1.5rem;
	}

	.index-box {
		margin: 40px 0;
		padding:0;
	}

	.index-title .icon {
		margin: 10px 0;
	}

	.index-box .txt {
		font-size: 1rem;
	}

	.index-box .txt2 {
		margin: 20px 0;
	}

	.index-box .number {
		display: flex;
		justify-content: space-between;
	}

	.index-box .number .item {
		margin-right: 0;
	}

	.index-box .number .item .top {
		font-size: 2rem;
	}

	.index-box .number .item .t {
		font-size: 1rem;
	}

	.more-all {
		margin-top: 30px;
	}

	.more-all a {
		width: 100px;
		height: 30px;
		line-height: 28px;
	}

	.index-box6 .item {
		height: 50px;
	}

	.index-box6 .item .box .index-title .t {
		font-size: 2rem;
	}

	.index-box6 .item img {
		width: 100%;
	}
		.index-box6 .item .box .icon {
			width: 30px;
		}

	.footer .top .title {
		font-size: 1rem;
	}

	.footer .top .two ul:first-child {
		margin-right: 5px;
	}

	.footer .top ul li a {
		font-size: 0.75rem;
	}

	.footer {
		padding-top: 60px;
	}

	.industry-information {
		padding-bottom: 20px;
	}

	.industry-information ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.industry-information ul {
		margin-top: 30px;
	}

	.industry-information2 .top {
		flex-wrap: wrap;
	}

	.industry-information2 .top .left,
	.industry-information2 .top .right {
		width: 100%;
		text-align: left;
	}

	.industry-information2 {
		padding: 30px 0;
	}

	.industry-information2 ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.industry-information2 ul li:last-child {
		margin-bottom: 0;
	}

	.industry-content ul li {
		width: 100%;
	}

	.industry-content ul li .top .left,
	.industry-content ul li .top .day {
		width: auto;
		text-align: left;
	}
	
	.industry-content ul li .top .left .title i{
		left: 0;
		transform: translateX(0);
	}
	.industry-content ul li .top .day{
		font-size: 6rem;
	}
	.industry-content{
		padding: 40px 0;
	}
	.industry-content2 ul li{
		width: 100%;
	}
	.industry-content2{
		padding-bottom: 20px;
	}
	.industry-content2 ul li .txt .t2{
		margin: 10px 0;
		font-size:14px;
	}
	.industry-content4{
		padding-bottom: 20px;
	}
	.industry-content4 ul{
		margin-top: 30px;
	}
	.industry-content4 ul li{
		width: 48%;
		margin-bottom: 15px;
	}
	.industry-content5 ul li{
		width: 100%;
	}
	.industry-content5 ul li .box .t2{
		-webkit-line-clamp: 2;
	}
	.industry-content5 ul li .box .t3{
		margin: 20px 0;
	}
	.industry-content5{
		padding: 30px 0;
	}
	.industry-content3{
		padding-top: 50px;
	}
	.management-consulting .content .list .box ul li{
		width: 100%;
	}
	.management-consulting .content .menu{
		width: 30%;
	}
	.management-consulting .content .menu ul{
		padding-right: 20px;
	}
		.management-consulting .content .menu ul li.active a::before {
			right: -23px !important;
		}
		.management-consulting {
			padding-bottom: 40px;
		}
	.culture2 .box .text{
		position: relative;
		left: auto;
		top: auto;
		transform: translateY(0);
		width: 100%;
		font-size: 1rem;
		line-height: 2rem;
	}
	.culture2 .box .img{
		float: none;
	}
	.culture2{
		padding-bottom: 40px;
	}
	.about ul li{
		width: 100%;
		margin-bottom: 60px;
	}
	.about ul li:last-child{
		margin-bottom: 0;
	}
	.about ul li .t2{
		margin-top: 20px;
	}
	
	.down-list ul li{
		padding: 20px 10px;
	}
	.down-list ul li a .left .t{
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.down-list ul li .right .t{
		width: 100px;
		line-height: 30px;
	}
	.index-box5 .right ul li{
		width: 48%;
	}
}
