﻿@charset "utf-8";

/* 
 *@Project: 样式重设及公共样式表
 */

html {
	color: #7a7a7a;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
	table-layout: fixed;
	word-break: break-all;
}

i {
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 Microsoft Yahei, tahoma, arial, sans-serif;
}

body a {
	color: #ababab;
	outline: none;
	blr: expression(this.onFocus=this.blur())\9;
}

input,
select,
textarea,
button {
	font-size: 100%;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: inherit;
}

fieldset,
img {
	border: 0;
}

iframe {
	display: block;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
	line-height: 0
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

.w1020 {
	width: 1020px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w900 {
	width: 900px;
}

.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-clear {
	zoom: 1;
}

body .fn-hide {
	display: none;
}

body .fn-show {
	display: block;
}

body .fn-v-hide {
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

body .fn-v-show {
	visibility: visible;
	opacity: 1;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

.fn-left,
.fn-right {
	display: inline;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}

.padding-t-10 {
	padding-top: 10px;
}

.padding-t-15 {
	padding-top: 15px;
}

.padding-b-10 {
	padding-bottom: 10px;
}

.padding-b-30 {
	padding-bottom: 30px;
}

.padding-10 {
	padding: 10px;
}

.padding-tb-10 {
	padding: 10px 0;
}

.padding-lr-5 {
	padding: 0 5px;
}

.margin-t-5 {
	margin-top: 5px;
}

.margin-t-10 {
	margin-top: 10px;
}

.margin-t-15 {
	margin-top: 15px;
}

.margin-t-20 {
	margin-top: 20px;
}

.margin-t-25 {
	margin-top: 25px;
}

.margin-t-30 {
	margin-top: 30px;
}

.margin-t-35 {
	margin-top: 35px;
}

.margin-l-5 {
	margin-left: 5px;
}

.margin-l-10 {
	margin-left: 10px;
}

.margin-l-15 {
	margin-left: 15px;
}

.margin-l-20 {
	margin-left: 20px;
}

.margin-l-30 {
	margin-left: 30px;
}

.margin-l-40 {
	margin-left: 40px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-r-5 {
	margin-right: 10px;
}

.margin-b-5 {
	margin-bottom: 5px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-b-15 {
	margin-bottom: 15px;
}

.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-30 {
	margin-bottom: 30px;
}

.margin-r-40 {
	margin-right: 40px;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.margin-lr-10 {
	margin: 0 10px;
}

.margin-lr-20 {
	margin: 0 20px;
}

.b-r-3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}

.b-r-5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}

.b-r-10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}

.b-r-50 {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

body {
	background-color: #fff;
}

.bg {
	background-color: #6a6f6d;
}


/*
 * 共用样式
 */


/*a {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}*/

::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #2882e8;
}


/*公共样式*/

html,
body {
	width: 100%;
	height: 100%;
	min-width: 1200px;
}

body {
	position: relative;
	min-height: 760px;
}


/*top*/

.top {
	background-color: #160f00;
	height: 96px;
	border-top: 2px solid #e38120;
	width: 100%;
	min-width: 1200px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.logo {
	display: block;
	width: 214px;
	height: 120px;
}

.logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.nav li {
	float: left;
	margin-top: 27px;
}

.nav li span,
.nav li a {
	display: block;
	text-align: center;
	font-size: 12px;
}

.nav li span {
	opacity: 0.8;
}

.nav li a {
	padding: 0 25px;
	font-size: 16px;
	background: url(../img/nav_bg.png) no-repeat right 5px;
}

.nav li:last-child a {
	background-image: initial;
}

.nav li .active {
	color: #e38120;
}

.nav li a:hover {
	color: #e38120;
}
    .nav li a span { color:#5a5a5a;
    }

/*footer*/

.footer {
	width: 100%;
	min-width: 1200px;
	height: 46px;
	line-height: 46px;
	color: #f2f2f2;
	text-align: center;
	min-width: 1200px;
	position: absolute;
	bottom: 0;
	background: url(../img/footer_bg.png) repeat;
	font-size: 12px;
	z-index: 2;
}


/*page*/


/*banners*/


/*bounced*/

.bounced {
	width: 1200px;
	height: 670px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -295px;
	z-index: 3;
	box-sizing: border-box;
	padding: 40px;
}

.bounced .close {
	display: block;
	width: 18px;
	height: 20px;
	background: url(../img/close.png) no-repeat center center;
	position: absolute;
	right: 15px;
	top: 15px;
}

.bounced_tit h2 {
	font-size: 20px;
	color: #e38120;
	height: 35px;
	line-height: 35px;
}

.bounced_tit h2 span {
	font-size: 12px;
	color: #888;
	margin-left: 5px;
}

.bounced_tit {
	padding-bottom: 8px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 35px;
}

.bounced_tit div a,
.bounced_tit div i {
	display: block;
	float: left;
	font-size: 13px;
	color: #a0a0a0;
	height: 35px;
	line-height: 35px;
}

.bounced_tit div i {
	margin: 0 5px;
}

.bounced_tit div a:hover {
	color: #e38120;
}

.bounced-c i {
	display: block;
	width: 512px;
	margin-right: 30px;
}

.bounced-c i img {
	display: block;
	width: 100%;
	height: auto;
    padding:0px 15px 0px 15px;
}

.bounced-c p {
	font-size: 13px;
	color: #333;
	line-height: 30px;
	margin-bottom: 15px;
    text-indent:2em
}
.bounced-c p img{
 padding:0px 15px 5px 15px
}
.bounced-c p:last-child {
	margin-bottom: 0;
}

.bounced-c {
	overflow: scroll;
	height: 500px;
	overflow-x: hidden;
}


/*page*/

.page_box {
	margin-top: 20px;
}

.page {
	float: right;
}

.page a {
	display: block;
	float: left;
	color: #fff;
	font-size: 12px;
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
}

.page a.active {
	color: #e38120;
}

.page .page_last {
	font-size: 18px;
	margin-right: 3px;
}

.page .page_next {
	font-size: 18px;
	margin-left: 3px;
}


/**/

.guide_bg {
	-webkit-animation: bg 50s ease-out infinite;
	animation: bg 50s ease-out infinite;
}

@-webkit-keyframes bg {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bg {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}