.about1,.about2 {
	width: 100%;
	overflow: hidden;
}
.about1 img {
	width: 100%;
	display: block;
}
.about2-title {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	text-align: center;
}
.about2-title h2 {
	margin: 0 0 25px;
}
.about2-box {
	width: 100%;
	overflow: hidden;
	padding: 105px 0 110px;
	background-image: url(../img/about2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about2-txt {
	width: 50%;
	color: #FFFFFF;
	overflow: hidden;
	min-height: 360px;
	padding: 50px 40px;
	background: rgba(0,0,0,0.66);
}
.about2-txt h2 {
	color: #FFFFFF;
	margin: 0 0 25px;
	font-weight: normal;
}
@media only screen and (max-width: 1199px) {
	#Profile {
		top: -363px;
		position: relative;
	}
	#Honor,#culture,#MES,#djwh {
		top: -116px;
		position: relative;
	}
	.about1 {
		margin: 116px 0 0;
	}
	.about2-txt {
		width: 65%;
	}
}
@media only screen and (max-width: 991px) {
	.about2-box {
		background-position: 60% 50%;
	}
	.about2-txt {
		width: 90%;
		min-height: 330px;
	}
}
@media only screen and (max-width: 750px) {
	#Profile {
		top: -227px;
	}
	#Honor,#culture,#MES,#djwh {
		top: -57px;
	}
	.about1 {
		margin: 58px 0 0;
	}
	.about2-title {
	    padding: 40px 0;
	}
	.about2-title h2 {
		margin: 0 0 12px;
	}
	.about2-box {
	    padding: 50px 0 60px;
	}
	.about2-txt {
		min-height: 300px;
		padding: 30px 25px;
	}
	.about2-txt h2 {
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.about2-title {
		padding: 40px 0;
	}
	.about2-title h2 {
		margin: 0 0 15px;
	}
	.about2-box {
		padding: 80px 0;
	}
	.about2-txt {
		width: 65%;
		padding: 40px;
		min-height: 280px;
	}
	.about2-txt h2 {
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 1450px) {
	.about2-title {
		padding: 50px 0;
	}
	.about2-title h2 {
		margin: 0 0 20px;
	}
	.about2-box {
		padding: 90px 0;
	}
	.about2-txt {
		width: 55%;
		min-height: 320px;
		padding: 45px 40px;
	}
	.about2-txt h2 {
		margin: 0 0 20px;
	}
}
@media only screen and (min-width: 1700px) {
	.about2-title {
		padding: 60px 0;
	}
	.about2-title h2 {
		margin: 0 0 25px;
	}
	.about2-box {
		padding: 105px 0 110px;
	}
	.about2-txt {
		width: 50%;
		min-height: 360px;
		padding: 50px 40px;
	}
	.about2-txt h2 {
		margin: 0 0 25px;
	}
}
.about3 {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 150px;
}
.about3-top {
	width: 100%;
	overflow: hidden;
	margin: 0 0 110px;
	text-align: center;
}
.about3-top li {
	float: left;
	width: 150px;
	overflow: hidden;
	margin: 0 190px 0 0;
}
.about3-top li:last-of-type {
	margin: 0px;
}
.about3-icon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	background: #e94709;
}
.about3-icon img {
	top: 50%;
	left: 50%;
	width: 85px;
	display: block;
	position: relative;
	transition: all 0.5s;
	transform: translateX(-50%) translateY(-50%);
}
.about3-top li:hover .about3-icon img {
	transform: translateX(-50%) translateY(-50%) rotateY(180deg);
}
.about3-top h5 {
	color: #595757;
	font-size: 18px;
	margin: 20px 0 0;
	line-height: 30px;
	font-weight: bold;
}
.about3-bottom {
	width: 100%;
	color: #898989;
	overflow: hidden;
	text-align: justify;
}
.about3-bottom img {
	float: right;
	display: block;
}
@media only screen and (max-width: 1199px) {
	.about3 {
		padding: 80px 0 100px;
	}
	.about3-top {
		margin: 0 0 80px;
	}
	.about3-top li {
		margin: 0 111px 0 0;
	}
	.about3-bottom img {
		width: 450px;
		margin: 0 0 0 30px;
	}
}
@media only screen and (max-width: 991px) {
	.about3-top {
		margin: 0;
	}
	.about3-top li:nth-of-type(2n+1),.about3-top li:nth-of-type(2n) {
		margin: 0 95px 60px;
	}
	.about3-bottom {
		text-align: left;
	}
	.about3-bottom img {
		float: none;
		width: 100%;
		margin: 50px 0;
	}
}
@media only screen and (max-width: 750px) {
	.about3 {
		padding: 50px 0;
	}
	.about3-top li {
		width: 135px;
	}
	.about3-top li:nth-of-type(2n+1),
	.about3-top li:nth-of-type(2n) {
		margin: 0 17.5px 30px;
	}
	.about3-icon {
		width: 110px;
		height: 110px;
		margin: 0 auto;
	}
	.about3-icon img {
		width: 60px;
	}
	.about3-top h5 {
		font-size: 16px;
		margin: 10px 0 0;
		line-height: 25px;
	}
	.about3-bottom img {
		margin: 30px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.about3 {
		padding: 60px 0 100px;
	}
	.about3-top {
		margin: 0 0 70px;
	}
	.about3-top li {
		width: 120px;
		margin: 0 106px 0 0;
	}
	.about3-icon {
		width: 120px;
		height: 120px;
	}
	.about3-icon img {
		width: 65px;
	}
	.about3-top h5 {
		font-size: 14px;
		margin: 15px 0 0;
		line-height: 20px;
	}
	.about3-bottom img {
		width: 400px;
		margin: 0 0 0 35px;
	}
}
@media only screen and (min-width: 1450px) {
	.about3 {
		padding: 70px 0 125px;
	}
	.about3-top {
		margin: 0 0 90px;
	}
	.about3-top li {
		width: 135px;
		margin: 0 170px 0 0;
	}
	.about3-icon {
		width: 135px;
		height: 135px;
	}
	.about3-icon img {
		width: 75px;
	}
	.about3-top h5 {
		font-size: 16px;
		line-height: 25px;
	}
	.about3-bottom img {
		width: 450px;
		margin: 0 0 0 40px;
	}
}
@media only screen and (min-width: 1700px) {
	.about3-top .container {
		width: 1170px;
	}
	.about3-bottom .container {
		width: 1240px;
	}
	.about3 {
		padding: 80px 0 150px;
	}
	.about3-top {
		margin: 0 0 110px;
	}
	.about3-top li {
		width: 150px;
		margin: 0 190px 0 0;
	}
	.about3-icon {
		width: 150px;
		height: 150px;
	}
	.about3-icon img {
		width: 85px;
	}
	.about3-top h5 {
		font-size: 18px;
		margin: 20px 0 0;
		line-height: 30px;
	}
	.about3-bottom img {
		width: 504px;
		margin: 0 0 0 45px;
	}
}
.about4 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 60px 0 70px;
	background-image: url(../img/about4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about4 h2 {
	color: #FFFFFF;
}
.about4-menu {
	width: 100%;
	overflow: hidden;
	margin: 25px 0 45px;
}
.about4-menu a {
	padding: 5px;
	margin: 0 8px;
	color: #e94609;
	cursor: pointer;
	font-size: 18px;
	min-width: 100px;
	overflow: hidden;
	line-height: 26px;
	border-radius: 5px;
	background: #FFFFFF;
	display: inline-block;
	transition: all 0.3s ease;
}
.about4-menu a.active {
	color: #FFFFFF;
	font-weight: bold;
	background: #e94609;
}
.about4-menu a:hover {
	color: #FFFFFF;
	background: #ff4500;
}
.about4-swiper {
	width: 1100px;
	height: 330px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.about4-swiper li {
	top: 0px;
	left: 0px;
	opacity: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	pointer-events: none;
	transition: all 0.3s ease;
}
.about4-swiper li.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.about4-swiper .swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.about4-swiper .swiper-slide {
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
.about4-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
    object-fit: contain;
}
@media only screen and (max-width: 1199px) {
	.about4-menu {
		margin: 20px 0 35px;
	}
	.about4-swiper {
		width: 100%;
		height: 290px;
	}
}
@media only screen and (max-width: 991px) {
	.about4-menu a {
		margin: 0 6px;
	}
	.about4-swiper {
		height: 280px;
	}
}
@media only screen and (max-width: 750px) {
	.about4 {
	    padding: 40px 0 50px;
	}
	.about4-menu {
		margin: 20px 0;
	}
	.about4-menu a {
	    margin: 3px 8px;
	    min-width: 85px;
	    font-size: 14px;
	    line-height: 20px;
	    border-radius: 5px;
	}
	.about4-swiper {
		height: 217px;
	}
}
@media only screen and (min-width: 1200px) {
	.about4 {
		padding: 50px 0 60px;
	}
	.about4-menu {
		margin: 15px 0 30px;
	}
	.about4-menu a {
		margin: 0 4px;
		min-width: 80px;
		font-size: 14px;
		line-height: 22px;
		border-radius: 3px;
	}
	.about4-swiper {
		width: 800px;
		height: 245px;
	}
}
@media only screen and (min-width: 1450px) {
	.about4 {
		padding: 55px 0 65px;
	}
	.about4-menu {
		margin: 20px 0 35px;
	}
	.about4-menu a {
		margin: 0 6px;
		min-width: 90px;
		font-size: 16px;
		line-height: 24px;
		border-radius: 4px;
	}
	.about4-swiper {
		width: 1000px;
		height: 310px;
	}
}
@media only screen and (min-width: 1700px) {
	.about4 {
		padding: 60px 0 70px;
	}
	.about4-menu {
		margin: 25px 0 45px;
	}
	.about4-menu a {
		margin: 0 8px;
		font-size: 18px;
		min-width: 100px;
		line-height: 26px;
		border-radius: 5px;
	}
	.about4-swiper {
		width: 1100px;
		height: 330px;
	}
}
/*企业文化 尊重人才 科技创新*/
.about5 {
	width: 100%;
	overflow: hidden;
}
.about5-title {
	width: 100%;
	color: #898989;
	overflow: hidden;
	text-align: center;
	margin: 130px 0 90px;
}
.about5-title h2 {
	margin: 0 0 10px;
}
.about5-title h2 span {
	color: #595757;
	font-weight: normal;
}
.about5-box {
	width: 100%;
	height: 613px;
	color: #FFFFFF;
	overflow: hidden;
}
.about5-left {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 85px 70px;
}
.about5-left img {
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	transition: all 0.5s;
	transform: translateX(-50%) translateY(-50%);
}
.about5-left:hover img {
	transform: translateX(-50%) translateY(-50%) scale(1.15);
}
.about5-right {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	background: #e94609;
}
.about5-right li {
	width: 100%;
	height: 50%;
	overflow: hidden;
	position: relative;
}
.about5-img {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
}
.about5-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.5s;
	object-position: center center;
}
.about5-img:hover img {
	transform: scale(1.15);
}
.about5-txt {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	padding: 70px 50px;
}
.about5-right li:first-of-type .about5-txt {
	padding: 85px 50px;
}
.about5-box h3 {
	font-size: 30px;
	margin: 0 0 15px;
	line-height: 40px;
}
.about5-box p {
	font-size: 16px;
	line-height: 25px;
}
@media only screen and (max-width: 1199px) {
	.about5-title {
	    margin: 100px 0 70px;
	}
	.about5-box {
		height: 450px;
	}
	.about5-left {
		padding: 50px 40px;
	}
	.about5-txt {
		padding: 45px 25px;
	}
	.about5-right li:first-of-type .about5-txt {
		padding: 55px 25px;
	}
	.about5-box h3 {
		font-size: 28px;
		margin: 0 0 10px;
		line-height: 35px;
	}
	.about5-box p {
		font-size: 14px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 991px) {
	.about5-box {
		height: 1200px;
	}
	.about5-left {
		float: none;
		width: 100%;
		height: 50%;
		padding: 85px 70px;
	}
	.about5-right {
		float: none;
		width: 100%;
		height: 50%;
	}
	.about5-txt {
		padding: 70px 50px;
	}
	.about5-right li:first-of-type .about5-txt {
		padding: 85px 50px;
	}
	.about5-box h3 {
		font-size: 30px;
		margin: 0 0 15px;
		line-height: 40px;
	}
	.about5-box p {
		font-size: 16px;
		line-height: 25px;
	}
}
@media only screen and (max-width: 750px) {
	.about5-title {
		margin: 50px 0 35px;
	}
	.about5-title h2 {
		margin: 0 0 5px;
	}
	.about5-title h2 span {
		display: block;
	}
	.about5-box {
		height: 640px;
	}
	.about5-left {
		padding: 40px 30px;
	}
	.about5-right li:first-of-type .about5-txt,.about5-txt {
		padding: 25px 20px;
	}
	.about5-box h3 {
		margin: 0 0 8px;
		font-size: 24px;
		line-height: 30px;
	}
	.about5-box p {
		font-size: 12px;
		line-height: 18px;
	}
}
@media only screen and (min-width: 1200px) {
	.about5-title {
		margin: 100px 0 70px;
	}
	.about5-box {
		height: 400px;
	}
	.about5-left {
		padding: 50px 40px;
	}
	.about5-txt {
		padding: 40px 20px;
	}
	.about5-right li:first-of-type .about5-txt {
		padding: 50px 20px;
	}
	.about5-box h3 {
		font-size: 24px;
		margin: 0 0 10px;
		line-height: 30px;
	}
	.about5-box p {
		font-size: 12px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 1450px) {
	.about5-title {
		margin: 115px 0 80px;
	}
	.about5-box {
		height: 520px;
	}
	.about5-left {
		padding: 70px 60px;
	}
	.about5-txt {
		padding: 60px 40px;
	}
	.about5-right li:first-of-type .about5-txt {
		padding: 70px 40px;
	}
	.about5-box h3 {
		font-size: 28px;
		margin: 0 0 12px;
		line-height: 35px;
	}
	.about5-box p {
		font-size: 14px;
		line-height: 22px;
	}
}
@media only screen and (min-width: 1700px) {
	.about5-title {
		margin: 130px 0 90px;
	}
	.about5-box {
		height: 600px;
	}
	.about5-left {
		padding: 85px 70px;
	}
	.about5-txt {
		padding: 70px 50px;
	}
	.about5-right li:first-of-type .about5-txt {
		padding: 85px 50px;
	}
	.about5-box h3 {
		font-size: 30px;
		margin: 0 0 15px;
		line-height: 40px;
	}
	.about5-box p {
		font-size: 16px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 1800px) {
	.about5-box {
		width: 1365px;
		height: 613px;
		margin-left: -32.5px;
	}
}
/*MES 生产管理系统*/
.about6 {
	width: 100%;
	overflow: hidden;
}
.about6 h2 {
	width: 1365px;
	font-family: arial;
	margin: 110px auto 40px;
}
.about6 h2 span {
	color: #595757;
	font-weight: normal;
	font-family: "微软雅黑";
}
.about6-txt {
	width: 480px;
	overflow: hidden;
	margin: 240px 110px;
}
.about6-box {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f2f3f3;
}
.about6-box .swiper {
	float: right;
	width: 50.83%;
	overflow: hidden;
	position: relative;
}
.about6-box .swiper-slide {
	overflow: hidden;
}
.about6-box .swiper-slide img {
	width: 100%;
	display: block;
	transition: all 0.5s;
}
.about6-box .swiper-slide img:hover {
	transform: scale(1.15);
}
.about6-box .swiper-horizontal>.swiper-pagination-bullets,
.about6-box .swiper-pagination-bullets.swiper-pagination-horizontal,
.about6-box .swiper-pagination-custom,
.about6-box .swiper-pagination-fraction {
	right: 0px;
	left: auto;
	width: 65%;
	bottom: 30px;
}
.about6-box .swiper-pagination-bullet {
	opacity: 1;
	width: 18px;
	height: 18px;
	overflow: hidden;
	border-radius: 0px;
	background: #e94609;
	transform: scale(0.88);
	border: 2px solid #e94609;
}
.about6-box .swiper-pagination-bullet-active {
	transform: scale(1);
	border-color: #FFFFFF;
	background: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about6 h2 {
		width: 935px;
		margin: 110px auto 40px;
	}
	.about6-txt {
		top: 50%;
		left: 50%;
		width: 440px;
		font-size: 18px;
		position: absolute;
		margin: -122px 0 0 -465px;
	}
}
@media only screen and (max-width: 991px) {
	.about6 h2 {
		width: 680px;
		margin: 110px auto 40px;
	}
	.about6-txt {
	    width: 680px;
	    margin: 100px auto;
	}
	.about6-box .swiper {
		float: none;
		width: 100%;
	}
	.about6-box .swiper-horizontal>.swiper-pagination-bullets,
	.about6-box .swiper-pagination-bullets.swiper-pagination-horizontal,
	.about6-box .swiper-pagination-custom,
	.about6-box .swiper-pagination-fraction {
		bottom: 20px;
	}
	.about6-box .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
	}
}
@media only screen and (max-width: 750px) {
	.about6 h2 {
		width: 340px;
		margin: 50px auto 20px;
	}
	.about6-txt {
	    width: 340px;
	    margin: 40px auto;
	}
}
@media only screen and (min-width: 1200px) {
	.about6 h2 {
		width: 800px;
		margin: 90px auto 30px;
	}
	.about6-txt {
		top: 50%;
		left: 50%;
		width: 380px;
		position: absolute;
		margin: -113px 0 0 -400px;
	}
	.about6-box .swiper-pagination-bullet {
		width: 14px;
		height: 14px;
	}
}
@media only screen and (min-width: 1450px) {
	.about6 h2 {
		width: 1050px;
		margin: 100px auto 35px;
	}
	.about6-txt {
		width: 440px;
		margin: -122px 0 0 -525px;
	}
	.about6-box .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
	}
}
@media only screen and (min-width: 1700px) {
	.about6 h2 {
		width: 1300px;
		margin: 110px auto 40px;
	}
	.about6-txt {
		width: 480px;
		margin: -135px 0 0 -650px;
	}
	.about6-box .swiper-pagination-bullet {
		width: 18px;
		height: 18px;
	}
}
@media only screen and (min-width: 1800px) {
	.about6 h2 {
		width: 1365px;
	}
	.about6-txt {
		margin: -135px 0 0 -680px;
	}
}
/*党建文化*/
.about7 {
	width: 100%;
	overflow: hidden;
	padding: 110px 0 150px;
}
.about7-title {
	width: 100%;
	margin: 0 0 60px;
	overflow: hidden;
	text-align: center;
}
.about7-title h2 {
	margin: 0 0 15px;
}
.about7-box{
	display: flex;
	justify-content: space-between;

}

.about7-right {
	
	overflow: hidden;
	width: calc(49% + 25px);
}
.about7-right img {
	width: 100%;
	height:100%;
	object-fit: cover;
	display: block;
	transition: all 0.5s;
}
.about7-left {
	
	overflow: hidden;
	width: calc(45% + 15px);
}
.about7-left a {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 25px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #dddddd;
}
.about7-time {
	float: left;
	width: 100px;
	overflow: hidden;
	text-align: center;
}
.about7-time h3 {
	color: #e94609;
	font-size: 60px;
	margin: 0 0 10px;
	line-height: 45px;
	font-weight: bold;
	font-family: arial;
}
.about7-time h5 {
	color: #b5b5b6;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-family: arial;
}
.about7-txt {
	float: right;
	overflow: hidden;
	width: calc(100% - 100px);
}
.about7-txt h4 {
	width: 100%;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	margin: 0 0 10px;
	line-height: 20px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.about7-txt p {
	width: 100%;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.about7-left a:hover .about7-txt h4 {
	color: #e94609;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about7 {
		padding: 100px 0 120px;
	}
	.about7-right {
		width: calc(49% + 15px);
	}
	.about7-left {
		width: calc(45% + 5px);
	}
	.about7-left a {
		margin: 20px 0 0;
	}
	.about7-left a:first-of-type {
		margin: 10px 0 0;
	}
	.about7-time {
		width: 90px;
	}
	.about7-time h3 {
		font-size: 56px;
		margin: 0 0 8px;
		line-height: 40px;
	}
	.about7-time h5 {
		font-size: 14px;
		line-height: 18px;
	}
	.about7-txt {
		width: calc(100% - 90px);
	}
	.about7-txt h4 {
		margin: 0 0 8px;
		font-size: 16px;
		line-height: 18px;
	}
	.about7-txt p {
		font-size: 12px;
		line-height: 18px;
	}
}
@media only screen and (max-width: 991px) {
	.about7-right {
		height: 213px;
		width: 100%;
	}
	.about7-left {
		
		width: 100%;
		margin: 40px 0 0;
	}
	.about7-box{
		flex-direction: column;
	}
}
@media only screen and (max-width: 750px) {
	.about7 {
	    padding: 50px 0;
	}
	.about7-title {
		margin: 0 0 30px;
	}
	.about7-title h2 {
		margin: 0 0 5px;
	}
	.about7-left {
		margin: 20px 0 0;
	}
	.about7-left a {
		margin: 20px 0 0;
		padding: 0 0 10px;
	}
	.about7-time {
		width: 75px;
	}
	.about7-time h3 {
		margin: 0 0 8px;
		font-size: 48px;
		line-height: 35px;
	}
	.about7-time h5 {
		font-size: 14px;
	}
	.about7-txt {
		width: calc(100% - 75px);
	}
	.about7-txt h4 {
		margin: 0 0 5px;
		font-size: 16px;
	}
	.about7-txt p {
		font-size: 12px;
		line-height: 18px;
	}
}
@media only screen and (min-width: 1200px) {
	.about7 {
		padding: 80px 0 100px;
	}
	.about7-title {
		margin: 0 0 40px;
	}
	.about7-title h2 {
		margin: 0 0 10px;
	}
	.about7-right {
		width: calc(49% + 15px);
	}
	.about7-left {
		width: calc(45% + 5px);
	}
	.about7-left a {
		margin: 15px 0 0;
		padding: 0 0 10px;
	}
	.about7-time {
		width: 80px;
	}
	.about7-time h3 {
		font-size: 52px;
		margin: 0 0 6px;
		line-height: 35px;
	}
	.about7-time h5 {
		font-size: 14px;
		line-height: 16px;
	}
	.about7-txt {
		width: calc(100% - 80px);
	}
	.about7-txt h4 {
		margin: 0 0 5px;
		font-size: 16px;
		line-height: 18px;
	}
	.about7-txt p {
		font-size: 12px;
		line-height: 16px;
	}
}
@media only screen and (min-width: 1450px) {
	.about7 {
		padding: 100px 0 120px;
	}
	.about7-title {
		margin: 0 0 50px;
	}
	.about7-title h2 {
		margin: 0 0 12px;
	}
	.about7-right {
		width: calc(49% + 20px);
	}
	.about7-left {
		margin: 15px 0 0;
		width: calc(45% + 10px);
	}
	.about7-left a {
		margin: 20px 0 0;
		padding: 0 0 10px;
	}
	.about7-time {
		width: 90px;
	}
	.about7-time h3 {
		font-size: 56px;
		margin: 0 0 8px;
		line-height: 40px;
	}
	.about7-time h5 {
		font-size: 15px;
		line-height: 18px;
	}
	.about7-txt {
		width: calc(100% - 90px);
	}
	.about7-txt h4 {
		margin: 0 0 8px;
		font-size: 17px;
		line-height: 19px;
	}
	.about7-txt p {
		font-size: 13px;
		line-height: 18px;
	}
}
@media only screen and (min-width: 1700px) {
	.about7 {
		padding: 110px 0 150px;
	}
	.about7 .container {
		width: 1265px;
	}
	.about7-title {
		margin: 0 0 60px;
	}
	.about7-title h2 {
		margin: 0 0 15px;
	}
	.about7-right {
		width: calc(49% + 25px);
	}
	.about7-left {
		margin: 20px 0 0;
		width: calc(45% + 15px);
	}
	.about7-left a {
		margin: 25px 0 0;
		padding: 0 0 10px;
	}
	.about7-time {
		width: 100px;
	}
	.about7-time h3 {
		font-size: 60px;
		margin: 0 0 10px;
		line-height: 45px;
	}
	.about7-time h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.about7-txt {
		width: calc(100% - 100px);
	}
	.about7-txt h4 {
		font-size: 18px;
		margin: 0 0 10px;
		line-height: 20px;
	}
	.about7-txt p {
		font-size: 14px;
		line-height: 20px;
	}
}