@charset "utf-8";
/* CSS Document */


#page_header {
	overflow: hidden;
	height: 39px;
	color: #888;
	font-size: 14px;
	line-height: 39px;
	background-color: #F5F9FF;
}
#page_header h1.tips {
	float: left;
	width: 800px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
}
#page_header p.about {
	float: left;
	width: 100px;
	display: flex;
	align-items: center;
}
#page_header p.phone {
	float: left;
	width: 300px;
	display: flex;
	align-items: center;
}
#page_header a {
	color: #999;
}
#page_header a:hover {
	color: #38F;
}
#page_header img {
	margin-right: 8px;
}

#page_navigation {
	position: relative;
	height: 80px;
	z-index: 1000;
	background-color: #FFF;
	opacity: 0.95;
	bgHoverOpacity: 0.95;
	zindextopOpacity: 0.95;
	background-pic-opacityval: 0.95;
}
#page_navigation.fixed {
	position: fixed;
	top: 0;
}
#page_navigation aside.logo {
	position: relative;
	display: block;
	float: left;
	width: 320px;
	height: 80px;
	overflow: hidden;
}
#page_navigation aside.logo canvas.light {
	position: absolute;
	display: block;
	top: 0;
	left: -150px;
	width: 100px;
	height: 100%;
	transform: skewx(-18deg);
	-o-transform: skewx(-18deg);
	-ms-transform: skewx(-18deg);
	-moz-transform: skewx(-18deg);
	-webkit-transform: skewx(-18deg);
	transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	background: url("/acc/img/template/light.png") center center no-repeat;
}
#page_navigation aside.logo:hover canvas.light {
	left: 500px;
}
#page_navigation aside.logo h1 {
	margin-top: 23px;
}
#page_navigation aside.logo h1 a, #page_navigation aside.logo h1 a:hover {
	color: #111;
	font-size: 24px;
	font-family: "OPPOSansB";
	font-weight: normal;
}
#page_navigation aside.logo p {
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#page_navigation dl.menu {
	float: right;
	width: 760px;
}
#page_navigation dl.menu a {
	color: #3C3C3C;
	font-family: "OPPOSansR";
	font-size: 16px;
	letter-spacing: 1px;
}
#page_navigation dl.menu a.active, #page_navigation dl.menu a:hover {
	color: #38F;
}
#page_navigation dl.menu dd {
	float: left;
	width: 95px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
#page_navigation dl.menu dd:hover {
	background-image: url("/acc/img/template/bg_hover.jpg");
	background-repeat: repeat-x;
	background-position: bottom center;
}
#page_navigation dl.menu dd ul {
	position: absolute;
	display: none;
	background-color: #EAF3FF;
}
#page_navigation dl.menu dd:hover ul {
	margin-top: -2px;
	display: block;
}
#page_navigation dl.menu li {
	padding-left: 40px;
	padding-right: 40px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	background-image: url("/acc/img/template/bg_arrow-r.png");
	background-repeat: no-repeat;
	background-position: center left;
}
#page_navigation dl.menu li:hover {
	background-color: #38F;
}
#page_navigation dl.menu li a {
	font-size: 14px;
}
#page_navigation dl.menu li:hover a {
	color: #FFF;
}

#page_footer {
	overflow: hidden;
	margin-top: 50px;
	height: 330px;
	background-color: #00265A;
}
#page_footer a {
	color: white;
	font-size: 16px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
#page_footer a:hover {
	color: white;
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
#page_footer dl.item {
	margin-top: 50px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
#page_footer dl.item dt {
	float: left;
	margin-left: 75px;
	width: 350px;
	height: 39px;
	color: white;
	font-size: 20px;
	border-bottom: 1px solid #FFF;
}
#page_footer dl.item dt.i {
	margin-left: 0;
}
#page_footer ul {
	overflow: hidden;
	float: left;
	margin-top: 26px;
	margin-left: 75px;
	width: 350px;
	height: 150px;
	color: white;
	font-size: 16px;
	line-height: 200%;
}
#page_footer ul.quick {
	margin-left: 0;
}
#page_footer ul.quick li {
	margin-bottom: 10px;
}
#page_footer ul.quick span {
	margin-left: 50px;
}
#page_footer ul.quick span.i {
	margin-left: 0;
}
#page_footer ul.contact {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
#page_footer ul.contact li {
	margin-bottom: 18px;
}
#page_footer ul.friend {
}
#page_footer ul.friend span {
	margin-left: 18px;
}
#page_footer p.copyright {
	overflow: hidden;
	width: 100%;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.35);
}
#page_footer p.copyright span {
	display: block;
	margin-top: 23px;
	color: white;
	font-size: 16px;
	line-height: 150%;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

#sidebar {
	position: fixed;
	top: 50%;
	left: 8px;
	height: 108px;
	transform: translate(0, -50%);
}
#sidebar .icon {
	position: relative;
	margin-bottom: 8px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #DEF;
	box-sizing: border-box;
	background-color: white;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#sidebar .icon:hover {
	border: 1px solid #38F;
	background-color: #DEF;
}
#sidebar .icon_img {
	margin: 10px;
	width: 30px;
	height: 30px;
}
#sidebar .icon .cont {
	display: none;
	position: absolute;
	top: 50%;
	left: 50px;
	cursor: default;
	padding-left: 25px;
}
#sidebar .icon:hover .cont {
	display: block;
}
#sidebar .box {
	padding: 25px;
	border: 1px solid #CCC;
	background-color: #FFF;
	transform: translate(0, -50%);
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#sidebar .tel .line {
	margin: 18px 0;
	height: 1px;
	background: #CCC;
}
#sidebar .tel .item {
	width: 280px;
}
#sidebar .tel .item img {
	float: left;
	width: 40px;
	margin-right: 25px;
}
#sidebar .tel h5 {
	color: #38F;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 1px;
}
#sidebar .tel p {
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 1px;
}
#sidebar .wechat .cont img {
	width: 100px;
}
#sidebar .wechat .cont p {
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
}

#back_to_top {
	position: fixed;
	display: none;
	right: 25px;
	bottom: 100px;
	width: 40px;
	height: 40px;
	background-image: url("/acc/img/template/arrow_top.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0.9;
	filter: alpha(opacity = 99);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	transition: transform 0.3s ease-in-out;
}
#back_to_top.show {
	display: block;
}
#back_to_top:hover {
	background-image: url("/acc/img/template/arrow_top_h.gif");
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transform: translateY(-5px);
}