a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

.bgd {
	background-color: #f7f7f7;
}

.bgw {
	background-color: #FFF;
}

.sub-nav-ul {
	font-family: "microsoft yahei";
}

.about_center {
	max-width: 1360px;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.about-left1 {
	background-image: url(../img/left.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
	height: 115px;
}

.about-left1 p {
	padding-top: 50px;
	font-size: 23px;
	color: #fff;
}

.about-left1 span {
	padding-top: 1px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.pd0 {
	padding: 0;
}

#myTabContent {
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}

.container1 {
	width: 98%;
	margin: 0 auto;

}

.about_right1 {
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	font-family: "microsoft yahei";
	margin-bottom: 10px;
}

.about_right1 p {
	font-size: 26px;
	color: #eb5e26;
	float: left;

}

.about_right1 span {
	font-size: 16px;
	color: #a8a7a7;
	padding-left: 5px;
	white-space: nowrap;
}

.about_right2 {
	color: #666;
}

.about_right2 p img {
	max-width: 667px;
	width: 80%;
	height: auto;
}


@media (min-width: 1200px) and (max-width: 2560px) {
	.sub-nav {
		max-width: 200px;
		/* margin-right: 20px; */
	}

	.about-left2 {
		width: 100%;
		border: 1px solid #e8e8e8;
		border-top: 0;
		border-radius: 8px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		box-shadow: 0px 2px 2px #c3c3c3;
		background: #fff;
		padding-top: 10px;
	}

	.pd0 {
		margin-left: 20px;
	}

	.sub-nav-ul {
		width: 155px;
		margin-left: 10px;
		padding-bottom: 20px;
		border: none;
	}

	.sub-nav-ul li {
		border-bottom: 1px solid #e5e5e5;
	}

	.about_left2 ul .left1 {
		height: 25px;
		background: url('../img/left_1.png');
		background-size: 140px 25px;
		background-repeat: no-repeat;
		border-bottom: 0;
		line-height: 25px;
		margin-top: 10px;
	}


	.text {
		text-indent: 32px;
		width: 155px;
		height: 25px;
		line-height: 25px;
		text-indent: 41px;
		color: #808080;
		font-size: 14px;
	}

	.text a {
		color: #808080;
		white-space: nowrap;
	}


}

@media (min-width: 320px) and (max-width: 1200px) {

	.sub-nav {
		padding: 0;
	}

	.about-left2 {}

	.sub-nav-ul {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		white-space: nowrap;
		width: auto;
		overflow-y: hidden;
		border-bottom: 1px solid #e5e5e5;
	}

	.sub-nav-ul li {
		margin-right: 0.5em;
		display: inline-block;
		text-align: center;
	}

	.about_left2 ul .left1 a {
		color: #00c0ff;
		line-height: 5rem;
		padding: 0 1.5rem;
	}

	.about_left2 ul .left1 a:after {
		content: "";
		display: block;
		width: 80%;
		height: 4px;
		background: #00c0ff;
		transform: scaleY(1); 
		float: left;
		border-radius: 6px;
		transform: translateX(10%);
	}

	.text a {
		color: #666666;
	}

	.sub-nav-ul .active a {
		color: #00c0ff;
	}

	.container1 {}
}

@media (min-width: 769px) and (max-width: 1200px) {
	.text {
		font-size: 3rem;
		line-height: 5rem;
	}

	.text a {
		font-size: 3rem;
		line-height: 5rem;
		padding: 0 1.5rem;
	}

}

@media (min-width: 320px) and (max-width: 768px) {
	.text {
		font-size: 2rem;

	}

	.text a {
		line-height: 5rem;
		padding: 0 1.5rem;
	}

	.about_right1 p {
		font-size: 1.8rem;
		margin: 0;
	}

	.about_right1 span {
		font-size: 1.6rem;
	}
}
