@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 50px;
	height: 100%;
}

body {
	font: 0.32rem 'Arail', 'Microsoft Yahei';
	color: #302724;
	-webkit-text-size-adjust: none;
	background: url(../images/bj.png) top repeat-y;
	background-size: 100% auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:active,
a:focus {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

input,
select,
textarea {
	outline: none;
}

input,
select {
	-webkit-appearance: none;
	border-radius: 0;
}

img {
	vertical-align: top;
	border: 0;
	-ms-interpolation-mode: bicubic;
	width: 100%;
}

.break {
	word-break: break-all;
	word-wrap: break-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

.elips {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-o-text-overflow: ellipsis;
}

header,
footer,
article,
section,
nav,
menu,
hgroup {
	display: block;
	clear: all;
}

.fix {
	zoom: 1;
}

.fix:before,
.fix:after {
	content: '';
	display: table;
}

.fix:after {
	clear: both;
}

.fp-tableCell {
	width: 100%;
}

:focus {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
	color: #bbb;
}

section {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 0;
}

input::-webkit-input-placeholder {
	color: #a2a4b6;
}

input:-moz-input-placeholder {
	color: #a2a4b6;
}

input::-moz-input-placeholder {
	color: #a2a4b6;
}

input:-ms-input-placeholder {
	color: #a2a4b6;
}

.block {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	width: 100%;
}

.ov {
	width: 0;
	height: 0;
	overflow: hidden;
}

/*loader*/
.loaded {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #efefef;
	z-index: 999;
}

.loaded .loader {
	width: 38%;
	position: absolute;
	left: 31%;
	top: 36%;
}

.loaded img {
	width: 100%;
}

.footer {
	padding: 0.3rem 0 0.3rem;
	background: #cb521d;
}

.footer p {
	font-size: 0.26rem;
	color: #FFF;
	line-height: 0.34rem;
	text-align: center;
	margin-top: 0.1rem;
}

.footer p a {
	color: #FFF;
}

/*头部*/
.banner {
	position: relative;
	width: 100%;
}

.banner .tel {
	display: block;
	position: absolute;
	right: 0rem;
	top: 0.32rem;
	width: 3.0rem;
	height: 0.4rem;
}

.but-con {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 0.53rem;
	margin-bottom: 0.6rem;
}

.but-con a {
	width: 2.52rem;
	height: 0.53rem;
	background: #eaed00;
	border-radius: 0.30rem;
	font-size: 0.23rem;
	color: #2b496d;
	line-height: 0.53rem;
	text-align: center;
	margin: 0 0.44rem;
}

.but-con a:last-child {
	background: #7df1f4;
}

.kefuTan {
  display: none;
  width: 6rem;
  position: fixed;
  left: 50%;
  top: 20%;
  margin-left: -3rem;
  z-index: 9999;
}

.kefuTan img {
  display: block;
  width: 100%;
}

.kefuTan span {
  display: block;
  width: 4.8rem;
  height: 0.85rem;
  line-height: 0.81rem;
  background-color: #fff;
  color: #006eeb;
  font-size: 0.3rem;
  font-weight: 900;
  border: 0.02rem solid #006eeb;
  border-radius: 1rem;
  position: absolute;
  left: 0.6rem;
  bottom: -0.5rem;
  text-align: center;
}

.kefuTan strong {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  position: absolute;
  bottom: -1.6rem;
  left: 50%;
  margin-left: -0.35rem;
}
.zzc {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 9999;
}

.btm-nav {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}
.box1,.box2,.box3,.box4,.box5,.box6{
	padding: 0 0.32rem 0.36rem;
}