body {
	background: #ffffff;
}
.service_one {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 85px;
}
.service_one .one_title {
	width: 100%;
	color: #666666;
	overflow: hidden;
	text-align: center;
	margin-bottom: 50px;
}
.one_title h2 {
	color: #333333;
	margin-bottom: 15px;
}
.service_one ul {
	width: 660px;
	margin: 0 auto;
	overflow: hidden;
}
.service_one ul li {
	float: left;
	color: #666666;
	font-size: 16px;
	line-height: 80px;
	margin-right: 75px;
}
.service_one ul li:last-of-type {
	margin: 0;
}
.service_one ul li h1 {
	float: left;
	color: #000000;
	font-size: 57px;
	margin-right: 5px;
	font-family: "HelveticaNeueLTStd-BlkCn";
}
@media only screen and (max-width: 991px) {
	.banner_common:before {
		background-image: url(../img/serviceSm.jpg);
	}
}
@media only screen and (max-width: 750px) {
	.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{
		float: none;
		width: 140px;
		font-size: 14px;
		line-height: 50px;
		margin: 0 auto !important;
	}
	.service_one ul li h1 {
	    font-size: 36px;
	}
}
/*鍝佽川鏈嶅姟*/
.service_two {
	width: 100%;
	height: 615px;
	overflow: hidden;
	background: #f7f8fa;
}
.service_two .service_img {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
}
.service_img img {
	min-height: 100%;
}
.service_two .service_txt {
	width: 50%;
	float: left;
	height: 100%;
	color: #333333;
	overflow: hidden;
	padding: 90px 120px;
}
.service_txt h2 {
	width: 160px;
	color: #333333;
	line-height: 1.5;
	margin-bottom: 30px;
	border-bottom: 3px solid #333333;
}
.service_txt ul {
	width: 560px;
	overflow: hidden;
}
.service_txt ul li {
	float: left;
	width: 215px;
	font-size: 14px;
	overflow: hidden;
	line-height: 22px;
	text-align: justify;
	margin: 0 65px 25px 0;
}
.service_txt ul li .service_icon {
	width: 24px;
	height: 24px;
	overflow: hidden;
}
.service_txt ul li h5 {
	margin: 8px 0;
}
@media only screen and (max-width: 1199px) {
	.service_two {
	    width: 100%;
	    height: auto;
	}
	.service_two .service_img {
	    width: 100%;
	    float: none;
	    height: auto;
	}
	.service_two .service_img img {
		width: 100%;
	}
	.service_two .service_txt {
	    float: none;
	    width: 100%;
	    height: 540px;
	    padding: 60px 120px;
	}
}
@media only screen and (max-width: 750px) {
	.service_two .service_txt {
	    height: auto;
	    padding: 40px 30px 20px;
	}
	.service_txt ul {
		width: 100%;
	}
	.service_txt ul li {
		width: 100%;
		float: none;
	}
	.service_txt h2 {
	    width: 112px;
	    margin: 0 0 30px;
	    line-height: 40px;
	}
	.service_txt ul li h5 {
	    margin: 8px 0;
	    font-size: 16px;
	}
}
@media only screen and (min-width: 1921px) {
	.service_two .service_img img {
		width: 100%;
	}
}
/*鍞悗閬嶅竷缃戠偣*/
.service_three {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 0;
	position: relative;
	background: url(../img/outlets.jpg) no-repeat center;
	background-size: cover;
}
.service_three .three_title {
	width: 100%;
	color: #666666;
	overflow: hidden;
	text-align: center;
}
.three_title h2 {
	color: #333333;
	margin-bottom: 10px;
}
.service_three .three_menu {
	width: 322px;
	overflow: hidden;
	margin: 45px auto 0;
}
.three_menu li {
	float: left;
	width: 135px;
	height: 30px;
	color: #ffffff;
	margin: 0 13px;
	font-size: 12px;
	cursor: pointer;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	background-color: #6f6f6f;
}
.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 {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	color: #666666;
	font-size: 12px;
	overflow: hidden;
	position: absolute;
	text-align: center;
}
.three_img li a {
	color: #666666;
	text-align: left;
}
.three_img li .three_sh {
	top: 50%;
	left: 50%;
	width: 120px;
	overflow: hidden;
	position: absolute;
	margin: 60px 0 0 145px;
}
.three_img li .three_txt {
	top: 50%;
	left: 50%;
	width: 160px;
	overflow: hidden;
	position: absolute;
	margin: 130px 0 0 105px;
}
.three_img li .three_txt h4 {
	color: #010101;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.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: 1200px) {
	.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: 750px) {
	.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);
	}
}
/*鎶€鏈祫鏂欎笅杞�*/
.service_four {
	width: 100%;
	padding: 75px 0;
	overflow: hidden;
	text-align: center;
}
.service_four .four_title {
	width: 100%;
	color: #666666;
	overflow: hidden;
	margin-bottom: 50px;
}
.four_title h2 {
	color: #333333;
	margin-bottom: 10px;
}
.service_four .service_swiper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.service_swiper .swiper-container {
	padding: 10px;
}
.service_four .service_swiper .download {
	width: 100%;
	height: 440px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 0 11px rgba(0,0,0,0.25);
}
.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;
	padding: 18px;
	color: #9fa0a0;
	font-size: 14px;
	overflow: hidden;
	text-align: left;
	background-color: #FFFFFF;
}
.download_txt h3 {
	font-size: 24px;
	color: #3e3a39;
}
.download_txt span {
	width: 48px;
	height: 2px;
	display: block;
	margin: 15px 0 10px 1px;
	background-color: #d02127;
}
.download_txt p {
	height: 40px;
	line-height: 20px;
}
.download_txt a {
	width: 160px;
	height: 41px;
	display: block;
	color: #3e3a39;
	font-size: 18px;
	overflow: hidden;
	line-height: 39px;
	text-align: center;
	border-radius: 3px;
	margin: 30px auto 0;
	border: 1px solid #8c8c8c;
}
.service_four .download:hover img {
	transform: scale(1.05);
}
.service_four .download:hover a {
	color: #FFFFFF;
	border-color: #d02127;
	background-color: #d02127;
	animation: huxi 2s linear infinite;
}
@media only screen and (max-width: 991px) {
	.service_four .service_swiper .download {
	    height: 500px;
	}
}
@media only screen and (max-width: 750px) {
	.service_four {
	    padding: 45px 0;
	}
	.service_four .four_title {
	    margin-bottom: 20px;
	}
	.four_title h1 {
	    font-size: 28px;
	    margin-bottom: 5px;
	}
	.service_swiper .swiper-container {
	    padding: 10px 5px;
	}
	.service_four .service_swiper .download {
	    height: 305px;
	    box-shadow: 0 0 5px rgba(0,0,0,0.25);
	}
	.service_four .download .download_txt {
	    width: 100%;
	    height: 155px;
	    padding: 18px;
	    font-size: 12px;
	}
	.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;
	    font-size: 14px;
	    line-height: 29px;
	    margin: 13px auto 0;
	}
}
@media only screen and (min-width: 992px) {
	.service_four .service_swiper {
	    width: 100%;
	}
	.service_four .service_swiper .download {
	    height: 475px;
	}
}
@media only screen and (min-width: 1200px) {
	.service_four .service_swiper {
	    width: 1175px;
	}
	.service_four .service_swiper .download {
	    height: 440px;
	}
}
/*ERP璁㈠崟鏌ヨ*/
.service_five{
	width: 100%;
	padding: 75px 0;
	overflow: hidden;
	background-color: #f7f7f7;
}
.service_five .five_title {
	width: 100%;
	color: #666666;
	overflow: hidden;
	text-align: center;
}
.five_title h2 {
	color: #333333;
	margin-bottom: 10px;
}
.five_form{
	width: 1080px;
	height: 275px;
	overflow: hidden;
	margin: 50px auto 0;
	border: 1px solid #c1c1c1;
	padding: 30px 90px;
}
.five_form h3{
	color: #666666;
	font-size: 18px;
	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: 1199px) {
	.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: 750px) {
	.service_five {
	    padding: 35px 0 40px;
	}
	.five_title p:nth-of-type(2) {
		display: none;
	}
	.five_title h2 {
	    font-size: 28px;
	}
	.five_form {
	    height: 325px;
	    padding: 30px;
	    margin: 30px 0 0;
	}
	.five_form h3 {
	    font-size: 16px;
	    margin: 0 0 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 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	position: fixed;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
}
.service_modal .modal_form{
	top: 50%;
	left: 50%;
	width: 556px;
	height: 360px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	background-color: #ffffff;
	margin: -180px 0 0 -278px;
	padding: 25px 30px 38px 25px;
}
.modal_form h1 {
	width: 100%;
	color: #393939;
	font-size: 24px;
	margin: 0 0 45px;
	overflow: hidden;
	line-height: 35px;
	position: relative;
}
.modal_form h1 ul {
	width: 20px;
	height: 20px;
	float: right;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.modal_form ul li {
	top: 50%;
	left: 50%;
	width: 20px;
	height: 3px;
	overflow: hidden;
	position: absolute;
	border-radius: 2px;
	margin: -1.5px 0 0 -10px;
	transform: rotate(45deg);
	background-color: #393939;
}
.modal_form ul li:nth-of-type(2) {
	transform: rotate(-45deg);
}
.modal_form input {
	width: 100%;
	height: 48px;
	padding: 0 18px;
	margin: 0 0 20px;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
}
.modal_form .modal_yzm {
	width: 100%;
	height: 48px;
	overflow: hidden;
	margin: 0 0 25px;
}
.modal_yzm input {
	width: 340px;
}
.modal_yzm button {
	float: right;
	border: none;
	width: 120px;
	height: 48px;
	overflow: hidden;
	border-radius: 4px;
}
.modal_form .modal_btn {
	width: 100%;
	overflow: hidden;
	text-align: right;
	padding: 22px 0 0;
	border-top: 1px solid #b5b5b5;
}
.modal_form .modal_btn button {
	width: 120px;
	height: 48px;
	color: #ffffff;
	font-size: 18px;
	border-radius: 4px;
	text-align: center;
	background-color: #e60012;
	border: 1px solid #e60012;
}
.modal_form .modal_btn span{
	height: 48px;
	cursor: pointer;
	padding: 0 25px;
	line-height: 48px;
	display: inline-block;
}
@media only screen and (max-width: 750px) {
	.service_modal .modal_form {
		width: 340px;
		height: 200px;
		padding: 15px;
		margin: -130px 0 0 -170px;
	}
	.modal_form h1 {
		font-size: 18px;
		margin: 0 0 20px;
		line-height: 25px;
	}
	.modal_form input {
		height: 38px;
		padding: 0 10px;
		margin: 0 0 20px;
	}
	.modal_form .modal_yzm {
		height: 38px;
		margin: 0 0 25px;
	}
	.modal_yzm input {
		width: 340px;
	}
	.modal_yzm button {
		width: 80px;
		height: 35px;
	}
	.modal_form .modal_btn {
		padding: 22px 0 0;
	}
	.modal_form .modal_btn button {
		width: 80px;
		height: 33px;
		font-size: 14px;
	}
	.modal_form .modal_btn span{
		height: 35px;
		padding: 0 15px;
		line-height: 35px;
	}
}