.footer1 {
	background-color: #f1f5f9;
}
.footer1-input input {
	background-color: #FFFFFF;
}
.tech1 {
	width: 100%;
	padding: 75px 0 110px;
	overflow: hidden;
	text-align: center;
}
.tech1 a {
	width: 310px;
	height: 225px;
	color: #FFFFFF;
	overflow: hidden;
	position: relative;
	padding: 50px 25px 0;
	display: inline-block;
	background-color: #046cb7;
}
.tech1 a img {
	margin: 0 0 20px;
	position: relative;
	z-index: 1;
}
.tech1 a p {
	font-size: 16px;
	line-height: 22px;
	position: relative;
	z-index: 1;
}
.tech1 a:before {
	top: -50px;
	content: '';
	left: -700px;
	width: 600px;
	height: 600px;
	display: block;
	overflow: hidden;
	position: absolute;
	transition: left 0.3s;
	transform: rotate(-45deg);
	background-color: #046cb7;
}
.tech1 a:hover:before {
	left: -150px;
}
@media only screen and (max-width: 991px) {
	.tech1 {
		padding: 40px 0 60px;
	}
	.tech1 a {
		display: block;
		width: 100%;
		height: 455px;
		margin: 0 0 80px;
		padding: 85px 0 0;
	}
	.tech1 a:nth-of-type(3) {
		margin: 0;
	}
	.tech1 a img {
		margin: 0 0 40px;
	}
	.tech1 a p {
		font-size: 30px;
		line-height: 40px;
	}
	.tech1 a:nth-of-type(3) p {
		line-height: 80px;
	}
	.tech1 a:before {
		top: -130px;
		left: -1210px;
		width: 1000px;
		height: 1000px;
	}
	.tech1 a:hover:before {
		left: -180px;
	}
}
@media only screen and (max-width: 750px) {
	.tech1 {
		padding: 30px 0 40px;
	}
	.tech1 a {
		height: 230px;
		margin: 0 0 30px;
		padding: 45px 0 0;
	}
	.tech1 a:nth-of-type(3) {
		margin: 0;
	}
	.tech1 a img {
		width: 85px;
		margin: 0 0 20px;
	}
	.tech1 a p {
		font-size: 16px;
		line-height: 20px;
	}
	.tech1 a:nth-of-type(3) p {
		line-height: 40px;
	}
	.tech1 a:before {
		top: -50px;
		left: -750px;
		width: 600px;
		height: 600px;
	}
	.tech1 a:hover:before {
		left: -150px;
	}
}
@media only screen and (min-width: 992px) {
	.tech1 {
		padding: 50px 0 70px;
	}
	.tech1 a {
		float: left;
		width: 300px;
		display: block;
		margin: 0 35px 0 0;
	}
	.tech1 a:nth-of-type(3) {
		margin: 0;
	}
	.tech1 a img {
		width: 70px;
	}
}
@media only screen and (min-width: 1200px) {
	.tech1 {
		padding: 60px 0 90px;
	}
	.tech1 a {
		float: none;
		width: 310px;
		margin: 0 28px;
		display: inline-block;
	}
	.tech1 a:nth-of-type(3) {
		margin: 0 35px;
	}
}
@media only screen and (min-width: 1450px) {
	.tech1 {
		padding: 20px 0 110px;
	}
	.tech1 a {
		margin: 25px 50px 0px;
	}
}
/*行业应用*/
.tech2 {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 95px;
	background-color: #f1f5f9;
}
.tech2-box {
	width: 100%;
	margin: 45px 0 0;
	padding: 0 55px;
	overflow: hidden;
	position: relative;
}
.tech2-img {
	width: 880px;
	height: 620px;
	overflow: hidden;
	position: relative;
}
.tech2-img img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}
.tech2-img img.active {
	opacity: 1;
}
.tech2-menu {
	width: 500px;
	height: 620px;
	overflow: hidden;
	position: absolute;
	right: 55px;
	top: 0px;
}
.tech2-menu li {
	width: -moz-calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
	height: 12.5%;
	overflow: hidden;
	cursor: pointer;
	background-color: #009de0;
	float: right;
	transition: all 0.5s;
}
.tech2-menu li:nth-of-type(2n) {
	background-color: #046cb7;
}
.tech2-icon {
	width: 27px;
	height: 13px;
	overflow: hidden;
	margin: 33px 15px 33px 54px;
	position: relative;
	float: left;
	transition: all 0.5s;
}
.tech2-icon img {
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
}
.tech2-icon img:nth-of-type(1) {
	opacity: 0;
}
.tech2-menu li p {
	font-size: 18px;
	margin: 27px 0;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	float: left;
	transition: all 0.5s;
}
.tech2-menu li.active {
	width: 100%;
	background-color: #FFFFFF;
}
.tech2-menu li.active .tech2-icon {
	width: 56px;
	margin: 33px 28px 33px 33px;
}
.tech2-menu li.active .tech2-icon img:nth-of-type(1) {
	opacity: 1;
}
.tech2-menu li.active .tech2-icon img:nth-of-type(2) {
	opacity: 0;
}
.tech2-menu li.active p {
	color: #333333;
}
@media only screen and (max-width: 991px) {
	.tech2 {
		padding: 100px 0 75px;
	}
	.tech2-box {
		margin: 55px 0 0;
		padding: 0;
		overflow: visible;
		width: 82%;
	}
	.tech2-img {
		width: 100%;
		height: 444px;
	}
	.tech2-menu {
		width: 416px;
		height: 444px;
		right: -181px;
	}
	.tech2-menu li {
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.tech2-icon {
		width: 27px;
		height: 13px;
		margin: 21px 22px 21px 35px;
	}
	.tech2-menu li p {
		font-size: 24px;
		margin: 0;
		height: 55px;
		line-height: 55px;
	}
	.tech2-menu li.active .tech2-icon {
		width: 56px;
		margin: 21px 22px 21px 38px;
	}
	.production_img {
		height: 389.83px !important;
	}
	.production_box {
		height: 620px !important;
	}
}
@media only screen and (max-width: 750px) {
	.tech2 {
		padding: 0px 0 11px;
	}
	.tech2-box {
		margin: 25px 0 0;
		height: 626px !important;
	}
	.tech2-img {
		height: 236px;
	}
	.tech2-img img {
        width: 100% !important;
    }
    .tech2-box {
		width: 100% !important;
	}
	.tech2-menu {
		width: 100%;
        height: 431px;
        right: 0;
        top: 236px;
	}
	.tech2-menu li 
	{
	    width:100% !important;
	    height: 50px !important;
	}
	.tech2-icon {
		width: 15px;
		height: 7px;
		margin: 21px 11px 11px 20px;
	}
	.tech2-icon img {
		width: 30px;
	}
	.tech2-menu li p {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
	.tech2-menu li.active .tech2-icon {
		width: 30px;
		margin: 21px 11px 11px 23px;
	}
}
@media only screen and (min-width: 992px) {
	.tech2 {
		padding: 50px 0 70px;
	}
	.tech2-box {
		margin: 35px 0 0;
		padding: 0;
	}
	.tech2-img {
		width: 720px;
		height: 507px;
	}
	.tech2-menu {
		width: 400px;
		height: 507px;
		right: 0px;
	}
	.tech2-menu li {
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	.tech2-icon {
		width: 23px;
		height: 11px;
		margin: 26px 10px 26px 45px;
	}
	.tech2-icon img {
		width: 45px;
	}
	.tech2-menu li p {
		font-size: 16px;
		margin: 22px 0;
		height: 20px;
		line-height: 20px;
	}
	.tech2-menu li.active .tech2-icon {
		width: 56px;
		margin: 26px 20px 26px 26px;
	}
}
@media only screen and (min-width: 1200px) {
	.tech2 {
		padding: 60px 0 80px;
	}
	.tech2-box {
		margin: 40px 0 0;
	}
	.tech2-img {
		width: 880px;
		height: 620px;
	}
	.tech2-menu {
		width: 500px;
		height: 620px;
	}
	.tech2-menu li {
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}
	.tech2-icon {
		width: 27px;
		height: 13px;
		margin: 33px 15px 33px 54px;
	}
	.tech2-icon img {
		width: 56px;
	}
	.tech2-menu li p {
		font-size: 18px;
		margin: 27px 0;
		height: 24px;
		line-height: 24px;
	}
	.tech2-menu li.active .tech2-icon {
		width: 56px;
		margin: 33px 28px 33px 33px;
	}
}
@media only screen and (min-width: 1450px) {
	.tech2 {
		padding: 30px 0 95px;
	}
	.tech2-box {
		margin: 45px 0 0;
		padding: 0 55px;
	}
	.tech2-menu {
		right: 55px;
	}
}
/*营销网络*/
.tech3 {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 0;
}
.tech3 .title-common {
	position: relative;
	z-index: 2;
}
.tech3-menu {
	width: 410px;
	overflow: hidden;
	margin: 35px auto 0;
	position: relative;
	z-index: 2;
}
.tech3-menu li {
	display: block;
	width: -moz-calc(50% - 30px);
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-color: #aaaaaa;
	float: left;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 15px;
}
.tech3-menu li span {
	position: relative;
	z-index: 1;
}
.tech3-menu li:before {
	content: '';
	display: block;
	width: 300px;
	height: 300px;
	overflow: hidden;
	transform: rotate(-45deg);
	background-color: #046cb7;
	position: absolute;
	left: -360px;
	top: -100px;
	transition: left 0.5s;
}
.tech3-menu li:hover,.tech3-menu li.active {
	color: #FFFFFF;
	border-color: #046cb7;
}
.tech3-menu li:hover:before,.tech3-menu li.active:before {
	left: -100px;
}
.tech3-map {
	width: 100%;
	height: 950px;
	position: relative;
	z-index: 1;
}
.tech3-map li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: 0;
}
.tech3-map li:first-of-type {
	height: 1000px;
	top: -100px;
}
.tech3-map li.active {
	opacity: 1;
	z-index: 2;
}
.tech3-map li iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
	position: relative;
}
.tech3-map li:first-of-type iframe {
	height: 1200px;
	top: -100px;
}
@media only screen and (max-width: 991px) {
	.tech3-map {
		height: 650px;
	}
	.tech3-map li {
		width: 900px;
		left: 50%;
		margin-left: -450px;
	}
	.tech3-map li:first-of-type {
		height: 1000px;
		top: 0px;
	}
	.tech3-map li:first-of-type iframe {
		height: 1200px;
		top: -30px;
	}
}
@media only screen and (max-width: 750px) {
	.tech3 {
		padding: 40px 0 0;
	}
	.tech3-menu {
		width: 240px;
		margin: 20px auto 0;
	}
	.tech3-menu li {
		width: -moz-calc(50% - 14px);
		width: -webkit-calc(50% - 14px);
		width: calc(50% - 14px);
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0 7px;
	}
	.tech3-map {
		height: 350px;
	}
	.tech3-map li {
		width: 440px;
		margin-left: -220px;
	}
	.tech3-map li:first-of-type {
		height: 1000px;
	}
	.tech3-map li:first-of-type iframe {
		height: 1200px;
		top: -30px;
	}
}
@media only screen and (min-width: 992px) {
	.tech3 {
		padding: 50px 0 0;
	}
	.tech3-menu {
		width: 300px;
		margin: 25px auto 0;
	}
	.tech3-menu li {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		margin: 0 10px;
	}
	.tech3-map {
		height: 620px;
	}
}
@media only screen and (min-width: 1200px) {
	.tech3 {
		padding: 60px 0 0;
	}
	.tech3-menu {
		width: 350px;
		margin: 30px auto 0;
	}
	.tech3-menu li {
		width: -moz-calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		margin: 0 15px;
	}
	.tech3-map {
		height: 800px;
	}
}
@media only screen and (min-width: 1450px) {
	.tech3 {
		padding: 75px 0 0;
	}
	.tech3-menu {
		width: 410px;
		margin: 35px auto 0;
	}
	.tech3-menu li {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.tech3-map {
		height: 950px;
	}
}