@media (max-width: 1230px) {
	.banner {
		background: transparent !important;
		height: 200px;
	}
	.banner .w {
		width: 100%;
	}
	.banner .swiper-slide {
		height: 200px;
	}
}

@media (max-width: 910px) {
	/* 响应式头部 */
	.column {
		width: 100%;
	}

	.container {
		height: auto;
		height: 4.375rem;
	}

	.header {
		position: relative;
		z-index: 13;
		width: 100%;
		height: 4.375rem;
		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);
	}

	.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%;
		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;
	}

	.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: #FFFFFF;
		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 {
		position: relative;
		display: block;
		padding: 0.75rem .8rem 0 2.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;
	}
	.sidemenu .sidemenulist li.on a,
	.sidemenu .sidemenulist li:hover a {
		color: #FFFFFF;
	}
	.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(-12.5rem);
		-webkit-transform: translateX(-12.5rem);
	}

	.sidemenu {
		width: 12.5rem;
	}

	.headwbw img {
		margin-top: 0;
		max-height: 50px;
	}

	.sidemenu .sidemenulist {
		width: auto;
		display: block;
	}

	.header .img {
		display: none;
	}

	/* end响应式头部 */


	/* 头部搜索 */
	.header .search {
		display: none;
	}

	.header .search {
		position: absolute;
		right: 0;
		top: 4.375rem;
		margin-top: 0;
	}

	.phone_search {
		margin-right: 5px;
		display: block;
	}

	/* end 搜索 */

	/* ******************** */
	/* ******************** */
	.headbtn {
		padding: 1rem 0.5rem 0 0.5rem;
	}

	.header .link {
		display: none;
	}

	.sidemenu .sidemenulist li i {
		display: none;
	}
	.sidemenu .sidemenulist li {
		margin-right: 0;
	}
	.sidemenu {
		background-color: #004ca0;
	}

	html,
	body {
		font-size: 14px;
	}
	.header_top {
		display: none;
	}
	.headwbc {
		background: url(../img/header_bg.jpg) center no-repeat;
	}
	.index_box .left,
	.index_box .right {
		width: 100%;
		margin-bottom: 20px;
	}
	.index_box3 .list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.wrap {
		display: block;
	}
	.wrap .index_sub {
		width: 100%;
	}
	.wrap .view {
		width: 100%;
	}
	.index_sub ul {
		padding: 10px;
	}
	.index_sub ul li a {
		line-height: 40px;
		height: 40px;
	}
	.index_sub span {
		height: 50px;
		line-height: 50px;
	}
	.news_list ul li:nth-child(5n) {
		margin-bottom: 30px;
	}
	.wrap {
		padding-bottom: 40px;
	}
}

@media (max-width: 800px) {
	.index_box4 .left,
	.index_box4 .right {
		width: 100%;
	}
	.index_box4 .right {
		margin-top: 20px;
	}
}

@media (max-width: 640px) {
	.list-1,
	.index_box .left .news {
		width: 100%;
		margin-bottom: 20px;
	}
	.index_box2 ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
		min-height: 79px;
	}
	.index_box2 ul li:nth-child(2n) {
		margin-right: 0;
	}
	.index_box2 ul li .img {
		width: 50px;
	}
	.index_box2 ul li .text {
		margin-top: 0;
	}
	.list-2 li {
		margin-bottom: 10px;
	}
	.index_box .right {
		margin-bottom: 0;
	}
	.index_box3 .list:last-child {
		margin-bottom: 0;
	}
	.links {
		padding: 20px 0;
	}
	.links ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5px;
	}
	.links ul li:nth-child(2n) {
		margin-right: 0;
	}
	.index_box,
	.index_box2,
	.index_box3,
	.index_box4 {
		margin-top: 20px;
	}
	.index_box4 {
		padding: 20px 0;
	}
	.ftool_item {
		width: 40px;
		height: 40px;
	}
	.ftoolab {
		box-sizing: border-box;
	}
	.news_list ul li .text {
		margin-right: 0px;
	}
	.page {
		margin-top: 40px;
	}
	.page a {
		padding: 0;
		background-color: transparent;
		border: none;
	}
	.page .on {
		color: #186e9f;
		background-color: transparent;
	}
	.page a:hover {
		background-color: transparent;
		color: #186e9f;
	}
	.page a:hover .i1,
	.page a:hover .i2 {
		display: inline-block;
	}
	.page a:hover .i3,
	.page a:hover .i4 {
		display: none;
	}
	.team_list ul li .img img{
		width: 110px;
		height: 132px;
	}
	.team_list ul li .text .name{
		margin-top: 10px;
	}
}