.pagemain {
	min-height: 600px;
	width: 100%;
	margin-top: 80px;

	
}

.pagemain .col {
		width: 100%;
		height: auto;

	}
	
	.pagemain .col  .con {
		width: 100%;
	}
.titlecon {
	width: 100%;
	height: auto;
	margin: 40px 0;
	line-height: 46px;

	}

	.titlecon .cateul {
		font-size: 14px;
		line-height: 30px;
		color: #ffffff;
		margin-top: 8px;
		margin-left: 20px;
		margin-right: 20px;

	
	}
	.titlecon .cateul .li {
			display: inline-block;
			margin-right: 10px;
			padding: 0 15px;
			background-color: #434343;
			border-radius: 30px;
			height: 30px;
			cursor: pointer;
		}

		.titlecon .li.current,
		.titlecon .li:hover {
			background-color: #c71721;
		}
	.titlecon .more {
		width: 138px;
		height: 44px;
		border-radius: 44px;
		border: 1px solid rgba(67, 67, 67, .2);
		font-size: 14px;
		line-height: 44px;
		text-align: center;
		display: inline-block;
	}

	.titlecon .more:hover {
		background-color: #c71721;
		color: #ffffff;
	}

.titlecon .fsh2 {
		font-size: 30px;
		color: #000000;
	}
	
.phonetitle{display: none;}
.phonelist{display: none;}
@media screen and (max-width: 768px) {
	.titlecon {
		margin: 10px 0;
		position: relative;
}
		.titlecon .left,
		.titlecon .right {
			width: 100%;
		}

		.titlecon .fsh2 {
				font-size: 16px;
				color: #000000;
				font-weight: bold;
				line-height: 26px;
				margin:10px 0;
		}

		.titlecon .cateul {
			width: 100%;
			margin-left: 0;
		}
.titlecon .cateul .li{
				margin-bottom: 10px;
			}
		.titlecon .more {
			position: absolute;
			top: 5px;
			right: 0;
			display: inline-block;
			width: auto;
			padding: 0 15px;
			border-radius: 30px;
			height: 30px;
			cursor: pointer;
			line-height: 30px;
		}
	
}
