			@media only screen and (max-width:1024px) {
				.banner-box {
					height: 200px;
					margin-bottom: 5px;
				}
			}
			@media only screen and (max-width:1024px) {
				.footer .blogroll .tiltle{
					display: none;
				}
			}
			@media only screen and (max-width: 1024px) {
				.qr-code .imgbox {
					height: 200px;
				}
			}
			
			@media only screen and (max-width:1024px) {
				.qr-code .imgbox img {
					width: 50%;
				}
			}
			
			@media only screen and (max-width: 1024px) {
				.news-bnt {
					height: 120px;
					margin-bottom: 10px;
					background: transparent;
				}
			}
			
			@media only screen and (max-width: 1024px) {
				.notice-box .text {
					margin-top: 0px;
				}
			}
			
			@media only screen and (max-width: 640px) {
				.news-bnt .bnt a {
				
					background: url(../Images/jr.png);
					background-repeat: no-repeat;
					background-size: 16%;
					background-position: 0 4px;
					font-size: 14px;
				}
			}
			@media only screen and (max-width: 1024px) {
				.footer .blogroll{
					height: auto;
				}
			}
			@media only screen and (max-width: 640px) {
				.news-bnt .bnt {
					margin: auto;
					margin: 12px auto;
					height: 30px;
					line-height: 30px;
					border-radius: 5px;
					background: #007DDB;
					text-align: center;
				}
			}
			
			@media only screen and (max-width:1024px) {
				.Problems-box .item-box li .text-list {
					width: 320px;
					margin-top: 5px;
				}
			}
			
			@media only screen and (max-width:640px) {
				.Problems-box .item-box .answer {
					width: 50px;
				}
			}
			
			@media only screen and (max-width: 1024px) {
				.advertising .adv-right {
					margin-top: 10px;
				}
			}
			
			@media only screen and (max-width: 640px) {
				.advertising .adv-lete {
				
					overflow: hidden;
				}
			}			
			.swiper-pagination-bullet {
				width: 12px;
				height: 12px;
				display: inline-block;
				border-radius: 0px;
				background: #00BFFF;
				/* opacity: .2; */
			}
			
			@media only screen and (max-width: 320px) {
				.news-banner .bannerlist {
					height: 200px;
				}
			}
			
			@media only screen and (max-width: 1024px) {
				.news-bnt .tt {
					display: none;
				}
			}
			
			@media only screen and (max-width:1024px) {
				.swiper-button-next,
				.swiper-button-prev {
					width: 20px;
					height: 20px;
				}
			}
			
			@media only screen and (max-width: 640px) {
				.swiper-pagination-bullet {
					width: 8px;
					height: 8px;
					border-radius: 100%;
				}
			}