.quality1 {
	width: 100%;
	padding: 135px 0 125px;
	overflow: hidden;
}
.quality1-img {
	width: 50%;
	overflow: hidden;
	float: left;
}
.quality1-img img {
	width: 100%;
	transition: all 0.5s;
}
.quality1-img:hover img {
	transform: scale(1.1);
}
.quality1-txt {
	width: 50%;
	padding: 75px 45px 0 70px;
	overflow: hidden;
}
.quality1-txt p {
	font-size: 16px;
	line-height: 24px;
	margin: 38px 0 90px;
	font-weight: lighter;
	color: #333333;
}
.quality1-txt a {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-color: #0259a0;
	transition: all 0.5s;
}
.quality1-txt a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #0259a0;
	position: absolute;
	left: 0px;
	top: 0px;
}
.quality1-txt a span {
	position: relative;
	z-index: 1;
}
.quality1-txt a:hover {
	color: #0259a0;
	background-color: transparent;
}
@media only screen and (max-width: 991px) {
	.quality1 {
		padding: 70px 0 80px;
		position: relative;
		text-align: center;
	}
	.quality1-img {
		width: 630px;
		float: none;
		position: absolute;
		top: 325px;
		left: 50%;
		margin-left: -315px;
	}
	.quality1-txt {
	    width: 100%;
	    padding: 0;
	}
	.quality1-txt p {
	    font-size: 24px;
	    line-height: 36px;
	    margin: 50px 0 0;
	}
	.quality1-txt a {
		width: 190px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
		margin: 505px auto 0;
	}
}
@media only screen and (max-width: 750px) {
	.quality1 {
		padding: 35px 0 40px;
	}
	.quality1-img {
		width: 335px;
		top: 165px;
		margin-left: -167.5px;
	}
	.quality1-txt p {
	    font-size: 14px;
	    line-height: 20px;
	    margin: 25px 0 0;
	}
	.quality1-txt a {
		width: 95px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 255px auto 0;
	}
}
@media only screen and (min-width: 992px) {
	.quality1 {
		padding: 90px 0 80px;
	}
	.quality1-txt {
		padding: 40px 0 0 50px;
		float: right;
	}
	.quality1-txt p {
		font-size: 14px;
		line-height: 22px;
		margin: 30px 0 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.quality1 {
		padding: 110px 0 100px;
	}
	.quality1-txt {
		padding: 50px 0 0 60px;
	}
	.quality1-txt p {
		font-size: 16px;
		line-height: 24px;
		margin: 35px 0 60px;
	}
}
@media only screen and (min-width: 1500px) {
	.quality1 {
		padding: 135px 0 125px;
	}
	.quality1-txt {
		padding: 75px 45px 0 70px;
	}
	.quality1-txt p {
		margin: 38px 0 90px;
	}
}
/*妫€娴嬩腑蹇�*/
.quality2 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #0259a0;
}
.quality2 img {
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.quality2-txt {
	width: 405px;
	color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	top: 78px;
	left: 50%;
	margin-left: -720px;
	z-index: 1;
}
.quality2-txt .title-common h2 {
	color: #FFFFFF;
}
.quality2-txt p {
	font-size: 14px;
	line-height: 24px;
	margin: 30px 0 100px;
	font-weight: lighter;
}
.quality2-txt a {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-color: transparent;
	transition: all 0.5s;
}
.quality2-txt a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
}
.quality2-txt a span {
	position: relative;
	z-index: 1;
}
.quality2-txt a:hover {
	color: #0259a0;
	background-color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.quality2 img:nth-of-type(1) {
		display: none;
	}
	.quality2 img {
		width: 768px;
		margin-left: -384px;
	}
	.quality2-txt {
	    width: 405px;
	    top: 70px;
	    margin-left: -315px;
	}
	.quality2-txt p,.quality2-txt a {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.quality2 img {
		width: 420px;
		margin-left: -210px;
	}
	.quality2-txt {
	    width: 205px;
	    top: 35px;
	    margin-left: -167.5px;
	}
}
@media only screen and (min-width: 992px) {
	.quality2 img:nth-of-type(2) {
		display: none;
	}
	.quality2 img {
		width: 1400px;
		margin-left: -700px;
	}
	.quality2-txt {
		top: 50px;
		margin-left: -480px;
	}
	.quality2-txt p {
		margin: 30px 0 60px;
	}
}
@media only screen and (min-width: 1200px) {
	.quality2 img {
		width: 1600px;
		margin-left: -800px;
	}
	.quality2-txt {
		top: 60px;
		margin-left: -600px;
	}
	.quality2-txt p {
		margin: 30px 0 80px;
	}
}
@media only screen and (min-width: 1500px) {
	.quality2 img {
		width: 1920px;
		margin-left: -960px;
	}
	.quality2-txt {
		top: 78px;
		margin-left: -720px;
	}
	.quality2-txt p {
		margin: 30px 0 100px;
	}
}
/*宸ョ▼椤圭洰*/
.quality3 {
	width: 100%;
	padding: 95px 0 85px;
	overflow: hidden;
	text-align: center;
}
.quality3 ul {
	width: 100%;
	margin: 60px 0 30px;
	overflow: hidden;
}
.quality3 li {
	width: -moz-calc(25% - 34.5px);
	width: -webkit-calc(25% - 34.5px);
	width: calc(25% - 34.5px);
	overflow: hidden;
	float: left;
}
.quality3-img {
	width: 100%;
	overflow: hidden;
}
.quality3-img img {
	width: 100%;
	transition: all 0.5s;
}
.quality3 li p {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	margin: 13px 0 0;
	padding: 0 25px;
	color: #333333;
	font-weight: lighter;
	overflow: hidden;
}
.quality3 li:hover .quality3-img img {
	transform: scale(1.1);
}
.quality3 a {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-color: #0259a0;
	margin: 0 auto;
	transition: all 0.5s;
}
.quality3 a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #0259a0;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
}
.quality3 a span {
	position: relative;
	z-index: 1;
}
.quality3 a:hover {
	color: #0259a0;
	background-color: transparent;
}
@media only screen and (max-width: 991px) {
	.quality3 {
		padding: 90px 0 115px;
	}
	.quality3 ul {
		margin: 55px 0 20px;
	}
	.quality3 li {
		width: -moz-calc(50% - 21px);
		width: -webkit-calc(50% - 21px);
		width: calc(50% - 21px);
		margin: 0 0 40px;
		text-align: justify;
	}
	.quality3 li:nth-of-type(2n) {
		float: right;
	}
	.quality3 li p {
		font-size: 24px;
		line-height: 30px;
		height: 60px;
		margin: 18px 0 0;
		padding: 0;
	}
	.quality3 a {
		width: 190px;
		font-size: 24px;
		height: 60px;
		line-height: 60px;
	}
}
@media only screen and (max-width: 750px) {
	.quality3 {
		padding: 45px 0 55px;
	}
	.quality3 ul {
		margin: 30px 0 10px;
	}
	.quality3 li {
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px);
		margin: 0 0 20px;
	}
	.quality3 li p {
		font-size: 14px;
		line-height: 16px;
		height: 32px;
		margin: 10px 0 0;
	}
	.quality3 a {
		width: 95px;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.quality3 {
		padding: 60px 0 50px;
	}
	.quality3 ul {
		margin: 40px 0 20px;
	}
	.quality3 li {
		width: -moz-calc(25% - 21px);
		width: -webkit-calc(25% - 21px);
		width: calc(25% - 21px);
	}
	.quality3 li:nth-of-type(4n+1),.quality3 li:nth-of-type(4n+2),.quality3 li:nth-of-type(4n+3) {
		margin: 0 28px 15px 0;
	}
	.quality3 li:nth-of-type(4n) {
		margin: 0 0 15px;
	}
	.quality3 li p {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
		margin: 10px 0 0;
		padding: 0 15px;
	}
}
@media only screen and (min-width: 1200px) {
	.quality3 {
		padding: 80px 0 70px;
	}
	.quality3 ul {
		margin: 50px 0 25px;
	}
	.quality3 li {
		width: -moz-calc(25% - 30px);
		width: -webkit-calc(25% - 30px);
		width: calc(25% - 30px);
	}
	.quality3 li:nth-of-type(4n+1),.quality3 li:nth-of-type(4n+2),.quality3 li:nth-of-type(4n+3) {
		margin: 0 40px 15px 0;
	}
	.quality3 li:nth-of-type(4n) {
		margin: 0 0 15px;
	}
	.quality3 li p {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
		padding: 0 20px;
	}
}
@media only screen and (min-width: 1500px) {
	.quality3 {
		padding: 95px 0 85px;
	}
	.quality3 ul {
		margin: 60px 0 30px;
	}
	.quality3 li {
		width: -moz-calc(25% - 34.5px);
		width: -webkit-calc(25% - 34.5px);
		width: calc(25% - 34.5px);
	}
	.quality3 li:nth-of-type(4n+1),.quality3 li:nth-of-type(4n+2),.quality3 li:nth-of-type(4n+3) {
		margin: 0 46px 15px 0;
	}
	.quality3 li:nth-of-type(4n) {
		margin: 0 0 15px;
	}
	.quality3 li p {
		font-size: 18px;
		line-height: 24px;
		height: 48px;
		margin: 13px 0 0;
		padding: 0 25px;
	}
}
/*鍞悗鏈嶅姟*/
.quality4 {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #f1f5f9;
}
.quality4 img {
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.quality4-txt {
	width: 605px;
	overflow: hidden;
	position: absolute;
	top: 78px;
	left: 50%;
	margin-left: 115px;
	z-index: 1;
}
.quality4-txt p {
	font-size: 16px;
	line-height: 24px;
	margin: 38px 0 65px;
	font-weight: lighter;
	color: #333333;
}
.quality4-txt a {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-color: #0259a0;
	transition: all 0.5s;
}
.quality4-txt a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #0259a0;
	position: absolute;
	left: 0px;
	top: 0px;
}
.quality4-txt a span {
	position: relative;
	z-index: 1;
}
.quality4-txt a:hover {
	color: #0259a0;
	background-color: transparent;
}
@media only screen and (max-width: 991px) {
	.quality4 img:nth-of-type(1) {
		display: none;
	}
	.quality4 img {
		width: 768px;
		margin-left: -384px;
	}
	.quality4-txt {
		width: 250px;
		top: 295px;
	}
	.quality4-txt p,.quality4-txt a {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.quality4 img {
		width: 420px;
		margin-left: -210px;
	}
	.quality4-txt {
		width: 150px;
		top: 170px;
		margin-left: 50px;
	}
}
@media only screen and (min-width: 992px) {
	.quality4 img:nth-of-type(2) {
		display: none;
	}
	.quality4 img {
		width: 1400px;
		margin-left: -700px;
	}
	.quality4-txt {
		width: 405px;
		top: 50px;
		margin-left: 75px;
	}
	.quality4-txt p {
		font-size: 14px;
		line-height: 20px;
		margin: 25px 0 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.quality4 img {
		width: 1600px;
		margin-left: -800px;
	}
	.quality4-txt {
		width: 485px;
		top: 70px;
		margin-left: 90px;
	}
	.quality4-txt p {
		font-size: 15px;
		line-height: 22px;
		margin: 30px 0 50px;
	}
}
@media only screen and (min-width: 1500px) {
	.quality4 img {
		width: 1920px;
		margin-left: -960px;
	}
	.quality4-txt {
		width: 605px;
		top: 78px;
		margin-left: 115px;
	}
	.quality4-txt p {
		font-size: 16px;
		line-height: 24px;
		margin: 38px 0 65px;
	}
}
/*鍝佽川鍒楄〃*/
.quality-content {
	width: 100%;
	overflow: hidden;
}
.quality-menu {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #f1f5f9;
}
.quality-menu a {
	display: inline-block;
	font-size: 22px;
	line-height: 80px;
	margin: 0 35px;
	color: #333333;
}
.quality-menu a.active {
	border-bottom: 2px solid #0259a0;
}
.quality-list {
	width: 100%;
	padding: 75px 0 63px;
	overflow: hidden;
}
.quality-list h3 {
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin: 0 0 8px;
}
.quality-list h4 {
	font-size:16px;
	line-height: 31px;
	color: #333333;
}
.quality-list ul {
	width: 100%;
	margin: 48px 0 0;
	overflow: hidden;
}
.quality-list li {
	width: -moz-calc(25% - 34.5px);
	width: -webkit-calc(25% - 34.5px);
	width: calc(25% - 34.5px);
	text-align: center;
	overflow: hidden;
	float: left;
}
.quality-list .list-img {
	width: 100%;
	overflow: hidden;
}
.list-img img {
	width: 100%;
	transition: all 0.5s;
}
.quality-list li p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	margin: 15px 0 0;
	color: #333333;
	overflow: hidden;
}
.quality-list li:hover .list-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.quality-list li {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
	}
	.quality-list li:nth-of-type(2n+1) {
		margin: 0 40px 15px 0;
	}
	.quality-list li:nth-of-type(2n) {
		margin: 0 0 15px;
	}
}
@media only screen and (max-width: 750px) {
	.quality-menu a {
		font-size: 14px;
		line-height: 40px;
		margin: 0 8px;
	}
	.quality-list {
		padding: 30px 0;
	}
	.quality-list h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 8px;
	}
	.quality-list h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.quality-list ul {
		margin: 20px 0 0;
	}
	.quality-list li {
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
		width: calc(50% - 7px);
	}
	.quality-list li:nth-of-type(2n+1) {
		margin: 0 14px 15px 0;
	}
	.quality-list li:nth-of-type(2n) {
		margin: 0 0 15px;
	}
	.quality-list li p {
		font-size: 14px;
		margin: 8px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.quality-menu a {
		font-size: 18px;
		line-height: 50px;
		margin: 0 20px;
	}
	.quality-list {
		padding: 50px 0 40px;
	}
	.quality-list h3 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 8px;
	}
	.quality-list h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.quality-list ul {
		margin: 30px 0 0;
	}
	.quality-list li {
		width: -moz-calc(25% - 18px);
		width: -webkit-calc(25% - 18px);
		width: calc(25% - 18px);
	}
	.quality-list li:nth-of-type(4n+1),.quality-list li:nth-of-type(4n+2),.quality-list li:nth-of-type(4n+3) {
		margin: 0 24px 15px 0;
	}
	.quality-list li:nth-of-type(4n) {
		margin: 0 0 15px;
	}
	.quality-list li p {
		font-size: 14px;
		margin: 10px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.quality-menu a {
		font-size: 20px;
		line-height: 60px;
		margin: 0 30px;
	}
	.quality-list {
		padding: 60px 0 50px;
	}
	.quality-list h3 {
		font-size: 32px;
		line-height: 40px;
	}
	.quality-list h4 {
		font-size: 18px;
		line-height: 25px;
	}
	.quality-list ul {
		margin: 40px 0 0;
	}
	.quality-list li {
		width: -moz-calc(25% - 27px);
		width: -webkit-calc(25% - 27px);
		width: calc(25% - 27px);
	}
	.quality-list li:nth-of-type(4n+1),.quality-list li:nth-of-type(4n+2),.quality-list li:nth-of-type(4n+3) {
		margin: 0 36px 15px 0;
	}
	.quality-list li:nth-of-type(4n) {
		margin: 0 0 15px;
	}
	.quality-list li p {
		font-size: 16px;
		margin: 15px 0 0;
	}
}
@media only screen and (min-width: 1500px) {
	.quality-menu a {
		font-size: 22px;
		line-height: 80px;
		margin: 0 35px;
	}
	.quality-list {
		padding: 75px 0 63px;
	}
	.quality-list h3 {
		font-size: 36px;
		line-height: 45px;
	}
	.quality-list h4 {
		font-size: 23px;
		line-height: 31px;
	}
	.quality-list ul {
		margin: 48px 0 0;
	}
	.quality-list li {
		width: -moz-calc(25% - 34.5px);
		width: -webkit-calc(25% - 34.5px);
		width: calc(25% - 34.5px);
	}
	.quality-list li:nth-of-type(4n+1),.quality-list li:nth-of-type(4n+2),.quality-list li:nth-of-type(4n+3) {
		margin: 0 46px 15px 0;
	}
	.quality-list li:nth-of-type(4n) {
		margin: 0 0 15px;
	}
	.quality-list li p {
		font-size: 18px;
	}
}
/*鍞悗鏈嶅姟娴佺▼鍥�*/
.quality-list .title-common {
	text-align: center;
}
.after-content {
	width: 100%;
	overflow: hidden;
}
.after-content img {
	display: block;
	max-width: 100%;
	margin: 45px auto 70px;
}
.after-content p {
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	font-weight: lighter;
}
.after-content p strong {
	color: #0259a0;
	font-family: arial;
}
@media only screen and (max-width: 750px) {
	.after-content {
		margin: 0 0 20px;
	}
	.after-content img {
		margin: 25px auto 30px;
	}
	.after-content p {
		font-size: 16px;
		line-height: 25px;
	}
}
.industry1 {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 2px;
}
.industry1 .industry1-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #979797;
	font-size: 14px;
	line-height: 18px;
}
.industry1-title h2 {
	color: #333333;
	font-size: 48px;
	line-height: 113px;
	background: url(../img/Application.png) no-repeat top center;
}
.industry1 .industry1-list {
	width: 1200px;
	overflow: hidden;
	margin: 44px auto 0;
}
.industry1-list a {
	display: block;
	width: 380px;
	height: 390px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.industry1-list .industry1-img {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	position: relative;
}
.industry1-img>img {
	width: 100%;
	transition: all 0.5s;
}
.industry1-img span {
	display: block;
	width: 73px;
	height: 73px;
	background-color: #666666;
	overflow: hidden;
	transition: all 0.5s;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.industry1-img span img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -27px 0 0 -27px;
}
.industry1-list a h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #454545;
	margin: 20px 0 13px 2px;
}
.industry1-list a p {
	width: 100%;
	height: 63px;
	line-height: 21px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #9d9d9d;
	padding: 0 3px;
}
.industry1-list a:hover .industry1-img>img {
	transform: scale(1.1);
}
.industry1-list a:hover .industry1-img span {
	background-color: #253682;
}
@media only screen and (max-width: 991px) {
	.industry1 .industry1-title {
		line-height: 20px;
	}
	.industry1-title h2 {
		background-size: 550px;
	}
	.industry1-title br {
		display: none;
	}
	.industry1 .industry1-list {
		width: 100%;
	}
	.industry1-list a {
		width: 280px;
		height: 320px;
	}
	.industry1-list a:nth-of-type(2n+1){
		margin: 0 30px 25px 0;
	}
	.industry1-list a:nth-of-type(2n){
		margin: 0 0 25px;
	}
}
@media only screen and (max-width: 700px) {
	.industry1 {
	    padding: 40px 0 20px;
	}
	.industry1 .industry1-title {
		font-size: 12px;
	}
	.industry1-title h2 {
		font-size: 28px;
    	line-height: 60px;
		background-size: 300px;
	}
	.industry1 .industry1-list {
	    margin: 30px auto 0;
	}
	.industry1-list a {
	    width: 100%;
	    height: 350px;
	    margin: 0 0 20px !important;
	}
}
@media only screen and (min-width: 992px) {
	.industry1 .industry1-list {
		width: 100%;
	}
	.industry1-list a {
		width: 300px;
		height: 335px;
	}
	.industry1-list a:nth-of-type(3n+1),.industry1-list a:nth-of-type(3n+2){
		margin: 0 30px 25px 0;
	}
	.industry1-list a:nth-of-type(3n){
		margin: 0 0 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.industry1-list a {
		width: 360px;
		height: 375px;
	}
	.industry1-list a:nth-of-type(3n+1),.industry1-list a:nth-of-type(3n+2){
		margin: 0 35px 30px 0;
	}
	.industry1-list a:nth-of-type(3n){
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1650px) {
	.industry1 .industry1-list {
		width: 1200px;
	}
	.industry1-list a {
		width: 380px;
		height: 390px;
	}
	.industry1-list a:nth-of-type(3n+1),.industry1-list a:nth-of-type(3n+2){
		margin: 0 30px 25px 0;
	}
	.industry1-list a:nth-of-type(3n){
		margin: 0 0 25px;
	}
}.about2 {
	width: 100%;
	overflow: hidden;
	padding: 70px 0 105px;
	background-image: url(about2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	color: #FFFFFF;
}
.about2 h2 {
	font-size: 48px;
	line-height: 108px;
	text-align: center;
	background: url(../img/honor.png) no-repeat top center;
}
.about2 ul {
	width: 100%;
	overflow: hidden;
	margin: 45px 0 0;
}
.about2 ul li {
	width: 260px;
	height: 290px;
	overflow: hidden;
	float: left;
	margin: 0 170px 0 0;
	transition: all 0.5s;
}
.about2 ul li:last-of-type {
	margin: 0;
}
.about2 ul li h4 {
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	line-height: 39px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
}
.about2 ul li h4:after {
	content: '';
	display: block;
	width: 115px;
	height: 3px;
	background-color: #00a2e9;
	position: absolute;
	bottom: -1px;
	left: 0px;
}
.about2 ul li p {
	width: 100%;
	height: 50px;
	font-size: 14px;
	line-height: 49px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	transition: all 0.5s;
}
.about2 ul li p a {
	color: #ffffff;
}
.about2 ul li p:hover {
	border-bottom-color: #00a2e9;
}
.about2 ul li p:hover a {
	color: #00a2e9;
}
.about2 .about2-more {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 33px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 16px;
	margin: 70px auto 0;
	background-image: url(lw.png);
	background-repeat: no-repeat;
	background-position: 105px 50%;
	cursor: pointer;
	transition: all 0.5s;
}
.about2 .about2-more:hover {
	color: #FFFFFF;
	border-color: #00a2e9;
	background-color: #00a2e9;
	padding: 0 26px;
	background-position: 95px 50%;
}
@media only screen and (max-width: 991px) {
	.about2 {
	    padding: 80px 0 85px;
	    background-image: url(about2s.jpg);
	    background-size: 100% auto;
	    background-attachment: scroll;
	}
	.about2 ul li {
		width: 270px;
	}
	.about2 ul li:nth-of-type(2n+1) {
		margin: 0 50px 50px 0;
	}
	.about2 ul li:nth-of-type(2n) {
		margin: 0 0 50px;
	}
	.about2 .about2-more {
	    margin: 20px auto 0;
	}
}
@media only screen and (max-width: 700px) {
	.about2 {
	    padding: 50px 0;
	    background-size: auto 100%;
	}
	.about2 h2 {
		font-size: 28px;
		line-height: 65px;
		background-size: 80%;
	}
	.about2 ul {
	    margin: 25px 0 0;
	}
	.about2 ul li {
		width: 150px;
		height: 182px;
	}
	.about2 ul li:nth-of-type(2n+1) {
		margin: 0 25px 25px 0;
	}
	.about2 ul li:nth-of-type(2n) {
		margin: 0 0 25px;
	}
	.about2 ul li h4 {
		height: 32px;
		font-size: 16px;
		line-height: 31px;
	}
	.about2 ul li h4:after {
		width: 64px;
		height: 2px;
		bottom: -1px;
	}
	.about2 ul li p {
		height: 30px;
		font-size: 12px;
		line-height: 29px;
	}
	.about2 .about2-more {
		width: 110px;
		height: 30px;
		line-height: 28px;
		border-radius: 4px;
		font-size: 12px;
		padding: 0 12px;
	    margin: 10px auto 0;
	    background-size: 5px auto;
		background-position: 90px 50%;
	}
	.about2 .about2-more:hover {
		padding: 0 18px;
		background-position: 84px 50%;
	}
}
@media only screen and (min-width: 992px) {
	.about2 h2 {
	    font-size: 36px;
	    line-height: 81px;
	    background-size: 287px auto;
	}
	.about2 ul li {
		width: 280px;
		margin-right: 65px;
	    background-size: 287px auto;
	}
}
@media only screen and (min-width: 1200px) {
	.about2 h2 {
	    font-size: 48px;
	    line-height: 108px;
	    background-size: 430px auto;
	}
	.about2 ul li {
		width: 340px;
	}
}
@media only screen and (min-width: 1650px) {
	.about2 ul li {
		width: 400px;
		margin-right: 175px;
	}
}
@media only screen and (min-width: 1921px) {
	.about2 {
	    background-size: 100%;
	}
}
/*浼佷笟鏂囧寲*/
.about3 {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 105px;
	background: url(about3.jpg) no-repeat top center;
}
.about3 h2 {
	line-height: 123px;
	color: #333333;
	font-size: 48px;
	text-align: center;
	background: url(about3.png) no-repeat top center;
}
.about3 .about3-list {
	width: 100%;
	height: 335px;
	margin: 33px 0 0;
}
.about3-list a {
	display: block;
	width: 350px;
	height: 335px;
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
	box-shadow: 0px 0px 23px 1px rgba(33,27,24,0.16);
	margin-right: 50px;
}
.about3-list a:last-of-type {
	margin-right: 0px;
}
.about3-list .about3-img {
	width: 100%;
	overflow: hidden;
}
.about3-img img {
	width: 100%;
}
.about3-list .about3-txt {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #b1b1b1;
	padding: 35px 25px;
}
.about3-txt h4 {
	color: #333333;
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 5px;
	padding-left: 20px;
	background-image: url(lsj.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 11px;
}
.about3-txt p {
	padding-left: 20px;
}
@media only screen and (max-width: 991px) {
	.about3 {
		padding: 90px 0 75px;
	}
	.about3 .about3-list {
		height: 650px;
	}
	.about3-list a {
		width: 280px;
		height: 310px;
	}
	.about3-list a:nth-of-type(2n+1) {
		margin: 0px 30px 30px 0;
	}
	.about3-list a:nth-of-type(2n) {
		margin: 0px 0px 30px;
	}
}
@media only screen and (max-width: 700px) {
	.about3 {
		padding: 50px 0 20px;
	}
	.about3 h2 {
		line-height: 65px;
		font-size: 28px;
		background-size: 80%;
	}
	.about3 .about3-list {
		height: 1395px;
	}
	.about3-list a {
		width: 100%;
		height: 325px;
	}
}
@media only screen and (min-width: 992px) {
	.about3 h2 {
		line-height: 93px;
		font-size: 36px;
		background-size: 405px auto;
	}
	.about3 .about3-list {
		height: 260px;
	}
	.about3-list a {
		width: 227.5px;
		height: 260px;
		box-shadow: 0px 0px 12px 1px rgba(33,27,24,0.16);
		margin-right: 20px;
	}
	.about3-list .about3-txt {
	    padding: 25px 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.about3 h2 {
		line-height: 123px;
		font-size: 48px;
		background-size: 539px auto;
	}
	.about3 .about3-list {
		height: 290px;
	}
	.about3-list a {
		width: 265px;
		height: 290px;
		box-shadow: 0px 0px 16px 1px rgba(33,27,24,0.16);
		margin-right: 30px;
	}
	.about3-list .about3-txt {
	    padding: 35px 25px;
	}
}
@media only screen and (min-width: 1650px) {
	.about3 .about3-list {
		height: 335px;
	}
	.about3-list a {
		width: 350px;
		height: 335px;
		box-shadow: 0px 0px 23px 1px rgba(33,27,24,0.16);
		margin-right: 50px;
	}
}
@media only screen and (min-width: 1921px) {
	.about3 {
	    background-size: 100%;
	}
}