@charset "utf-8";

/* 电脑端样式 */
@media screen and (min-width: 768px) {
	.hidden-pc {
		display: none;
	}

	.hidden-mobile {
		display: block;
	}

	.header_top .top-bar {
		position: relative;
	}

	.header_top .top-bar .top-bar-gh {
		position: absolute;
		bottom: -57px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.header_top .inhead .logo {
		padding-top: 55px;
		width: 100%;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.logo {
		margin-top: 15px;
	}

	.header {
		min-width: 1200px;
	}

	.header-top-wrap {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 44px;
		font-size: 14px;
		color: #bfd5f5;
		background: #245399;
	}

	.header-top {
		width: 1200px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.back-home {
		color: #bfd5f5;
		cursor: pointer;
	}

	.header-top-right {
		display: flex;
		align-items: center;
	}

	.top-bar-gh {
		position: absolute;
		top: 28px;
		left: 0;
		right: 0;
		margin: 0 auto
	}

	.logo {
		width: 1200px;
		height: 75px;
		margin-right: auto;
		margin-left: auto;
		padding-top: 55px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 15px;
	}

	.nav-bar {
		width: 100%;
		height: 70px;
		display: flex;
		align-items: flex-end;
		margin-bottom: 10px;
	}

	.nav-left {
		width: 100%;
		height: 70px;
		background: #317AC9;
	}

	.nav-center {
		height: 70px;
		min-width: 1200px;
		background: white;
		display: flex;
		align-items: flex-end;
	}

	.nav-right {
		width: 100%;
		height: 55px;
		background: #317AC9;
	}

	.nav-title {
		max-width: 230px;
		flex-shrink: 0;
		display: flex;
		align-items: center;
		height: 100%;
		background: #317AC9;
		color: #FFFFFF;
		font-size: 22px;
		font-weight: bold;
		padding: 0 60px;
	}

	.nav-img {
		height: 100%;
		flex-shrink: 0;
	}

	.hnew-navbar-center-list {
		width: 100%;
		height: 55px;
		background: #317AC9;
		display: flex;
		align-items: center;
	}

	.hnew-navbar-center-list-item {
		cursor: pointer;
		color: #FFFFFF;
		font-size: 18px;
		margin-left: 30px;
	}

	.search {
		float: right;
		width: 200px;
		margin-right: 30px;
	}

	.search dl {
		position: relative;
		width: 100%;
		background-color: #fff;
		border: 1px solid #b5b5b5;
		border-radius: 30px;
		overflow: hidden;
	}

	.search dl dd {
		margin-right: 70px;
		padding-left: 10px;
		height: 31px;
		background-color: transparent;
		border: none;
	}

	.search dl dd input[type="text"] {
		padding: 0;
		height: 31px;
		line-height: 31px;
		width: 100%;
		font-size: 14px;
		color: #999;
		background: none;
		border: 0;
		vertical-align: top;
	}

	.search dl dt.button {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 31px;
		border-left: 1px solid #b5b5b5;
	}

	.search dl dt input.searchBtn {
		width: 100%;
		height: 31px;
		color: #fff;
		background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg) no-repeat center;
		-webkit-appearance: none;
		border: none;
		vertical-align: top;
		cursor: pointer;
	}

	.switch-language a {
		color: #bfd5f5;
	}

	* {
		padding: 0;
		margin: 0;
		font-family: "微软雅黑";
		outline: none
	}

	:after,
	:before {
		box-sizing: inherit
	}

	a {
		text-decoration: none;
		color: inherit
	}

	ul {
		list-style: none
	}

	.selected-solution {
		height: 250px;
	}

	.selected-solution>div {
		position: relative;
		width: 1100px;
		margin: 0 auto
	}

	.selected-solution .swiper-container {
		height: 250px;
		width: 1000px;
		margin-top: 15px
	}

	.selected-solution .layer-title {
		color: #393b40;
		padding: 50px 0 30px;
		text-align: center;
		font-size: 30px;
		letter-spacing: 1.09px
	}

	/*主体列表*/
	.selected-solution .solution-cardlist {
		max-width: 1200px;
		margin: 20px auto 0
	}

	.swiper-slide,
	.swiper-wrapper {
		 !important
	}

	.selected-solution .solution-cardlist .col-sm-4 {
		padding: 0 10px;
		top: 0;
		box-sizing: border-box
	}

	.selected-solution .solution-cardlist .col-sm-4 .solution-card {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 200px;
		background-color: rgba(255, 255, 255, 0.6);
		box-shadow: 0 0 10px 5px #ededf4;
	}

	.selected-solution .solution-cardlist .col-sm-4:hover .solution-card {
		background-color: cornflowerblue;
		box-shadow: #666 0px 0px 10px;
	}

	.selected-solution .solution-cardlist .col-sm-4 .solution-card img {
		width: 80px;
		height: 70px;
	}

	.selected-solution .solution-cardlist .col-sm-4 .solution-card h3 {
		margin: 20px 30px 10px;
		font-size: 20px;
		color: #252b3a;
		letter-spacing: .65px;
		text-align: left
	}

	.selected-solution .solution-cardlist .col-sm-4:hover .solution-card h3 {
		color: white;
	}

	.cf:after,
	.cf:before {
		content: " ";
		display: table;
		line-height: 0
	}

	.cf:after {
		clear: both
	}

	/*重置swiper*/
	.swiper-container-horizontal>.swiper-pagination-bullets.solution-pagination {
		bottom: -5px
	}

	.solution-pagination .swiper-pagination-bullet {
		width: 24px;
		height: 4px;
		border-radius: 100px;
		overflow: hidden;
		background: #dfe1f1;
		border: none;
		cursor: pointer;
		content: '';
		display: inline-block;
		box-sizing: border-box;
		opacity: 1;
		vertical-align: middle
	}

	.solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #007aff;
		box-sizing: border-box
	}

	.swiper-container-solution .swiper-button-prev {
		left: 0;
		width: 50px;
		height: 30px;
		margin-top: 1;
		background-image: url(../images/marketplace-home-arrow_big.svg);
		background-size: cover;
		transition: background-image .15s
	}

	.swiper-container-solution .swiper-button-next {
		right: 0;
		width: 50px;
		height: 30px;
		margin-top: 1;
		background-image: url(../images/marketplace-home-arrow_big.svg);
		transform: rotate(180deg);
		background-size: cover;
		transition: background-image .15s
	}

	.swiper-container-solution .swiper-button-next:hover,
	.swiper-container-solution .swiper-button-prev:hover {
		background-image: url(../images/marketplace-home-arrow_big_hover.svg);
		transition: background-image .2s
	}

	div[class^="wdzsk_"] {
		width: 1200px;
		height: 360px;
		margin: 0px auto;
		margin-top: 30px;
		font-size: 16px;
	}

	div[class^="wdzsk_"] ul {
		width: 1000px;
		height: 280px;
		margin: 0 auto;
	}

	div[class^="wdzsk_"] ul li {
		width: 450px;
		float: left;
		text-align: left;
		line-height: 50px;
		padding: 0 25px;
	}

	div[class^="wdzsk_"] ul li span {
		float: right;
	}

	div[class^="wdzsk_"] ul li img {
		width: 25px;
		height: 25px;
		padding-right: 10px;
	}

	.sbmz_img {
		display: block;
	}

	.sbmz_img2 {
		display: none;
	}

	#sbmz:hover .sbmz_img {
		display: none;
	}

	#sbmz:hover .sbmz_img2 {
		display: block;
	}

	.jycy_img {
		display: block;
	}

	.jycy_img2 {
		display: none;
	}

	#jycy:hover .jycy_img {
		display: none;
	}

	#jycy:hover .jycy_img2 {
		display: block;
	}

	.zffw_img {
		display: block;
	}

	.zffw_img2 {
		display: none;
	}

	#zffw:hover .zffw_img {
		display: none;
	}

	#zffw:hover .zffw_img2 {
		display: block;
	}

	.gysy_img {
		display: block;
	}

	.gysy_img2 {
		display: none;
	}

	#gysy:hover .gysy_img {
		display: none;
	}

	#gysy:hover .gysy_img2 {
		display: block;
	}

	.whjy_img {
		display: block;
	}

	.whjy_img2 {
		display: none;
	}

	#whjy:hover .whjy_img {
		display: none;
	}

	#whjy:hover .whjy_img2 {
		display: block;
	}

	.ylws_img {
		display: block;
	}

	.ylws_img2 {
		display: none;
	}

	#ylws:hover .ylws_img {
		display: none;
	}

	#ylws:hover .ylws_img2 {
		display: block;
	}

	.jyns_img {
		display: block;
	}

	.jyns_img2 {
		display: none;
	}

	#jyns:hover .jyns_img {
		display: none;
	}

	#jyns:hover .jyns_img2 {
		display: block;
	}

	.seeMore {
		display: block;
		width: 100px;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		color: ghostwhite;
		font-size: 20px;
		text-align: center;
		text-decoration: none;
		border: none;
		border-radius: 5px;
		background-color: rgb(49, 122, 201);
	}

	.on {
		display: block;
	}
}

/* 电脑端样式 end */


/* 手机端样式 */
@media screen and (max-width: 768px) {
	.hidden-pc {
		display: block;
	}

	.hidden-mobile {
		display: none;
	}

	.hide {
		display: none;
	}

	.header_top .top-bar {
		position: relative;
	}

	.header_top .top-bar .top-bar-gh {
		position: absolute;
		bottom: -57px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.header_top .inhead .logo {
		padding-top: 55px;
		width: 100%;
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.logo {
		margin-top: 15px;
	}

	.menu-button {
		position: relative;
	}

	.menu-button {
		background: #f2f2f2;
		display: block;
		padding: 20px;
		color: #000000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}

	.back-home {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 15px;
	}

	.menu {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		height: calc(100vh - 40px);
		background-image: url(/szgyyq/xhtml/images/mobile-menu-bg.png);
		background-size: 100% 100%;
		overflow: hidden;
		z-index: 9;
	}

	.menu-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 40px;
	}

	.hnew-navbar-center-list-item {
		background: #fff;
		width: 120px;
		display: inline-block;
		margin: 10px 0;
		height: 32px;
		line-height: 32px;
		text-decoration: none;
		border-radius: 4px;
		color: #1d71b7;
		text-align: center;
		font-size: 14px;
	}

	.menu-button::before {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
	}

	.menu-button::after {
		content: '';
		position: absolute;
		top: 15px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #000000;
	}

	.img-mobile {
		width: 50px;
		margin: 20px auto 0;
	}

	.img-title {
		width: 90%;
		margin: 15px auto;
	}

	.header-img {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.search {
		width: calc(100vw - 80px);
		margin: 40px 40px 30px 40px;
	}

	.search dl {
		position: relative;
		width: 100%;
		background-color: #fff;
		border: 1px solid #b5b5b5;
		border-radius: 30px;
		overflow: hidden;
	}

	.search dl dd {
		margin-right: 70px;
		padding-left: 10px;
		height: 33px;
		background-color: transparent;
		border: none;
	}

	.search dl dd input[type="text"] {
		padding: 0;
		height: 33px;
		line-height: 33px;
		width: 100%;
		font-size: 14px;
		color: #999;
		background: none;
		border: 0;
		vertical-align: top;
	}

	.search dl dt.button {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 33px;
		border-left: 1px solid #b5b5b5;
	}

	.search dl dt input.searchBtn {
		width: 100%;
		height: 33px;
		color: #fff;
		background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg) no-repeat center;
		-webkit-appearance: none;
		border: none;
		vertical-align: top;
		cursor: pointer;
	}

	.selected-solution>div {
		width: 100%;
	}


	* {
		padding: 0;
		margin: 0;
		font-family: "微软雅黑";
		outline: none
	}

	:after,
	:before {
		box-sizing: inherit
	}

	a {
		text-decoration: none;
		color: inherit
	}

	ul {
		list-style: none
	}

	.selected-solution {
		height: 25vw;
	}

	.selected-solution>div {
		position: relative;
		width: 100%;
		margin: 0 auto
	}

	.selected-solution .swiper-container {
		position: relative;
		height: 25vw;
		width: 90%;
		margin-top: 15px;
		padding: 2vw 0;
	}

	.selected-solution .layer-title {
		color: #393b40;
		padding: 50px 0 30px;
		text-align: center;
		font-size: 30px;
		letter-spacing: 1.09px
	}

	/*主体列表*/
	.selected-solution .solution-cardlist {
		max-width: 100%;
		margin: 5px auto;
	}

	.swiper-slide,
	.swiper-wrapper {
		 !important
	}

	.selected-solution .solution-cardlist .col-sm-4 {
		padding: 0 1vw;
		top: 0;
		box-sizing: border-box
	}

	.selected-solution .solution-cardlist .col-sm-4 .solution-card {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 20vw;
		background-color: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 2px 5px 0.5px rgba(118, 118, 118, 0.16);
		border-radius: 0.53rem 0.53rem 0.53rem 0.53rem;
		padding: 5px 0;
		padding-top: 10px;
	}

	.selected-solution .solution-cardlist .col-sm-4:hover .solution-card {
		background-color: cornflowerblue;
		/* box-shadow: #666 0px 0px 10px; */
	}

	.selected-solution .solution-cardlist .col-sm-4 .solution-card img {
		width: 8vw;
		height: 7vw;
	}

	.selected-solution .solution-cardlist .col-sm-4 .solution-card h3 {
		margin: 12px 3px 10px;
		font-size: 20px;
		color: #252b3a;
		letter-spacing: .65px;
		text-align: left;
		font-size: 3vw;
	}

	.selected-solution .solution-cardlist .col-sm-4:hover .solution-card h3 {
		color: white;
	}

	.cf:after,
	.cf:before {
		content: " ";
		display: table;
		line-height: 0
	}

	.cf:after {
		clear: both
	}

	/*重置swiper*/
	.swiper-container-horizontal>.swiper-pagination-bullets.solution-pagination {
		bottom: -5px;
		display: none;
	}

	.solution-pagination .swiper-pagination-bullet {
		width: 24px;
		height: 4px;
		border-radius: 100px;
		overflow: hidden;
		background: #dfe1f1;
		border: none;
		cursor: pointer;
		content: '';
		display: inline-block;
		box-sizing: border-box;
		opacity: 1;
		vertical-align: middle
	}

	.solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #007aff;
		box-sizing: border-box
	}

	.swiper-container-solution .swiper-button-prev {
		left: 0;
		width: 5vw;
		height: 5vw;
		margin-top: -2.5vw;
		background-image: url(../images/marketplace-home-arrow_big.svg);
		background-size: cover;
		transition: background-image .15s
	}

	.swiper-container-solution .swiper-button-next {
		right: 0;
		width: 5vw;
		height: 5vw;
		margin-top: -2.5vw;
		background-image: url(../images/marketplace-home-arrow_big.svg);
		transform: rotate(180deg);
		background-size: cover;
		transition: background-image .15s
	}

	.swiper-container-solution .swiper-button-next:hover,
	.swiper-container-solution .swiper-button-prev:hover {
		background-image: url(../images/marketplace-home-arrow_big_hover.svg);
		transition: background-image .2s
	}

	div[class^="wdzsk_"] {
		width: 1200px;
		height: auto;
		margin: 0px auto;
		margin-top: 30px;
		font-size: 16px;
	}

	div[class^="wdzsk_"] ul {
		width: 1000px;
		height: 280px;
		margin: 0 auto;
	}

	div[class^="wdzsk_"] ul li {
		width: 450px;
		float: left;
		text-align: left;
		line-height: 50px;
		padding: 0 25px;
	}

	div[class^="wdzsk_"] ul li span {
		float: right;
	}

	div[class^="wdzsk_"] ul li img {
		width: 25px;
		height: 25px;
		padding-right: 10px;
	}

	.sbmz_img {
		display: block;
	}

	.sbmz_img2 {
		display: none;
	}

	#sbmz:hover .sbmz_img {
		display: none;
	}

	#sbmz:hover .sbmz_img2 {
		display: block;
	}

	.jycy_img {
		display: block;
	}

	.jycy_img2 {
		display: none;
	}

	#jycy:hover .jycy_img {
		display: none;
	}

	#jycy:hover .jycy_img2 {
		display: block;
	}

	.zffw_img {
		display: block;
	}

	.zffw_img2 {
		display: none;
	}

	#zffw:hover .zffw_img {
		display: none;
	}

	#zffw:hover .zffw_img2 {
		display: block;
	}

	.gysy_img {
		display: block;
	}

	.gysy_img2 {
		display: none;
	}

	#gysy:hover .gysy_img {
		display: none;
	}

	#gysy:hover .gysy_img2 {
		display: block;
	}

	.whjy_img {
		display: block;
	}

	.whjy_img2 {
		display: none;
	}

	#whjy:hover .whjy_img {
		display: none;
	}

	#whjy:hover .whjy_img2 {
		display: block;
	}

	.ylws_img {
		display: block;
	}

	.ylws_img2 {
		display: none;
	}

	#ylws:hover .ylws_img {
		display: none;
	}

	#ylws:hover .ylws_img2 {
		display: block;
	}

	.jyns_img {
		display: block;
	}

	.jyns_img2 {
		display: none;
	}

	#jyns:hover .jyns_img {
		display: none;
	}

	#jyns:hover .jyns_img2 {
		display: block;
	}

	.seeMore {
		display: block;
		width: 100px;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		color: ghostwhite;
		font-size: 20px;
		text-align: center;
		text-decoration: none;
		border: none;
		border-radius: 5px;
		background-color: rgb(49, 122, 201);
	}

	.on {
		display: block;
	}

	div[class^="wdzsk_"] {
		width: 100%;
		height: auto;
		margin: 0px auto;
		margin-top: 30px;
		margin-bottom: 0.9375rem;
	}

	div[class^="wdzsk_"] ul {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}

	div[class^="wdzsk_"] ul li {
		width: 100%;
		float: none;
		text-align: left;
		line-height: 50px;
		padding: 0 15px;
		border-bottom: 1px solid #EFEFEF;
		box-sizing: border-box;
		font-size: 14px;
	}

	div[class^="wdzsk_"] ul li a {
		display: inline-block;
		vertical-align: middle;
		width: calc(83vw - 110px);
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	div[class^="wdzsk_"] ul li span {
		float: right;
	}

	div[class^="wdzsk_"] ul li img {
		width: 4.46vw;
		height: 4.46vw;
		padding-right: 2.54vw;
	}


}

/* 手机端样式 end */