.service_banner {
	width: 100%;
	overflow: hidden;
	margin: 100px 0 0;
	position: relative;
}
.service_banner img {
	width: 100%;
}
.service_banner .service_title {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	color: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
	line-height: 50px;
	position: absolute;
	background-color: rgba(0,0,0,0.62);
}
.service_banner .service_title a {
	color: #FFFFFF;
}
.service_banner .service_title a:hover {
	color: #009a53;
	text-decoration: underline !important;
}
.service_content {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 10px;
}
.tech_title {
	color: #949494;
	font-size: 14px;
	margin: 0 0 55px;
	text-align: center;
}
.tech_title h1 {
	color: #333333;
	font-size: 40px;
	margin: 0 0 10px;
	font-weight: bold;
}
.service_list {
	width: 100%;
	overflow: hidden;
}
.service_list ul {
	width: 100%;
	overflow: hidden;
	margin: 0 0 40px;
}
.service_list ul li:nth-of-type(2) {
	float: left;
	width: 335px;
	color: #949494;
	overflow: hidden;
	line-height: 20px;
	padding: 40px 0 0;
}
.service_list ul li:nth-of-type(1) {
	float: right;
	width: 800px;
	overflow: hidden;
}
.service_list ul li:nth-of-type(1) img {
	width: 100%;
}
.service_list ul:nth-of-type(2) li:nth-of-type(2) {
	float: right;
}
.service_list ul:nth-of-type(2) li:nth-of-type(1) {
	float: left;
}
.service_list ul li h1 {
	color: #000000;
	margin: 0 0 15px;
}
.service_list ul li a {
	width: 135px;
	height: 35px;
	display: block;
	color: #009a53;
	font-size: 14px;
	margin: 45px 0 0;
	line-height: 33px;
	text-align: center;
	position: relative;
	border: 1px solid #009a53;
}
.service_list ul li a span {
	z-index: 2;
	width: 20px;
	height: 20px;
	float: right;
	display: block;
	overflow: hidden;
	line-height: 18px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	margin: 7px 16px 0 0;
	background-color: #009a53;
}
.service_list ul li a:before {
	top: 0;
	left: 0;
	width: 0;
	opacity: 0;
	z-index: 1;
	content: '';
	height: 100%;
	display: block;
	transition: all 1s;
	position: absolute;
	background-color: #162788;
}
.service_list ul li a em {
	position: relative;
	z-index: 2;
}
.service_list ul li a span img:nth-of-type(2) {
	display: none;
}
.service_list ul li a:hover {
	border-color: #162788;
}
.service_list ul li a:hover:before {
	width: 100%;
	opacity: 1;
}
.service_list ul li a:hover em {
	color: #ffffff;
}
.service_list ul li a:hover span {
	background-color: #ffffff;
}
.service_list ul li a:hover span img:nth-of-type(1) {
	display: none;
}
.service_list ul li a:hover span img:nth-of-type(2) {
	display: inline-block;
}
@media only screen and (max-width: 991px) {
	.service_banner {
		margin: 190px 0 0;
	}
	.service_banner img:nth-of-type(1) {
		display: none;
	}
	.service_list ul li:nth-of-type(1) {
	    width: 100%;
	}
	.service_list ul li:nth-of-type(2) {
	    width: 100%;
	    padding: 60px 60px 20px;
	}
}
@media only screen and (max-width: 767px) {
	.service_banner {
		margin: 60px 0 0;
	}
	.service_banner .service_title {
	    height: 40px;
	    line-height: 40px;
	    font-size: 12px;
	}
	.service_content {
	    padding: 35px 0 10px;
	}
	.tech_title {
		margin: 0 0 25px;
	}
	.tech_title h1 {
	    font-size: 28px;
	    margin: 0 0 10px;
	}
	.service_list ul {
		margin: 0 0 30px;
	}
	.service_list ul li:nth-of-type(2) {
	    padding: 30px 0 0;
	}
	.service_list ul li h1 {
	    font-size: 26px;
	    margin: 0 0 10px;
	}
	.service_list ul li a {
	    width: 120px;
	    margin: 25px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.service_banner img:nth-of-type(2) {
		display: none;
	}
	.service_list ul li:nth-of-type(1) {
	    width: 580px;
	}
}
@media only screen and (min-width: 1250px) {
	.service_list ul li:nth-of-type(1) {
	    width: 800px;
	}
}
/*技术支持*/
.tech1 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 70px 0 75px;
}
.tech1 h1 {
	font-size: 40px;
	font-weight: bold;
}
.tech1 ul {
	width: 100%;
	overflow: hidden;
	margin: 55px 0 0;
}
.tech1 ul li {
	width: 275px;
	overflow: hidden;
	float: left;
}
.tech1 ul li:nth-of-type(2) {
	margin: 0 187px;
}
.tech1 ul li h4 {
	color: #999999;
	font-size: 18px;
	line-height: 25px;
	margin: 25px 0 0;
}
@media only screen and (max-width: 991px) {
	.tech1 ul li {
		width: auto;
	}
	.tech1 ul li:nth-of-type(2) {
	    margin: 0 43px;
	}
}
@media only screen and (max-width: 767px) {
	.tech1 {
	    padding: 40px 0;
	}
	.tech1 h1 {
	    font-size: 28px;
	}
	.tech1 ul {
	    margin: 30px 0 0;
	}
	.tech1 ul li {
		width: calc(33.33% - 10px);
		width: -moz-calc(33.33% - 10px);
		width: -webkit-calc(33.33% - 10px);
	}
	.tech1 ul li:nth-of-type(2) {
	    margin: 0 15px;
	}
	.tech1 ul li h4 {
	    font-size: 12px;
	    line-height: 18px;
	    margin: 10px 0 0;
	}
	.tech1 ul li img {
		width: 60px;
	}
}
@media only screen and (min-width: 992px) {
	.tech1 ul li:nth-of-type(2) {
		margin: 0 72px;
	}
}
@media only screen and (min-width: 1250px) {
	.tech1 ul li:nth-of-type(2) {
		margin: 0 187px;
	}
}
/*坚持精益求精, 创造卓越品质*/
/*致力于为客户提供优质的产品及服务*/
.tech2 {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 55px 0 75px;
	background-color: #f4f4f4;
}
.tech2 h1 {
	font-size: 32px;
	color: #333333;
	line-height: 47px;
}
.tech2 .tech2_list {
	width: 100%;
	overflow: hidden;
	margin: 45px 0 0;
}
.tech2_list .tech2_left {
	width: 50%;
	overflow: hidden;
	float: left;
}
.tech2_list .tech2_left img {
	width: 100%;
	transition: all 1s;
}
.tech2_list .tech2_left:hover img {
	transform: scale(1.05);
}
.tech2_list .tech2_right {
	width: 50%;
	overflow: hidden;
	float: left;
}
.tech2_right li {
	width: calc(50% - 9px);
	width: -moz-calc(50% - 9px);
	width: -webkit-calc(50% - 9px);
	overflow: hidden;
	float: left;
	margin: 0 0 12px 9px;
	cursor: pointer;
}
.tech2_right li img {
	width: 100%;
	transition: all 1s;
}
.tech2_right li:hover img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.tech2_list .tech2_left,.tech2_list .tech2_right {
		width: 100%;
		float: none;
	}
	.tech2_right li {
		width: calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
	}
	.tech2_right li:nth-of-type(2n+1) {
		margin: 20px 20px 0 0;
	}
	.tech2_right li:nth-of-type(2n) {
		margin: 20px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.tech2 {
	    padding: 35px 0 40px;
	}
	.tech2 h1 {
	    font-size: 26px;
	    line-height: 35px;
	}
	.tech2 .tech2_list {
	    margin: 25px 0 0;
	}
	.tech2_right li {
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
	}
	.tech2_right li:nth-of-type(2n+1) {
		margin: 10px 10px 0 0;
	}
	.tech2_right li:nth-of-type(2n) {
		margin: 10px 0 0;
	}
}
/*全球销售合作伙伴*/
.tech3 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 50px;
	text-align: center;
}
.tech3 .tech3_title {
	width: 100%;
	overflow: hidden;
	color: #999999;
	line-height: 22px;
	font-size: 14px;
	margin: 0 0 55px;
}
.tech3 .tech3_title h1 {
	font-size: 36px;
	line-height: 45px;
	color: #000000;
	margin: 0 0 10px;
}
.tech3 .tech3_img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.tech3 .tech3_img>img {
	width: 100%;
}
.tech3 .tech3_img .tech3_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.tech3_box img {
	position: absolute;
}
.tech3_box img:nth-of-type(1) {
	left: 13%;
	top: 36%;
	animation: rotate 2s 1s infinite;
}
.tech3_box img:nth-of-type(2) {
	left: 16%;
	top: 17%;
	animation: rotate 2s 2s infinite;
}
.tech3_box img:nth-of-type(3) {
	left: 35%;
	top: 0%;
	animation: rotate 2s 3s infinite;
}
.tech3_box img:nth-of-type(4) {
	left: 32%;
	top: 67%;
	animation: rotate 2s 4s infinite;
}
.tech3_box img:nth-of-type(5) {
	right: 43%;
	top: 50%;
	animation: rotate 2s 7s infinite;
}
.tech3_box img:nth-of-type(6) {
	right: 35%;
	top: 17%;
	animation: rotate 2s 5s infinite;
}
.tech3_box img:nth-of-type(7) {
	right: 15%;
	top: 17%;
	animation: rotate 2s 8s infinite;
}
.tech3_box img:nth-of-type(8) {
	right: 13%;
	top: 74%;
	animation: rotate 2s 6s infinite;
}
@keyframes rotate {
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@-moz-keyframes rotate {
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@-ms-keyframes rotate {
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@-webkit-keyframes rotate {
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@media only screen and (max-width: 767px) {
	.tech3 {
	    padding: 40px 0;
	}
	.tech3 .tech3_title {
	    line-height: 20px;
	    font-size: 12px;
	    margin: 0 0 30px;
	}
	.tech3 .tech3_title br {
		display: none;
	}
	.tech3 .tech3_title h1 {
	    font-size: 28px;
	    line-height: 35px;
	    margin: 0 0 10px;
	}
	.tech3_box img {
		width: 15px;
	}
	.tech3_box img:nth-of-type(1) {
		top: 33%;
	}
	.tech3_box img:nth-of-type(2) {
		top: 15%;
	}
	.tech3_box img:nth-of-type(3) {
		top: 0%;
	}
	.tech3_box img:nth-of-type(4) {
		top: 65%;
	}
	.tech3_box img:nth-of-type(5) {
		top: 48%;
	}
	.tech3_box img:nth-of-type(6) {
		top: 15%;
	}
	.tech3_box img:nth-of-type(7) {
		top: 15%;
	}
	.tech3_box img:nth-of-type(8) {
		top: 70%;
	}
}
/*智能制造 大数据中心*/
.data_content {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 40px;
}
.data_content .data_title {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	text-align: center;
}
.data_title h1 {
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	line-height: 45px;
	margin: 0 0 15px;
}
.data_content .data_list {
	width: 100%;
	overflow: hidden;
	margin: 40px 0 0;
}
.data_list li {
	width: calc(33.33% - 14px);
	width: -moz-calc(33.33% - 14px);
	width: -webkit-calc(33.33% - 14px);
	overflow: hidden;
	float: left;
}
.data_list li img {
	width: 100%;
}
.data_list li:nth-of-type(3n+1),.data_list li:nth-of-type(3n+2) {
	margin: 0 21px 21px 0;
}
.data_list li:nth-of-type(3n) {
	margin: 0 0 21px;
}
@media only screen and (max-width: 991px) {
	.data_list li {
		width: calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
	}
	.data_list li:nth-of-type(2n+1) {
		margin: 0 30px 30px 0;
	}
	.data_list li:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.data_content {
	    padding: 35px 0;
	}
	.data_content .data_title {
	    font-size: 12px;
	    line-height: 20px;
	}
	.data_content .data_title br {
		display: none;
	}
	.data_title h1 {
	    font-size: 28px;
	    line-height: 35px;
	    margin: 0 0 10px;
	}
	.data_list li {
		width: calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
	}
	.data_list li:nth-of-type(2n+1) {
		margin: 0 10px 10px 0;
	}
	.data_list li:nth-of-type(2n) {
		margin: 0 0 10px;
	}
}
/*维修服务*/
.repair {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 18px;
}
.repair .repair_title {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 22px;
	margin: 0 0 40px;
}
.repair .repair_title h1 {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 15px;
}
.repair .repair_menu {
	width: 100%;
	height: 43px;
	display: flex;
	overflow: hidden;
	line-height: 43px;
	margin: 0 auto 50px;
	align-items: center;
	justify-content: center;
}
.repair_menu li {
	height: 100%;
	color: #666666;
	font-size: 16px;
	padding: 0 15px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	background-color: #e9e9e9;
}
.repair_menu li:nth-of-type(2) {
	margin: 0 15px;
}
.repair_menu li:hover {
	color: #009c59;
}
.repair_menu li.active {
	background-color: #009c59;
	color: #FFFFFF;
}
.repair_content {
	width: 100%;
	overflow: hidden;
}
.repair_content li {
	width: 100%;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	display: none;
}
.repair_content li.active {
	display: block;
}
.repair_content li h1 {
	font-size: 30px;
	line-height: 40px;
	height: 60px;
	border-bottom: 1px solid #dddddd;
	margin: 0 0 29px;
}
.repair_content li .repair_list {
	width: 100%;
	overflow: hidden;
}
.repair_list a {
	display: block;
	width: calc(25% - 12px);
	width: -moz-calc(25% - 12px);
	width: -webkit-calc(25% - 12px);
	overflow: hidden;
	float: left;
}
.repair_list a:nth-of-type(4n+1),.repair_list a:nth-of-type(4n+2),.repair_list a:nth-of-type(4n+3) {
	margin: 0 16px 21px 0;
}
.repair_list a:nth-of-type(4n) {
	margin: 0 0 21px;
}
.repair_list a img {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.repair .repair_menu {
	    width: 100%;
		height: auto;
	    margin: 0 auto 40px;
	}
	.repair_menu li {
		padding: 8px 10px;
		line-height: 20px;
	}
	.repair_list a {
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
	}
	.repair_list a:nth-of-type(2n+1) {
		margin: 0 30px 30px 0;
	}
	.repair_list a:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.repair {
	    padding: 40px 0 30px;
	}
	.repair .repair_title {
	    font-size: 12px;
	    line-height: 20px;
	    margin: 0 0 25px;
	}
	.repair .repair_title br {
		display: none;
	}
	.repair .repair_title h1 {
	    font-size: 28px;
	    margin: 0 0 10px;
	}
	.repair .repair_menu {
	    height: auto;
	    display: block;
	    line-height: 1;
	    text-align: center;
	    margin: 0 auto 25px;
	}
	.repair_menu li {
	    height: auto;
	    font-size: 14px;
	    line-height: 18px;
	    padding: 10px 15px;
	    display: inline-block;
	}
	.repair_menu li:nth-of-type(2) {
		margin: 10px;
	}
	.repair_content li {
	    font-size: 14px;
	    line-height: 25px;
	}
	.repair_content li h1 {
	    height: 50px;
	    font-size: 24px;
	    margin: 0 0 20px;
	    line-height: 35px;
	}
	.repair_list a {
		width: -moz-calc(50% - 7px);
		width: -webkit-calc(50% - 7px);
		width: calc(50% - 7px);
	}
	.repair_list a:nth-of-type(2n+1) {
		margin: 0 14px 14px 0;
	}
	.repair_list a:nth-of-type(2n) {
		margin: 0 0 14px;
	}
}