/* @media only screen and (max-width: 1000px) { */

body {
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

body {
	overflow-x: hidden;
}

.wrap {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 20px;
}

.indexBox {
	margin-top: 60px;

}

.mobileBanner {
	margin-top: 60px;
	padding: 16% 0;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobileBanner2 {
	padding: 120px 0;
}

.mobileBanner .cont {
	width: 85.3%;
	background: url(../images1/banner-bg1.png) no-repeat;

	background-size: 100% 100%;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}

.mobileBanner1 .cont {
	padding: 60px 0;
}

.mobileBanner .cont .title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobileBanner .cont .title img {
	width: 11.8%;
}

.mobileBanner .cont .title span {
	margin: 0 10px;
	font-size: 1.5rem;
}

.mobileBanner1 .cont .title span {
	font-size: 3rem;
	margin: 0 8px;
}

.mobileBanner .cont .two {
	font-size: 3rem;
	white-space: nowrap;
	margin: 14px 0;
}

.mobileBanner .cont .three {
	font-size: 1.5rem;
	margin-bottom: 17px;
}

.mobileBanner .cont .four {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobileBanner .cont .fourCon {
	width: 100px;
	height: 100px;
	font-size: 1.8rem;
	background-color: rgba(0, 130, 230, .4);
	border-radius: 50%;
	margin: 0 -10px;
	text-align: center;
	letter-spacing: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobileAbout,
.mobileIndustry {
	background: #F5F5F5;
}

.mobileAbout .title,
.mobileProuct .title,
.mobileMarket .title,
.mobileNews .title,
.mobileIndustry .title,
.mobileForm .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 12%;
	margin-bottom: 36%;
	padding-bottom: 6%;
	border-bottom: 1px solid #DDDDDD;
}

.mobileAbout .title .left,
.mobileProuct .title .left,
.mobileMarket .title .left,
.mobileNews .title .left,
.mobileIndustry .title .left,
.mobileForm .title .left {
	font-size: 1.8rem;
}

.mobileAbout .title .right,
.mobileProuct .title .right,
.mobileMarket .title .right,
.mobileNews .title .right,
.mobileIndustry .title .right {
	display: flex;
	align-items: center;
}

.mobileAbout .title .right img,
.mobileProuct .title .right img,
.mobileMarket .title .right img,
.mobileNews .title .right img,
.mobileIndustry .title .right img {
	width: 12px;
	height: 9px;
}

.mobileAbout .title .right span a,
.mobileProuct .title .right span a,
.mobileMarket .title .right span a,
.mobileNews .title .right span a,
.mobileIndustry .title .right span a {
	font-size: 1rem;
	color: #999999;
}

.mobileAbout .cont {
	position: relative;
}

.mobileAbout .cont .left {
	width: 50%;
	padding-bottom: 26%;
}

.mobileAbout .cont .left .one {
	margin-bottom: 23.8%;
	font-size: 1.3rem;
}

.mobileAbout .cont .left .two {}

.mobileAbout .cont .left .two a {
	width: 66.8%;
	padding: 11px 20px 11px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #0082E6;
	border-radius: 0px 35px 35px 0px;
	color: #fff;
	font-size: 1.3rem;
}

.mobileAbout .cont .left .two img {
	width: 12px;
	height: 7.5px;
}

.mobileAbout .cont .right {
	width: 50%;
	position: absolute;
	right: 0;
	top: 16%;
	transform: translateY(-50%);

}

.mobileAbout .cont .right div {
	padding-top: 142%;
}

.mobileProuct .title,
.mobileMarket .title,
.mobileNews .title,
.mobileIndustry .title,
.mobileForm .title {
	margin-bottom: 8.6%;
}

.mobileProuct .title .left,
.mobileMarket .title .left,
.mobileNews .title .left,
.mobileIndustry .title .left,
.mobileForm .title .left {
	width: 77%;
	display: flex;
	align-items: baseline;
}

.mobileProuct .title .left span:last-child,
.mobileMarket .title .left span:last-child,
.mobileNews .title .left span:last-child,
.mobileIndustry .title .left span:last-child,
.mobileForm .title .left span:last-child {
	width: 70%;
	color: #AAAAAA;
	font-size: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.mobileProuct .tabs {
	margin-bottom: 11%;
}

.mobileProuct .tabs_header ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #999;
}

.mobileProuct .tabs_header li {
	font-size: 1.2rem;
}

.mobileProuct .tabs_header li::after {
	content: '';
	display: block;
	width: 20px;
	margin: 0 auto;
	height: 3px;
	background: #003A70;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
	opacity: 0;
}

.mobileProuct .tabs_header .active {
	color: #003A70;
}

.mobileProuct .tabs_header .active::after {
	opacity: 1;
}

.mobileProuct .tabsCon1 {
	display: none;
}

.mobileProuct .block {
	display: block;
}

.mobileProuct .tabsCon ul {
	display: flex;
	flex-wrap: wrap;
}

.mobileProuct .tabsCon li {
	width: 50%;
	border-right: 2px solid #F5F5F5;
	border-bottom: 2px solid #F5F5F5;
	padding: 7% 0;
}

.mobileProuct .tabsCon li:nth-child(2n) {
	border-right: 0;
}

.mobileProuct .tabsCon li:nth-last-child(2),
.mobileProuct .tabsCon li:last-child {
	border-bottom: 0;
}

.mobileProuct .tabsCon li a {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mobileProuct .tabsCon li .img_ratio {
	width: 74%;
	padding-top: 68.6%;
}

.mobileProuct .tabsCon li .biaoti {
	max-width: 67%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.mobileProuct .tabsCon li .biaoti::after {
	content: '';
	display: block;
	width: 100%;
	height: 2.5px;
	background: #0082E6;
	border-radius: 3px;
	margin-top: -5px;
}

.mobileProuct .tabsCon li .more1 {
	color: #999999;
	font-size: 1rem;
}

.mobileMarket {
	background: #F5F5F5;
	padding-bottom: 10%;
}

.mobileMarket .lists {
	position: relative;
}

.mobileMarket .lists .diqiu {
	width: 42.8%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mobileMarket .lists .diqiu img {
	width: 100%;
}

.mobileMarket .lists ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.mobileMarket .lists li {
	width: 50%;
	color: #fff;
}

.mobileMarket .lists li .one {
	height: 105px;
	margin: 5px;
	background: #0082E6;
	border-radius: 7.5px;
	padding: 0 20px;
	font-size: 1.5rem;
}

.mobileMarket .lists li .one::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #FFFFFF;
	margin-top: 10px;
}

.mobileMarket .lists li:first-child .one,
.mobileMarket .lists li:nth-child(2) .one {
	padding-top: 30px;
}

.mobileMarket .lists li:nth-child(1) .one,
.mobileMarket .lists li:nth-child(4) .one {
	background: #003A70;
}

.mobileMarket .lists li:nth-child(2) .one,
.mobileMarket .lists li:nth-child(4) .one {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.mobileMarket .lists li:nth-child(3) .one,
.mobileMarket .lists li:nth-child(4) .one {
	display: flex;
	flex-direction: column-reverse;
	padding-bottom: 30px;
}

.mobileMarket .lists li:nth-child(3) .one::after,
.mobileMarket .lists li:nth-child(4) .one::after {
	margin-bottom: 10px;
}

.query {
	-webkit-background-size: ;
	background-size: 100% 100%;
}

.query ul {
	display: flex;
	padding: 45px 20px;
	margin: 0 -8.5px;
	justify-content: center;
}

.query li {
	width: 33.3%;
	text-align: center;
}

.query .listsCon {
	/* width: 100%; */
	height: 100px;
	background-color: #fff;
	box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	padding: 20px 14.5px;
	margin: 0 8.5px;
	font-size: 1rem;
}

.query .listsCon img {
	height: 50%;
}

.query .listsCon div {
	margin-top: 10px;
}

.mobileNews .lists .one {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom: 9%;
	border-radius: 0 7.5px 7.5px 0;
}

.mobileNews .lists .one .left {
	width: 42.85%;
	padding: 34px 20px;
	background-color: rgba(0, 58, 112, .8);
	color: #fff;
}

.mobileNews .lists .one .left .tit {
	font-size: 1.3rem;
}

.mobileNews .lists .one .left .time {
	color: rgba(255, 255, 255, .4);
	font-size: 0.9rem;
	margin-top: 20px;
}

.mobileNews .lists .two ul {
	margin-bottom: 12%;
}

.mobileNews .lists .two li {
	margin-bottom: 15px;
}

.mobileNews .lists .two li:last-child {
	margin-bottom: 0;
}

.mobileNews .lists .two a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobileNews .lists .two .lft {
	width: 80%;
	display: flex;
	align-items: center;
}

.mobileNews .lists .two .yuan {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #0082E6;
	border-radius: 50%;
	margin-right: 15px;
}

.mobileNews .lists .two .titl {
	width: 80%;
	font-size: 1rem;
}

.mobileNews .lists .two .time1 {
	color: #999999;
	font-size: 0.9rem;
}

.mobileIndustry .lists ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-bottom: 12%;
}

.mobileIndustry .lists li {
	width: 50%;
	margin-bottom: 20px;
}

.mobileIndustry .lists li:last-child,
.mobileIndustry .lists li:nth-last-child(2) {
	margin-bottom: 0;
}

.mobileIndustry .lists li a {
	margin: 0 10px;
	background: #FFFFFF;
	box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.08);
	border-radius: 7.5px;
	padding: 5px;
}

.mobileIndustry .lists li a span {
	font-size: 1.5rem;
}

.mobileIndustry .lists li a img {
	margin-right: 15px;
	width: 30%;
}

.mobileForm .title .left {
	width: 100%;
}

.mobileForm .form {
	margin-bottom: 12%;
}

.mobileForm .form input,
.mobileForm .form textarea {
	width: 100%;
	border: 0;
	background-color: #EEEEEE;
	margin-bottom: 8px;
	padding: 9px 0;
	text-indent: 15px;
	color: #999;
	font-size: 1.2rem;
}
.mobileForm .form textarea {
	height: 63px;
}
.mobileForm .form a {
	width: 50%;
	margin: 0 auto;
	margin-top: 3%;
	background: #0082E6;
	color: #fff;
	padding: 9px 0;
	text-align: center;
	font-size: 1.2rem;
}

.bidding .noticeSwiper .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.mobileBanner1 {
	flex-direction: column;
	padding: 16% 0 4% 0;
}

.biddingCon1 {
	width: 100%;
}

.bidding {
	width: 95%;
	margin: 0 auto;
	position: static;
	flex-direction: column;
	margin-top: 60px;
	background: rgba(0, 71, 112, .85);
}

.bidding .left,
.bidding .right,
.bidding .right img {
	width: 100%;
}

.bidding .left,
.bidding .left a {
	color: #fff;
}

.bidding .left {
	padding: 15px;
	height: 120px;
}

.bidding .left .title1 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.bidding .lists {
	height: 60%;
}

.bidding .lists .noticeSwiper {
	width: 100%;
	height: 100%;
}

.bidding .left .lists a {
	display: flex;
	font-size: 1rem;
}

.bidding .left .lists .ellipsis-2 {
	height: 4em;
	/* width: 70%;
	height: auto;
	display: block;
	-webkit-line-clamp: 1;
	line-height: inherit;
	white-space: nowrap; */
}

.bidding a span {
	margin-right: 5px;
}

/* @media only screen and (max-width: 420px) { */
/* body {
		overflow-x: hidden;
	}

	.wrap {
		padding: 0 10px;
	}

	.mobileBanner .cont {
		padding: 7% 4.125%;
	}

	.mobileBanner .cont .fourCon {
		width: 50%;
		height: auto;
		padding: 15% 0;
		margin: 0 -10px;
	}

	.mobileAbout .cont .left .two {
		width: 82.8%;
		padding: 16px 20px;
	}

	.mobileProuct .title .left,
	.mobileMarket .title .left,
	.mobileNews .title .left,
	.mobileIndustry .title .left,
	.mobileForm .title .left {
		width: 70%;
	}

	.mobileProuct .title .left span:last-child,
	.mobileMarket .title .left span:last-child,
	.mobileNews .title .left span:last-child,
	.mobileIndustry .title .left span:last-child,
	.mobileForm .title .left span:last-child {
		width: 60%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mobileAbout .cont .right {
		right: -10px;
	}

	.mobileProuct .tabs_header ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.mobileProuct .tabs_header li {
		width: 33.3%;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mobileProuct .tabs_header li::after {
		margin-bottom: 20px;
	}

	.mobileMarket .lists li .one {
		height: 150px;
		display: flex;
		padding: 0 30px !important;
		justify-content: center;
		flex-direction: column;
	}

	.query ul {
		padding: 30px 10px;
		margin: 0 -5px;
	}

	.query .listsCon {
		height: 134px;
		padding: 10px;
		margin: 0 5px;
	}

	.mobileNews .lists .one .left {
		width: 61%;
		padding: 18px 20px;
	}

	.mobileNews .lists .two .lft {
		width: 70%;
	}

	.mobileIndustry .lists ul {
		margin: 0 -5px;
	}

	.mobileIndustry .lists li {
		margin-bottom: 20px;
	}

	.mobileIndustry .lists li a {
		margin: 0 5px;
		padding: 20px 10px;
	}

	.mobileIndustry .lists li a img {
		width: 29%;
		margin-right: 10px;
	}

	.mobileForm .title .left {
		width: 100%;
	} */
/* } */
