﻿@charset "utf-8";
/* Public CSS Document */


#feedback {
	margin-top: -115px;
}
#feedback div.sub_content {
	overflow: hidden;
	position: relative;
	height: 235px;
	border-radius: 25px;
	-o-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: transparent;
	background-image: url("/acc/img/index/bg_feedback.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#feedback h1 {
	position: absolute;
	top: 71px;
	left: 100px;
	width: 210px;
	height: 50px;
	color: #111;
	font-size: 32px;
}
#feedback p {
	position: absolute;
	top: 75px;
	left: 310px;
	width: 155px;
	height: 25px;
	font-size: 16px;
}
#feedback dl {
	position: absolute;
	top: 125px;
	left: 100px;
}
#feedback dd {
	float: left;
	margin-right: 18px;
	display: flex;
	align-items: center;
}
#feedback span.title {
	margin-right: 8px;
	color: #5a5a5a;
	font-size: 16px;
}
#feedback span.reqtip {
	color: #f00;
	line-height: 100%;
	margin-left: 3px;
}
#feedback span.inpbox {
	width: 205px;
}
#feedback input.inptext {
	width: 100%;
	height: 38px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: "Alibaba_PuHuiTi";
	font-size: 12px;
	text-indent: 5px;
	line-height: 38px;
}
#feedback textarea.txtarea {
	padding: 2px 5px;
	width: 100%;
	height: 34px;
	resize: none;
	font-size: 12px;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#feedback a.btnsubmit {
	display: block;
	margin-left: 15px;
	width: 80px;
	height: 38px;
	background: #38F;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 34px;
	border-width: 1px;
	border-color: #3388FF;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#service {
	overflow: hidden;
	margin-top: 25px;
	height: 1050px;
}
#service h1 {
	height: 80px;
	color: #222;
	font-size: 36px;
	line-height: 80px;
	text-align: center;
}
#service article {
	overflow: hidden;
	margin-top: 20px;
	width: 590px;
	height: 300px;
	border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#service h5 {
	margin-top: 35px;
	margin-left: 35px;
	width: 98px;
	height: 38px;
	border-bottom: 2px solid #FFF;
	color: white;
	font-size: 24px;
}
#service p {
	margin-top: 35px;
	margin-left: 35px;
	width: 250px;
	height: 80px;
	color: white;
	font-size: 16px;
	line-height: 150%;
}
#service a {
	display: block;
	margin-top: 35px;
	margin-left: 35px;
	width: 152px;
	height: 38px;
	color: white;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#service a:hover {
	color: #38F;
	background: white;
}
#service article.art_01 {
	float: left;
	background: url("/acc/img/index/bg_art_01.jpg");
}
#service article.art_02 {
	float: right;
	background: url("/acc/img/index/bg_art_02.jpg");
}
#service article.art_03 {
	float: left;
	background: url("/acc/img/index/bg_art_03.jpg");
}
#service article.art_04 {
	float: right;
	background: url("/acc/img/index/bg_art_04.jpg");
}
#service article.art_05 {
	float: left;
	background: url("/acc/img/index/bg_art_05.jpg");
}
#service article.art_06 {
	float: right;
	background: url("/acc/img/index/bg_art_06.jpg");
}

#process {
	overflow: hidden;
	margin-top: 50px;
	height: 520px;
	background-color: transparent;
	background-image: url("/acc/img/index/bg_process.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}
#process .sub_content {
	position: relative;
}
#process h1 {
	position: absolute;
	top: 58px;
	width: 100%;
	color: white;
	font-size: 36px;
	text-align: center;
}
#process .item {
	position: absolute;
	top: 130px;
	height: 300px;
	background: url("/acc/img/index/bg_ps_item.png");
}
#process .i_01 {
	left: 0px;
	width: 199px;
}
#process .i_02 {
	left: 201px;
	width: 198px;
}
#process .i_03 {
	left: 401px;
	width: 198px;
}
#process .i_04 {
	left: 601px;
	width: 198px;
}
#process .i_05 {
	left: 801px;
	width: 198px;
}
#process .i_06 {
	left: 1001px;
	width: 199px;
}
#process .icon {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 50px;
	height: 50px;
}
#process h5 {
	position: absolute;
	top: 115px;
	left: 20px;
	width: 150px;
	height: 32px;
	color: white;
	font-size: 20px;
}
#process p {
	position: absolute;
	top: 150px;
	left: 20px;
	width: 160px;
	height: 35px;
	color: white;
	font-size: 14px;
	line-height: 150%;
}
#process .num {
	position: absolute;
	top: 235px;
	left: 130px;
	width: 60px;
	height: 60px;
}

#why {
	height: 650px;
	background-color: #EAF3FF;
}
#why .sub_content {
	position: relative;
}
#why h1 {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 52px;
	color: #222;
	font-size: 36px;
	line-height: 52px;
	text-align: center;
}
#why h2 {
	position: absolute;
	top: 115px;
	width: 100%;
	height: 28px;
	text-align: center;
	color: #999;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
}
#why .item {
	position: absolute;
	width: 390px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#why .i_01 {
	top: 180px;
	background: url("/acc/img/index/bg_why_01.jpg");
}
#why .i_02 {
	top: 180px;
	left: 405px;
	background: url("/acc/img/index/bg_why_02.jpg");
}
#why .i_03 {
	top: 180px;
	left: 810px;
	background: url("/acc/img/index/bg_why_03.jpg");
}
#why .i_04 {
	top: 395px;
	background: url("/acc/img/index/bg_why_04.jpg");
}
#why .i_05 {
	top: 395px;
	left: 405px;
	background: url("/acc/img/index/bg_why_05.jpg");
}
#why .i_06 {
	top: 395px;
	left: 810px;
	background: url("/acc/img/index/bg_why_06.jpg");
}
#why img {
	position: absolute;
	top: 35px;
	left: 25px;
	width: 60px;
}
#why h5 {
	position: absolute;
	top: 55px;
	left: 100px;
	width: 150px;
	height: 34px;
	color: #222;
	font-size: 24px;
}
#why p {
	position: absolute;
	top: 105px;
	left: 100px;
	width: 260px;
	height: 59px;
	color: #666;
	font-size: 16px;
	line-height: 150%;
}