@media (max-width: 1352px) {
	.header_top {
		display: none;
	}
	.nav-list {
		display: none;
	}
	.searchpc .btn {
		top: 10px;
		transform: none;
	}
	.phone_search2 {
		padding-top: 0 !important;
	}
	.phone_search2 .search1 {
		display: block !important;
	}
	.phone_search2 .search2 {
		display: none !important;
	
	}
	.home-com {
		background: #da251c;
	}
	.home-com .header {
		background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0)) !important;
	}
	.home-com .logo {
		display: block !important;
	}
	.home-com .logo2 {
		display: none !important;
	}
}

@media (max-width: 1350px) {

	html,
	body {
		font-size: 14px;
	}

	.container .right {
		display: none;
	}

	/* 响应式头部 */
	.column {
		width: 100%;
	}

	.container {
		height: auto;
		height: 4.375rem !important;
	}

	.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;
		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: #da251c;
		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;
	}

	.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;
	}

	.view_index {
		position: relative;
	}

	.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;
		padding-top: 0;
	}

	/* end 搜索 */

	/* ******************** */
	/* ******************** */

	html,
	body {
		font-size: 14px;
	}

	.header .link {
		display: none;
	}

	.headwbw img {
		max-height: 60px;
	}

	.container.wtn {
		background-color: #da251c;
	}
	.banner_2 .nav {
		position: relative;
		left: auto;
		transform: translateX(0);
		height: auto;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	.banner_2 .nav ul{
	}
	.banner_2 .nav .box{
		display: block;
		background-color: #da251c;
		line-height: 2.5rem;
	}
	.banner_2 .nav ul{
		display: none;
		line-height: 2rem;
	}
	.banner_2 .nav ul li a{
		font-size: 1rem;
		font-weight: normal;
	}
	.banner_2 .nav ul li a img{
		display: none !important;
	}
	.banner_2 .nav ul li.on{
		border-bottom: 1px solid #FFFFFF;
	}
	.searchpc {
		display: none;
	}
}

@media (max-width: 850px) {
	.top_form {
		padding: 1.25rem;
		display: block;
	}

	.top_form .titles {
		width: 100%;
		margin-bottom: 10px;
	}

	.top_form .form {
		width: 48%;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.top_form .form:nth-child(2n) {
		margin-right: 4%;
	}

}

@media (max-width: 640px) {
	.banner {
		/* margin-top: 1.25rem; */
	}

	.banner .swiper-button-white {
		display: none;
	}

	.index_box .left,
	.index_box .right {
		width: 100%;
		max-width: none;
	}

	.index_box .right {
		margin-top: 20px;
	}
	.index_box2 {
		margin-top: 5.3rem;
	}
	.index_box2 .left,
	.index_box2 .right {
		width: 100%;
		max-width: none;
	}

	.index_box2 .right {
		margin-top: 1.25rem;
	}

	.wrap_n {
		display: block;
		margin-top: 20px;
		padding-bottom: 30px;
	}

	.title_n {
		width: 100%;
	}

	.title_n span {
		width: 100%;
		background-size: cover !important;
	}

	.wrap_n .cont_right {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.index_position .name {
		font-size: 18px;
	}

	.wrap_n .cont {
		line-height: 24px;
	}

	.title_n ul {
		display: none;
	}

	.title_n span img {
		display: inline-block;
	}

	.wrap_n .cont_right {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.index_position .name {
		font-size: 18px;
	}

	.wrap_n .news_list ul li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.wrap_n .news_list ul li .text {
		font-size: 14px;
		margin-right: 10px;
	}

	.wrap_n .news_list ul li .time {
		font-size: 14px;
		width: 85px;
	}

	.page {
		line-height: 20px;
	}

	.page a {
		padding: 0 5px;
		background-color: transparent;
		border: none;
	}

	.wrap_n .content .title span {
		font-size: 18px;
		width: 95%;
		line-height: 32px;
	}

	.wrap_n .content .title .time {
		margin-bottom: 20px;
	}

	.wrap_n .content .text {
		line-height: 24px;
	}

	.page {
		margin-top: 1.25rem;
	}
}

@media (max-width: 1280px) {
	.index_box6 {
		display: none;
	}
	.searchpc {
		bottom: auto;
	}
}

@media (max-width: 1200px) {
	.index_box3 .box ul {
		height: auto;
	}

	.index_box3 .box ul li {
		position: static;
		left: auto;
		top: auto;
		width: 50%;
		float: left;
	}

	.index_box3 .box ul li img {
		width: 100%;
	}
}

@media (max-width: 1030px) {
	.txtScroll-top {
		width: 90%;
	}
}

@media (max-width: 930px) {
	.footer .link {
		display: none;
	}

}

@media (max-width: 850px) {
	.index_title ul li {
		font-size: 1rem;
	}
}

@media (max-width: 710px) {
	.index_title ul li {
		font-size: 0.875rem;
	}
	.form ul {
		display: block;
	}
	.form ul li{
		width: 50%;
		margin-right: 0;
	}
}

@media (max-width: 640px) {
	.banner_2{
		margin-top: 61px;
	}
	.index_boxn .left,
	.index_boxn .right{
		width: 100%;
		margin-bottom: 20px;
	}
	.index_boxn{
		margin: 10px auto;
		margin-bottom: 0;
	}
	.index_boxn .left .swiper-slide .text{
		padding: 0 20% 0 1.25rem;
	}
	.left .swiper-pagination{
		bottom: 13px;
	}
	.lb{
		width: 100%;
		margin-bottom: 20px;
	}
	.container {
		position: fixed;
		background-color: #da251c;
	}
	.index_titles .name{
		font-size: 1.125rem;
	}
	.list_m li .text,
	.list_m li .date{
		font-size: 1rem;
	}
	.list_m{
		margin-top: 10px;
	}
	.banner_n {
		margin-top: 61px;
	}

	/* .txtScroll-top {
		width: 85%;
	} */
	.index_title ul li {
		font-size: 1.125rem;
	}

	.banner .swiper-slide img {
		display: block;
	}

	.banner .swiper-slide {
		background: transparent !important;
	}

	.container {
		position: fixed;
		background-color: #da251c;
	}

	.index_box3 .box ul li {
		display: block;
		margin-top: 20px;
		width: 100%;
	}

	.index_box3 .box ul li:first-child {
		margin-top: 0;
	}

	.index_box4 .left,
	.index_box4 .right {
		width: 100%;
		max-width: none;
	}

	.index_box4 .right {
		margin-top: 20px;
	}

	.index_box5 .picMarquee-left ul {
		display: block;
	}

	.index_box5 .picMarquee-left ul li {
		margin-bottom: 20px;
	}

	/* 	.notice .text .swiper-slide a{
		display: block;
		width: 100%;
	}
	.notice .text{
		width: 100%;
		display: block;
	} */
	.notice .swiper-button-next {
		display: none;
	}

	.index_position,
	.sub {
		width: 100%;
	}
	
	.banner_n{
		height: 150px;
	}

	.news_list .hot .titles {
		font-size: 1.125rem;
		font-weight: normal;
	}

	.wrap {
		padding: 1.25rem 0;
	}

	.news_list .hot .tt {
		width: 60px;
	}

	.news_list ul li .text {
		padding-left: 0;
		margin-left: 1.25rem;
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.news_list ul li .text .t {
		font-size: 1rem;
	}

	.news_list ul li .date {
		height: 63px;
	}

	.news_list ul li .text::before {
		display: none;
	}

	.news_list ul li {
		border-bottom: 1px solid #DDDDDD;
		padding-bottom: 15px;
		margin-bottom: 15px;
		padding-top: 0;
	}
	.footer {
		padding: 0 5px;
	}
	.wrap .jdgc ul li{
		width: 48%;
		margin-right: 4%;
	}
	.wrap .jdgc ul li:nth-child(2n){
		margin-right: 0;
	}
	.banner .swiper-container{
		margin-top: 61px;
	}
	.index_title ul li{
		padding: 0 1rem;
	}
	.wrap .ztlb ul li{
		width: 48%;
		margin-right: 4%;
	}
	.wrap .ztlb ul li:nth-child(2n){
		margin-right: 0;
	}
	.form ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.form input{
		width: 94%;
	}
	.form .input{
		margin-left: 0;
		margin-bottom: 10px;
	}
	.form .input textarea{
		width: 94%;
		margin-right: 10px;
	}
	.form .input .text{
		margin-top: 5px;
		margin-left: 0;
	}
	.form .input2 span{
		width: 100%;
		margin-bottom: 10px;
	}
	.form .input2 input{
		width: 45%;
	}
	
	.form .input2 img{
		width: 45%;
	}
	.xfym .btn_n input{
		width: 80px;
		height: 30px;
	}
	.xfym .slideTxtBox .hd ul li{
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		padding: 0;
	}
	.xfym .slideTxtBox .hd ul li:nth-child(1),
	.xfym .slideTxtBox .hd ul li:nth-child(2){
		border-bottom: 1px solid #DDDDDD;
	}
	.jbxz p{
		font-size: 1.125rem;
		line-height: 1.875rem;
	}
	.jbxz label{
		font-size: 1.125rem;
		line-height: 1.875rem;
	}
	.jbform{
		padding: 10px;
	}
	.xfym{
		padding: 10px;
	}
	.xfym .slideTxtBox .hd ul li:nth-child(2n){
		border-right: none;
	}
	.form2 select{
		width: 94%;
	}
}
