html,
body {
	position: relative;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
}

body {
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto !important;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	;
	-o-box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

ul,
ol,
li {
	list-style: none
}

fieldset,
img {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

[data-dpr="2"] input,
[data-dpr="2"] textarea,
[data-dpr="3"] input,
[data-dpr="3"] textarea {
	-webkit-appearance: none;
}

button,
input,
select,
textarea {
	font-size: 100%
}

select {
	background: transparent;
}

legend {
	color: #000
}

small {
	font-size: 12px
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '"'
}

hr {
	border: none;
	height: 1px
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

*html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gx-box {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.gx-vertical-center {
	box-align: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.gx-level-center {
	box-pack: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.gx-box-flex {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.layer {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	max-width: 640px;
	background-color: #1d7eb7;
	z-index: 999;
}

.loading>.progress {
	font-size: 26px;
	color: #fff;
 }
.m-kf{
	height:70px;
	position: fixed;
	right: -60px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
}
.m-kf a{
	display: block;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
}
.m-kf a img{
	width: 25px;
	height: 25px;
	display: block;
	margin: 0 auto;
}

.music-btn{
	position: absolute;
	z-index: 99;
	width: 30px;
	height: 30px;
	right: 16px;
	top: 16px;
	background: url(../images/img-music.png) no-repeat center;
	background-size: contain;
}
.rotating{
	    -webkit-animation: rotating 1.2s linear infinite;
	    -moz-animation: rotating 1.2s linear infinite;
	    -o-animation: rotating 1.2s linear infinite;
	    animation: rotating 1.2s linear infinite;
    animation-play-state:running;
    -webkit-animation-play-state:running; /* Safari 和 Chrome */
}
@-webkit-keyframes rotating{
	0% {
	    -webkit-transform: rotate(0deg);
	}
	100% {
	    -webkit-transform: rotate(1turn);
	}
}
@keyframes rotating{
	0% {
	    transform: rotate(0deg);
	}
	100% {
	    transform: rotate(1turn);
	}
}
.rotate-running {
    animation-play-state:running;
    -webkit-animation-play-state:running; /* Safari 和 Chrome */
}
.rotate-pause {
    animation-play-state:paused;
    -webkit-animation-play-state:paused; /* Safari 和 Chrome */
}
 .swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}
.imglist img{ max-width:100%; display:block;margin-bottom: 10px;border: 5px solid #fff;}
.m-layer-1,
.m-layer-2,
.m-layer-3,
.m-layer-4,
.m-layer-5,
.m-layer-6{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #0070e3;
	font-size: 18px;
	text-align: center;
	color: #fff;
	z-index: 11;
}
.m-layer-2 {font-weight: bold;
	background: #fff;
	font-size: 50px;
	color: #000;
	z-index: 9;
}

.m-layer-3 {font-weight: bold;
	background: #0070e3;
	font-size: 50px;
	color: #fff;
	z-index: 8;
}

.m-layer-4 {font-weight: bold;
	background: #0070e3;
	font-size: 50px;
	color: #fff;
	z-index: 7;
}

.m-layer-4 .m-name {
	background: #0070e3;
}

.picmd{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;

}
.m-name {
	height: 200px;
	line-height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.m-name span {font-weight: bold;
	font-size: 50px;
}

@media(max-width:360px){
	
	.m-name span{
		font-size: 30px;
	}
}
@media(max-width:420px){
	
	.m-name span,.m-layer-2,.m-layer-3,.m-layer-4{
		font-size: 40px;
	}
}
.m-layer-5 {
	z-index: 6;
}

.m-layer-5-bg {
	width: 100%;
	height: 100%;
	background: url(../images/img-quan.gif) no-repeat center;
	background-size: cover;
}

.m-layer-6 {
	z-index: 10;
}
.m-layer-6 .logo{
	width: 320px;
	height: 40px;
	position:absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 14;
	background: url(../images/logo.png) no-repeat center;
	background-size: contain;
	
}

.m-layer-6-list2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.m-layer-6-list3{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20%;
	margin: auto;
	z-index: 10;
	color: #fff;
}
.m-layer-6-list3 .list{
	width: 60%;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 0 10px;
}
.m-layer-6-list3 .list h2{
	border-right: 1px solid #fff;
	float: left;
	width: 33.3333%;
	margin: 10px auto;
	text-align: center;
	padding: 0 5px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 4px white, 2px -2px 8px #ff3, -2px -8px 8px #f80, 2px -20px 20px #f20;
}
.m-layer-6-list3 .list h2:last-child{
	border-right: 0;
}
.m-layer-6-list3 h3{
	margin: 10px auto;
	font-size: 18px;
	padding: 5px 0;
	
}
.m-layer-6-list3 h4{
	font-size: 16px;
	
}

.md-box {
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
}

.box {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	transform-style: preserve-3d;
	position: relative;
	z-index: 13;
	transform: rotateY(20deg) rotateX(-15deg);
	animation: run 5s linear infinite;
	-webkit-animation: run 5s linear infinite;
}

.box div {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	border: 1px solid #444f52;
	opacity: 0.85;
	-webkit-filter: brightness(50%) hue-rotate(10deg) saturate(1000%);
	filter: brightness(50%) hue-rotate(10deg) saturate(1000%);
    font-size: 40px;
	font-weight: bold;
    text-align: center;
    line-height: 150px;
    color: #54656e;
	text-stroke: 1px #00a4c9;
    -webkit-text-stroke: 1px #00a4c9;
}

.box div img {

	width: 150px;
	height: 150px;
}


.box div:nth-child(1) {
	background: url(../images/1.png) no-repeat center center;
	background-size: 100% 100%;
	transform: translateZ(75px);
}

.box div:nth-child(2) {
	background: url(../images/3.png) no-repeat center center;
	background-size: 100% 100%;
	transform: translateX(-75px) rotateY(-90deg);
}

.box div:nth-child(3) {
	background: url(../images/5.png) no-repeat center center;
	background-size: 100% 100%;
	transform: translateY(-75px) rotateX(90deg);
}

.box div:nth-child(4) {
	background: url(../images/6.png) no-repeat center center;
	background-size: 100% 100%;
	transform: translateY(75px) rotateX(-90deg);
}

.box div:nth-child(5) {
	background: url(../images/4.png) no-repeat center center;
	background-size: 100% 100%;
	transform: translateX(75px) rotateY(90deg);
}

.box div:nth-child(6) {
	background: url(../images/2.png) no-repeat center center;
	background-size: 100% 100%;
	transform: translateZ(-75px);
}

@-webkit-keyframes run {
	0% {
		-webkit-transform: rotateY(0) rotateX(0);
	}

	100% {
		-webkit-transform: rotateY(360deg) rotateX(360deg);
	}
}

@keyframes run {
	0% {
		transform: rotateY(0) rotateX(0);
	}

	100% {
		transform: rotateY(360deg) rotateX(360deg);
	}
}

.contactus{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.contactus a{   
	color: #fff;
    text-decoration: none;
}

.wxqrcode{ 
	display: none;
	width: 300px;
	height: 300px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 990;
}
.wxqrcode .close{
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	background:url(../images/img-close.png) no-repeat center;
	background-size: contain;
}
.wxqrcode img{
	width: 300px;
	height: 300px;
	border-radius: 10px;
}
@media (max-width:520px) {
	.m-layer-6-list3 .list{
		width: 70%;
	}
}
@media (max-width:430px) {
	.m-layer-6-list3 .list{
		width: 80%;
	}
}
@media (max-width:380px) {
	.m-layer-6-list3 .list{
		width: 85%;
		padding: 0 5px;
	}
	.m-layer-6-list3 .list h2{
		margin: 5px auto;
	}
}
@media (max-width:340px) {
	.m-layer-6-list3 .list{
		width: 90%;
	}
}
.ani-wy2 {
	-webkit-animation: 4s linear 7.9s infinite both ani-wy2;
	animation: 4s linear 7.9s infinite both ani-wy2;

}

.m-layer-6-bg3 {
	width:100%;
	height: 100%;
	background: url(../images/img-lzh2.gif) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.m-layer-6-bg6 {
	width: 100%;
	height: 50%;
	background: url(../images/img-xszmbd.gif) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 10%;
	left: 0;
	right:0;
	margin: auto;
	z-index: 14;
}
@-webkit-keyframes tipmoveup{0%{bottom:10px;opacity:0}50%{bottom:15px;opacity:1}100%{bottom:20px;opacity:0}}
@keyframes tipmoveup{0%{bottom:10px;opacity:0}50%{bottom:15px;opacity:1}100%{bottom:20px;opacity:0}}
@-webkit-keyframes tipmovedown{0%{top:10px;opacity:0}50%{top:15px;opacity:1}100%{top:20px;opacity:0}}
@keyframes tipmovedown{0%{top:10px;opacity:0}50%{top:15px;opacity:1}100%{top:20px;opacity:0}}
#tipmoveup{
	display: none;
	position:absolute;width:60px;height:15px; bottom:10px; left:0;right:0;margin: auto;  z-index:10;color: #fff;  text-align: center;
	-webkit-animation: tipmoveup 1.5s infinite ease-in-out;
	animation: tipmoveup 1.5s infinite ease-in-out;
	text-shadow:0 0 3px #FF0000;font-size: 14px;color: #ff0;
}
#tipmovedown{
	display: none;
	position:absolute;width:60px;height:15px; top:10px; left:0;right:0;margin: auto;  z-index:10;color: #fff;  text-align: center;
	-webkit-animation: tipmovedown 1.5s infinite ease-in-out;
	animation: tipmovedown 1.5s infinite ease-in-out;
	font-size: 14px;
	text-shadow:0 0 3px #FF0000;font-size: 14px;color: #ff0;
}
#allmap {width:100%;height:300px;overflow: hidden;margin:auto;}
.pagewrap{width: 100%; height: 100%; position: absolute;top: 0; left: 0;z-index: 100;    padding: 10px;
background: url(../images/img-lzh2.gif) no-repeat center;
background-size: cover;
}

.tionBg{width: 100%; height: 100%; position: absolute;top: 0; left: 0;z-index: 11;
background: url(../images/img-sx.gif) no-repeat center;
background-size: cover;
}
.pagewrap-bg{    
	width: 100%;
	height: 100%;
	padding: 10px;
    background: rgb(255 255 255 / 70%);
}
.pagewrap-bg .one{
  overflow: scroll;  
}
.pagewrap-bg .content-list{
    
	height: 100%;
	border: 1px solid #1d7eb7;
padding: 10px;    
color: #1d7eb7;
}
.pagewrap-bg .content-list .article-title{
    font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	background: #1d7eb7;
}
.pagewrap-bg .content-list .article-des p{
	font-size: 14px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.pagewrap-bg .content-list .article-des p:last-child{
	margin-bottom: 0;
}
.pagewrap-bg .content-list ul{
	font-size: 14px;
	padding: 10px;
}

.pagewrap-bg .content-list ul li{
	padding: 5px 0;
	color: #1d7eb7;
}
.pagewrap-bg .content-list ul li a{
	text-decoration: none;
	color: #1d7eb7;
}
.pagewrap-bg .content-list .m-icon{
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.pagewrap-bg .content-list .icon-phone{
	background: url(../images/icon-phone.png) no-repeat center;
	background-size: contain;
}
.pagewrap-bg .content-list .icon-qq{
	background: url(../images/icon-qq.png) no-repeat center;
	background-size: contain;
}
.pagewrap-bg .content-list .icon-address{
	background: url(../images/icon-address.png) no-repeat center;
	background-size: contain;
}
.pagewrap-bg .content-list .icon-net{
	background: url(../images/icon-net.png) no-repeat center;
	background-size: contain;
}
.txt-red{color: #FF0000; }
.mt50 {
	margin-top: 50px;
}

.pagewrap-bg .content-list .item {
	margin-bottom: 10px;
	font-size: 16px;
}

.pagewrap-bg .content-list .item >span{
	width: 60px; text-align:center;
}

.pagewrap-bg .content-list .item >select{
	padding:10px;
	border-radius: 5px;
	border:1px solid #1d7eb7;    
	color: #1d7eb7;
	outline: 0;
}
.pagewrap-bg .content-list .item >select :selected{
	outline: 0;
	border:1px solid #ffa500;    
	color: #1d7eb7;
}
.pagewrap-bg .content-list .item >select :focus{
	outline: 0;
	border:1px solid #ffa500;    
	color: #1d7eb7;
}
.mainpic{
	max-width: 100%;
	margin: 0 auto 10px auto;
	display: block;
}
.chaxun{
	    padding:5px 10px;
	    background: #c50000;
	    color: #ffffff;
	    font-size: 18px;font-weight: bold;
	    border-radius: 5px;
	    text-align: center;
	    margin-bottom: 10px;
}

.t-green{
	    padding:5px 10px;
    background: #dbffe8;
    color: #0f8301;
    font-size: 18px;font-weight: bold;
    border: 1px solid #0f8301;
    border-radius: 5px;
    text-align: center;
	margin-bottom: 10px;
}
.t-red{
	    padding:5px 10px;
	    background: #ffcaca;
	    color: #c50000;
	    font-size: 18px;font-weight: bold;
	    border: 1px solid #c50000;
	    border-radius: 5px;
	    text-align: center;
	margin-bottom: 10px;
}
.t-blue{
    padding: 5px 10px;
    background: #a8e4ff;
    color: #03a9f4;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #0189c5;
    border-radius: 5px;
    text-align: center;
}
.disno{display: none;}
.disyes{display: block;}
.xiadantip{
    font-size: 16px;
	margin-top: 10px;
	    color: #c50000;
		}
.ani-changered{
	color: crimson;
		/* animation: 1.5s ease 12s infinite alternate both changered;
		-webkit-animation: 1.5s ease 12s infinite alternate both changered; */
}
@-webkit-keyframes changered {
	0% {
		opacity: 1;color: crimson;
	}

	to {
		opacity: 1;color:yellow;
	}
}
@keyframes changered {
	0% {
		opacity: 1;color: crimson;
	}

	to {
		opacity: 1;color:yellow;
	}
}



.ani-dbx {
	animation: 1s ease 7.9s both ani-dbx;
	-webkit-animation: 1s ease 7.9s both ani-dbx;
}

@-webkit-keyframes ani-dbx {
	0% {
		opacity: 0;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(2)
	}

	to {
		opacity: 1;
		-webkit-transform-origin: 50% 50%;
		-webkit-transform: scale(1)
	}
}

@keyframes ani-dbx {
	0% {
		opacity: 0;
		transform-origin: 50% 50%;
		transform: scale(2)
	}

	to {
		opacity: 1;
		transform-origin: 50% 50%;
		transform: scale(1)
	}
}

.ani-wy {
	-webkit-animation: 20s linear 8.9s infinite both ani-wy;
	animation: 20s linear 8.9s infinite both ani-wy;
}

@-webkit-keyframes ani-wy {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0rad) rotateZ(0deg);
	}

	49.9057% {
		-webkit-transform: translate(265px, 0px) rotate(0rad) rotateZ(0deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0rad) rotateZ(0deg);
	}
}

@keyframes ani-wy {
	0% {
		transform: translate(0px, 0px) rotate(0rad) rotateZ(0deg);
	}

	49.9057% {
		transform: translate(265px, 0px) rotate(0rad) rotateZ(0deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(0rad) rotateZ(0deg);
	}
}


@-webkit-keyframes ani-wy2 {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0rad) rotateZ(0deg);
	}

	50% {
		-webkit-transform: translate(0px, -23px) rotate(0rad) rotateZ(0deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0rad) rotateZ(0deg);
	}
}

@keyframes ani-wy2 {
	0% {
		transform: translate(0px, 0px) rotate(0rad) rotateZ(0deg);
	}

	50% {
		transform: translate(0px, -23px) rotate(0rad) rotateZ(0deg);
	}

	100% {
		transform: translate(0px, 0px) rotate(0rad) rotateZ(0deg);
	}
}

.m-zoom {
	-webkit-animation: m-zoom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
	animation: m-zoom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@-webkit-keyframes m-zoom {
	from {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	35% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes m-zoom {
	from {
		opacity: 0;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	35% {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

.breathe {
	-webkit-animation-name: breathe;
		-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 14;
	-webkit-animation-duration: 1.5s; 		-webkit-animation-direction: alternate;
	animation-direction: alternate;
	animation-name: breathe;
		animation-timing-function: linear;
	animation-iteration-count: 14;
	animation-duration: 1.5s;
	animation-direction: alternate;
}

 @-webkit-keyframes breathe {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes breathe {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}
	.ani-fadeInRight{
		animation: 1s ease 0.7s 1 both ani-fadeInRight;
		-webkit-animation: 1s ease 0.7s 1 both ani-fadeInRight;
	}
	
	@-webkit-keyframes ani-fadeInRight{
		0% {
		    opacity: 0;
		    -webkit-transform: translate3d(200px,0,0);
		    transform: translate3d(200px,0,0);
		}
		100% {
		    opacity: 1;
		    -webkit-transform: none;
		    transform: none;
		}
	}	
	@keyframes ani-fadeInRight{
		0% {
		    opacity: 0;
		    -webkit-transform: translate3d(200px,0,0);
		    transform: translate3d(200px,0,0);
		}
		100% {
		    opacity: 1;
		    -webkit-transform: none;
		    transform: none;
		}
	}