@media all and (min-width: 1430px) {
	.layui-container {
		width: 1430px;
	}
}

@media all and (min-width: 0px) and (max-width: 1430px) {
	.font-size-16 {
		font-size: 14px;
	}

	.padding-20 {
		padding: 10px;
	}

	.padding-30 {
		padding: 15px;
	}

	.padding-40 {
		padding: 20px;
	}

	.margin-top-10 {
		margin-top: 5px;
	}

	.margin-top-15 {
		margin-top: 7.5px;
	}

	.margin-top-20 {
		margin-top: 10px;
	}

	.margin-top-30 {
		margin-top: 15px;
	}

	.margin-top-40 {
		margin-top: 20px;
	}
	.margin-top-50 {
		margin-top: 25px;
	}

	.margin-top-60 {
		margin-top: 30px;
	}

	.margin-top-70 {
		margin-top: 35px;
	}

	.margin-top-80 {
		margin-top: 40px;
	}

	.margin-top-90 {
		margin-top: 45px;
	}

	.margin-top-100 {
		margin-top: 50px;
	}

	.margin-left-10 {
		margin-left: 5px;
	}

	.margin-left-20 {
		margin-left: 10px;
	}

	.margin-right-20 {
		margin-right: 10px;
	}

	.margin-bottom-10 {
		margin-bottom: 5px;
	}
	.margin-bottom-15 {
		margin-bottom: 7.5px;
	}

	.margin-bottom-20 {
		margin-bottom: 10px;
	}

	.margin-bottom-30 {
		margin-bottom: 15px;
	}

	.margin-bottom-40 {
		margin-bottom: 20px;
	}

	.margin-bottom-50 {
		margin-bottom: 25px;
	}

	.margin-bottom-60 {
		margin-bottom: 30px;
	}

	.margin-bottom-70 {
		margin-bottom: 35px;
	}

	.margin-bottom-80 {
		margin-bottom: 40px;
	}

	.margin-bottom-90 {
		margin-bottom: 45px;
	}
	

	.margin-bottom-100 {
		margin-bottom: 50px;
	}

	.padding-top-10 {
		padding-top: 5px;
	}

	.padding-top-20 {
		padding-top: 10px;
	}

	.padding-top-30 {
		padding-top: 15px;
	}

	.padding-bottom-30 {
		padding-bottom: 15px;
	}

	.padding-top-40 {
		padding-top: 20px;
	}

	.padding-top-50 {
		padding-top: 25px;
	}

	.padding-top-60 {
		padding-top: 30px;
	}
	.padding-top-70 {
		padding-top: 35px;
	}
	.padding-top-80 {
		padding-top: 40px;
	}

	.padding-bottom-70 {
		padding-bottom: 35px;
	}

	.padding-bottom-80 {
		padding-bottom: 40px;
	}
	.padding-bottom-90 {
		padding-bottom: 45px;
	}

	.padding-top-90 {
		padding-top: 45px;
	}

	.padding-top-100 {
		padding-top: 50px;
	}

	.padding-top-120 {
		padding-top: 60px;
	}
	.padding-top-190 {
		padding-top: 50px;
	}

	.padding-bottom-0 {
		padding-bottom: 0px;
	}

	.padding-bottom-10 {
		padding-bottom: 5px;
	}

	.padding-bottom-20 {
		padding-bottom: 10px;
	}

	.padding-bottom-40 {
		padding-bottom: 20px;
	}

	.padding-bottom-50 {
		padding-bottom: 25px;
	}

	.padding-bottom-60 {
		padding-bottom: 30px;
	}

	.padding-bottom-100 {
		padding-bottom: 50px;
	}

	.padding-bottom-120 {
		padding-bottom: 60px;
	}
	.padding-bottom-190 {
		padding-bottom: 50px;
	}

	.padding-left-40 {
		padding-left: 20px;
	}
	.header {
		display: none;
	}

	.mheader {

		width: 100%;
		padding: 10px;
		display: block;
		background-color: #91663c;
		height: 60px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		z-index: 999;
	}

	.mheader img {
		height: 100%;
	}

	.mheader h3,
	.mheader h3 a {
		display: block;
		height: 100%;
	}

	.mheader .dh span {
		display: block;
		width: 30px;
		height: 3px;
		background-color: white;
	}

	.mheader .dh span:not(:last-of-type) {
		margin-bottom: 5px;
	}

	.banner {
		margin-top: 0;
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets,
	.banner .swiper-pagination-custom,
	.banner .swiper-pagination-fraction {
		bottom: 10px;
	}

	.mheader .cha {
		display: none;
	}

	.mheader .cha span {
		display: block;
		width: 30px;
		height: 3px;
		background-color: white;
	}

	.mheader .cha span:not(:last-of-type) {
		margin-bottom: 5px;
	}

	.mheader .cha span:first-of-type {
		transform: rotate(45deg);
		position: relative;
		top: 2px;
	}

	.mheader .cha span:last-of-type {
		transform: rotate(-45deg);
		position: relative;
		top: -6px;
	}

	.mnav {
		position: fixed;
		z-index: 999;
		width: 100%;
		background: rgba(64, 107, 216, 0.9);
		padding: 10px;
	}

	.mnav ul li {
		height: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		line-height: 30px;
	}

	.mnav ul li a {
		display: flex;
		width: 100%;
		justify-content: center;
		color: white;
	}
	 .mc_ph_hd {
	 	display: block;
		 background: #fff;
		 transition:All 0.4s ease-in-out;
		 -webkit-transition:All 0.4s ease-in-out;
		 -moz-transition:All 0.4s ease-in-out;
		 -o-transition:All 0.4s ease-in-out;
	 }
	
	 .mc_ph_hd.scroll{
		 background: #fff;
		 position: fixed;

	 }
	 .page_detail{
		 padding: 10px;
	 }
	 .detail-box{
		 padding: 0px;
	 }
	 .col-title{
		 font-size: 18px;
	 }
	 .pager li{
		 width: 100%;
		 margin-bottom: 10px;
	 }
	 #up-banner {
		 height: 100px;
	 }
	 #up-banner h2{
		 font-size: 34px;
	 }
	 #up-banner h3{
		 font-size: 18px;
	 }
	 #up-banner .position {
	 	left: 15px;
		 bottom: 100px;
	 }
	 .leftmenu li{
		 height: 40px;
		 line-height: 40px;
	 }
	 .leftmenu li a{
		 padding: 0 10px;
	 }
	 .leftsubmenu li{
		margin: 5px;
	 }
	 .leftsubmenu li a{
		 height: 30px;
		 line-height: 30px;
		 font-size: 14px;
		 padding:0 10px;
	 }
	 .page_main{
		 padding: 10px;
	 }
	 .detail_box{
		 padding: 10px;
	 }
	 .detail_box img{
		 width: 100%;
	 }
	 
	 .textlist li a{
		 padding: 15px;
	 }
	 .textlist li .text{
		 margin-top: 30px;
	 }

	 .tuwenlist li a{
		 flex-direction: column;
	 }
	 .tuwenlist li .pic{
		 width: 100%;
	 }
	 .tuwenlist li .text{
		width: 100%;
		 height: auto!important;
	 }
	 .tuwenlist li .text0{
		 padding: 15px;
	 }

	 .pchide {
	 	display: block;
	 }
	 .phhide {
	 	display: none;
	 }
	 .layui-layer.myclass {
	 	width: 93% !important;
	 }
	 .layui-col-space30{
		 margin: -5px;
	 }
	 .layui-col-space30>*{
		 padding: 5px;
	 }
	 .column .cn {
	 	font-size: 24px;
	 }

	 .column .en {
	 	font-size: 16px;
	 }
	
}

@media only screen and (max-width:1366px) {

	

}

@media only screen and (max-width:1280px) {

	
}

@media only screen and (max-width:1024px) {

	
}

@media only screen and (max-width:767px) {
	.xwttslide .swiper-slide a{
		padding: 20px 10px 0;
	}
	.yqljmbi{
		position: relative;
	}
	.yqljmbi h3{
		line-height: 30px;
	}
	.yqljmbi h3 .layui-icon{
		float: right;
	}
	.yqljmbi ul{
		width: 100%;
		position: absolute;
		left: 0;
		top: 30px;
		background-color: #fff;
		padding: 10px;
		box-sizing: border-box;
		z-index: 2;
		display: none;
	}
	.yqljmbi ul li a{
		padding: 0;
	}
	.leftmenu li{
		margin-right: 20px;
	}
	.leftmenu li.layui-this a,
	.leftmenu li a:hover{
		height: 40px;
	}
	.textlist li a{
		padding: 0;
	}
	.textlist li .title.line1{
		-webkit-line-clamp:2;
		line-height: 30px;
	}
	.foot_right{
		padding: 0 30%;
	}
	#bannerslide .swiper-pagination{
		bottom: 5px;
	}
	.piclist.margin-bottom-80 {
		margin-bottom: 50px;
		padding: 0 ;
	}
	.telbox{
		height: 120px;
	}
	.telbox .name{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.telbox .text{
		font-size: 12px;
	}
	.telbox .icon{
		width: 60px;
		height: 60px;
		margin-bottom: 5px;
	}
}

@media all and (max-width: 1600px) {
	.header .nav>ul>li {

	}
	.header .cont {
		padding: 0 10px;
	}
	
}
@media all and (max-width: 1400px) {
	.header .nav>ul>li {

	}
	.header .cont {

	}
}
@media all and (max-width: 1200px) {
	.header .nav>ul>li {

	}
	.header .cont{

	}
}