﻿@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
form,
fieldset,
legend,
input,
button,
textarea,
select,
option,
tr,
th,
td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
i{
	font-style: normal;
}
dl,
dt,
dd,
ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Microsoft Yahei";
	color: #434343;
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption,
th,
td {
	text-align: left;
	font-weight: 400
}

table,
td,
th {
	vertical-align: middle
}

textarea,
input,
button,
select,
keygen,
legend {
	font: "Microsoft Yahei";
	outline: 0;
}

a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #000;
}

a img {
	border: none
}

ol {
	margin-left: 2em
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

html>body p code {
	white-space: normal
}

hr {
	margin: -8px auto 11px
}

.clearfix:after,
#container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0
}

fieldset {
	padding-top: 0
}

.cutWord {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.mainBody {
	max-width: 640px;
	margin: auto;
}


/*iconfont*/

@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.eot');
	/* IE9*/
	src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
	url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


/*header*/

.header h1{
	font-size: 0.1333rem;
	text-align: center;
	color:#1A1FF4;
	font-family: STKaiti;
}


/*banner*/

.banner img {
	display: block;
	width: 100%;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -6%!important;
}


/*nav*/
nav{
	width: 100%;
	/*background-color: #1c84d4;*/
}
nav li {
	width: 33.3%;
	height: 110px;
	float: left;
	text-align: center;
	line-height: 30px;
	border-right:1px solid white ;
	border-bottom:1px solid white ;
}
nav li:nth-child(1), nav li:nth-child(3){
	background-color: #4fc5f6;
}
nav li:nth-child(2){
	background-color: #457aff;
}
nav li:nth-child(4){
	background-color: #4ff6ec;
}
nav li:nth-child(5){
	background-color: #4ff67a;
}
nav li:nth-child(6){
	background-color: #42e0a3;
}
nav li img{
	display: block;
	margin: 10px auto;
}
.nav1{
	background-color: #4fc5f6;
}
nav li a {
	color: white;
	font-size: 18PX;
	display: block;
}

.bottom {
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #585858;
	padding: 10px 0px;
	margin-bottom: 100px;
	max-height: 9999px;
}

.foot_nav {
	height: 98px;
	background: #1546E4;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	bottom: 0;
	z-index: 999;
}

.foot_nav ul {
	width: 100%;
	/*margin-left:10%;*/
}

.foot_nav li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.foot_nav li span {
	display: block;
	height: 30px;
	font-size: 20px;
	color: #fff;
}

.foot_nav li i {
	display: block;
	width: 100%;
	height: 68px;
	line-height: 68px;
	color: #fff;
	font-size: 50px;
}