a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 400;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block
}

textarea,
input,
button {
	font-size: inherit
}

li {
	list-style: none
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

html {
	font-size: 62.5%
}

body {
	line-height: 1;
	color: #3b3b3b;
	font-size: 1.4rem;
	background-color: #fff;
	font-family: "微软雅黑", Helvetica, STHeiTi, sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

table {
	display: block;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse
}

a {
	color: #7e8c8d;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all ease-in .1s;
	-moz-transition: all ease-in .1s;
	transition: all ease-in .1s
}

img {
	max-width: 100%;
	vertical-align: middle
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-track {
	background-color: #F5F5F5
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #999
}

@font-face {
	font-family: iconfont;
	src: url(//at.alicdn.com/t/font_451320_l6zfr0p045bnvcxr.eot);
	src: url(//at.alicdn.com/t/font_451320_l6zfr0p045bnvcxr.eot?#iefix) format('embedded-opentype'), url(//at.alicdn.com/t/font_451320_l6zfr0p045bnvcxr.woff) format('woff'), url(//at.alicdn.com/t/font_451320_l6zfr0p045bnvcxr.ttf) format('truetype'), url(//at.alicdn.com/t/font_451320_l6zfr0p045bnvcxr.svg#iconfont) format('svg')
}

.iconfont {
	font-family: iconfont;
	font-style: normal
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px !important
}

@media (max-width:767px) {
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px !important
	}
}

.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	border: 1px solid #fff;
	background-color: transparent
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff
}

@media (max-width:767px) {
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px
	}
}

.text-hidden-single {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@-webkit-keyframes myRotate {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

@-moz-keyframes myRotate {
	to {
		-moz-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

@keyframes myRotate {
	to {
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1600px) {
	.container {
		width: 1500px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1600px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media (min-width:992px) and (max-width:1600px - 1px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media (min-width:992px) and (max-width:1600px - 1px) {
	.visible-md-block {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1600px - 1px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media (min-width:992px) and (max-width:1600px - 1px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media (min-width:1600px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media (min-width:1600px) {
	.visible-lg-block {
		display: block !important
	}
}

@media (min-width:1600px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media (min-width:1600px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (min-width:992px) and (max-width:1600px - 1px) {
	.hidden-md {
		display: none !important
	}
}

@media (min-width:1600px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	th.visible-print,
	td.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

.header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.header .mmenu {
	display: inline-block;
	padding: .5rem;
	border-radius: 50%;
	color: #333;
	font-size: 2rem
}

.header .mmenu:hover {
	background-color: #eee
}

.header .logo {
	display: block;
	padding-top: 1.2rem
}

.header .logo>img {
	display: block;
	height: 82px
}

.header .nav>li {
	margin-right: 5rem
}

.header .nav>li>a {
	display: block;
	color: #333;
	line-height: 105px;
	font-size: 16px;
	border-bottom: 1px solid transparent
}

.header .nav>li.active>a,
.header .nav>li:hover>a {
	color: #0473c5;
	border-bottom-color: #0473c5
}

.header .tools {
	position: relative;
	margin-top: 26px
}

.header .tools:before {
	content: '';
	height: 18px;
	width: 1px;
	background-color: #e0e0e0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header .tools .head-qrcode {
	display: none;
	position: absolute;
	width: 200px;
	right: 0;
	top: 120%;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	max-width: none
}

.header .tools .item {
	position: relative;
	border-radius: 50%;
	padding: 1rem;
	margin-left: 4rem
}

.header .tools .item .iconfont {
	color: #333;
	font-size: 3.2rem
}

.header .tools .item:hover {
	background-color: #eee
}

.header .tools .item:active {
	background-color: #e0e0e0
}

.header .search-form {
	display: none;
	position: absolute;
	right: 0;
	top: 200%;
	width: 700%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header .search-form .form-control {
	display: block;
	width: 100%;
	padding: 1rem;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.header .search-form .form-control:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.header .search-form.active {
	display: block
}

.header.headroom--unpinned {
	position: fixed;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.header.headroom--pinned {
	position: fixed;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.header.headroom--top {
	position: relative !important
}

@media (max-width:1599px) {
	.header .nav>li {
		margin-right: 3rem
	}

	.header .tools .item {
		padding: 1rem;
		margin-left: 2rem
	}
}

@media (max-width:991px) {
	.header .logo>img {
		height: 60px
	}

	.header .nav>li {
		margin-right: 2rem
	}

	.header .nav>li>a {
		font-size: 1.6rem;
		line-height: 80px
	}

	.header .tools {
		margin-top: 23px
	}

	.header .tools .item {
		padding: .5rem;
		margin-left: 1rem
	}

	.header .tools .item .iconfont {
		font-size: 2.4rem
	}
}

@media (max-width:767px) {
	.header {
		text-align: center
	}

	.header>.container {
		position: relative
	}

	.header .logo-container {
		display: inline-block;
		float: none !important
	}

	.header .mmenu {
		position: absolute;
		left: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.header .tools {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.header .tools:before {
		display: none
	}

	.header .logo {
		padding: 1.2rem
	}

	.header .logo>img {
		height: 4rem;
		margin: auto
	}
}

.footer {
	color: #fff;
	overflow: hidden;
	font-size: 1.3rem;
	background-color: #252525
}

.footer a {
	color: #fff
}

.footer a:hover {
	color: #fff
}

.footer>.container>.row {
	margin-left: -30px;
	margin-right: -30px
}

.footer>.container>.row .grid {
	padding-left: 30px;
	padding-right: 30px
}

.footer .texts {
	padding-top: 30px;
	padding-bottom: 30px
}

.footer .texts .fhead {
	font-size: 2rem
}

.footer .texts .fhead h2 {
	color: #fff;
	font-size: 3rem;
	margin-bottom: 1rem
}

.footer .texts .max-title {
	color: #fff;
	font-size: 2rem;
	margin-bottom: 55px
}

.footer .texts .center {
	border-left: 1px solid rgba(255, 255, 255, .1);
	border-right: 1px solid rgba(255, 255, 255, .1)
}

.footer .texts .qrcode {
	display: inline-block;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .1)
}

.footer .texts .contacts>li {
	line-height: 1.5;
	margin-bottom: 22px
}

.footer .texts .contacts .iconfont {
	display: inline-block;
	margin-right: 8px;
	color: #fff
}

.footer .texts .links>li {
	margin-bottom: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.footer .contacts {
	margin-top: 3rem
}

.footer .copy-footer {
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer .copy-footer .text {
	line-height: 46px
}

.footer .copy-footer .ico-link {
	display: inline-block;
	padding: 10px;
	color: #8c8c8c;
	font-size: 2rem;
	margin-left: 10px;
	border-radius: 50%;
	position: relative;
	border: 1px solid rgba(255, 255, 255, .1)
}

.footer .copy-footer .ico-link:first-child:hover {
	background-color: #f92522;
	color: #fff
}

@media (max-width:767px) {
	.footer .texts .fhead {
		font-size: 1.6rem
	}

	.footer .texts .fhead h2 {
		font-size: 2rem
	}

	.footer .texts .contacts>li {
		margin-bottom: 1rem
	}

	.footer .texts .max-title {
		margin-top: 3rem;
		margin-bottom: 2rem
	}

	.footer .copy-footer {
		padding: 15px;
		text-align: center;
		line-height: 1;
		font-size: 1.2rem
	}

	.footer .copy-footer .text {
		line-height: 1;
		margin-bottom: 1.2rem
	}

	.footer .copy-footer .pull-left,
	.footer .copy-footer .pull-right {
		float: none !important
	}

	.footer .copy-footer .ico-link {
		display: inline-block;
		padding: 5px;
		color: #8c8c8c;
		font-size: 1.8rem
	}
}

.mm-navbar>* {
	padding: 0
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom {
	height: -moz-calc(60%);
	height: calc(60%)
}

.mm-menu .mm-navbar-size-2 {
	text-align: center;
	position: relative;
	border-bottom: 0
}

.mm-menu .mm-navbar-size-2:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px
}

.mm-menu .mm-navbar-size-2>* {
	display: inline-block;
	vertical-align: middle;
	float: none
}

.mm-menu .mm-navbar-size-2 a {
	border: 1px solid rgba(255, 255, 255, .6)
}

.mm-menu .mm-navbar-size-2 img {
	border: 1px solid #fff;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	margin: 0 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.mm-menu .mm-navbar-size-2 a {
	border-radius: 40px;
	color: #0473c5 !important;
	font-size: 16px !important;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview {
	text-transform: uppercase;
	font-size: 1.6rem
}

.mm-menu .mm-listview li:last-child:after {
	content: none;
	display: none
}

.mm-menu .mm-listview a,
.mm-menu .mm-listview span {
	text-align: center;
	padding-right: 20px !important
}

.mm-menu .mm-panels>.mm-panel:after {
	content: none;
	display: none
}

.mm-menu .mm-panels>.mm-panel>.mm-listview {
	margin: 0
}

.mm-navbar-size-2 {
	top: 20px
}

.c-banner {
	display: block
}

.c-banner>img {
	display: block;
	width: 100%
}

.index-hgroup {
	line-height: 1;
	margin-bottom: 4rem;
	text-align: center
}

.index-hgroup:after {
	display: inline-block;
	content: '';
	width: 17px;
	height: 2px;
	background-color: #0473c5
}

.index-hgroup .title {
	font-size: 3.4rem;
	color: #333
}

.index-hgroup .en {
	color: #a0a0a0;
	font-size: 1.5rem;
	margin-top: .8rem;
	text-transform: uppercase
}

.index-hgroup.text-left {
	text-align: left !important
}

.index-hgroup.white .en,
.index-hgroup.white .title {
	color: #fff
}

.index-hgroup.white:after {
	background-color: #fff
}

@media (max-width:767px) {
	.index-hgroup {
		margin-bottom: 2rem
	}

	.index-hgroup .title {
		font-size: 2.2rem
	}

	.index-hgroup .en {
		font-size: 1.2rem
	}
}

.column-name {
	padding: 5rem 0
}

.column-name .index-hgroup {
	margin-bottom: 0
}

.column-name .desc {
	padding: 0 15px;
	margin-top: 3rem;
	text-align: center;
	line-height: 1.6
}

@media (max-width:767px) {
	.column-name {
		padding: 3rem 0
	}
}

.page {
	padding-top: 6rem;
	padding-bottom: 6rem;
	text-align: center;
	border-top: 1px solid #ccc
}

.page .active,
.page .item,
.page .nn {
	vertical-align: middle
}

.page .active,
.page .item {
	display: inline-block;
	margin: 0 .2rem;
	padding: .6rem 1rem;
	background-color: #f0f0f0
}

.page .active:hover,
.page .item:hover {
	background-color: #ccc
}

.page .active {
	color: #fff;
	background-color: #0473c5
}

.page .nn {
	display: inline-block;
	height: 2.8rem;
	width: 4rem;
	text-align: center;
	background-color: #f0f0f0
}

@media (max-width:767px) {
	.page {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

.news-types {
	padding-top: 6rem;
	padding-bottom: 6rem;
	text-align: center
}

.news-types .item {
	display: inline-block;
	padding: 1rem 2rem;
	margin: 0 .5rem 1rem;
	border: 1px solid #a7a7a7
}

.news-types .item.active {
	color: #fff;
	border-color: #0473c5;
	background-color: #0473c5
}

.news-types .item:hover {
	opacity: .9
}

@media (max-width:767px) {
	.news-types {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

.text-hidden-single {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@-webkit-keyframes myRotate {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

@-moz-keyframes myRotate {
	to {
		-moz-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

@keyframes myRotate {
	to {
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		transform: rotateZ(360deg)
	}
}

.index-aboutus {
	padding-top: 8rem;
	padding-bottom: 8rem;
	position: relative
}

.index-aboutus:before {
	content: '';
	height: 40%;
	background: url(../imgs/lines-1.png) repeat-x center bottom;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0
}

.index-aboutus .pic {
	display: block;
	width: 100%;
	margin-top: -30px;
}

.index-aboutus .textarea {
	color: #888;
	font-size: 16px;
	line-height: 2
}

.index-aboutus .textarea .title {
	color: #333;
	font-size: 2.4rem;
	margin-bottom: 3rem
}

.index-aboutus .textarea .more {
	display: inline-block;
	border: 1px solid #e4e4e4;
	padding: .3rem 4rem;
	font-size: 1.6rem;
	margin-top: 4rem;
	text-transform: uppercase
}

.index-aboutus .textarea .more:hover {
	color: #fff;
	border-color: #0473c5;
	background-color: #0473c5
}

.index-aboutus .textarea .more:active {
	background-color: #0360a4
}

@media (max-width:1599px) {
	.index-aboutus .textarea {
		margin-bottom: 3rem
	}

	.index-aboutus .pic {
		margin-top: 20px
	}
}

@media (max-width:767px) {
	.index-aboutus {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.index-aboutus .pic {
		margin-top: 3rem
	}

	.index-aboutus .textarea {
		font-size: 1.4rem
	}

	.index-aboutus .textarea .title {
		margin-bottom: 1rem;
		font-size: 1.8rem
	}
}

.index-busness {
	margin-top: 16rem;
	overflow: hidden
}

.index-busness .bg-box {
	padding-bottom: 7rem;
	background-image: url(../imgs/bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff
}

.index-busness .bg-box .desc {
	line-height: 1.6;
	text-align: center;
	font-size: 2rem;
	padding: 6rem 0
}

.index-busness .explain * {
	-webkit-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	transition: all ease-in .2s
}

.index-busness .explain>li:hover .color-box {
	background-color: #0473c5;
	box-shadow: 0 0 30px rgba(0, 0, 0, .3);
	background-image: url(../imgs/lines-3.png)
}

.index-busness .explain>li:hover .color-box .round {
	border-color: rgba(255, 255, 255, .1)
}

.index-busness .explain>li:hover .color-box .round:before {
	border-color: rgba(255, 255, 255, .2)
}

.index-busness .explain>li:hover .color-box .round .iconfont {
	color: #fff
}

.index-busness .explain .row {
	margin-left: -35px;
	margin-right: -35px
}

.index-busness .explain>.col-item {
	padding-left: 35px;
	padding-right: 35px
}

.index-busness .explain .color-box {
	position: relative;
	background-color: #eceef2;
	background-image: url(../imgs/lines-2.png);
	background-position: center bottom;
	background-repeat: repeat-x
}

.index-busness .explain .color-box:after {
	display: block;
	content: '';
	padding-bottom: 60%
}

.index-busness .explain .color-box:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 15px;
	right: 15px;
	height: 128%;
	border: 1px solid #72aeff
}

.index-busness .explain .color-box .round {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 14rem;
	height: 14rem;
	margin: auto;
	border-radius: 50%;
	border: 8px solid #cdd5ec
}

.index-busness .explain .color-box .round:before {
	content: '';
	position: absolute;
	width: 90%;
	height: 90%;
	border-radius: 50%;
	border: 1px dashed #0473c5;
	-webkit-animation: myRotate 10s linear infinite;
	-moz-animation: myRotate 10s linear infinite;
	animation: myRotate 10s linear infinite
}

.index-busness .explain .color-box .round .iconfont {
	font-size: 6rem;
	color: #0473c5
}

.index-busness .explain .text {
	padding: 2rem;
	text-align: center
}

.index-busness .explain .text .title {
	font-size: 2.2rem;
	margin-bottom: .5rem
}

.index-busness .explain .text .en {
	text-transform: uppercase
}

.index-busness .more {
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	margin-top: 3rem;
	padding: 1.5rem 3.8rem;
	margin-top: 6rem;
	background-color: #0473c5
}

.index-busness .more:hover {
	-webkit-transform: translateX(0.2rem);
	-moz-transform: translateX(0.2rem);
	-ms-transform: translateX(0.2rem);
	transform: translateX(0.2rem);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.index-busness .more:active {
	background-color: #0360a4
}

.index-busness .more:active {
	background-color: #0360a4
}

@media (max-width:1599px) {
	.index-busness .bg-box .desc {
		font-size: 1.6rem
	}

	.index-busness .explain .row {
		margin-left: -15px;
		margin-right: -15px
	}

	.index-busness .explain>.col-item {
		padding-left: 15px;
		padding-right: 15px
	}

	.index-busness .explain .color-box .round {
		width: 10rem;
		height: 10rem;
		border-width: 5px
	}

	.index-busness .explain .color-box .round .iconfont {
		font-size: 5rem
	}

	.index-busness .explain .text {
		padding: 1rem
	}

	.index-busness .explain .text .title {
		font-size: 1.8rem
	}
}

@media (max-width:991px) {
	.index-busness {
		margin-top: 20rem
	}

	.index-busness .explain>.col-item {
		width: 50%;
		margin: 0 auto 5rem
	}
}

@media (max-width:767px) {
	.index-busness {
		margin-top: 13rem
	}

	.index-busness .bg-box .desc {
		padding: 3rem 0;
		font-size: 1.5rem
	}

	.index-busness .explain>.col-item {
		width: 80%;
		margin: 0 auto 5rem
	}

	.index-busness .more {
		margin-top: 0
	}
}

.index-honor {
	margin-bottom: 9rem;
	background-image: url(../imgs/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.index-honor .icons-list {
	text-align: center
}

.index-honor .icons-list .desc {
	color: #fff;
	font-size: 20px;
	line-height: 1.6;
	margin-top: 3rem;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s
}

.index-honor .icons-list .ico-container {
	position: relative
}

.index-honor .icons-list .ico-container * {
	-webkit-transition: all ease .35s;
	-moz-transition: all ease .35s;
	transition: all ease .35s
}

.index-honor .icons-list .ico-container:before,
.index-honor .icons-list .ico-container .shadow,
.index-honor .icons-list .ico-container .dashed-line-light,
.index-honor .icons-list .ico-container .dashed-line-dark {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

.index-honor .icons-list .ico-container .shadow {
	left: -6%;
	top: -3%;
	background-image: url(../imgs/rectangle-2.png)
}

.index-honor .icons-list .ico-container .dashed-line-dark {
	z-index: 20;
	left: 6%;
	top: 3%;
	background-image: url(../imgs/rectangle-1.png)
}

.index-honor .icons-list .ico-container .dashed-line-light {
	z-index: 20;
	background-image: url(../imgs/rectangle-4.png)
}

.index-honor .icons-list .ico-container:after {
	display: block;
	content: '';
	padding-bottom: 115%
}

.index-honor .icons-list .ico-container:before {
	content: '';
	position: absolute;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	transition: all ease .4s;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-image: url(../imgs/rectangle-3.png)
}

.index-honor .icons-list .ico-container .ico {
	z-index: 30;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40%
}

.index-honor .icons-list>li {
	display: inline-block;
	width: 15%;
	margin: 0 9%;
	vertical-align: top;
	cursor: pointer
}

.index-honor .icons-list>li:hover .desc {
	-webkit-transform: translateY(-1rem);
	-moz-transform: translateY(-1rem);
	-ms-transform: translateY(-1rem);
	transform: translateY(-1rem)
}

.index-honor .icons-list>li:hover .ico-container .dashed-line-light {
	-webkit-transform: rotateZ(-120deg);
	-moz-transform: rotateZ(-120deg);
	-ms-transform: rotate(-120deg);
	transform: rotateZ(-120deg)
}

.index-honor .icons-list>li:hover .ico-container:before {
	-webkit-transform: rotateZ(120deg);
	-moz-transform: rotateZ(120deg);
	-ms-transform: rotate(120deg);
	transform: rotateZ(120deg)
}

.index-honor .icons-list>li:hover .ico-container .shadow {
	-webkit-transform: translate3d(-1%, 6%, 0);
	-moz-transform: translate3d(-1%, 6%, 0);
	transform: translate3d(-1%, 6%, 0)
}

.index-honor .icons-list>li:hover .ico-container .dashed-line-dark {
	-webkit-transform: translate3d(1%, -6%, 0);
	-moz-transform: translate3d(1%, -6%, 0);
	transform: translate3d(1%, -6%, 0)
}

.index-honor>.container {
	position: relative;
	padding-top: 8rem
}

.index-honor .nums {
	padding: 5rem;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	background-color: #fff;
	text-align: center
}

.index-honor .nums>li {
	display: inline-block;
	vertical-align: top;
	padding: 0 7rem;
	position: relative
}

.index-honor .nums>li:before {
	content: '';
	height: 50%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #f0f0f0
}

.index-honor .nums>li:last-child:before {
	display: none
}

.index-honor .nums .text {
	line-height: 1.6;
	color: #999
}

.index-honor .nums .max-n {
	display: inline-block;
	margin-bottom: 1rem;
	position: relative;
	color: #333;
	font-size: 6rem
}

.index-honor .nums .max-n .iconfont {
	color: #333;
	font-size: 1.3rem;
	position: absolute;
	left: 120%;
	top: 10%
}

@media (max-width:1599px) {
	.index-honor .icons-list>li {
		width: 20%;
		margin: 0 6%
	}

	.index-honor .icons-list>li .desc {
		font-size: 1.8rem
	}

	.index-honor .nums {
		padding: 3rem 0
	}

	.index-honor .nums>li {
		width: 20%;
		padding: 0 3rem
	}

	.index-honor .nums>li:nth-child(1),
	.index-honor .nums>li:nth-child(2) {
		margin-bottom: 2rem
	}

	.index-honor .nums>li:nth-child(2)::before {
		display: none
	}

	.index-honor .nums .max-n {
		font-size: 6rem
	}
}

@media (max-width:991px) {
	.index-honor .nums {
		margin-top: -6rem
	}

	.index-honor .icons-list>li {
		width: 24%;
		margin: 0 5%
	}

	.index-honor .icons-list>li:first-child {
		margin-left: 0
	}

	.index-honor .icons-list>li:last-child {
		margin-right: 0
	}

	.index-honor .icons-list>li .desc {
		font-size: 1.6rem
	}
}

@media (max-width:767px) {
	.index-honor .icons-list>li {
		width: 28%;
		margin: 0 2%
	}

	.index-honor .icons-list>li .desc {
		font-size: 1.2rem
	}

	.index-honor>.container {
		padding-top: 4rem;
		padding-bottom: 0
	}

	.index-honor .nums {
		margin-top: -4rem;
		padding: 2rem 0
	}

	.index-honor .nums>li {
		width: 45%;
		padding: 0 2rem
	}

	.index-honor .nums .max-n {
		margin-bottom: 1rem;
		color: #333;
		font-size: 2rem
	}

	.index-honor .nums .max-n .iconfont {
		font-size: 1rem
	}

	.index-honor .nums .text {
		font-size: 1.2rem
	}
}

.index-service {
	overflow: hidden;
	padding-top: 64px;
	padding-bottom: 64px
}

.index-service .tabs {
	text-align: center
}

.index-service .tabs>a {
	display: inline-block;
	width: 13.4rem;
	padding: 1.2rem 0;
	margin: 0 .2rem 1rem;
	border: 1px solid #e3e3e3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.index-service .tabs>a.active {
	color: #fff;
	border-color: #0473c5;
	background-color: #0473c5
}

.index-service .contents {
	margin-top: 3rem;
	position: relative
}

.index-service .contents .tab-content {
	position: relative;
	background-color: #fff;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	transition: all ease .4s;
	-webkit-transform: translateX(10rem);
	-moz-transform: translateX(10rem);
	-ms-transform: translateX(10rem);
	transform: translateX(10rem);
	opacity: 0
}

.index-service .contents .tab-content:not(:first-child) {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0
}

.index-service .contents .tab-content.active {
	opacity: 1;
	z-index: 10;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.index-service .more {
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	margin-top: 3rem;
	padding: 1.5rem 3.8rem;
	background-color: #0473c5
}

.index-service .more:hover {
	-webkit-transform: translateX(0.2rem);
	-moz-transform: translateX(0.2rem);
	-ms-transform: translateX(0.2rem);
	transform: translateX(0.2rem);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.index-service .more:active {
	background-color: #0360a4
}

.index-service .items {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transition: all ease .2s;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 1.8rem
}

.index-service .items .pic {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.index-service .items .pic:after {
	display: block;
	content: '';
	padding-bottom: 68%
}

.index-service .items .title {
	display: block;
	color: #333;
	font-size: 1.8rem;
	margin-top: 1.5rem;
	margin-bottom: .8rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.index-service .items .title:hover {
	color: #0473c5
}

.index-service .items .tag {
	display: inline-block;
	font-size: 1.4rem;
	color: #999
}

.index-service .items:hover {
	border-bottom-color: #0473c5;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

@media (max-width:767px) {
	.index-service {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}

.index-news {
	padding-top: 64px;
	padding-bottom: 64px
}

.index-news .swiper-slide {
	padding: 2rem
}

.index-news .items {
	-webkit-transition: all ease-in .14s;
	-moz-transition: all ease-in .14s;
	transition: all ease-in .14s;
	padding: 3.8rem;
	border-top: 5px solid #0473c5;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.index-news .items .title {
	display: block;
	color: #333;
	font-size: 1.8rem;
	margin-bottom: 1.4rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.index-news .items .desc {
	color: #9f9f9f;
	line-height: 1.7;
	margin-bottom: 2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.index-news .items .time {
	display: block;
	font-size: 2.6rem;
	color: #888;
	font-weight: 100;
	margin-bottom: 2rem
}

.index-news .items .time>span {
	display: inline-block;
	vertical-align: 10px;
	font-size: 1.5rem
}

.index-news .items .arr {
	display: inline-block;
	color: #333;
	font-size: 2rem;
	padding: .7rem 3.4rem;
	border-radius: 50px;
	border: 1px solid #e5e5e5
}

.index-news .items .arr:hover {
	color: #fff;
	background-color: #0473c5
}

.index-news .items:hover {
	-webkit-transform: translateY(-.5rem);
	-moz-transform: translateY(-.5rem);
	-ms-transform: translateY(-.5rem);
	transform: translateY(-.5rem)
}

.index-news .items:hover .title {
	color: #0473c5
}

@media (max-width:767px) {
	.index-news {
		padding-top: 3rem;
		padding-bottom: 3rem
	}

	.index-news .items {
		border-top-color: #0473c5;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1)
	}
}

.index-team {
	position: relative;
	padding-top: 6rem;
	padding-bottom: 10rem;
	border-bottom: 1px solid #e2e2e2
}

.index-team:after {
	content: '';
	width: 13%;
	height: .6rem;
	position: absolute;
	bottom: -.3rem;
	left: 30%;
	background-color: #0473c5
}

.index-team .items {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.index-team .items:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.index-team .items:after {
	display: block;
	content: '';
	padding-bottom: 150%
}

.index-team .items:hover:before {
	opacity: 1
}

@media (max-width:767px) {
	.index-team {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
}
