.move-touch {
	-webkit-overflow-scrolling: touch
}

.auto-center ul li .pict {
	display: table;
	width: 100%;
	text-align: center
}

.auto-center ul li .pict i {
	vertical-align: middle;
	display: table-cell
}

.vague {
	-webkit-filter: blur(2px);
	transition: .3s;
	-webkit-transition: .3s
}

.rogate {
	transition: .3s;
	-webkit-transition: .3s
}

.rogate:hover {
	transform: rotate(90deg)
}

.arrow {
	position: relative;
	line-height: 1;
	margin-left: .1rem
}

.arrow:before {
	content: "";
	position: absolute;
	top: -.02rem;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: .08rem solid;
	border-right: .08rem solid transparent;
	border-top: .08rem solid transparent;
	border-left: .08rem solid transparent
}

.arrow:after {
	content: "";
	position: absolute;
	top: .18rem;
	left: 0;
	width: 0;
	height: 0;
	border-top: .08rem solid;
	border-right: .08rem solid transparent;
	border-bottom: .08rem solid transparent;
	border-left: .08rem solid transparent
}

.arrow.one:before {
	display: none
}

.arrow.one:after {
	top: .14rem
}

.border-top:before {
	background: #dadada;
	content: "";
	position: absolute;
	height: 1px;
	transform-origin: 0 0;
	transform: scale(.5, .5);
	-webkit-transform: scale(.5, .5);
	-moz-transform: scale(.5, .5);
	width: 200%;
	top: 0;
	left: 0
}

.border-bottom:after {
	background: #dadada;
	content: "";
	position: absolute;
	height: 1px;
	transform-origin: 0 0;
	transform: scale(.5, .5);
	-webkit-transform: scale(.5, .5);
	-moz-transform: scale(.5, .5);
	width: 200%;
	bottom: -1px;
	left: 0
}

.flex-slide {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.flex-slide>* {
	flex-shrink: 0
}

.box-space-between {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}

.box-space-between>* {
	flex-shrink: 0
}

.touch-state {
	position: relative
}

.touch-state label {
	position: relative;
	background: #fff;
	display: block;
	width: .9rem;
	height: .45rem;
	border: 1px solid #ccc;
	border-radius: .3rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.touch-state label:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	width: .41rem;
	height: .41rem;
	background: #fff;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
	border-radius: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.touch-state input {
	position: absolute;
	z-index: 0;
	opacity: 0;
	left: 45%;
	top: 20%
}

.touch-state input:checked+label {
	background: #47b92c;
	border-color: #47b92c
}

.touch-state input:checked+label:after {
	left: calc(100% - .41rem)
}

.swiper-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: -webkit-box;
	position: relative
}

.swiper-slide {
	flex-shrink: 0;
	position: relative
}

.mohu {
	filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)
}

.fixed-top {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 2;
	background: #fff
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff
}

.column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.column>* {
	column-count: 1;
	flex-grow: 1;
	flex-shrink: 0;
	text-align: center
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
	margin: 0;
	padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400
}

table {
	border-spacing: 0
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #333;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important
}

::-webkit-scrollbar {
	width: 0;
	height: 0
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

li {
	list-style-type: none;
	float: left
}

a {
	text-decoration: none;
	color: #333;
	outline: 0
}

img {
	border: none;
	vertical-align: middle
}

em,
i,
var {
	font-style: normal
}

button {
	font-family: "microsoft yahei", Arial;
	outline: 0;
	cursor: pointer;
	font-size: .26rem;
	border: none
}

iframe {
	border: none
}

input,
select,
textarea {
	outline: 0;
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	border-radius: 0;
	border: none;
	background: 0 0
}

input:disabled {
	opacity: 1;
	color: #333
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
	-webkit-appearance: none;
	border: none;
	background: 0 0
}

textarea {
	resize: none
}

.ico {
	display: inline-block;
	vertical-align: middle
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}

.hide {
	display: none !important
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left
}

body,
html {
	width: 100%;
	height: 100%
}

.bg .mobile-wrap {
	background: #f1f4fb url(../img/486534_750x1334.jpg) bottom center no-repeat;
	background-size: 100% auto;
	position: relative
}

.bg2 .mobile-wrap {
	background: #fff url(../img/2047c4_750x1334.jpg) bottom center no-repeat;
	background-size: 100% auto;
	position: relative
}

.bg3 .mobile-wrap {
	background: #fff url(../img/9c7d0d_750x1334.jpg) bottom center no-repeat;
	background-size: 100% auto;
	position: relative
}

.header {
	width: 100%;
	height: .88rem;
	position: relative;
	background-color: #4a5161;
	z-index: 9
}

.header h2 {
	line-height: .88rem;
	color: #fff;
	font-size: .3rem;
	text-align: center
}

.container {
	width: 100%;
	padding: 0 .56rem;
	padding-top: .26rem;
	float: left;
	position: relative;
	z-index: 9
}

.container:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2.2rem;
	background-color: #4a5160
}

.container .conts {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 .03rem .27rem rgba(0, 0, 0, .1);
	min-height: 4rem;
	position: relative;
	z-index: 9;
	padding-top: .24rem;
	float: left
}

.container .conts .title {
	width: 100%;
	text-align: center;
	line-height: .9rem;
	font-size: .32rem;
	color: #4a5161;
	position: relative
}

.container .conts .title:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -.3rem;
	bottom: 0;
	width: .6rem;
	height: .04rem;
	background-color: #4a5161
}

.container .conts .lables {
	width: 100%;
	text-align: center;
	line-height: .8rem;
	font-size: .26rem;
	color: #4a5161
}

.container .conts .lables em {
	color: #ff7716
}

.container .conts .list {
	width: 100%;
	padding-bottom: .24rem;
	float: left
}

.container .conts .list ul {
	width: 100%
}

.container .conts .list ul li {
	width: 33.3%;
	margin-top: .14rem;
	text-align: center
}

.container .conts .list ul li .imgs {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.18rem
}

.container .conts .list ul li .imgs img {
	height: .98rem
}

.container .conts .list ul li .text {
	width: 100%;
	line-height: .35rem;
	font-size: .26rem;
	color: #abaeb4
}

.container .conts .contact {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: .28rem
}

.container .conts .contact .imgs {
	width: 100%;
	padding: .15rem 0;
	margin: 0 auto;
	text-align: center
}

.container .conts .contact .imgs .box {
	width: 3rem;
	height: 3rem;
	background-color: #e1e3e7;
	border-radius: .04rem;
	margin: 0 auto;
	padding: .04rem
}

.container .conts .contact .imgs .box img {
	width: 100%;
	height: 100%;
	border-radius: .04rem
}

.container .conts .contact .text {
	width: 100%;
	text-align: center;
	line-height: .56rem;
	font-size: .28rem;
	color: #acb2be
}

.footer {
	width: 100%;
	height: 1.84rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.footer img {
	height: .83rem
}

.query {
	width: 100%;
	padding: 0 .36rem;
	padding-top: .35rem
}

.query .item {
	width: 100%;
	margin-bottom: .54rem
}

.query .item .title {
	width: 100%;
	height: .44rem;
	line-height: .44rem;
	position: relative
}

.query .item .title span {
	font-size: .3rem;
	position: relative;
	z-index: 9
}

.query .item .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1.16rem;
	height: .16rem;
	background-image: linear-gradient(to right, #ffbb8a, #fffcfa)
}

.query .item .intr {
	width: 100%;
	padding-top: .3rem
}

.query .item .intr .labs {
	width: 100%;
	height: .42rem;
	font-size: .3rem;
	color: #4a5161;
	text-align: center
}
.query .item .intr .labs1 {
	width: 100%;
	height: .52rem;
	font-size: .16rem;
	color: #4a5161;
	text-align: center
}

.query .item .intr .labs2 {
	width: 100%;
	height: .62rem;
	font-size: .3rem;
	color: #4a5161;
	text-align: center;
	position: relative;
}
.query .item .intr .labs2.labs2-1{
	margin-top: 0.5rem;
}
.query .item .intr .labs2 span{
	position: relative;
	z-index: 2;
}

.query .item .intr .labs2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0.3rem;
	width: 1.5rem;
	height: .16rem;
	margin-left: -0.65rem;
	background-image: linear-gradient(to right, #ffbb8a, #fffcfa)
}


.query .item .intr .cont {
	width: 80%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.query .item .intr .cont.cont1 {
	width: 80%;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-direction: column;
}

.query .item .intr .cont.cont1 .box {
	width: 100%;
	margin: 0;
}


.query .item .intr .cont .box {
	width: 2.64rem;
	margin: 0 .14rem
}

.query .item .intr .cont .box .imgs {
	width: 100%
}

.query .item .intr .cont .box .imgs img {
	width: 100%
}

.query .item .intr .cont .box .text {
	width: 100%;
	text-align: center;
	line-height: .8rem;
	font-size: .28rem;
	padding-top: .26rem;
	position: relative;
	color: #4a5161
}

.query .item .intr .cont .box .text:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -.25rem;
	top: .26rem;
	width: .5rem;
	height: .02rem;
	background-color: #ff7716
}

.query .item .form {
	width: 100%
}

.query .item .form .box {
	width: 100%;
	margin-top: .3rem
}

.query .item .form .box .tits {
	width: 100%;
	line-height: 1.1rem;
	font-size: .3rem;
	color: #4a5161;
	text-align: center
}

.query .item .form .box .scan {
	width: 100%;
	height: .9rem;
	background-color: #ff7716;
	border-radius: .45rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center
}

.query .item .form .box .scan .ico {
	width: .64rem;
	height: .9rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.query .item .form .box .scan .ico img {
	height: .28rem
}

.query .item .form .box .scan .txt {
	font-size: .28rem
}

.query .item .form .box .search {
	width: 100%;
	height: .9rem;
	background-color: #ff7716;
	border-radius: .45rem;
	color: #fff;
	padding: 1px
}

.query .item .form .box .search .inputs {
	width: 4.38rem;
	height: 100%;
	background-color: #fff;
	border-radius: .45rem 0 0 .45rem;
	padding: 0 .1rem;
	display: flex;
	justify-content: space-between
}

.query .item .form .box .search .inputs .ico {
	width: .66rem;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.query .item .form .box .search .inputs .ico img {
	height: .3rem
}

.query .item .form .box .search .inputs .text {
	width: calc(100% - .66rem);
	line-height: .88rem;
	font-size: .28rem;
	color: #4a5161
}

.query .item .form .box .search .inputs .text input {
	width: 100%;
	height: 100%;
	font-size: .28rem;
	border: none;
	background: 0 0
}

.query .item .form .box .search .inputs .text input::-webkit-input-placeholder {
	color: #949caf
}

.query .item .form .box .search .btns {
	width: calc(100% - 4.38rem);
	height: 100%
}

.query .item .form .box .search .btns button {
	width: 100%;
	height: 100%;
	border: none;
	color: #fff;
	font-size: .28rem
}

.query .item .form .box:nth-child(2) .tits {
	color: #949caf
}

.result {
	width: 100%;
	background: url(../img/b5880e_750x449.jpg) top center no-repeat;
	background-size: 100% auto;
	min-height: 4.49rem;
	padding: 0 .74rem
}

.result .logo {
	width: 100%;
	height: 1.84rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.result .logo img {
	height: .84rem
}

.result .conts {
	width: 100%;
	background-color: #fff;
	min-height: 3rem;
	box-shadow: 0 .05rem .15rem rgba(0, 0, 0, .1);
	margin-top: .9rem;
	border-bottom: .04rem solid #ff7716;
	padding-top: .26rem;
	padding: .15rem .4rem
}

.result .conts .tits {
	width: 100%;
	line-height: .72rem;
	font-size: .32rem;
	color: #4a5161;
	text-align: center
}

.result .conts .labs {
	width: 100%;
	line-height: .46rem;
	font-size: .26rem;
	color: #4a5161;
	text-align: center
}

.result .conts .labs em {
	color: #ff7716;
	text-decoration: underline
}

.result .conts .nums {
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	background-color: #fff6ef;
	text-align: center;
	font-size: .34rem;
	font-family: arial;
	margin: .2rem 0;
	color: #ff7716
}

.result .conts .txts {
	width: 100%;
	text-align: center;
	color: #787f8e;
	line-height: .32rem;
	font-size: .24rem;
	padding: 0 .2rem
}

.result .conts .time {
	width: 100%;
	text-align: center;
	line-height: .74rem;
	font-size: .24rem;
	color: #bcc2ce
}

.result .code {
	width: 100%;
	text-align: center
}

.result .code .imgs {
	width: 100%;
	text-align: center;
	padding-top: .7rem
}

.result .code .imgs .box {
	width: 2.5rem;
	margin: 0 auto;
	height: 2.5rem;
	border: 1px solid #d2d2d2
}

.result .code .imgs .box img {
	width: 100%;
	height: 100%
}

.result .code .text {
	width: 100%;
	padding: .2rem 0;
	line-height: .6rem;
	font-size: .26rem;
	color: #787f8e
}