.banner-common {
	background-image: url(../img/about.jpg);
}
.about-right {
	width: 1240px;
	overflow: hidden;
	position: relative;
	margin: 100px 50px 0 510px;
}
.about-title {
	width: 100%;
	color: #6d6d6d;
	padding: 0 4px;
	font-size: 14px;
	overflow: hidden;
	font-weight: 500;
	margin: 0 0 65px;
	line-height: 20px;
}
.about-title a {
	color: #008b93;
	cursor: pointer;
}
.about-title a:hover {
	text-decoration: underline !important;
}
.about1 {
	width: 100%;
	padding: 0 4px;
	overflow: hidden;
}
.about1-txt {
	float: left;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	line-height: 20px;
	width: -moz-calc(50% - 145px);
	width: -webkit-calc(50% - 145px);
	width: calc(50% - 145px);
}
.about1-txt h4 {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	margin: 5px 0 20px;
}
.about1-txt h5 {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.about1-txt p {
	margin: 0 0 5px;
}
.about1-txt ul {
	width: 100%;
	margin: 65px 0 0;
	overflow: hidden;
}
.about1-txt ul li {
	float: left;
	width: 155px;
	overflow: hidden;
	text-align: center;
	margin: 0 75px 35px 0;
}
.about1-txt ul li p {
	margin: 20px 0 0;
}
.about1-txt a {
	width: 250px;
	height: 50px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 30px;
	margin: 80px 0 0;
	overflow: hidden;
	line-height: 50px;
	position: relative;
	transition: all 0.5s;
	background-color: #000000;
	border-radius: 0 25px 25px 25px;
}
.about1-txt a:after {
	top: 17px;
	right: 20px;
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	overflow: hidden;
	position: absolute;
	background-image: url(../img/right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.about1-txt a:hover {
	background-color: #008b93;
}
.about1-img {
	float: right;
	overflow: hidden;
	width: -moz-calc(50% + 66px);
	width: -webkit-calc(50% + 66px);
	width: calc(50% + 66px);
}
.about1-img img {
	width: 100%;
}
.about2 {
	width: 100%;
	padding: 0 4px;
	overflow: hidden;
	margin: 105px 0 80px;
}
.about2 video {
	width: 100%;
	display: block;
}
.about3 {
	width: 100%;
	overflow: hidden;
	padding: 10px 4px;
}
.about3 a {
	float: left;
	display: block;
	background: #FFFFFF;
	border-radius: 10px;
	transition: all 0.35s;
	width: -moz-calc(25% - 7.5px);
	width: -webkit-calc(25% - 7.5px);
	width: calc(25% - 7.5px);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
}
.about3 a:nth-of-type(4n+1),.about3 a:nth-of-type(4n+2),.about3 a:nth-of-type(4n+3) {
	margin: 0 10px 0 0;
}
.about3 a:nth-of-type(4n) {
	margin: 0;
}
.about3-img {
	width: 100%;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.about3-img img {
	width: 100%;
	transition: all 0.35s;
}
.about3-txt {
	width: 100%;
	height: 170px;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	line-height: 20px;
	padding: 25px 30px;
	transition: all 0.35s;
}
.about3-txt h4 {
	color: #000000;
	font-size: 14px;
	margin: 0 0 15px;
	line-height: 25px;
	font-weight: bold;
	transition: all 0.35s;
}
.about3 a:hover {
	background: #008b93;
}
.about3 a:hover .about3-img img {
	transform: scale(1.1);
}
.about3 a:hover .about3-txt h4,.about3 a:hover .about3-txt p {
	color: #FFFFFF;
}
@media only screen and (max-width: 1199px) {
	.about-right {
		margin: 0;
		width: 100%;
		padding: 30px 50px 0;
	}
	.about1-txt {
		width: -moz-calc(50% - 100px);
		width: -webkit-calc(50% - 100px);
		width: calc(50% - 100px);
	}
	.about1-txt ul {
		margin: 45px 0 0;
	}
	.about1-txt ul li:nth-of-type(2n+1) {
		width: 155px;
		margin: 0 45px 25px 0;
	}
	.about1-txt ul li:nth-of-type(2n) {
		width: 155px;
		margin: 0 0 25px;
	}
	.about3 {
		margin: 0 0 100px;
	}
}
@media only screen and (max-width: 991px) {
	.content-common {
	    top: 0px;
	}
	.about-right {
		padding: 30px 50px 50px;
	}
	.about-title {
		font-size: 16px;
		margin: 0 0 90px;
	}
	.about1-txt {
		float: none;
		width: 100%;
		font-size: 24px;
		margin: 0 0 80px;
		line-height: 40px;
	}
	.about1-txt h4 {
		font-size: 28px;
		line-height: 45px;
		margin: 10px 0 30px;
	}
	.about1-txt p {
		margin: 0 0 10px;
	}
	.about1-img {
		float: none;
		width: 100%;
	}
	.about1-txt ul li:nth-of-type(2n+1),.about1-txt ul li:nth-of-type(2n) {
		width: 50%;
		margin: 0 0 40px;
	}
	.about3 a {
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
		width: calc(50% - 5px);
	}
	.about3 a:nth-of-type(2n+1) {
		margin: 0 10px 10px 0;
	}
	.about3 a:nth-of-type(2n) {
		margin: 0 0 10px;
	}
}
@media only screen and (max-width: 750px) {
	.about-right {
		padding: 20px 15px 40px;
	}
	.about-title {
		font-size: 14px;
		margin: 0 0 30px;
	}
	.about1-txt {
		font-size: 14px;
		margin: 0 0 40px;
		line-height: 25px;
	}
	.about1-txt h4 {
		font-size: 18px;
		line-height: 25px;
		margin: 5px 0 20px;
	}
	.about1-txt p {
		margin: 0 0 5px;
	}
	.about1-txt a {
		width: 150px;
		height: 40px;
		padding: 0 20px;
		margin: 30px 0 0;
		line-height: 40px;
		border-radius: 0 20px 20px 20px;
	}
	.about1-txt a:after {
		top: 14px;
		right: 15px;
		width: 12px;
		height: 12px;
	}
	.about1-txt ul {
	    margin: 20px 0 0;
	}
	.about1-txt ul li:nth-of-type(2n+1),.about1-txt ul li:nth-of-type(2n) {
		font-size: 12px;
		margin: 20px 0 0;
		line-height: 18px;
	}
	.about2 {
	    padding: 0;
	    margin: 50px 0 40px;
	}
	.about3 {
	    margin: 0 0 0 -5px;
	    width: calc(100% + 10px);
	}
	.about3 a {
		border-radius: 5px;
	}
	.about3-img {
		border-radius: 5px 5px 0 0;
	}
	.about3-txt {
		height: 120px;
		font-size: 12px;
		line-height: 18px;
		padding: 15px 10px 15px 15px;
	}
	.about3-txt h4 {
		margin: 0 0 10px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 1200px) {
	.about-right {
		margin: 100px 50px 0 410px;
		width: -moz-calc(100% - 460px);
		width: -webkit-calc(100% - 460px);
		width: calc(100% - 460px);
	}
	.about1-txt {
		float: none;
		width: 100%;
		margin: 0 0 80px;
	}
	.about1-img {
		float: none;
		width: 100%;
	}
	.about1-txt ul li {
		margin: 0;
		width: 25%;
	}
}
@media only screen and (min-width: 1450px) {
	.about-right {
		margin: 100px 50px 0 460px;
		width: -moz-calc(100% - 510px);
		width: -webkit-calc(100% - 510px);
		width: calc(100% - 510px);
	}
	.about1-txt {
		margin: 0;
		float: left;
		width: -moz-calc(50% - 110px);
		width: -webkit-calc(50% - 110px);
		width: calc(50% - 110px);
	}
	.about1-img {
		float: right;
		width: -moz-calc(50% + 66px);
		width: -webkit-calc(50% + 66px);
		width: calc(50% + 66px);
	}
	.about1-txt ul {
		margin: 45px 0 0;
	}
	.about1-txt ul li:nth-of-type(2n+1) {
		width: 155px;
		margin: 0 45px 25px 0;
	}
	.about1-txt ul li:nth-of-type(2n) {
		width: 155px;
		margin: 0 0 25px;
	}
}
@media only screen and (min-width: 1700px) {
	.about-right {
		width: 1240px;
		margin: 100px 50px 0 510px;
	}
	.about1-txt {
		width: -moz-calc(50% - 120px);
		width: -webkit-calc(50% - 120px);
		width: calc(50% - 120px);
	}
	.about1-txt ul {
		margin: 65px 0 0;
	}
	.about1-txt ul li:nth-of-type(2n+1) {
		margin: 0 75px 35px 0;
	}
	.about1-txt ul li:nth-of-type(2n) {
		margin: 0 0 35px;
	}
}
/*企业文化列表*/
.culture-list {
	width: 100%;
	padding: 0 4px;
	overflow: hidden;
	margin: 110px 0 0;
}
.culture-list li {
	float: left;
	cursor: pointer;
	width: -moz-calc(25% - 13.5px);
	width: -webkit-calc(25% - 13.5px);
	width: calc(25% - 13.5px);
}
.culture-list li:nth-of-type(4n+1),.culture-list li:nth-of-type(4n+2),.culture-list li:nth-of-type(4n+3) {
	margin: 0 18px 30px 0;
}
.culture-list li:nth-of-type(4n) {
	margin: 0 0 30px;
}
.culture-list h4 {
	color: #666666;
	font-size: 14px;
	margin: 0 0 13px;
	line-height: 20px;
	font-weight: bold;
	transition: all 0.4s;
}
.culture-list .list-img {
	width: 100%;
	overflow: hidden;
	padding: 0 0 30px;
	border-radius: 5px;
	transition: all 0.4s;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.culture-list .img-box {
	width: 100%;
	overflow: hidden;
}
.culture-list .img-box img {
	width: 100%;
	transition: all 0.4s;
}
.culture-list li:hover h4 {
	color: #008b93;
}
.culture-list li:hover .list-img {
	background-color: #008b93;
}
.culture-list li:hover .img-box img {
	transform: scale(1.1);
}
@media only screen and (max-width: 1199px) {
	.culture-list li {
		width: -moz-calc(33.33% - 12px);
		width: -webkit-calc(33.33% - 12px);
		width: calc(33.33% - 12px);
	}
	.culture-list li:nth-of-type(3n+1),.culture-list li:nth-of-type(3n+2) {
		margin: 0 18px 30px 0;
	}
	.culture-list li:nth-of-type(3n) {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 991px) {
	.culture-list li {
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
	}
	.culture-list li:nth-of-type(2n+1) {
		margin: 0 30px 30px 0;
	}
	.culture-list li:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 750px) {
	.culture-list {
		padding: 0px;
		margin: 50px 0 0;
	}
	.culture-list li {
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
		width: calc(50% - 7px);
	}
	.culture-list li:nth-of-type(2n+1) {
		margin: 0 14px 20px 0;
	}
	.culture-list li:nth-of-type(2n) {
		margin: 0 0 20px;
	}
	.culture-list h4 {
		height: 36px;
	    margin: 0 0 10px;
		line-height: 18px;
	}
	.culture-list .list-img {
		padding: 0 0 15px;
	}
}