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

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

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

	.step02 {
		display: block;
	}

	.mainBox .twobox {
		display: none;
	}

	.mainBox .mainBoxright {
		width: 100%;
	}

	.mainBox .mainBoxright.fr {
		float: none;
	}

	.telnumone {
		width: 30%;
	}

	.telnumone.telnumone2 {
		width: 30%;
	}


	.telnumone:nth-child(5n) {
		margin-right: 10px;
	}

	.mainBox .mainBoxleft {
		width: 100%;
		margin: 10px auto;
	}

	.mainBox .mainBoxleft .leftnr .tit {
		background: url(../images/titimg.png) no-repeat;
		background-size: cover;
	}

	.mainBox .mainBoxleft.fl {
		float: none;
	}

	.mainBox .firstbox .ul li {
		min-width: 29%;
	}

	.link .linkBox h1 {
		font-size: 20px;
		font-style: italic;
		margin-right: 20px;
		width: 100%;
		margin-top: 2px;
		border-bottom: 1px solid #eaeaea;
		display: block;
		padding-bottom: 14px;
	}

	.link .linkBox .linknr {
		color: #999;
		width: 100%;
		overflow: unset;
		white-space: unset;
		margin-top: 15px;
	}

	.essay dd .tit01 .tit01bt {
		max-width: 78%;
		display: inline-block;
		margin-left: 15px;
	}

	.numbltemtwo {
		margin-left: 38%;
		display: flex;
		align-items: baseline;
	}

	.step01 .item li.arrowjt {
		min-width: auto;
		display: none;
	}

	.step01 .item li {
		width: 32%;
		margin-right: 2%;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1350px) {
	.mainBox .mainBoxleft {
		width: 95%;
		margin: 10px auto;
	}

	.districtnav {
		width: 96%;
		margin: 0 auto;
		background: #fff;
		border-radius: 5px;
		margin-top: 10px;
		padding: 1%;
		display: block;
	}

	.districtnav .ul {
		text-align: center;
		margin: 10px 0;
	}

	.districtnav .ul li {
		text-align: center;
		float: left;
		width: 25%;
		line-height: 24px;
		margin-top: 10px;
		font-size: 14px;
	}

	.districtnav .ul li img {
		width: 51%;
		margin: 0 auto;
	}

	.mainBox .mainBoxleft.fl {
		float: none;
	}

	.mainBox .firstbox .ul li {
		min-width: 29%;
	}

	.header,
	.navBox,
	.notice {
		display: none;
	}

	.navmobile,
	.headermoBox,
	.mobilenotice {
		display: block;
	}



	.Itop .Itopnr {
		padding: 0 15px;
	}



	.swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		display: none;
	}


	.swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		display: none;
	}

	.headermobile {
		padding: 20px 15px 15px 15px;
		background: #fff;
	}

	.headermobile .logo img {
		width: 150px;
	}

	.headermobile .logolist {
		width: 21px;
	}

	.navmobile {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 10;
	}

	.navmobilenr {
		width: 95%;
		margin: 0 auto;
		line-height: 50px;
		text-align: center;
	}

	.navmobilenr li {
		border-bottom: 1px solid #f8f8f8;
	}

	.navmobilefade {
		position: fixed;
		background: rgba(0, 0, 0, .4);
		top: 100px;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 10;
	}

	.navmobile .search .search1 {
		width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navmobile .search1-input {
		width: 70%;
		display: flex;
		align-items: center;
	}

	.navmobile .search1-input form {
		width: 100%;
	}

	.search1-sel {
		width: 30%;
	}

	.navmobile .button {
		height: 50px;
		z-index: 16;
		background: #f8372d;
		border: 0;
		width: 100px;
		border-radius: 0 5px 5px 0;
		color: #fff;
	}

	.search1-input input[type="text"] {
		padding: 10px 52px 10px 28px;
	}

	.search1-input input[type="image"] {
		position: absolute;
		width: 21px;
		right: 12px;
		left: auto;
		top: 15px;
		z-index: 25;
	}

	.navmobile .navmobiledh {
		position: relative;
		z-index: 11;
		background: #fff;
		padding: 0;
	}

	.navmobilenr .special {
		color: #f8372d;
	}

	.contentBox {
		max-width: 1440px;
		margin: 0 auto;
		position: inherit;
		top: 0;
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 9px;
	}

	.mobilenotice {
		width: 96%;
		margin: 0 auto;
		background: #fff;
		border-radius: 5px;
		margin-top: 15px;
		padding: 2%;
		display: flex;
		align-items: center;
		text-align: center;

	}


	.mobilenotice .point {
		color: #f8372d;
		font-size: 30px;
		padding-right: 8px;
	}

	.mobilenotice .tit {
		width: 47px;
		line-height: 24px;
		font-size: 16px;
		/*padding: 10px;*/
		color: #000;
		font-weight: 600;
		border-radius: 5px;

	}

	.mobilenotice .newstwo {
		width: 88%;
		margin-left: 2%;
	}

	.mobilenotice .newstwo li {
		line-height: 30px;
		border-bottom: none;
	}

	.mobilenotice .overHiddle {
		max-width: 88%;
		font-size: 14px;
	}

	.mobilenotice .newstwonr {
		width: 80%;
	}

	.mobilenotice .datenr {
		width: 67%;
	}

	.mobilenotice .date {
		width: 30%;
		font-size: 14px;
		color: #999;
	}

	.telnumone dd {
		font-size: 12px;
		line-height: 20px;
		color: #666;
	}




	.mainBox .mainBoxright {
		width: 96%;
		margin: 0 auto;
	}

	.mainBox .mainBoxright.fr {
		float: none;
	}



	.mainBoxright .firstbox .tit h1 {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 8px;
	}

	.telnumone {
		width: 30%;
	}

	.telnumone.telnumone2 {
		width: 30%;
	}


	.telnumone:nth-child(5n) {
		margin-right: 10px;
	}

	.none {
		display: none;
	}

	.arrowjj {
		margin: 20px 10px;
		min-height: 64px;
	}

	.numbltemtwo {
		margin-left: 36%;
		display: flex;
		align-items: baseline;
	}
}

@media only screen and (max-width: 1300px) {
	.mainBox .mainBoxleft {
		width: 95%;
		margin: 10px auto;
	}

	.link .linkBox .linknr {
		color: #999;
		width: 100%;
		overflow: unset;
		white-space: unset;
		margin-top: 15px;
	}

	.mainBox .mainBoxleft.fl {
		float: none;
	}

	.telnumone {
		width: 49%;
	}

	.telnumone.telnumone2 {
		width: 49%;
	}

	.telnumone:nth-child(2n) {
		margin-right: 0;
	}



	.innews .tit {
		overflow: hidden;
		overflow-X: auto;
		white-space: nowrap;
	}

	.setmeal .overHiddle {
		max-width: 60%;
	}

	/* .step01 .item {
		display: inline-block;
		justify-content: center;
	} */
	.step01 .item {
		display: flex;
		justify-content: center;
	}

	.step01 .item li {
		width: 32%;
		margin-right: 2%;
		margin-top: 10px;
	}

	.step01 .item li:nth-child(5n) {
		margin-right: 0;
	}

	.step01 .item li img {
		width: 80%;
	}

	.step01 .item .itemnr {
		padding-top: 10px;
	}

	.step01 .item li.arrowjt {
		min-width: auto;
		display: none;
	}

	.step01 .arrowjt {
		margin: 50px 5px 0 5px;
	}

	.step01 .arrowjt {
		height: 170px;
	}

	.arrowjj {
		margin: 20px 10px;
		min-height: 64px;
	}

	.numbltemtwo {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	.copy .copy03 {
		margin-top: 40px;
		color: #b5b5b5;
		margin-left: 20px;
	}

	.copy .copy01 {
		color: #fff;
		margin-right: 20px;
		margin-top: 40px;
	}

	.arrowjj {
		margin: 20px 0px;
		min-height: 80px;
	}
}

@media only screen and (max-width: 992px) {
	.hover_span{
		background: #ff5d50;
	}
	.mobilechose{
		padding:0;
	}
	.mobilechose .mobilennr .connr{
		padding:5px;
	}
	.mobcss span{
		padding:6px 12px !important;
	}
	.contentbox {
		margin: 10px 0;
		padding: 10px 20px;
	}

	.contentbox .title img {
		width: 20%;
	}

	.contentbox .tit {
		font-size: 18px;
		margin: 20px 0;
	}

	.contentbox p {
		font-size: 14px;
		line-height: 24px;
		margin: 15px 0;
		text-align: left;
	}

	.contentbox p.img {
		text-align: center;
	}

	.mobile222 {
		display: inline-block;
	}

	.mainBoxright .firstbox .tit h2 span {
		background: #f8f8f8;
		padding: 9px 24px;
		border-radius: 20px;
		cursor: pointer;
	}

	.innews .tit span {
		margin: 0 6px 0 6px;
		font-size: 16px;
	}

	.mobile222 .gwc {
		width: 25px;
		height: 25px;
		margin-left: 10px;
	}

	.mobile222 .scc {
		margin-top: 20px;
		margin-right: 5px;
		width: 25px;
		height: 25px;
	}

	.copyT .copyright span.mobile222 {
		display: none;
	}

	.copy01mobile {
		display: flex;
		align-items: top;
		justify-content: center;
	}

	.copy .copy01 {
		color: #fff;
		margin-right: 0;
	}

	.pc222 {
		display: none;
	}

	.mattersBox .numb {
		color: #fff;
		padding: 10px 20px;
	}

	.telnumone {
		width: 48%;
		padding: 2%;
		height:100px;
	}

	.telnumone.telnumone2 {
		width: 48%;
		padding: 24px 8px;
		height:100px;
	}

	.telnumone dt {
		font-size: 18px;
	}

	.mainBoxright .firstbox .tit h2 {
		margin-top: 0;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		overflow-X: auto;
		white-space: nowrap;
		float: left;
		font-size: 14px;
		clear:both;
	}

	.mainBoxright .firstbox .tit {
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.essay dd .tit01 .tit01bt {
		max-width: 67%;
		display: inline-block;
		margin-left: 15px;
	}

	.orderNumber .tittwot {
		width: 100%;
		display: block;
		vertical-align: top;
		text-align: left;
		margin-bottom: 10px;
	}

	.orderNumber .putone {
		width: 100%;
	}

	.orderNumbertwo .putone {
		width: 100%;
		margin-bottom: 10px;
	}

	.orderNumber .putonetwo {
		width: 100%;
	}

	.orderNumbertwo .surnameboxtext {
		margin: 10px 0 10px 0;
	}

	@media only screen and (max-width: 768px) {
		.essay dd .tit01 .tit01bt {
			max-width: 67%;
			display: inline-block;
			margin-left: 15px;
		}

		.mattersBox .numbltem.numbltem {
			display: none;
		}

		.mattersBox .numbltem.numbltemmobile {
			display: block;
		}

		.link .fl {
			float: none;
		}

		.link .linkBox {
			width: 95%;
			margin: 0 auto;
		}

		.link .linkBox .linknr {
			color: #999;
			width: 100%;
			overflow: unset;
			white-space: unset;
			margin-top: 15px;
		}

		.copy .fl,
		.copy .fr {
			float: none;
		}

		.copy01,
		.copy02,
		.copy03,
		.copy04 {
			text-align: center;
		}

		.copy03 dl,
		.copy04 dl {
			justify-content: center;
		}

		.copy04 dl {
			justify-content: center;
			margin-top: 20px;
		}

		.copy .copy01,
		.copy .copy02,
		.copy .copy03 {
			margin-top: 20px;
		}

		.copy .copy03 {
			font-size: 14px;
		}

		.copy .copy03 dd {
			text-align: left;
		}

		.copy .copy01zt span {

			font-size: 20px;
		}

		.contentBoxTwo .mainBoxright .firstbox .tit {
			padding-bottom: 0px;
			margin-bottom: 0px;
		}

		.essay dt {
			width: 30%;
			margin-bottom: 10px;
			margin-right: 2%;
		}

		.essay dt img {
			width: 100%;
			height: auto;
			border-radius: 5px;
		}

		.essay dd {
			width: 67%;
		}

		.essay dd .tit01 .blue {
			border: 1px solid #5892cd;
			color: #5892cd;
			font-weight: normal;
			font-size: 12px;
			padding: 2px;
			border-radius: 5px;
			white-space: nowrap;
		}

		.essay dd .tit01 .all {
			border: 1px solid #f8372d;
			color: #f8372d;
			font-weight: normal;
			font-size: 12px;
			padding: 2px;
			border-radius: 5px;
			margin-right: 5px;
			white-space: nowrap;
		}

		.essay dd .tit02 {
			line-height: 22px;
		}

		.essay dd .tit01 {
			font-size: 16px;
			font-weight: bold;
		}

		.essay dd .tit01 .tit01bt {
			max-width: 100%;
			display: inline-block;
			margin-left: 5px;
		}

		.essay dd .tit02 {
			font-size: 14px;
		}

		.essay dd .tit03 .fr {
			font-size: 12px;
		}

		.essay dd .tit03 {
			font-size: 12px;
			line-height: 20px;
		}

		.essay dd .tit03 .fontsize {
			font-size: 14px;
		}

		.essay dd .tit04 {
			width: 100%;
			font-size: 14px;
			background: #f8f8f8;
			display: inherit;
			align-items: initial;
			justify-content: initial;
			line-height: 24px;
			margin-top: 10px;
			font-size: 10px;
		}

		.essay dd .tit04 img {
			width: 17px;
		}

		.essay dd .tit04 .tt {
			float: left;
		}

		.essay dd .tit04 .arrow01 {
			display: inline-flex;
			align-items: center;
			margin-left: 10px;
		}

		.detailbox .nr .item {
			text-align: center;
			width: 100%;
			display: block;
		}

		.mainBoxright .tablebox .table {
			width: 100%;
			margin-right: 0;
			border: 1px solid #eaeaea;
			text-align: center;
		}

		.setmeal .item {
			width: 100%;
			margin-bottom: 20px;
		}

		.mattersBox .numbltem dl {
			width: 50%;
			margin: 0 auto 10px auto;
			text-align: center;
		}

		.arrowjj {
			margin: 20px 22px;
			min-height: 80px;
		}

		.mobilechose .mobilennr {
			display: block;
			align-items: center;
			background: #fcf9f3;
			border-bottom: 1px solid #eaeaea;
		}

		.mainBoxright .tablebox .appointment {
			display: flex;
			align-items: center;
		}

		.mainBoxright .tablebox .appointment img {
			width: 18px;
		}

		.page a {
			padding: 8px 11px;
		}

		.page a.num {
			padding: 8px 11px;
		}

		.copyT .copyright span {
			padding: 0 5% 8px 5%;
		}

		.mobilebottt {
			display: block;
		}

		.mobilebot {
			height: 60px;
			position: fixed;
			bottom: 0;
			left: 0;
			background: #fff;
			width: 100%;
			padding: 5px 5%;
			text-align: center;
			font-size: 14px;
			line-height: 18px;
			border-top: 1px solid #eaeaea;
		}

		.mobilebot li {
			float: left;
			color: #999;
			font-size: 12px;
		}

		.mobilechose .mobilennr .connr span {
			padding: 0 5px;
			white-space: nowrap;
			padding: 6px 10px;
			border-radius: 5px;
			border: 1px solid #eaeaea;
			line-height: 43px;
		}

		.seat {
			height: 60px;
		}

		.mobilebot .active {
			color: #f8372d;
		}

		.mobilebot .dimg {
			display: block;
		}

		.mobilebot .dimgt {
			display: none;
		}

		.mobilebot .active .dimgt {
			display: block;
		}

		.mobilebot .active .dimg {
			display: none;
		}

		.mobilebot img {
			width: 28px;
			height: 28px;
			margin: 0 auto;
		}

	}

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

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