@media screen and (max-width:768px){
	.page_banner .banner {
		height:80vw;
	}
	.page_banner .banner .banner-bg {
		bottom:2%;
	}
	.page_banner .banner .banner-bg .text1 {
		transform: translateX(-30px);
		font-size:16px;
		line-height:24px;
		font-weight: bold;
		transition: 1s;
		opacity: 0;
	}
	.page_banner .banner .banner-bg .text2 {
		transform: translateX(-30px);
		margin-top:5px;
		width:100%;
		font-size:12px;
		line-height:14px;
		font-weight: 300;
		color:rgba(255,255,255,0.3);
		transition: 1s;
		opacity: 0;
	}
	
	
	
	/*内页背景*/
	.page-bg {
		padding:7% 0 30px 0;
		width:auto;
		background: #F6F6F6;
	}
	
	.page-content {
		margin:0 auto 10px auto;
		padding:0 0 10px 0;
		width:90%;
		min-height:100px;
		background: #ffffff;
		border-radius: 8px;
	}
	.page-title {
		padding:25px 0 0 40px;
		width:auto;
	}
	.page-title dl dt {
		padding-bottom:10px;
		font-size: 18px;
		line-height:30px;
		font-weight: bold;
		color: #e5e5e5;
	}
	.page-title dl dd {
		padding:0 0 0 15px;
		position: relative;
		font-size: 22px;
		font-weight: bold;
		min-height:35px;
		color: #5d5d5d;
	}
	.page-title dl dd::after {
		position: absolute;
		width:8px;
		height:8px;
		background: #ff6600;
		content: '';
		bottom:19px;
		left:-5px;
		z-index: 1;
	}
	.page-title dl dd::before {
		position: absolute;
		width:13px;
		height:13px;
		background: #ff6600;
		content: '';
		bottom:10px;
		left:-15px;
		z-index: 1;
	}
	
	.page-title dl dd.page-title2 {
		padding:10px 0 20px 0;
		font-size: 16px;
		font-weight: 400;
		color: #555555;
		font-style: italic;
		text-indent: inherit;
	}
	
	
	
	/*内页分类*/
	.page_menu {
		display: block;
		margin:0 auto;
		width:90%;
		height:50px;
		background: #ffffff;
		align-items: unsafe;
		justify-content: center;
		overflow-x:auto;
		overflow-y:hidden;
	}
	.pro_nav_box {
		padding-top:2.5%;
		width:1000px;
		height: initial;
	}
	.page_menu a {
		float: left;
		display: block;
		margin:0 5px;
		padding:0 20px;
		width:auto;
		height:30px;
		line-height: 30px;
		color: #4C4C4C;
		border-radius: 30px;
		font-weight: 200;
		font-size:14px;	
		transition: 0.5s;
	}
	/*内页分类*/
	
	/*内页背景*/
	.pro_left {
		display: none;
	}
	
}
