@media (max-width: 1250px) {
	.column {
		width: 20%;
	}

	.content .cont {
		width: 80%;
	}

	.history_cont ul li .texts {
		width: 65%;
		margin-left: 5%;
	}
}

@media (max-width: 1130px) {
	.header .tel {
		display: none;
	}

	.m1 .show_box_view .list ul li {
		width: 48%;
		margin-right: 0;
	}

	.m1 .show_box_view .list ul li .img img {
		width: 100%;
		height: 100%;
	}

	.m1 .show_box_view .list ul li .img p img {
		width: auto;
		height: auto;
	}

	.m1 .show_box_view .list ul li:nth-child(3) {
		display: none;
	}

	.m1 .show_box_view .list ul li:nth-child(2) {
		margin-right: 0;
		float: right;
	}

	.m3 .swiper-button-next,
	.m3 .swiper-button-prev {
		display: none;
	}

	.m1 .swiper-wrapper {
		display: block;
	}

	.content .cont {
		min-height: 650px;
	}
}

@media (max-width: 1024px) {
	html {
		max-width: 100%;
	}

	.footer {
		max-width: 100%;
	}

	.m4 ul li .more a {
		margin-right: 0;
	}
}

@media (max-width: 910px) {
	.header .search {
		display: none;
	}

	.banner .icon {
		bottom: -95px;
	}

	.column {
		width: 100%;
	}

	.content .cont {
		width: 100%;
	}

	.column span {
		font-size: 1.25rem;
		height: 50px;
		padding: 10px 0 0 20px;
	}

	.container {
		height: auto;
		height: 80px;
	}

	.header {
		position: relative;
		z-index: 13;
		width: 100%;
		height: 5rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		line-height: 2rem;
		color: #fff;
		background: #fff;
		box-shadow: 0 0 .5rem rgba(0, 0, 0, .3);
	}

	.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;
	}

	.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;
	}

	.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: #666;
		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: #014099;
		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 4rem;
		height: 3.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: 1rem;
		line-height: normal;
	}

	.sidemenulist 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;
	}

	.headwbw img {
		width: 50%;
	}

	.sidemenu .sidemenulist {
		width: auto;
		display: block;
	}

	.phone_search {
		margin-right: 5px;
		display: block;
	}

	.header .search {
		position: absolute;
		right: 0;
		top: 80px;
		margin-top: 0;
	}

	.header .tel {
		display: none;
	}

	.header .img {
		display: none;
	}

	.headwbw img {
		margin-top: 0;
	}

	.team_list ul li {
		width: 48%;
		margin-right: 4%;
	}

	.team_list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.team_list ul li:nth-child(4n-1) {
		margin-right: 4%;
	}
}

@media (max-width: 768px) {
	.team_cont ul li a {
		display: block;
	}

	.team_cont ul li .img {
		width: 100%;
		height: auto;
	}

	.team_cont ul li .img img {
		width: 100%;
	}

	.team_cont ul li .texts {
		width: 100%;
		padding: 10px;
	}

	.team_cont ul li .texts .text {
		margin: 10px 0;
		line-height: 27px;
	}

	.team_cont ul li .texts .name {
		font-size: 1.125rem;
	}

	.team_cont ul li .texts .more span {
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 0.875rem;
	}

	.expert_team ul li {
		margin-bottom: 10px;
	}

	.expert_team ul li {
		display: block;
	}

	.expert_team ul li .title {
		width: 100%;
		height: 60px;
		line-height: 60px;
	}

	.expert_team ul li .list {
		width: 100%;
		overflow: inherit;
		white-space: normal;
		line-height: 30px;
		padding: 15px;
	}

	.expert_team ul li .list span {
		display: inline-block;
		margin-right: 0;
		min-width: 60px;
		text-align: center;
	}

	.team_content .content .text .t2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 7;
		overflow: hidden;
	}
}

@media (max-width: 720px) {
	.history_cont ul li .img {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.history_cont ul li .img img {
		width: auto;
		height: auto;
	}

	.history_cont ul li .texts {
		width: 100%;
		margin: 0;
		padding: 0 20px;
		margin-top: 10px;
		border-left: none;
	}

	.history_cont ul li:first-child .texts {
		margin: 0;
		padding: 0 20px;
		margin-top: 10px;
	}

	.history_cont ul li .texts .time {
		font-size: 1.125rem;
		margin-bottom: 3px;
	}

	.history_cont ul li .texts i {
		display: none;
	}

	.history_cont ul li .texts em {
		display: none;
	}
}

@media (max-width: 640px) {
	.headwbw img {
		width: 90%;
	}

	.m1 .swiper-wrapper {
		display: flex;
	}

	.banner .swiper-slide {
		height: 200px;
		background-size: cover !important;
	}

	.footer .footer_link .more .erji_show {
		background-color: #FFFFFF;
		padding: 10px 20px;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		overflow-y: auto;
		line-height: 20px;
		max-height: 300px;
		min-width: 200px;
		padding-top: 25px;
		z-index: 999999999999999999999;
		width: auto;
		height: auto;
		bottom: auto;
		border: none;
	}

	.footer .footer_link .more .erji_show dl dd {
		text-align: center;
		margin-bottom: 10px;
	}

	.footer .footer_link .more .erji_show dl dd a {
		color: #333333;
		font-size: 0.875rem;
	}

	.footer .footer_link .more .erji_show .close {
		height: 23px;
		width: 23px;
		position: absolute;
		right: 10px;
		top: 6px;
	}

	.footer .footer_link .more .erji_show .close i {
		width: 30px;
		height: 2px;
		display: inline-block;
		background-color: #999999;
		position: absolute;
		right: -3px;
		top: 50%;
	}

	.footer .footer_link .more .erji_show .close .i1 {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.footer .footer_link .more .erji_show .close .i2 {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.footer .footer_link .more dl {
		padding: 0;
	}

	.current_location {
		height: auto;
		line-height: 30px;
		padding: 5px 20px;
	}

	.current_location .title {
		width: 100%;
	}

	.current_location .location {
		width: 100%;
	}

	.news_list {
		padding: 20px 0;
	}

	.content .cont {
		min-height: auto;
	}

	.expert_team {
		padding: 20px 0;
	}

	.team_list ul li {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	.m1 .show_box_view .list ul li .text .t {
		min-height: auto;
	}
	
	.m1 .show_box_view .list ul li .text .t2{
		margin-top: 0;
	}
	
	.m3 .swiper-slide .t{
		min-height: auto;
	}
	
	.m5 .show_box_view .list ul li a{
		min-height: auto;
	}
}

@media (max-width: 580px) {
	.team_content .content {
		display: block;
	}

	.team_content .content .img {
		width: 100%;
		text-align: center;
	}

	.team_content .content .img img {
		width: auto;
		height: 100%;
	}

	.team_content .content .text {
		width: 100%;
		margin-left: 0;
	}

	.team_content .content .text .t {
		font-size: 1.25rem;
	}
}

@media (max-width: 500px) {

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.banner .icon {
		bottom: -110px;
	}

	.banner .icon ul {
		display: block;
	}

	.banner .icon ul li {
		float: left;
		width: 33.333%;
		height: 65px;
	}

	.banner .icon ul li img {
		width: 30px;
	}

	.banner .icon ul li p {
		font-size: 0.75rem;
	}

	.m1 {
		margin-top: 140px;
		padding-top: 20px;
	}

	.m1 .click_tab {
		display: flex;
		margin-top: 20px;
	}

	.m1 .click_tab span {
		flex: 1;
	}

	.m1 .show_box_view {
		margin-top: 30px;
	}

	.m1 .show_box_view .list ul li {
		margin-right: 0;
	}

	.m1 .show_box_view .list ul li:nth-child(3) {
		display: block;
	}

	.m1 .show_box_view .list ul li:nth-child(2) {
		margin-right: 0;
		float: left;
	}

	.m2 {
		padding-top: 20px;
		background-size: 100% 100%;
		height: auto;
	}

	.m2 .show_box_view {
		margin-top: 20px;
	}

	.m2 .show_box_view .list ul {
		display: block;
	}

	.m2 .show_box_view .list ul li {
		width: 25%;
		margin-bottom: 20px;
	}

	.m2 .show_box_view .list ul li img {
		width: 70%;
	}

	.m2 .show_box_view .list ul li .t {
		font-size: 0.875rem;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.m2 .show_box_view .list:first-child ul li:nth-child(5) {
		margin-left: 12%;
	}

	.m2 .show_box_view .list:last-child ul li {
		width: 33.333%;
	}

	.m2 .show_box_view .list:last-child ul li img {
		width: 53%;
	}

	.m2 .show_box_view .list:last-child ul li:nth-child(4) {
		margin-left: 17%;
	}

	.m4 ul li {
		width: 100%;
	}

	.m5 .show_box_view .list ul li {
		width: 100%;
		nav-right: 0;
	}

	.m5 .show_box_view .list ul li .title .bt {
		width: 100%;
	}

	.m5 .show_box_view .list ul li .title .time {
		width: 100%;
		text-align: left;
	}

	.footer .text {
		width: 100%;
		padding: 20px 0;
	}

	.footer .text .texts .t {
		margin-bottom: 15px;
	}

	.m1 {
		padding-bottom: 30px;
	}

	.m3,
	.m4,
	.m5 {
		padding: 30px 0;
	}

	.m3 .swiper-container {
		margin-top: 30px;
	}

	.m4 ul li {
		margin-top: 0;
		padding: 20px;
	}

	.m5 .show_box_view {
		margin-top: 30px;
	}

	.ftool {
		display: none !important;
		opacity: 0 !important;
	}

	.m4 ul li .more a {
		margin-right: 2%;
	}

	.list_cont .box ul li {
		width: 48%;
		margin-right: 4%;
	}

	.list_cont .box ul li:nth-child(2n) {
		margin-right: 0;
	}

	.list_cont .box ul li:nth-child(4n-1) {
		margin-right: 4%;
	}

	.list_content {
		padding: 20px 0;
	}

	.list_content .title_cont {
		margin: 0;
		margin-bottom: 30px;
	}
}

@media (max-width: 411px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {
	.m4 ul li {
		padding: 30px;
	}

	.container {
		height: 60px;
	}
}

@media (max-width: 320px) {}
