@charset "utf-8";

/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", SimSun, arial, "宋体";
}

ul {
	list-style-type: none;
}

img {
	border: 0px;
}

/*清楚浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	overflow: hidden;
}

.bj {
	background: url(../img/bj.png) no-repeat fixed center center transparent;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.index_top {
	height: 166px;
}

.index_top img {
	padding-top: 55px;
}

a.index_logo_portfolio div {
	width: 148px;
	height: 58px;
	text-align: center;
	padding-top: 90px;
	color: #fff;
	background: #FF6600 url(../img/logo_pr.png) no-repeat center 30px;
}

a.index_logo_portfolio,
a.index_logo_portfolio:hover {
	position: absolute;
	z-index: 2;
	right: 220px;
	top: 160px;
	width: 148px;
	height: 148px;
	display: block;
	text-decoration: none;
	padding: 10px;
}

a.index_logo_portfolio:hover {
	background-color: hsla(0, 0%, 100%, .5);
}

a.index_logo_aboutus div {
	width: 148px;
	height: 58px;
	text-align: center;
	padding-top: 90px;
	color: #fff;
	background: #FF6600 url(../img/logo_au.png) no-repeat center 30px;
}

a.index_logo_aboutus,
a.index_logo_aboutus:hover {
	position: absolute;
	z-index: 2;
	left: 166px;
	top: 320px;
	width: 148px;
	height: 148px;
	display: block;
	text-decoration: none;
	padding: 10px;
}

a.index_logo_aboutus:hover {
	background-color: hsla(0, 0%, 100%, .5);
}

a.index_logo_clients div {
	width: 148px;
	height: 58px;
	text-align: center;
	padding-top: 90px;
	color: #fff;
	background: #FF6600 url(../img/logo_customer.png) no-repeat center 30px;
}

a.index_logo_clients,
a.index_logo_clients:hover {
	position: absolute;
	z-index: 2;
	left: 464px;
	top: 320px;
	width: 148px;
	height: 148px;
	display: block;
	text-decoration: none;
	padding: 10px;
}

a.index_logo_clients:hover {
	background-color: hsla(0, 0%, 100%, .5);
}

a.index_logo_contact div {
	width: 148px;
	height: 58px;
	text-align: center;
	padding-top: 90px;
	color: #fff;
	background: #FF6600 url(../img/logo_contact.png) no-repeat center 30px;
}

a.index_logo_contact,
a.index_logo_contact:hover {
	position: absolute;
	z-index: 2;
	left: 760px;
	top: 320px;
	width: 148px;
	height: 148px;
	display: block;
	text-decoration: none;
	padding: 10px;
}

a.index_logo_contact:hover {
	background-color: hsla(0, 0%, 100%, .5);
}

a.index_logo_workflow div {
	width: 148px;
	height: 58px;
	text-align: center;
	padding-top: 90px;
	color: #fff;
	background: #2A1530 url(../img/logo_wf.png) no-repeat center 30px;
}

a.index_logo_workflow,
a.index_logo_workflow:hover {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 480px;
	width: 148px;
	height: 148px;
	display: block;
	text-decoration: none;
	padding: 10px;
}

a.index_logo_workflow:hover {
	background-color: hsla(0, 0%, 100%, .5);
}

#contact {
	position: fixed;
	bottom: 80px;
	right: 0px;
	z-index: 1000;
}

.nav {
	width: 100%;
	min-width: 1000px;
	height: 76px;
	background: url(../img/title_icon.png) repeat-x left;
}

.nav_logo {
	float: left;
	background: url(../img/left_logo.png) no-repeat;
	margin-left: 28px;
	height: 23px;
	width: 18%;
	margin-top: 22px;
}

.logo_about_us,
.logo_customer,
.logo_work_flow,
.logo_portfolio,
.logo_contactus {
	display: block;
	float: left;
	width: 15.5%;
	height: 64px;
	text-indent: 60px;
	line-height: 64px;
	text-decoration: none;
	color: #FFF;
	margin-left: 0px;
}

.logo_about_us {
	background: url(../img/logo_au.png) no-repeat left center;
}

.logo_customer {
	background: url(../img/logo_customer.png) no-repeat left center;
}

.logo_work_flow {
	background: url(../img/logo_wf.png) no-repeat left center;
}

.logo_portfolio {
	background: url(../img/logo_pr.png) no-repeat left center;
}

.logo_contactus {
	background: url(../img/logo_contact.png) no-repeat left center;
}

.logo_about_us:hover,
.logo_about_us_on {
	background: url(../img/click_au_logo.png) no-repeat left center;
	color: #f58239;
}

.logo_customer:hover,
.logo_customer_on {
	background: url(../img/click_cu_logo.png) no-repeat left center;
	color: #f58239;
}

.logo_work_flow:hover,
.logo_work_flow_on {
	background: url(../img/click_wf_logo.png) no-repeat left center;
	color: #f58239;
}

.logo_portfolio:hover,
.logo_portfolio_on {
	background: url(../img/click_pr_logo.png) no-repeat left center;
	color: #f58239;
}

.logo_contactus:hover,
.logo_contactus_on {
	background: url(../img/click_co_logo.png) no-repeat left center;
	color: #f58239;
}

.au_body {
	width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}

.au_left_word {
	width: 440px;
	float: left;
}

.au_left_word h1 {
	text-align: center;
	font-family: arial;
	font-size: 40px;
	margin-bottom: 20px;
	font-family: "arial";
}

.au_left_word div {
	width: 350px;
	margin: 0 auto;
	margin-bottom: 16px;
	height: 2px;
	background-color: #F58239;
}

.au_left_word p {
	font-family: "arial";
	font-size: 18px;
	text-align: justify;
	line-height: 140%;
}

.au_left_word p:hover {
	background: #f58239;
	color: #FFF;
	padding: 20px;
	margin: -20px;
	border-radius: 15px;
}

.au_right_word {
	width: 440px;
	float: left;
	margin-left: 100px;

}

.au_right_word h1 {
	text-align: center;
	font-family: arial;
	font-size: 40px;
	margin-bottom: 20px;
	font-family: "arial";
}

.div1 {
	width: 350px;
	margin: 0 auto;
	margin-bottom: 16px;
	height: 2px;
	background-color: #F58239;
}

.au_right_word p {
	font-family: arial;
	font-size: 18px;
	text-align: justify;
	line-height: 140%;
}

.au_right_word p:hover {
	background: #f58239;
	color: #FFF;
	padding: 20px;
	margin: -20px;
	border-radius: 15px;
}

.au_word_title {
	margin-top: 80px;
}

.au_word_title span {
	width: 132px;
	text-align: left;
	display: block;
	float: left;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}

.au_word_title1 {
	margin-top: 10px;
}

.au_word_title1 span {
	width: 132px;
	text-align: left;
	display: block;
	float: left;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}

.work_flow {
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 40px;
}

.work_flow h1 {
	margin-bottom: 20px;
	font-family: arial;
	font-size: 30px;
}

.work_flow p {
	line-height: 30px;
	font-family: arial;
	font-size: 18px;
}

.table_logo {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/workflow.png) no-repeat center;
}

.table_logo tr td {
	height: 146px;

}

.table_logo tr td p {
	line-height: 24px;
	font-family: arial;
	font-size: 14px;
}

.clients_word {
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}

.clients_word p {
	color: #F60;
	font-family: Arial;
	font-size: 30px;
	line-height: 140%;
}

.clients_table_logo {
	width: 1000px;
	margin: 0 auto;
}

.clients_table_logo tr td {
	height: 150px;
}

.global {
	float: left;
	width: 454px;
	margin-left: 120px;
	margin-bottom: 50px;
}

.global h2 {
	margin-top: 46px;
	font-family: "arial";
}

.global p {
	margin-top: 30px;
	line-height: 30px;
	font-family: "arial";
}

.one_stop {
	float: left;
	width: 450px;
	margin-left: 150px;
}

.one_stop h2 {
	margin-top: 46px;
	font-family: "arial";
}

.one_stop p {
	margin-top: 30px;
	line-height: 30px;
	font-family: "arial";
}

.contact_main {
	width: 1000px;
	margin: 0 auto;
}

.contact_left {
	float: left;
	width: 432px;
}

.contact_left h1 {
	margin-top: 52px;
	margin-left: 18px;
	font-family: arial;
	font-size: 30px;
}

.div2 {
	width: 200px;
	margin-bottom: 200px;
	height: 2px;
	background-color: #F58239;
}

.contact_left li {
	font-family: arial;
	font-size: 18px;
	line-height: 30px;
}

.contact_right {
	float: left;
	width: 400px;
	margin-left: 150px;
}

.map {
	margin-top: 82px;
	margin-bottom: 16px;
}

.c_wechat {
	display: block;
	margin: 0 auto;
}