body,
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.text-singleline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content2{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.home-universal-type-title{
  border-left: 7px solid #57b0fb;padding-left: 10px;height: 30px;line-height:30px;color: #333333;font-weight: 500;font-size: 22px;width: 100%;
}
.home-universal-type-bg{
  padding: 10px 0;display: flex;flex-direction: row;flex-wrap: wrap;margin-top: 10px;width: 100%;
}
.home-universal-type-item{
	text-decoration:none;
  border: 1px solid #f4f4f4;
  height: 30px;border-radius: 4px;line-height: 30px;padding: 0 20px;color: #666666;cursor: pointer;background: #f4f4f4;margin: 0 20px 20px 0
}
.home-universal-type-item:hover{
  box-sizing: border-box;
  border: 1px solid #2e83e3;
  color: #333333;
}
.home-universal-type-item-active{
  background-color: #2e83e3;
  color: white;
}




.list-select-bg {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
}

.imgfit {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.select-input {
	height: 40px;
	border: none;
	font-size: 16px;
	color: #666666;
}

.select-input:focus {
	border: none;
	outline: none;
}

.select-input:disabled {
	border: none;
	outline: none;
	background-color: white;
	border: none;
}

.mybutton {
	background: -webkit-linear-gradient(#007cc2, #76c5f0);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#007cc2, #76c5f0);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#007cc2, #76c5f0);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#007cc2, #76c5f0);
	/* 标准的语法（必须放在最后） */
}



@media screen and (max-width: 1200px) {
	
	.pc{
		display: none !important;
	}

	.contentbg{
		width: 100%;
		display: flex;
		flex-direction: column;
		background-color: #fff;
	}
	

	
.listselect {
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	
		border: 1px solid #f2f2f2;
		height: 40px;
		line-height: 30px;
		width: 50%;
		box-sizing: border-box;
		padding: 0 5px;
		font-size: 14px;
		color: #666;
		background-color: white;
		margin-bottom: 5px;
	}
	.citylistbg {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.citylistbg .bg {
		width: 100%;
		max-width: 1200px;
		background-color: white;
		box-sizing: border-box;
		padding: 20px;
		margin-top: 20px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.citylistbg .bg .item {
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
		display: flex;
		flex-direction: column;
	}

	.citylistbg .bg .item .title {
		width: 100%;
		height: 30px;
		box-sizing: border-box;
		padding: 0 5px;
		line-height: 30px;
		font-size: 16px;
		color: #545454;
		font-weight: 600;
		background-color: #f2f2f2;
	}

	.citylistbg .bg .item .city {
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.citylistbg .bg .item .city .item {
		height: 26px;
		padding: 0 20px;
		background-color: #2e83e3;
		color: white;
		line-height: 26px;
		margin: 0 5px 5px 0;
		width: auto;
		font-size: 14px;
		text-decoration: none;
		cursor: pointer;
	}

}

@media screen and (min-width: 1200px) {
	
	.mobile{
		display: none !important;
	}

	.contentbg{
		width: 1200px;
		display: flex;
		flex-direction: column;
		background-color: #fff;
		padding: 20px;
		box-sizing: border-box;
		margin-top: 20px
	}

	
	.w5{
		width: 50% !important;
	}
	.listselect {
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	
		border: 1px solid #f2f2f2;
		height: 40px;
		line-height: 30px;
		width: 30%;
		box-sizing: border-box;
		padding: 0 5px;
		font-size: 14px;
		color: #666;
		background-color: white;
		
		margin-bottom: 5px;
	}
	
	.banner-bg {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;

	}

	.banner-bg .title {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
	}

	.banner-bg .title p {
		width: 1200px;
		font-size: 48px;
		font-weight: bold;
		color: white;
		/* font-style: italic; */
		text-align: center;
	}

	.banner-bg img {
		width: 1920px;
		height: 200px;
		content: url(/static/zt/img/sydwzw_pc.jpg);
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.imgfit {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		max-width: 1200px;
	}

	.info-bg {
		width: 100%;
		max-width: 1200px;
		padding: 10px;
		box-sizing: border-box;
		background-color: white;
		margin-top: 40px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}


	.selectbg {
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 999;
		display: none;
		justify-content: center;
		align-items: center;
	}

	.selectbg .infobg {
		width: 400px;
		border-radius: 10px;
		padding: 15px 15px 0 15px;
		background-color: white;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;

	}


	.tuijian-bg {
		width: 100%;
		background-color: #FDF9F3;
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.tuijian-title {
		width: 100%;
		max-width: 600px;
		height: 100px;
		width: 100%;
		line-height: 100px;
		border-radius: 50px;
		box-shadow: 0px 0px 10px 0px #ddd;
		font-size: 36px;
		text-align: center;
		background: #fff;
	}

	legend {
		padding: 0 10px;
		font-size: 24px;
		color: #009688;
		margin-bottom: 45px;
		font-weight: bold;
		margin: 0 auto;
	}

	fieldset {
		text-align: center;
		border: 0;
		border-top: 2px solid #33b4a6;

		width: 100%;
		max-width: 600px;
	}

	.kecheng-bg {
		width: 1200px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.kecheng-item {
		width: 350px;
		display: flex;
		flex-direction: column;
		height: 370px;
		margin-right: 50px;
		margin-bottom: 40px;
		background-color: #fff;
	}

	.kecheng-item img {
		width: 350px;
		height: 210px;
	}

	.kecheng-info {
		width: 350px;
		display: flex;
		flex-direction: column;
		padding: 20px;
		box-sizing: border-box;
	}

	.kecheng-title {
		height: 30px;
		line-height: 30px;
		width: 100%;
		font-size: 14px;
		color: #333;
	}



	.citylistbg {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		
		flex-direction: column;
	}

	.citylistbg .bg {
		width: 100%;
		max-width: 1200px;
		background-color: white;
		box-sizing: border-box;
		padding: 20px;
		margin-top: 20px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.citylistbg .bg .item {
		width: 100%;
		max-width: 380px;
		box-sizing: border-box;
		padding: 0 20px 20px 0;
		display: flex;
		flex-direction: column;
	}

	.citylistbg .bg .item .title {
		width: 100%;
		height: 30px;
		box-sizing: border-box;
		padding: 0 5px;
		line-height: 30px;
		font-size: 16px;
		color: #545454;
		font-weight: 600;
		background-color: #f2f2f2;
	}

	.citylistbg .bg .item .city {
		width: 100%;
		box-sizing: border-box;
		padding: 5px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.citylistbg .bg .item .city .item {
		height: 26px;
		padding: 0 20px;
		background-color: #2e83e3;
		color: white;
		line-height: 26px;
		margin: 0 5px 5px 0;
		width: auto;
		font-size: 14px;
		cursor: pointer;
		text-decoration: none;
	}

}

.qgg-table{
    border-collapse: collapse;
    width:100%;
    border:1px solid #c6c6c6 !important;
    margin-bottom:20px;
}
.qgg-table th{
    border-collapse: collapse;
    border-right:1px solid #c6c6c6 !important;
    border-bottom:1px solid #c6c6c6 !important;
    background-color:#54C3EE !important; 
    padding:10px 9px;
	color: white;
    font-size:14px;
    font-weight:normal;
    text-align:center;
}
.qgg-table td{
    border-collapse: collapse;
    border-right:1px solid #c6c6c6 !important;
    border-bottom:1px solid #c6c6c6 !important; 
    padding:5px 9px;
    font-size:12px;
    font-weight:normal;
    text-align:center;
    word-break: break-all;
}
.qgg-table tr:nth-child(odd){
    background-color:#fff !important; 
}
.qgg-table tr:nth-child(even){
    background-color: #f8f8f8 !important;
}
