@media only screen and (min-width: 1800px) {
	.container {
		width: 1400px;
	}
}

@media only screen and (max-width: 1800px) {}

@media only screen and (max-width: 1700px) {}

@media only screen and (max-width: 1500px) {
	.headerMobile {
		display: block;
	}

	.header {
		display: none;
	}

	.chenggao {
		display: block;
	}


}

@media only screen and (max-width: 1200px) {
	.boxthree .texttit {
		width: 80%;
	}


	@media only screen and (max-width: 1200px) {


		.bannerMobile {
			display: block;
			width: 94%;
			margin: 1.5rem 3% 0 3%;
			box-shadow: 0 5px 20px rgba(0, 25, 76, .2);
			border-radius: 15px;
			line-height: 0;
		}

		.bannerMobile img {
			width: 100%;

		}

		.banner {
			display: none;
		}

		.informationBox {
			width: 80%;
		}

		.titBoxTul li {
			display: block;
		}

		.titBoxTul li span {
			display: block;
			margin-bottom: 15px;
		}

		.titBoxTul li input {
			width: 100%;
		}

		.selectBox {
			width: 100%;
		}

		.holdBox .hold {
			background: #3276ff;
			border-radius: 5px;
			color: #fff;
			width: 80%;
			padding: 16px 50px;
			border: 0;
		}



		.boxone .boxonefirst {
			display: block;
		}

		.boxone .boxonecon {
			display: block !important;
			padding: 0 15px;
		}


		.boxone .boxonecontit {
			font-weight: bold;
			margin: 10px 15px 10px 0;
		}

		.boxonenr .more {
			margin-left: 15px;
		}

		.boxonefirst .font18 {
			font-size: 16px;
		}

		.boxthree .boxthreeBox .fl {
			float: none;
		}

		.boxthreeBox .item {
			width: 100%;
			height: auto;
			padding: 20px 16px;
		}

		.boxthreeBox .item .font26 {
			font-size: 20px;
		}

		.boxthreeBox .item .wt {
			width: 20px;
		}

		.boxthreeBox .item img {
			width: 26px;
		}

		.boxthreeBox .item p {
			font-size: 16px;
		}

		.boxone .boxonefirst .tit {
			font-size: 18px;
		}

		.boxtwo {
			display: none;
		}

		.boxone .listnr {
			line-height: 34px;
		}

		.boxone .listnr a {
			color: #666;
		}

		.boxthree .titlebox {
			text-align: center;
			width: 80%;
			margin: 30px auto;
		}

		.boxthree .proyw {
			font-size: 24px;
		}

		.boxtwomobile {
			display: block;
		}

		.boxtwomobile .firsttitle {
			font-weight: bold;
			line-height: 50px;
		}

		.boxtwomobile .itemBox {
			background: #fff;
			padding: 2% 2% 6% 3%;
			width: 100%;
		}


		.boxtwomobile .boxnr01 .tit {
			position: absolute;
			padding: 2% 2% 2% 7%;
			color: #fff;
			line-height: 20px;
			font-size: 22px;
			right: 0;
		}

		.boxtwomobile .boxnr01 .tit .titwzBox {
			position: absolute;
			right: 65px;
			line-height: 30px;
		}

		.boxtwomobile .boxnr01 .tit img {
			width: 90px;
		}


		.boxtwomobile .boxnr01 .titcon {
			padding: 15px 25px;
			background: #f5f8ff;
			margin-top: 10px;
			line-height: 30px;
			width: 80%;
		}

		.boxtwomobile .titconline {
			line-height: 20px;
		}

		.boxtwomobile .titcon span {
			display: block;
		}

		.boxtwomobile .itemBox1 {
			background: #fff;
			padding: 2% 2% 3% 3%;
			width: 100%;
		}

		.boxtwomobile .itemBox2 {
			background: #fff;
			padding: 2% 2% 2% 3%;
			width: 100%;
		}

		.boxtwomobile .boxnr02 .tit {
			position: relative;
			padding: 2% 2%;
			color: #fff;
			line-height: 20px;
			font-size: 22px;
			z-index: 1;

		}

		.boxtwomobile .boxnr02 .tit .titwzBox {
			position: absolute;
			left: 30px;
			line-height: 30px;
		}

		.boxtwomobile .boxnr02 .tit img {
			width: 90px;
		}

		.boxtwomobile .boxnr02 .titcon {
			padding: 15px 17px 15px 62px;
			background: #f5f8ff;
			margin-top: 10px;
			line-height: 30px;
			width: 85%;
			position: absolute;
			right: 0;
			z-index: 0;
		}

		.resourcesBox .resourcesleft {
			width: 100%;
			background: #fff;
			padding: 20px 3%;
			border-radius: 10px;
			box-shadow: 0 0px 5px rgb(0 0 0 / 2%);
			line-height: 30px;
			margin-top: 30px;
		}

		.resourcesBox .resourcesright {
			width: 100%;
			margin-top: 20px;
		}

		.boxthree .texttit.font36 {
			font-size: 30px;
		}

		.boxthree .texttit {
			width: 100%;
		}

		.videoPlayBox .titBoxw {
			width: 100%;
		}

		.videoPlayBox .tit {
			width: 70%;
		}

		.videoPlayBox .titBoxw .titbb {
			display: inline-block;
			max-width: 100%;
		}

		.videoPlay {
			width: 80%;
		}

		.my-video-dimensions {
			height: 25rem;
		}
	}

	@media only screen and (max-width: 992px) {}

	@media only screen and (max-width: 768px) {}

	@media only screen and (max-width: 500px) {}

	@media only screen and (max-width: 350px) {}
