@charset "utf-8";
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline;
}
html,body {
	font-family: "微软雅黑";
	width: 100%;
	overflow-x: hidden;
}
em {
	font-style: normal
}
li {
	list-style: none
}
a {
	text-decoration: none;
	outline: 0;
	color: #333;
}
img {
	cursor: pointer;
	vertical-align: middle;
	border: 0 none;
}
table {
	border-collapse: collapse;
}
input {
	font-family: "Microsoft YaHei";
	padding: 0;
}
textarea {
	resize: none;
	overflow: auto;
	padding: 0;
	font-family: "Microsoft YaHei"
}
textarea:focus {
	outline: none;
}
input:focus {
	outline: none;
}
.clear {
	zoom: 1
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left
}
.fr {
	float: right
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
/***************************************首页***************************************/
header{
   width: 100%;
   height: 100px;
   background: #FFF;
}
nav{
   width: 12px;
   height: 100px;
   min-width: 1200px;
   margin: 0 auto;
 
   position: relative;
}
nav .logo{
   width: 30px;
   height: 70px;
   margin-top: 15px;
}
nav .dh{
  position: absolute;
  right: 5px;
  bottom: 10px;
}
nav .dh li{
   float: left;
   margin-left: 10px;
}
nav .dh li a{
   font-size: 16px;
   text-align: center;
   padding: 15px;
   color: #6c6c6c;
}
nav .dh li a:hover{
  color: #E41839;
}

/* banner */
.banner{
	width: 100%;
	min-width: 1200px;
	background: url(../images/banner_bg.jpg) no-repeat center top;
	height: 730px;
}
.banner .w1200{
	width: 1200px;
	margin: auto;
	position: relative;
	height: 600px;
}
.banner .w1200 .ban_left{
	bottom: 0px;
	position: absolute;
	width: 895px;
}
.banner .w1200 .ban_right{
	width: 500px;
	text-align: center;
	position: absolute;
	right: 0px;
	bottom: 80px;
}
.banner .w1200 .ban_right span{
	color: #fff;
	font-size: 28px;
}
.banner .w1200 .ban_right h3{
	color: #fff;
	font-size: 52px;
	margin-bottom: 40px;
}
.banner .w1200 .ban_right a{
	display: block;
	width: 260px;
	height: 56px;
	line-height: 48px;
	margin: auto;
	border-radius: 8px;
	color: #fff;
	font-size: 38px;
	transition: all 0.4s;
}
.banner .w1200 .ban_right a.a1{
	margin-top: 20px;
	margin-bottom: 10px;
	background: #FFA500;
	/*background: #77ce41 url(../images/index2.png) no-repeat 15px center;*/
	padding-left: 15px;
}
.banner .w1200 .ban_right a.a2{
	background: #77ce41 url(../images/index3.png) no-repeat 15px center;
	padding-left: 15px;
}
.banner .w1200 .ban_right a:hover{
	background-color: #7fdb46;
}

.w1000{
	width: 1000px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
/* 首页轮播 */
.box_wap{
	width: 307px;
	height: 636px;
	background: url(../images/shouji_bg.png) no-repeat center;
	position: relative;
	margin-top: 85px;
}
.box_wap .swiper-container {
    width: 260px;
    height: 457px;
    top: 85px;
}
.title{
	position: absolute;
	top: 200px;
	left: 0;
	width: 500px;
	height: 480px;
}
.title h3,.Online h3{
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.title p,.Online p{
	color: #878787;
	font-size: 20px;
	font-weight: 100;
	font-family: "微软雅黑";
}
.title img,.Online img{
	margin-top: 40px;
}
.transaction{
	height: auto;
}
.Online{
	position: absolute;
    top: 200px;
    right: 0;
    width: 500px;
    height: 480px;
}
footer{
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.navigation{
	width: 800px;
	margin: 100px auto 50px auto;
}
footer ul li{
	float: left;
	width: 200px;
	text-align: center;
}
footer ul li a{
	color: #878787;
}
footer p{
	text-align: center;
	color: #878787;
	margin-bottom: 10px;
}
