/* ============================================
   首页移动端样式 (Index Mobile Styles)
   ============================================ */

/* 移动设备 (最大宽度 767px) */
@media screen and (max-width: 767px) {
	/* 容器样式 */
	.container {
		padding: 0 15px;
	}

	/* 面包屑样式 */
	.current-location {
		font-size: 14px;
		padding-top: 15px;
	}

	/* 头条新闻 */
	.hot-News {
		height: 40px;
		margin: 10px 0;
		padding: 10px;
	}

	.hotNews-ico {
		width: 60px;
		height: 40px;
	}

	.hot-News .hotNewsSwiper {
		width: calc(100% - 60px);
		height: 40px;
	}

	.hotNews-text {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}

	.hotNews-text a h1 {
		font-size: 14px;
		line-height: 40px;
	}

	/* 轮播图和通知公告 */
	.swiperOrword {
		margin-bottom: 15px;
	}

	.swiperOrword .mySwiper {
		width: 100%;
		height: 200px;
		margin-bottom: 15px;
		float: none;
	}

	.swiperOrword .mySwiper .slide-text {
		height: 40px;
		padding: 0 15px;
	}

	.swiperOrword .mySwiper .slide-text span {
		font-size: 14px;
		line-height: 40px;
	}

	.swiperOrword .mySwiper .swiper-pagination {
		bottom: 10px;
		right: 15px;
	}

	.swiperOrword .mySwiper .swiper-pagination-fraction {
		font-size: 12px;
		padding: 4px 10px;
	}

	.swiperOrword .word-Notice {
		width: 100%;
		height: auto;
		min-height: 200px;
		float: none;
	}

	.swiperOrword .word-Notice-tit {
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
	}

	.swiperOrword .word-Notice-tit span {
		font-size: 18px;
		line-height: 45px;
	}

	.swiperOrword .word-Notice-tit a {
		font-size: 13px;
		line-height: 45px;
	}

	.swiperOrword .word-Notice-list {
		height: auto;
		min-height: 150px;
	}

	.swiperOrword .word-Notice-list li {
		height: 50px;
	}

	.swiperOrword .word-Notice-list li a {
		padding: 0 15px;
		line-height: 50px;
	}

	.swiperOrword .word-Notice-list li a span {
		font-size: 14px;
		line-height: 50px;
		max-width: calc(100% - 100px);
	}

	.swiperOrword .word-Notice-list li a em {
		font-size: 12px;
		line-height: 50px;
	}

	/* 行业动态和专题栏目 */
	.Industry-Special {
		margin-bottom: 15px;
	}

	.home-title {
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
	}

	.home-title span {
		font-size: 18px;
		line-height: 45px;
	}

	.home-title a {
		font-size: 13px;
		line-height: 45px;
	}

	.IndustryDynamics {
		width: 100%;
		margin-bottom: 15px;
		float: none;
	}

	.IndustryDynamics-list {
		height: auto;
		min-height: 250px;
	}

	.IndustryDynamics-list li {
		height: 50px;
	}

	.IndustryDynamics-list li a {
		padding: 0 15px;
		line-height: 50px;
	}

	.IndustryDynamics-list li a span {
		font-size: 14px;
		line-height: 50px;
		max-width: calc(100% - 100px);
	}

	.IndustryDynamics-list li a em {
		font-size: 12px;
		line-height: 50px;
	}

	.SpecialColumns {
		width: 100%;
		height: auto;
		min-height: 300px;
		float: none;
	}

	.SpecialColumns strong {
		font-size: 18px;
		height: 40px;
		line-height: 40px;
	}

	.SpecialColumns-list {
		height: auto;
		min-height: 250px;
		padding: 15px;
	}

	/* 信息查询 */
	.info-search {
		margin-bottom: 15px;
	}

	.infoSearch-list {
		padding: 15px;
	}

	.infoSearch-list ul {
		gap: 10px;
		justify-content: space-between;
	}

	.infoSearch-list li {
		width: calc((100% - 10px) / 2);
		min-width: 0;
		height: 100px;
		margin-top: 10px;
	}

	.infoSearch-list li.infoSearch-5 {
		margin-left: 0;
	}

	.infoSearch-list li.infoSearch-7 {
		margin-right: 0;
	}

	.infoSearch-list li a {
		padding: 10px 8px;
		flex-direction: column;
		justify-content: center;
	}

	.infoSearch-list li a i {
		width: 36px;
		height: 36px;
		background-size: 36px 72px;
		margin: 0 auto 6px;
		margin-left: auto;
		margin-right: auto;
	}

	.infoSearch-list li a span {
		font-size: 12px;
		line-height: 1.3;
		text-align: center;
	}

	/* 友情链接 */
	.Friendly-Links {
		margin-bottom: 15px;
	}

	.FriendlyLinks-select {
		padding: 15px;
		gap: 10px;
		flex-direction: column;
	}

	.FriendlyLinks-select .selectstyle1152,
	.FriendlyLinks-select .selectstyle1067,
	.FriendlyLinks-select .selectstyle1068,
	.FriendlyLinks-select .selectstyle1069 {
		width: 100%;
	}
}

/* iPhone 6/7/8 优化 (375px) */
@media screen and (max-width: 375px) {
	.container {
		padding: 0 12px;
	}

	.current-location {
		font-size: 13px;
		padding-top: 12px;
	}

	.hot-News {
		height: 38px;
		margin: 10px 0;
		padding: 10px;
	}

	.hotNews-ico {
		width: 55px;
		height: 38px;
	}

	.hot-News .hotNewsSwiper {
		width: calc(100% - 55px);
		height: 38px;
	}

	.hotNews-text {
		height: 38px;
		line-height: 38px;
		padding: 0 10px;
	}

	.hotNews-text a h1 {
		font-size: 13px;
		line-height: 38px;
	}

	.swiperOrword .mySwiper {
		height: 190px;
	}

	.swiperOrword .mySwiper .slide-text {
		height: 38px;
		padding: 0 12px;
	}

	.swiperOrword .mySwiper .slide-text span {
		font-size: 13px;
		line-height: 38px;
	}

	.swiperOrword .mySwiper .swiper-pagination {
		bottom: 8px;
		right: 12px;
	}

	.swiperOrword .mySwiper .swiper-pagination-fraction {
		font-size: 12px;
		padding: 3px 9px;
	}

	.swiperOrword .word-Notice-tit {
		height: 42px;
		line-height: 42px;
		padding: 0 12px;
	}

	.swiperOrword .word-Notice-tit span {
		font-size: 17px;
		line-height: 42px;
	}

	.swiperOrword .word-Notice-tit a {
		font-size: 13px;
		line-height: 42px;
	}

	.swiperOrword .word-Notice-list li {
		height: 46px;
	}

	.swiperOrword .word-Notice-list li a {
		padding: 0 12px;
		line-height: 46px;
	}

	.swiperOrword .word-Notice-list li a span {
		font-size: 13px;
		line-height: 46px;
		max-width: calc(100% - 95px);
	}

	.swiperOrword .word-Notice-list li a em {
		font-size: 11px;
		line-height: 46px;
	}

	.home-title {
		height: 42px;
		line-height: 42px;
		padding: 0 12px;
	}

	.home-title span {
		font-size: 17px;
		line-height: 42px;
	}

	.home-title a {
		font-size: 13px;
		line-height: 42px;
	}

	.IndustryDynamics-list {
		min-height: 220px;
	}

	.IndustryDynamics-list li {
		height: 46px;
	}

	.IndustryDynamics-list li a {
		padding: 0 12px;
		line-height: 46px;
	}

	.IndustryDynamics-list li a span {
		font-size: 13px;
		line-height: 46px;
		max-width: calc(100% - 95px);
	}

	.IndustryDynamics-list li a em {
		font-size: 11px;
		line-height: 46px;
	}

	.SpecialColumns {
		height: auto;
		min-height: 260px;
	}

	.SpecialColumns strong {
		font-size: 17px;
		height: 38px;
		line-height: 38px;
	}

	.SpecialColumns-list {
		height: auto;
		min-height: 220px;
		padding: 12px;
	}

	.infoSearch-list {
		padding: 12px;
	}

	.infoSearch-list ul {
		gap: 9px;
	}

	.infoSearch-list li {
		width: calc((100% - 9px) / 2);
		height: 95px;
		margin-top: 9px;
	}

	.infoSearch-list li a {
		padding: 9px 6px;
		flex-direction: column;
		justify-content: center;
	}

	.infoSearch-list li a i {
		width: 38px;
		height: 38px;
		background-size: 38px 76px;
		margin: 0 auto 6px;
	}

	.infoSearch-list li a span {
		font-size: 12px;
		line-height: 1.3;
		text-align: center;
	}

	.FriendlyLinks-select {
		padding: 12px;
		gap: 10px;
	}
}

/* 小屏幕移动设备 (最大宽度 480px) */
@media screen and (max-width: 480px) {
	.container {
		padding: 0 10px;
	}

	.current-location {
		font-size: 12px;
		padding-top: 10px;
	}

	.hot-News {
		height: 35px;
		margin: 8px 0;
		padding: 8px;
	}

	.hotNews-ico {
		width: 50px;
		height: 35px;
	}

	.hot-News .hotNewsSwiper {
		width: calc(100% - 50px);
		height: 35px;
	}

	.hotNews-text {
		height: 35px;
		line-height: 35px;
		padding: 0 8px;
	}

	.hotNews-text a h1 {
		font-size: 12px;
		line-height: 35px;
	}

	.swiperOrword .mySwiper {
		height: 180px;
	}

	.swiperOrword .mySwiper .slide-text {
		height: 35px;
		padding: 0 10px;
	}

	.swiperOrword .mySwiper .slide-text span {
		font-size: 12px;
		line-height: 35px;
	}

	.swiperOrword .mySwiper .swiper-pagination {
		bottom: 8px;
		right: 10px;
	}

	.swiperOrword .mySwiper .swiper-pagination-fraction {
		font-size: 11px;
		padding: 3px 8px;
	}

	.swiperOrword .word-Notice-tit {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}

	.swiperOrword .word-Notice-tit span {
		font-size: 16px;
		line-height: 40px;
	}

	.swiperOrword .word-Notice-tit a {
		font-size: 12px;
		line-height: 40px;
	}

	.swiperOrword .word-Notice-list li {
		height: 45px;
	}

	.swiperOrword .word-Notice-list li a {
		padding: 0 10px;
		line-height: 45px;
	}

	.swiperOrword .word-Notice-list li a span {
		font-size: 13px;
		line-height: 45px;
		max-width: calc(100% - 90px);
	}

	.swiperOrword .word-Notice-list li a em {
		font-size: 11px;
		line-height: 45px;
	}

	.home-title {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
	}

	.home-title span {
		font-size: 16px;
		line-height: 40px;
	}

	.home-title a {
		font-size: 12px;
		line-height: 40px;
	}

	.IndustryDynamics-list {
		min-height: 200px;
	}

	.IndustryDynamics-list li {
		height: 45px;
	}

	.IndustryDynamics-list li a {
		padding: 0 10px;
		line-height: 45px;
	}

	.IndustryDynamics-list li a span {
		font-size: 13px;
		line-height: 45px;
		max-width: calc(100% - 90px);
	}

	.IndustryDynamics-list li a em {
		font-size: 11px;
		line-height: 45px;
	}

	.SpecialColumns {
		height: auto;
		min-height: 250px;
	}

	.SpecialColumns strong {
		font-size: 16px;
		height: 35px;
		line-height: 35px;
	}

	.SpecialColumns-list {
		height: auto;
		min-height: 200px;
		padding: 10px;
	}

	.infoSearch-list {
		padding: 10px;
	}

	.infoSearch-list ul {
		gap: 8px;
	}

	.infoSearch-list li {
		width: calc((100% - 8px) / 2);
		height: 90px;
		margin-top: 8px;
	}

	.infoSearch-list li a {
		padding: 8px 5px;
	}

	.infoSearch-list li a i {
		width: 36px;
		height: 36px;
		background-size: 36px 72px;
		margin-bottom: 5px;
	}

	.infoSearch-list li a span {
		font-size: 11px;
		line-height: 1.2;
	}
}

