@media all and (min-width: 1430px) {
	.layui-container {
		width: 1430px;
	}
}

@media all and (min-width: 0px) and (max-width: 1024px) {
	.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-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-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: #406bd8;
		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;
		 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{

		

	 }
	 .gywm_text{
		 padding: 0;
		 margin-bottom: 30px;
	 }
	 .cpzx{
		 background-size: auto 350px;
	 }
	 .up_gywm_pic{
		 width: 100%;
		 margin-bottom: 10px;
	 }
	 .up_gywm_pic .gywm_pic img{
		 border-radius: 10px;
	 }
	 .up_gywm_text {
	 	width: 100%;
		margin-top: 0;
		padding: 10px;
		border-radius: 10px;
	 }
	 .up_column{
		 width: 100%;
		 float: none;
		 height: 70px;
	 }
	 .up_column a{
		 line-height: 50px;
	 }
	 .up_column .en{
		 font-size: 50px;
	 }
	 .up_column2 .en{
		 font-size: 40px;
	 }
	 #bannerslide .text .title {
	 	font-size: 20px;
	 }

	 #bannerslide .text .desc {
	 	font-size: 14px;
	 }
	 #bannerslide .swiper-pagination{
		 bottom: 10px;
	 }
	 #bannerslide .text{
		 margin-top: -20px;
	 }
	 .up_qywh{
		 height: auto;
	 }
	 .page_detail{
		 padding: 10px;
	 }
	 .detail-box{
		 padding: 10px;
	 }
	 .col-title{
		 font-size: 18px;
	 }
	 .pager li{
		 width: 100%;
		 margin-bottom: 10px;
	 }
	 #up-banner {
		 height: 260px;
		 padding-top: 130px;
	 }
	 #up-banner h2{
		 font-size: 34px;
	 }
	 #up-banner h3{
		 font-size: 18px;
	 }
	 .detail_box{
		 padding: 10px;
	 }
	 .detail_box img{
		 width: 100%;
	 }
	 .copyright{
		 line-height: 2em;
	 }
	 .copyright span{
		 display: block;
	 }
	 .layui-layer.myclass{
		 width: 95%!important;
		 height: auto !important;
	 }
	 .layui-layer.myclass .layui-layer-content{
		 height: auto !important;
	 }
	 .layui-layer.myclass .layui-layer-content>div{
		 width: 100% !important;
		 height: auto !important;
	 }
	 .layui-layer.myclass .layui-layer-content>div video{
		 display: block;
	 }
	 #map2,
	 .search_list .item .iconfont {
		 display: none;
	 }
	 #guestbook .layui-textarea {
	 	height: 200px;
	 }
}
@media all and (min-width: 1600px) {
	.header .nav>ul>li>a {
		padding: 0 16px;
	}
}