﻿.banner_common:before{
	background-image: url(../images/service.jpg);
}
@font-face {
  	font-family: "HelveticaNeueLTStd-BlkCn";
  	src: url("../style/HelveticaNeueLTStd-BlkCn.otf") format("opentype");
}
.service_one{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 85px;
}
.service_one .one_title{
	width: 100%;
	/* overflow: hidden; */
	color: #666666;
	line-height: 30px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-bottom: 50px;
}
.one_title h1{
	color: #333333;
	font-size: 36px;
	margin-bottom: 15px;
}
.service_one ul{
	width: 800px;
	height: 60px;
	/* overflow: hidden; */
	margin: 0 auto;
}
.service_one ul li{
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 80px;
	margin-right: 75px;
}
.service_one ul li:last-of-type{
	margin: 0;
}
.service_one ul li h1{
	font-size: 58px;
	color: #7f4f21;
	float: left;
	font-family: "HelveticaNeueLTStd-BlkCn";
	margin-right: 5px;
}
@media only screen and (max-width: 991px) {
	.banner_common:before{
		background-image: url(../images/servicesm.jpg);
	}
}
@media only screen and (max-width: 767px) {
	.service_one {
	    padding: 30px 0 20px;
	}
	.one_title h1 {
	    font-size: 28px;
	    margin-bottom: 10px;
	}
	.service_one .one_title {
		margin-bottom: 20px;
	}
	.service_one .one_title p:nth-of-type(2){
		display: none;
	}
	.service_one ul {
	    width: 100%;
	    height: auto;
	}
	.service_one ul li{
		width: 200px;
		float: none;
		margin: 0 auto !important;
		font-size: 14px;
		line-height: 50px;
	}
	.service_one ul li h1 {
	    font-size: 36px;
	}
}
/*品质服務*/
.service_two{
	width: 100%;
	height: 570px;
	overflow: hidden;
}
.service_two .service_img{
	width: 50%;
	height: 100%;
	overflow: hidden;
	float: left;
}
.service_two .service_txt{
	/* width: 50%; */
	/* height: 100%; */
	overflow: hidden;
	float: left;
	padding: 60px 120px;
	background:url(../images/servicebg.jpg) no-repeat center;
	color: #FFFFFF;
}
.service_txt h2{
	width: 220px;
	font-size: 30px;
	line-height: 50px;
	border-bottom: 3px solid #FFFFFF;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.service_txt ul{
	width: 560px;
	overflow: hidden;
}
.service_txt ul li{
	width: 215px;
	overflow: hidden;
	float: left;
	margin: 0 65px 25px 0;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
.service_txt ul li .service_icon{
	width: 30px;
	height: 30px;
	overflow: hidden;
}
.service_txt ul li h4{
	margin: 8px 0;
}
@media only screen and (max-width: 1249px) {
	.service_two {
	    width: 100%;
	    height: auto;
	}
	.service_two .service_img {
	    width: 100%;
	    height: auto;
	    float: none;
	}
	.service_two .service_img img{
		width: 100%;
	}
	.service_two .service_txt {
	    width: 100%;
	    height: 540px;
	    float: none;
	    padding: 60px 120px;
	    background: #7f4f21 url(../images/servicebg.jpg) no-repeat center;
	}
}
@media only screen and (max-width: 767px) {
	.service_two .service_txt {
	    height: auto;
	    padding: 30px 40px;
	    background-size: auto 100%;
	}
	.service_txt ul{
		width: 100%;
	}
	.service_txt ul li {
		width: 100%;
		float: none;
		font-size: 14px;
	}
	.service_txt h2 {
	    width: 96px;
	    font-size: 24px;
	    line-height: 40px;
	    margin-bottom: 20px;
	}
	.service_txt ul li h4 {
	    margin: 8px 0;
	    font-size: 15px;
	}
}
/*售后遍布网点*/
.service_three{
	width: 100%;
	overflow: hidden;
	background: url(../images/outlets.jpg) no-repeat center;
	/* background-size:100%; */
	padding: 65px 0 0;
	position: relative;
}
.service_three .three_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.three_title h1{
	font-size: 36px;
	color: #333333;
	margin-bottom: 10px;
}
.service_three .three_menu{
	width: 322px;
	overflow: hidden;
	margin: 45px auto 0;
}
.three_menu li{
	width: 135px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 15px;
	font-size: 14px;
	color: #ffffff;
	background-color: #6f6f6f;
	float: left;
	margin: 0 13px;
	cursor: pointer;
}
.three_menu li.three_active{
	background-color: #e60012;
}
.service_three .three_img{
	width: 100%;
	height: 760px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.three_img li{
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.three_img li a {
	color: #666666;
	text-align: left;
}
.three_img li .three_sh {
	width: 120px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 60px 0 0 145px;
}
.three_img li .three_txt {
	width: 160px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 130px 0 0 105px;
}
.three_img li .three_txt h4 {
	font-size: 16px;
	font-weight: bold;
	color: #010101;
	line-height: 20px;
}
.three_img li.three_active{
	display: block;
}
.three_img li:nth-of-type(2){
	padding: 35px 0 0;
}
.three_img li img{
	max-width: 100%;
}
@media only screen and (max-width: 1249px) {
	.service_three .three_img{
		height: 733px;
	}
	.three_img li .three_txt {
		margin: 125px 0 0 100px;
	}
}
@media only screen and (max-width: 991px) {
	.service_three .three_img{
		height: 520px;
	}
	.three_img li .three_sh {
		margin: 40px 0 0 100px;
	}
	.three_img li .three_txt {
		margin: 86px 0 0 59px;
	}
}
@media only screen and (max-width: 767px) {
	.service_three{
		padding: 35px 0 0;
	}
	.service_three .three_menu {
	    width: 290px;
	    overflow: hidden;
	    margin: 20px auto 0;
	}
	.three_menu li {
		margin: 0 5px;
	}
	.service_three .three_img{
		height: 280px;
	}
	.service_three .three_img li{
		padding: 30px 0 0 !important;
	}
	.three_title h1 {
	    font-size: 28px;
	    margin-bottom: 5px;
	}
	.three_img li .three_sh {
		margin: 30px 0 0 25px;
		transform: scale(0.6);
	}
	.three_img li .three_txt {
		margin: 50px 0 0 -9px;
		transform: scale(0.6);
	}
}
@media only screen and (min-width:1921px ) {
	.service_three{
		background-size: 100% auto;
	}
}
/*产品视频*/
.service_video {
	width: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 50px 0 25px;
}
.service_video h2 {
	width: 120px;
	font-size: 30px;
	line-height: 58px;
	margin: 0 auto;
	color: #333333;
	border-bottom: 3px solid #7f4f21;
}
.service_video .video_list {
	width: 100%;
	overflow: hidden;
	margin: 40px 0 0;
}
.video_list video {
	display: block;
	width: 460px;
	background-color: #000000;
	float: left;
}
@media only screen and (max-width: 991px) {
	.video_list video {
		width: 329px;
	}
	.video_list video:nth-of-type(2n+1) {
		margin: 0 30px 30px 0;
	}
	.video_list video:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (max-width: 767px) {
	.service_video {
	    padding: 30px 0;
	}
	.service_video h2 {
		width: 96px;
		font-size: 24px;
		line-height: 40px;
		border-bottom-width: 2px;
	}
	.service_video .video_list {
	    margin: 25px 0 0;
	}
	.video_list video {
		width: 100%;
	}
	.video_list video:nth-of-type(2n+1),.video_list video:nth-of-type(2n) {
		margin: 0 0 20px;
	}
}
@media only screen and (min-width: 992px) {
	.video_list video {
		width: 460px;
	}
	.video_list video:nth-of-type(2n+1) {
		margin: 0 50px 30px 0;
	}
	.video_list video:nth-of-type(2n) {
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1250px) {
	.video_list video {
		width: 356.66px;
	}
	.video_list video:nth-of-type(3n+1),.video_list video:nth-of-type(3n+2) {
		margin: 0 30px 30px 0;
	}
	.video_list video:nth-of-type(3n) {
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1500px) {
	.video_list video {
		width: 460px;
	}
}
/*技术资料下载*/
.service_four{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 75px;
	text-align: center;
}
.service_four .four_title{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 50px;
}
.four_title h1{
	font-size: 36px;
	color: #333333;
	margin-bottom: 10px;
}
.service_four .service_swiper{
	width: 1175px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.service_swiper .swiper-container{
	padding: 10px;
}
.service_four .service_swiper .download{
	width: 100%;
	height: 445px;
	box-shadow: 0 0 11px rgba(0,0,0,0.25);
	cursor: pointer;
}
.service_four .download .download_img{
	width: 100%;
	overflow: hidden;
}
.download_img img{
	width: 100%;
	transition: all 1s;
}
.service_four .download .download_txt{
	width: 100%;
	height: 205px;
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 18px;
	text-align: left;
	color: #9fa0a0;
	font-size: 14px;
}
.download_txt h3{
	font-size: 24px;
	color: #3e3a39;
}
.download_txt span{
	display: block;
	width: 48px;
	height: 2px;
	background-color: #7f4f21;
	margin: 15px 0 10px 1px;
}
.download_txt p{
	height: 40px;
	line-height: 20px;
}
.download_txt a{
	display: block;
	width: 160px;
	height: 41px;
	line-height: 39px;
	border-radius: 3px;
	overflow: hidden;
	margin: 30px auto 0;
	border: 1px solid #8c8c8c;
	text-align: center;
	font-size: 18px;
	color: #3e3a39;
}
.service_four .download:hover img{
	transform: scale(1.05);
}
.service_four .download:hover a{
	background-color: #7f4f21;
	color: #FFFFFF;
	border-color: #7f4f21;
	animation: huxi 2s linear infinite;
}
@media only screen and (max-width: 1249px) {
	.service_four .service_swiper {
	    width: 100%;
	}
	.service_four .service_swiper .download {
	    height: 475px;
	}
}
@media only screen and (max-width: 991px) {
	.service_four .service_swiper .download {
	    height: 500px;
	}
}
@media only screen and (max-width: 767px) {
	.service_four {
	    padding: 35px 0;
	}
	.service_four .four_title {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.four_title h1 {
	    font-size: 28px;
	    margin-bottom: 5px;
	}
	.service_swiper .swiper-container {
	    padding: 10px 5px;
	}
	.service_four .service_swiper .download {
	    width: 100%;
	    height: 315px;
	    box-shadow: 0 0 5px rgba(0,0,0,0.25);
	}
	.service_four .download .download_txt {
	    width: 100%;
	    height: 170px;
	    padding: 18px;
	    font-size: 14px;
	}
	.download_txt span {
	    width: 30px;
	    height: 2px;
	    margin: 10px 0 5px 1px;
	}
	.download_txt h3 {
	    font-size: 16px;
	}
	.download_txt a {
	    width: 100%;
	    height: 31px;
	    line-height: 29px;
	    margin: 20px auto 0;
	    font-size: 14px;
	}
}
/*ERP订单查询*/
.service_five{
	width: 100%;
	overflow: hidden;
	padding: 55px 0 75px;
	background-color: #f7f7f7;
}
.service_five .five_title{
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.five_title h1{
	margin-bottom: 10px;
	color: #333333;
	font-size: 36px;
}
.five_form{
	width: 1080px;
	height: 275px;
	overflow: hidden;
	margin: 50px auto 0;
	border: 1px solid #c1c1c1;
	padding: 30px 90px;
}
.five_form h3{
	font-size: 18px;
	color: #666666;
	margin-bottom: 30px;
}
.five_form ul{
	width: 100%;
	overflow: hidden;
}
.five_form ul li{
	width: 360px;
	overflow: hidden;
	float: left;
	margin: 0 120px 0 3px;
}
.five_form ul li:nth-of-type(2){
	margin: 0 0 0 3px;
}
.five_form ul li h4{
	color: #333333;
	font-size: 16px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.five_form ul li h4 span{
	color: #d80d18;
}
.five_form ul li input{
	width: 100%;
	border: 1px solid #c1c1c1;
	line-height: 35px;
	background-color: #FFFFFF;
	overflow: hidden;
	border-radius: 5px;
	padding: 0 10px;
}
.five_form button{
	width: 200px;
	height: 40px;
	border-radius: 4px;
	background-color: #d80d18;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	margin: 40px 0 0 5px;
}
.five_form button:hover{
	text-decoration: underline !important;
}
@media only screen and (max-width: 1249px) {
	.five_form {
	    width: 100%;
	    padding: 30px 50px;
	}
}
@media only screen and (max-width: 991px) {
	.five_form {
		height: 325px;
	}
	.five_form ul li {
	    margin: 0 0 15px !important;
	}
	.five_form button {
	    width: 120px;
	    height: 40px;
	    border-radius: 4px;
	    font-size: 14px;
	    margin: 20px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.service_five {
	    padding: 35px 0 40px;
	}
	.five_title p:nth-of-type(2){
		display: none;
	}
	.five_title h1 {
	    font-size: 28px;
	}
	.five_form {
	    height: 325px;
	    padding: 30px;
	}
	.five_form h3 {
	    font-size: 16px;
	    margin-bottom: 20px;
	    font-weight: bold;
	}
	.five_form ul li {
	    width: 100%;
	    float: none;
	    margin: 0 0 15px;
	}
	.five_form ul li:nth-of-type(2) {
	    margin: 0;
	}
	.five_form button {
	    width: 120px;
	    height: 40px;
	    border-radius: 4px;
	    font-size: 14px;
	    margin: 20px 0 0;
	}
}

/*手机号码验证*/
.service_modal{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 100;
	display: none;
}
.service_modal .modal_form{
	width: 556px;
	height: 360px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	left: 50%;
	top: 50%;
	margin: -180px 0 0 -278px;
	border-radius: 5px;
	padding: 25px 30px 38px 25px;
}
.modal_form h1{
	width: 100%;
	font-size: 24px;
	color: #393939;
	line-height: 35px;
	overflow: hidden;
	position: relative;
	margin: 0 0 45px;
}
.modal_form h1 ul{
	width: 20px;
	height: 20px;
	overflow: hidden;
	float: right;
	position: relative;
	cursor: pointer;
}
.modal_form ul li{
	width: 20px;
	height: 3px;
	overflow: hidden;
	background-color: #393939;
	border-radius: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1.5px 0 0 -10px;
	transform: rotate(45deg);
}
.modal_form ul li:nth-of-type(2){
	transform: rotate(-45deg);
}
.modal_form input{
	width: 100%;
	height: 48px;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	margin: 0 0 20px;
	padding: 0 18px;
}
.modal_form .modal_yzm{
	width: 100%;
	height: 48px;
	overflow: hidden;
	margin: 0 0 25px;
}
.modal_yzm input{
	width: 340px;
}
.modal_yzm button{
	width: 120px;
	height: 48px;
	border-radius: 4px;
	overflow: hidden;
	float: right;
	border: none;
}
.modal_form .modal_btn{
	width: 100%;
	overflow: hidden;
	text-align: right;
	border-top: 1px solid #b5b5b5;
	padding: 22px 0 0;
}
.modal_form .modal_btn button{
	width: 120px;
	height: 48px;
	text-align: center;
	background-color: #e60012;
	border-radius: 4px;
	border: 1px solid #e60012;
	font-size: 18px;
	color: #ffffff;
}
.modal_form .modal_btn span{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 25px;
	cursor: pointer;
}
