@media only screen and (min-width: 992px) {
	header {
		background-color: rgba(0,0,0,0.25);
	}
	.header-menu li a,.header-menu li.active a,.header-en,.header-en a {
		color: #FFFFFF;
	}
	.header-menu li a:hover {
		color: #FFFFFF;
		font-weight: bold;
	}
	.logo img:nth-of-type(1) {
		display: block;
	}
	.logo img:nth-of-type(2) {
		display: none;
	}
}
/*首页banner*/
.index-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index-banner .swiper {
	width: 100%;
	overflow: hidden;
}
.index-banner .swiper .swiper-slide {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index-banner .banner-txt {
	width: 730px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 60px;
	z-index: 1;
	color: #FFFFFF;
	text-align: right;
	font-size: 36px;
}
.banner-txt h2 {
	font-size: 87px;
	line-height: 90px;
	margin: 0 0 20px;
	text-shadow: 0px 9px 9px rgba(0,0,0,0.32);
}
.banner-txt p {
	line-height: 35px;
	font-family: arial;
	font-weight: lighter !important;
}
.banner-txt:after {
	content: '';
	display: block;
	width: 62px;
	height: 4px;
	overflow: hidden;
	background-color: #FFFFFF;
	float: right;
	margin: 30px 0 0;
}
@media only screen and (max-width: 991px) {
	.index-banner img:nth-of-type(1) {
		display: none;
	}
	.index-banner img {
		width: 100%;
	}
	.index-banner .banner-txt {
		width: 650px;
		margin: -221px 0 0 -325px;
	}
	.banner-txt h2 {
		font-size: 146px;
		line-height: 164px;
		margin: 0 0 20px;
	}
	.banner-txt p {
		font-size: 35px;
		line-height: 35px;
	}
	.banner-txt:after {
		width: 65px;
		height: 5px;
		margin: 30px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.index-banner .banner-txt {
		width: 335px;
		margin: -110px 0 0 -167.5px;
	}
	.banner-txt h2 {
		font-size: 72px;
		line-height: 82px;
		margin: 0 0 10px;
	}
	.banner-txt p {
		font-size: 18px;
		line-height: 20px;
	}
	.banner-txt:after {
		width: 30px;
		height: 3px;
		margin: 10px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.index-banner img:nth-of-type(2) {
		display: none;
	}
	.index-banner img {
		width: 1300px;
		position: relative;
		left: 50%;
		margin-left: -650px;
	}
	.index-banner .banner-txt {
		width: 535px;
		margin: -60px 0 0 -55px;
		font-size: 24px;
	}
	.banner-txt h2 {
		font-size: 64px;
		line-height: 65px;
		margin: 0 0 10px;
	}
	.banner-txt p {
		line-height: 25px;
	}
	.banner-txt:after {
		width: 50px;
		height: 2px;
		margin: 10px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.index-banner img {
		width: 1600px;
		margin-left: -800px;
	}
	.index-banner .banner-txt {
		width: 600px;
		margin: -60px 0 0 -25px;
		font-size: 28px;
	}
	.banner-txt h2 {
		font-size: 72px;
		line-height: 75px;
		margin: 0 0 15px;
	}
	.banner-txt p {
		line-height: 30px;
	}
	.banner-txt:after {
		width: 55px;
		height: 3px;
		margin: 20px 0 0;
	}
}
@media only screen and (min-width: 1550px) {
	.index-banner img {
		width: 1920px;
		margin-left: -960px;
	}
	.index-banner .banner-txt {
		width: 730px;
		margin: -60px 0 0 20px;
		font-size: 36px;
	}
	.banner-txt h2 {
		font-size: 87px;
		line-height: 90px;
		margin: 0 0 20px;
	}
	.banner-txt p {
		line-height: 35px;
	}
	.banner-txt:after {
		width: 62px;
		height: 4px;
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 1921px) {
	.index-banner img {
		width: 100%;
		margin-left: 0px;
		left: 0px;
	}
}
/*企业简介*/
.index1 {
	width: 100%;
	padding: 120px 0 0;
	background: url(../img/index1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
.index1-img {
	width: -moz-calc(50% - 145px);
	width: -webkit-calc(50% - 145px);
	width: calc(50% - 145px);
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 10;
}
.index1-img img {
	width: 100%;
}
.index1-txt {
	width: 50%;
	overflow: hidden;
	position: relative;
	z-index: 3;
	float: right;
}
.index1-txt:before {
	content: '';
	display: block;
	width: 77px;
	height: 77px;
	overflow: hidden;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 200px;
	top: 23px;
}
.index1-txt h2 {
	font-size: 48px;
	line-height: 55px;
	font-weight: bold;
	margin: 20px 0 65px;
}
.index1-txt p {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	overflow: hidden;
	margin: 0 0 10px;
}
.index1-txt a {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 150px 0 0;
	color: #333333;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.index1-txt a:before {
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	overflow: hidden;
	border-bottom: 2px solid #e60012;
	border-right: 2px solid #e60012;
	position: absolute;
	left: -8px;
	bottom: 0px;
	transform: skewX(45deg);
	transition: all 0.5s linear;
}
.index1-txt a span {
	position: relative;
	z-index: 1;
}
.index1-txt a:hover {
	color: #FFFFFF;
}
.index1-txt a:hover:before {
	height: 100%;
	transform: skewX(0deg);
	left: 0px;
	background-color: #e60012;
}
.index1-video {
	width: 1260px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: -100px;
	z-index: 1;
}
.index1-video>img {
	width: 100%;
}
.index1-video:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.33);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.video-icon {
	width: 136px;
	height: 136px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.4);
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -68px 0 0 -68px;
	z-index: 2;
}
.video-icon img {
	width: 38px;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -25.5px 0 0 -19px;
}
@media only screen and (max-width: 991px) {
	.index1 {
		padding: 100px 0;
		background-size: 100%;
	}
	.index1-img {
		display: none;
	}
	.index1-txt {
		width: 100%;
		float: none;
	}
	.index1-txt:before {
		left: 260px;
	}
	.index1-txt h2 {
		font-size: 64px;
		line-height: 70px;
		margin: 20px 0 50px;
	}
	.index1-txt p {
		font-size: 24px;
		line-height: 35px;
	}
	.index1-txt a {
		width: 300px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
		padding: 0 30px;
		margin: 80px 0;
	}
	.index1-video {
		width: 100%;
		position: relative;
		bottom: 0;
	}
	.video-icon {
		width: 90px;
		height: 90px;
		margin: -45px 0 0 -45px;
	}
	.video-icon img {
		width: 24px;
		margin: -16px 0 0 -12px;
	}
}
@media only screen and (max-width: 750px) {
	.index1 {
		padding: 40px 0;
	}
	.index1-txt:before {
		width: 33px;
		height: 33px;
		left: 110px;
		top: 18px;
	}
	.index1-txt h2 {
		font-size: 28px;
		line-height: 35px;
		margin: 10px 0 25px;
	}
	.index1-txt p {
		font-size: 12px;
		line-height: 20px;
	}
	.index1-txt a {
		width: 140px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		padding: 0 10px;
		margin: 30px 0 35px;
	}
	.index1-txt a:before {
	    border-bottom-width: 1px;
	    border-right-width: 1px;
	    height: 12px;
	}
	.video-icon {
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
		border-width: 1px;
	}
	.video-icon img {
		width: 14px;
		margin: -16px 0 0 -7px;
	}
}
@media only screen and (min-width: 992px) {
	.index1 {
		padding: 60px 0 0;
		height: 900px;
		background-size: 1200px;
	}
	.index1-img {
		width: -moz-calc(50% - 65px);
		width: -webkit-calc(50% - 65px);
		width: calc(50% - 65px);
	}
	.index1-txt:before {
		width: 55px;
		height: 55px;
		left: 150px;
		top: 23px;
	}
	.index1-txt h2 {
		font-size: 36px;
		line-height: 45px;
		margin: 10px 0 35px;
	}
	.index1-txt p {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 6px;
	}
	.index1-txt a {
		width: 140px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		margin: 60px 0 0;
	}
	.index1-txt a:before {
		height: 17px;
		left: -8px;
	}
	.index1-video {
		width: 880px;
		bottom: -60px;
	}
	.video-icon {
		width: 90px;
		height: 90px;
		margin: -45px 0 0 -45px;
	}
	.video-icon img {
		width: 24px;
		margin: -16px 0 0 -12px;
	}
}
@media only screen and (min-width: 1200px) {
	.index1 {
		padding: 90px 0 0;
		height: 1100px;
		background-size: 1550px;
	}
	.index1-img {
		width: -moz-calc(50% - 100px);
		width: -webkit-calc(50% - 100px);
		width: calc(50% - 100px);
	}
	.index1-txt:before {
		width: 66px;
		height: 66px;
		left: 175px;
		top: 23px;
	}
	.index1-txt h2 {
		font-size: 42px;
		line-height: 50px;
		margin: 15px 0 50px;
	}
	.index1-txt p {
		font-size: 15px;
		line-height: 25px;
		margin: 0 0 8px;
	}
	.index1-txt a {
		width: 160px;
		height: 35px;
		line-height: 35px;
		padding: 0 12px;
		margin: 90px 0 0;
	}
	.index1-txt a:before {
		height: 17px;
		left: -8px;
	}
	.index1-video {
		width: 1070px;
		bottom: -80px;
	}
	.video-icon {
		width: 110px;
		height: 110px;
		margin: -55px 0 0 -55px;
	}
	.video-icon img {
		width: 30px;
		margin: -20px 0 0 -15px;
	}
}
@media only screen and (min-width: 1550px) {
	.index1 {
		padding: 120px 0 0;
		height: 1320px;
		background-size: 1920px;
	}
	.index1-img {
		width: -moz-calc(50% - 145px);
		width: -webkit-calc(50% - 145px);
		width: calc(50% - 145px);
	}
	.index1-txt:before {
		width: 77px;
		height: 77px;
		left: 200px;
		top: 23px;
	}
	.index1-txt h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 20px 0 65px;
	}
	.index1-txt p {
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 10px;
	}
	.index1-txt a {
		width: 190px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		margin: 150px 0 0;
	}
	.index1-txt a:before {
		height: 17px;
		left: -8px;
	}
	.index1-video {
		width: 1260px;
		bottom: -100px;
	}
	.video-icon {
		width: 136px;
		height: 136px;
		margin: -68px 0 0 -68px;
	}
	.video-icon img {
		width: 38px;
		margin: -25.5px 0 0 -19px;
	}
}
@media only screen and (min-width: 1921px) {
	.index1 {
		background-size: 100%;
	}
}
/*产品展示*/
.index2 {
	width: 100%;
	height: 1035px;
	position: relative;
	background-image: url(../img/index2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.index2:after {
	content: '';
	display: block;
	width: 514px;
	height: 1017px;
	overflow: hidden;
	background: url(../img/index2.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 128px;
	bottom: -173px;
	z-index: 1;
}
.index2-box {
	width: -moz-calc(50% + 330px);
	width: -webkit-calc(50% + 330px);
	width: calc(50% + 330px);
	margin: 230px 0 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.index2-box:before {
	content: '';
	display: block;
	width: 77px;
	height: 77px;
	overflow: hidden;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 200px;
	top: 7px;
}
.index2-box h2 {
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
	color: #FFFFFF;
}
.index2-list {
	width: 100%;
	margin: 105px 0 80px;
	overflow: hidden;
}
.index2-list a {
	display: block;
	width: -moz-calc(33.33% - 40px);
	width: -webkit-calc(33.33% - 40px);
	width: calc(33.33% - 40px);
	margin-right: 40px;
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
}
.index2-list .list-img {
	width: 100%;
	overflow: hidden;
}
.list-img img {
	width: 100%;
	transition: all 0.5s;
}
.index2-list h4 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	background-color: #9c9c9c;
	transition: all 0.5s;
}
.index2-list h4:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	border: 1px solid #FFFFFF;
	margin: 0 6px 0 0;
}
.index2-list a:hover .list-img img {
	transform: scale(1.1);
}
.index2-list a:hover h4 {
	background-color: #e60012;
}
.index2-more {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}
.index2-more:before {
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	overflow: hidden;
	border-bottom: 2px solid #e60012;
	border-right: 2px solid #e60012;
	position: absolute;
	left: -8px;
	bottom: 0px;
	transform: skewX(45deg);
	transition: all 0.5s linear;
}
.index2-more span {
	position: relative;
	z-index: 1;
}
.index2-more:hover {
	color: #FFFFFF;
}
.index2-more:hover:before {
	height: 100%;
	transform: skewX(0deg);
	left: 0px;
	background-color: #e60012;
}
@media only screen and (max-width: 991px) {
	.index2 {
		padding: 120px 0;
		height: auto;
		overflow: hidden;
		position: relative;
		background-size: auto 100%;
	}
	.index2:after {
		display: none;
	}
	.index2-box {
		width: 100%;
		margin: 0;
	}
	.index2-box:before {
		left: 260px;
	}
	.index2-box h2 {
		font-size: 64px;
		line-height: 70px;
	}
	.index2-list {
		width: 100%;
		margin: 80px 0 0;
	}
	.index2-list a {
		width: 100%;
		margin: 0 0 50px;
	}
	.index2-list h4 {
		height: 80px;
		line-height: 80px;
		font-size: 36px;
	}
	.index2-list h4:before {
		width: 10px;
		height: 10px;
		margin: 0 10px 0 0;
	}
	.index2-more {
		width: 300px;
		height: 60px;
		line-height: 60px;
		padding: 0 30px;
		font-size: 24px;
	}
	.index2-more:before {
		height: 17px;
	}
}
@media only screen and (max-width: 750px) {
	.index2 {
		padding: 45px 0;
	}
	.index2-box:before {
		width: 33px;
		height: 33px;
		left: 110px;
	}
	.index2-box h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.index2-list {
		margin: 35px 0 0;
	}
	.index2-list a {
		margin: 0 0 25px;
	}
	.index2-list h4 {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.index2-list h4:before {
		width: 7px;
		height: 7px;
		margin: 0 5px 0 0;
	}
	.index2-more {
		width: 140px;
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
		font-size: 12px;
	}
	.index2-more:before {
		height: 12px;
	    border-bottom-width: 1px;
	    border-right-width: 1px;
	}
}
@media only screen and (min-width: 992px) {
	.index2 {
		height: 685px;
		background-attachment: fixed;
		background-size: 1300px;
	}
	.index2:after {
		width: 335px;
		height: 663px;
		right: 40px;
		bottom: -110px;
	}
	.index2-box {
		width: -moz-calc(50% + 110px);
		width: -webkit-calc(50% + 110px);
		width: calc(50% + 110px);
		margin: 130px 0 0;
	}
	.index2-box:before {
		width: 55px;
		height: 55px;
		left: 150px;
		top: 5px;
	}
	.index2-box h2 {
		font-size: 36px;
		line-height: 45px;
	}
	.index2-list {
		margin: 65px 0 50px;
	}
	.index2-list a {
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		margin-right: 20px;
	}
	.index2-list h4 {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.index2-list h4:before {
		width: 5px;
		height: 5px;
		margin: 0 4px 0 0;
	}
	.index2-more {
		width: 140px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
	}
	.index2-more:before {
		height: 12px;
		left: -8px;
	}
}
@media only screen and (min-width: 1200px) {
	.index2 {
		height: 835px;
		background-size: 1600px;
	}
	.index2:after {
		width: 415px;
		height: 821px;
		right: 128px;
		bottom: -140px;
	}
	.index2-box {
		width: -moz-calc(50% + 220px);
		width: -webkit-calc(50% + 220px);
		width: calc(50% + 220px);
		margin: 180px 0 0;
	}
	.index2-box:before {
		width: 66px;
		height: 66px;
		left: 175px;
		top: 6px;
	}
	.index2-box h2 {
		font-size: 42px;
		line-height: 50px;
	}
	.index2-list {
		margin: 85px 0 60px;
	}
	.index2-list a {
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
		margin-right: 30px;
	}
	.index2-list h4 {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.index2-list h4:before {
		width: 7px;
		height: 7px;
		margin: 0 5px 0 0;
	}
	.index2-more {
		width: 160px;
		height: 35px;
		line-height: 35px;
		padding: 0 12px;
	}
	.index2-more:before {
		height: 15px;
		left: -8px;
	}
}
@media only screen and (min-width: 1550px) {
	.index2 {
		height: 1035px;
		background-size: 1920px;
	}
	.index2:after {
		width: 514px;
		height: 1017px;
		right: 128px;
		bottom: -173px;
	}
	.index2-box {
		width: -moz-calc(50% + 330px);
		width: -webkit-calc(50% + 330px);
		width: calc(50% + 330px);
		margin: 230px 0 0;
	}
	.index2-box:before {
		width: 77px;
		height: 77px;
		left: 200px;
		top: 7px;
	}
	.index2-box h2 {
		font-size: 48px;
		line-height: 60px;
	}
	.index2-list {
		margin: 105px 0 80px;
	}
	.index2-list a {
		width: -moz-calc(33.33% - 40px);
		width: -webkit-calc(33.33% - 40px);
		width: calc(33.33% - 40px);
		margin-right: 40px;
	}
	.index2-list h4 {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	.index2-list h4:before {
		width: 9px;
		height: 9px;
		margin: 0 6px 0 0;
	}
	.index2-more {
		width: 190px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
	}
	.index2-more:before {
		height: 17px;
		left: -8px;
	}
}
@media only screen and (min-width: 1921px) {
	.index2 {
		background-size: 100%;
	}
}
/*新闻资讯*/
.index3 {
	width: 100%;
	padding: 125px 0 130px;
	overflow: hidden;
	background-color: #f6f6f6;
	position: relative;
}
.index3:before {
	content: '';
	display: block;
	width: 77px;
	height: 77px;
	overflow: hidden;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 130px;
	margin-left: -550px;
}
.index3 h2 {
	font-size: 48px;
	line-height: 55px;
	margin: 0 0 98px;
	font-weight: bold;
	color: #333333;
}
.index3 a {
	display: block;
	width: -moz-calc(33.33% - 50px);
	width: -webkit-calc(33.33% - 50px);
	width: calc(33.33% - 50px);
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
	transition: box-shadow 0.5s;
}
.index3 a:nth-of-type(2) {
	margin: 0 75px;
}
.index3-img {
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.index3-img img {
	width: 100%;
	min-height: 100%;
	transition: all 0.5s;
}
.index3-txt {
	width: 100%;
	height: 320px;
	padding: 17px 35px 35px;
	overflow: hidden;
	position: relative;
}
.index3-txt em {
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	font-family: arial;
	color: #d0d0d0;
	overflow: hidden;
}
.index3-txt h4 {
	width: 100%;
	max-height: 74px;
	line-height: 37px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 6px 0 17px;
	transition: all 0.5s;
}
.index3-txt p {
	width: 100%;
	max-height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #a4a4a4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.index3-more {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #333333;
	overflow: hidden;
	position: absolute;
	left: 35px;
	bottom: 35px;
	transition: all 0.5s;
}
.index3-more:before {
	content: '';
	display: block;
	width: 100%;
	height: 17px;
	overflow: hidden;
	border-bottom: 2px solid #e60012;
	border-right: 2px solid #e60012;
	position: absolute;
	left: -8px;
	bottom: 0px;
	transform: skewX(45deg);
	transition: all 0.5s linear;
}
.index3-more span {
	position: relative;
	z-index: 1;
}
.index3-more:hover {
	color: #FFFFFF;
}
.index3-more:hover:before {
	height: 100%;
	transform: skewX(0deg);
	left: 0px;
	background-color: #e60012;
}
.index3 a:hover {
	box-shadow: -3.6px 1.8px 38px 5px rgba(0,0,0,0.21);
}
.index3 a:hover .index3-img img {
	transform: scale(1.1);
}
.index3 a:hover .index3-txt h4 {
	color: #e60012;
}
@media only screen and (max-width: 991px) {
	.index3 {
		padding: 125px 0 130px;
	}
	.index3:before {
		top: 130px;
		margin-left: -50px;
	}
	.index3 h2 {
		font-size: 64px;
		line-height: 70px;
		margin: 0 0 80px;
	}
	.index3 a {
		width: 100%;
	}
	.index3 a:nth-of-type(2) {
		margin: 75px 0;
	}
	.index3-img {
		height: 360px;
	}
	.index3-txt {
		height: auto;
		padding: 30px 50px 70px;
	}
	.index3-txt em {
		line-height: 30px;
		font-size: 24px;
	}
	.index3-txt h4 {
		max-height: 110px;
		line-height: 55px;
		font-size: 48px;
		margin: 10px 0 35px;
	}
	.index3-txt p {
		max-height: 105px;
		line-height: 35px;
		font-size: 28px;
	}
	.index3-more {
		width: 300px;
		height: 60px;
		line-height: 60px;
		padding: 0 30px;
		font-size: 24px;
		position: relative;
		left: 0;
		bottom: 0;
		margin: 60px 0 0;
	}
	.index3-more:before {
		left: -8px;
	}
}
@media only screen and (max-width: 750px) {
	.index3 {
		padding: 40px 0 20px;
	}
	.index3:before {
		width: 33px;
		height: 33px;
		top: 50px;
		margin-left: -55px;
	}
	.index3 h2 {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 30px;
	}
	.index3 a {
		width: 100%;
	}
	.index3 a:nth-of-type(2) {
		margin: 30px 0;
	}
	.index3-img {
		height: 186px;
	}
	.index3-txt {
		height: auto;
		padding: 15px 20px 30px;
	}
	.index3-txt em {
		line-height: 20px;
		font-size: 12px;
	}
	.index3-txt h4 {
		max-height: 50px;
		line-height: 25px;
		font-size: 20px;
		margin: 5px 0 10px;
	}
	.index3-txt p {
		max-height: 60px;
		line-height: 20px;
		font-size: 12px;
	}
	.index3-more {
		width: 120px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 12px;
		margin: 30px 0 0;
	}
	.index3-more:before {
		border-bottom-width: 1px;
		border-right-width: 1px;
		height: 12px;
	}
}
@media only screen and (min-width: 992px) {
	.index3 {
		padding: 65px 0 50px;
	}
	.index3:before {
		width: 55px;
		height: 55px;
		top: 75px;
		margin-left: -340px;
	}
	.index3 h2 {
		font-size: 36px;
		line-height: 45px;
		margin: 0 0 50px;
	}
	.index3 a {
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
	}
	.index3 a:nth-of-type(2) {
		margin: 0 30px;
	}
	.index3-img {
		height: 166px;
	}
	.index3-txt {
		height: 250px;
		padding: 15px 25px 25px;
	}
	.index3-txt h4 {
		max-height: 50px;
		line-height: 25px;
		font-size: 20px;
		margin: 5px 0 10px;
	}
	.index3-txt p {
		max-height: 60px;
		line-height: 20px;
		font-size: 12px;
	}
	.index3-more {
		width: 140px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		left: 25px;
		bottom: 25px;
	}
	.index3 a:hover {
		box-shadow: -3.6px 1.8px 18px 5px rgba(0,0,0,0.21);
	}
}
@media only screen and (min-width: 1200px) {
	.index3 {
		padding: 85px 0 90px;
	}
	.index3:before {
		width: 66px;
		height: 66px;
		top: 90px;
		margin-left: -400px;
	}
	.index3 h2 {
		font-size: 42px;
		line-height: 50px;
		margin: 0 0 70px;
	}
	.index3 a {
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
	}
	.index3 a:nth-of-type(2) {
		margin: 0 45px;
	}
	.index3-img {
		height: 196px;
	}
	.index3-txt {
		height: 280px;
		padding: 15px 30px 30px;
	}
	.index3-txt h4 {
		max-height: 60px;
		line-height: 30px;
		font-size: 24px;
		margin: 5px 0 15px;
	}
	.index3-txt p {
		max-height: 66px;
		line-height: 22px;
		font-size: 13px;
	}
	.index3-more {
		width: 160px;
		height: 35px;
		line-height: 35px;
		padding: 0 12px;
		left: 30px;
		bottom: 30px;
	}
	.index3 a:hover {
		box-shadow: -3.6px 1.8px 28px 5px rgba(0,0,0,0.21);
	}
}
@media only screen and (min-width: 1550px) {
	.index3 {
		padding: 125px 0 130px;
	}
	.index3:before {
		width: 77px;
		height: 77px;
		top: 130px;
		margin-left: -550px;
	}
	.index3 h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 98px;
	}
	.index3 a {
		width: -moz-calc(33.33% - 50px);
		width: -webkit-calc(33.33% - 50px);
		width: calc(33.33% - 50px);
	}
	.index3 a:nth-of-type(2) {
		margin: 0 75px;
	}
	.index3-img {
		height: 250px;
	}
	.index3-txt {
		height: 320px;
		padding: 17px 35px 35px;
	}
	.index3-txt h4 {
		max-height: 74px;
		line-height: 37px;
		font-size: 30px;
		margin: 6px 0 17px;
	}
	.index3-txt p {
		max-height: 72px;
		line-height: 24px;
		font-size: 14px;
	}
	.index3-more {
		width: 190px;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		left: 35px;
		bottom: 35px;
	}
	.index3 a:hover {
		box-shadow: -3.6px 1.8px 38px 5px rgba(0,0,0,0.21);
	}
}