@media screen and (min-width:360px) {
	html {
		font-size: 16px
	}
}

@media screen and (min-width:400px) {
	html {
		font-size: 18px
	}
}

@media screen and (min-width:480px) {
	html {
		font-size: 18px
	}
}

@media screen and (min-width:600px) {
	html {
		font-size: 18px
	}
}

@media(min-width:720px) {
	html {
		font-size: 19px
	}
}

@media(min-width:840px) {
	html {
		font-size: 21px
	}
}

@media(min-width:960px) {
	html {
		font-size: 21px
	}
}

@media(min-width:1024px) {
	html {
		font-size: 23px
	}
}

@media(min-width:1280px) {
	html {
		font-size: 23px
	}
}

@media(min-width:1366px) {
	html {
		font-size: 27px
	}
}

@media(min-width:1440px) {
	html {
		font-size: 24px
	}
}

@media(min-width:1680px) {
	html {
		font-size: 26px
	}
}

@media(min-width:1920px) {
	html {
		font-size: 30px
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: default
}

html {
	height: 100%;
	width: 100%;
	color:#333333;
	font-family: -apple-system,"PingFangSC-Regular","sans-serif","微软雅黑","Microsoft YaHei";
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	-webkit-tap-highlight-color:transparent;
}

.main {
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	margin: 0;
}

p {
	margin: 0
}

ul {
	padding: 0!important;
	margin: 0;
	box-sizing: border-box
}

li {
	list-style-type: none;
	box-sizing: border-box
}

a {
	text-decoration: none;
	color: inherit
}

img {
	border-style: none
}

button {
	background-color: none;
	border: 0
}

fieldset {
	border: 0
}

input {
	border: solid 1px #eee;
	-webkit-appearance: none
}

textarea {
	resize: none;
	font-family: "微软雅黑","Microsoft YaHei";
	padding: 8px;
	font-size: 13px;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.f-18 {
	font-size: 18px
}

.flex-row {
	display: flex;
	justify-content: space-between
}

.z2 {
	z-index: 2
}
.shadow:hover{
	box-shadow: 0 15px 10px -15px #b9babd;
}
.header {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 100%
}
.header:hover {
	background: rgb(255,255,255);
}

.header .menu {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	/* Opera */
}

.menu>ul {
	display: flex;
	display: -webkit-flex;
}

.menu>ul>li {
	display: inline-block;
	position: relative;
	line-height: 2.4rem;
}
.menu .child{
	position: absolute;
	width: 100%;
	
}
.menu .child li{
	line-height: 1.5rem;
	text-align: center;
}

.header .logo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	/* Opera */
}

.header a {
	color: #000
}
.section1 .header:hover,
.section5 .header:hover{
	background: rgba(1,13,39,0.2);
}
.section1 .header a,
.section5 .header a {
	color: #fff
}


.section5 .header .child a {
	color: #000
}
.section1 .header .child a{
	color: #FFFFFF;
}
.section1 .menu .child li:hover{
	background: #3b4759;
}
.section1 .header .child{
	background: #122840;
	box-shadow:none;
}

.header .logo a {
	display: block;
	color: #6094d0;
	position: relative;
}

.section1 .header .logo a,
.section5 .header .logo a {
	color: #fff;
}

/*.header .logo a img {
	vertical-align: middle;
	margin-right: 0.53rem;
	width: 1.1rem
}*/
.header .logo a .icon {
	margin-right: 0.3rem;
	font-size: 1.1rem;
}
.header .logo a span {
	margin-bottom: 0.07rem;
}

.header .menuBox {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	min-height: 2.4rem;
	max-width: 1180px;
	margin: 0 auto
}

.header a:hover,
.header a.on {
	color: #6094d0
}

.menu .parent>li {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	white-space: nowrap;
	padding: 0 0.53rem;
}

.menu .parent>li:last-child {
	padding-right: 0;
}

.menu .parent>li a {
	padding: 0 0.53rem;
	cursor: pointer;
}

.menu .parent>li:last-child {
	margin-left: 3rem
}

.menu .parent li ul {
	width: 100%;
	position: absolute;
	top: 100%;
	display: none;
	background-color: #fafafa;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 3px #ccc;
}

.menu .parent li ul>li {
	display: block
}

.menu .parent li:hover ul {
	display: block
}

.menu .child li:hover,
.menu .child li.on {
	background: #6094d0
}

.menu .child li:hover a,
.menu .child li.on a {
	color: #fff
}
@media(max-width:990px) {
	.menu>ul>li {
		padding: 15px 5px
	}
}
/*移动端菜单*/
.moveMenu {
	display: none;
	position: fixed;
	top: 0;left: 0;right: 0;
	height: 60px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 80;
}
.moveMenu .menuBox {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	height: 100%;
}
.moveMenu .logo {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.moveMenu .logo a img {
    vertical-align: middle;
    margin-right: 0.53rem;
    width: 1.1rem;
}


.strip {
	background-color: #000;
	display: block;
	text-indent: 200%;
	line-height: 3px;
	margin: 3px 0
}
.one-third {
	width: 33.3%
}
.quarter {
	width: 25%
}
.one-sixth {
	width: 16.66%
}
.f0 {
	font-size: 0
}
.f16 {
	font-size: .53rem !important;
}
.f18 {
	font-size: .6rem !important;
}
.f20 {
	font-size: .67rem !important;
}
.f22 {
	font-size: .73rem !important;
}
.f24 {
	font-size: .8rem !important;
}
.f26 {
	font-size: .87rem !important;
}
.f28 {
	font-size: .93rem !important;
}
.f30 {
	font-size: 1rem !important;
}
.f32 {
	font-size: 1.07rem !important;
}
.f34 {
	font-size: 1.13rem !important;
}
.f35 {
	font-size: 1.17rem !important;
}
.f42 {
	font-size: 1.4rem !important;
}
.f46 {
	font-size: 1.53rem !important;
}
.f50 {
	font-size: 1.67rem !important;
}
.cf {
	color: #fff
}
.c0 {
	color: #000
}
.mr16 {
	margin-right: .53rem
}
.mr18 {
	margin-right: .6rem
}
.mb15 {
	margin-bottom: .5rem
}
.mb18 {
	margin-bottom: .6rem
}
.mb18 {
	margin-bottom: .6rem
}
.mb20 {
	margin-bottom: .67rem
}
.mb30 {
	margin-bottom: 1rem
}
.mb70 {
	margin-bottom: 2.33rem
}
.pl28 {
	padding-left: .93rem
}
.mainColor1 {
	color: #04bcd0
}
.cweaken {
	color: #666
}
.c-active {
	color: #6094d0
}
.center {
	text-align: center
}
.tleft {
	text-align: left
}
.footer.sub {
	position: static;
	margin-top: 4.5rem !important;
}
.header.fixed {
	position: fixed;
	background-color: #fff;
	box-shadow: 0 15px 10px -15px #b9babd
}
.pull-left {
	float: left
}
.pull-right {
	float: right
}
.tl {
	text-align: left
}
.tr {
	text-align: right
}
.block {
	display: block
}
.inlineb {
	display: inline-block
}
.vcenter.hcenter {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.hcenter {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0)
}
.vcenter {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%)
}
.w100 {
	width: 100%
}
.br8 {
	border-radius: 8px
}
.op0 {
	opacity: 0
}
.op1 {
	opacity: 1
}
.common-ul li h2 {
	font-size: .87rem;
	text-align: center
}
.common-ul li .text-inner {
	font-size: .53rem;
	background-color: #f1faff;
	position: relative
}
.common-ul li .text-inner p {
	color: #666
}
.common-ul li .img-inner {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center
}
.common-circle .circle {
	width: 50%;
	padding: 25% 0;
	margin: 0 auto;
	border-radius: 100px;
	margin-bottom: .73rem;
	position: relative;
	box-shadow: 0 0 20px #04bcd0
}
.common-circle .circle p {
	width: 2rem;
	font-size: 1rem;
	line-height: 1.1rem;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1rem;
	color: #fff;
	transform: translate(0, -50%)
}
.common-circle .circle .text-inner {
	color: #404852
}
.common-rect li {
	border-radius: 7px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden
}
.common-rect .img-inner {
	width: 100%;
	height: 2.4rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21% auto
}
.common-rect .mask {
	padding: 2.5rem 0
}
.emit-mask {
	color: #fff;
	padding: 1.2rem 0
}
.health .emit-mask1 {
	background: rgba(4, 188, 208, 0.8)
}
.health .emit-mask2 {
	background: rgba(62, 125, 204, 0.8)
}
.health .emit-mask3 {
	background: rgba(53, 111, 175, 0.8)
}
.switch,
.switch2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2
}
.switch>div {
	transition: .5s all;
	position: relative;
	height: 100%;
	box-sizing: border-box;
	top: 0;
	width: 100%
}
.switch:hover div {
	top: -12rem
}
.switch2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 2
}
.switch2 .text-inner p {
	width: 100%
}
.switch2:hover h3 {
	bottom: 5rem
}
.switch2:hover .text-inner {
	bottom: 0
}
.emit-mask h2:after {
	content: '';
	display: block;
	height: 2px;
	width: 2.67rem;
	background: #fff;
	margin: 0 auto;
	margin-top: 1.23rem;
	margin-bottom: 1.4rem
}
.emit-mask p {
	width: 80%;
	margin: 0 auto;
	line-height: 0.9rem;
}
.common-rect .emit-mask .img-inner {
	background-size: 17% auto
}
.sub.main .sec .emit-mask h2 {
	padding: 0;
	color: #fff
}
.common-rect .mask .down:after {
	content: '';
	display: block;
	height: 2px;
	width: 5.33rem;
	background-color: #000;
	margin: 0 auto;
	margin-top: 1.4rem
}
.emit-mask .down:after {
	height: 0
}
.sub.main .sec .normal-ul li {
	text-align: left;
	margin: 0 .8rem
}
.normal-ul {
	background: #f1faff;
	border-radius: 7px;
	box-shadow: 2px 2px 15px #ccc;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: table-cell;
	vertical-align: middle
}
.normal-ul li:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #04bcd0;
	border-radius: 100px;
	margin-right: .5rem;
	vertical-align: middle;
	line-height: .6rem
}
li.horizontal {
	box-shadow: 0 0 15px #ccc;
	border-radius: 10px;
	overflow: hidden
}
li.horizontal .left {
	float: left
}
li.horizontal .left,
li.horizontal .right {
	height: 100%
}
.sub_intro_png {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%)
}
.li-one-third {
	width: 12.33rem;
}
.li-one-forth {
	width: 9rem;
	margin-right: 1.33rem
}
.mr0 {
	margin-right: 0
}
.outShadow1:hover {
	box-shadow: 0 0 10px rgba(4,188,208,0.5)
}
.outShadow2:hover {
	box-shadow: 0 0 10px rgba(62,125,204,0.5)
}
.outShadow3:hover {
	box-shadow: 0 2px 10px #74cff3
}
.outShadow4:hover {
	box-shadow: 0 0 20px rgba(62,125,204,.5);
}
.myBounceInUp {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 1s;
	right: 0
}
.mybounceInUp2 {
	bottom: 0!important;
	transition: all 1s
}
.flex{
	display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    
    flex-flow: row nowrap;
	-webkit-flex-flow:row nowrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:single;
　　	-moz-flex-flow:row nowrap;
    box-orient:horizontal;
    box-lines:single;
    flex-flow:row nowrap;
}
.between-start{
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    
	flex-flow: row nowrap;
	-webkit-flex-flow:row nowrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:single;
　　-moz-flex-flow:row nowrap;
    box-orient:horizontal;
    box-lines:single;
    flex-flow:row nowrap;
	
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-ms-flex-align:start;
}
.between-center{
	display: -webkit-flex; 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 
    
	flex-flow: row nowrap;
	-webkit-flex-flow:row nowrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:single;
　　-moz-flex-flow:row nowrap;
    box-orient:horizontal;
    box-lines:single;
    flex-flow:row nowrap;
	
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}
.wrap-center{
	display: -webkit-flex; 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 
    
	flex-flow: row wrap;
	-webkit-flex-flow:row wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:multiple;
　　-moz-flex-flow:row wrap;
    box-orient:horizontal;
    box-lines:multiple;
    flex-flow:row wrap;
	
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}
.wrap-between-center{
	display: -webkit-flex !important; 
    display: -webkit-box !important; 
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; 
    
	flex-flow: row wrap;
	-webkit-flex-flow:row wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:multiple;
　　-moz-flex-flow:row wrap;
    box-orient:horizontal;
    box-lines:multiple;
    flex-flow:row wrap;
	
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}
.row-center-center{
	display: -webkit-flex; 
    display: flex; 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    
	flex-flow: row nowrap;
	-webkit-flex-flow:row nowrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:single;
　　	-moz-flex-flow:row nowrap;
    box-orient:horizontal;
    box-lines:single;
    flex-flow:row nowrap;
    
	-webkit-justify-content:center;
	justify-content:center;
	-ms-flex-pack:center;
	-webkit-box-pack:center;
	
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}

.nowrap-around-center{
	display: -webkit-flex; 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 
    
	flex-flow: row nowrap;
	-webkit-flex-flow:row nowrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:single;
　　	-moz-flex-flow:row nowrap;
    box-orient:horizontal;
    box-lines:single;
    flex-flow:row nowrap;
    
    -ms-flex-pack:justify;
    -webkit-box-pack:justify;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}
.wrap-around-center{
	display: -webkit-flex; 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 
    
	flex-flow: row wrap;
	-webkit-flex-flow:row wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:multiple;
　　-moz-flex-flow:row wrap;
    box-orient:horizontal;
    box-lines:multiple;
    flex-flow:row wrap;
    
	-ms-flex-pack:justify;
    -webkit-box-pack:justify;
	-webkit-justify-content:space-around;
	justify-content:space-around;
	
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}
.row-center{
	display: -webkit-flex !important; 
    display: -webkit-box !important; 
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; 
    
	flex-flow: row nowrap;
	-webkit-flex-flow:row nowrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:single;
　　	-moz-flex-flow:row nowrap;
    box-orient:horizontal;
    box-lines:single;
    flex-flow:row nowrap;
    
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}
.row-end{
	display: flex !important; 
	display: -webkit-flex !important;
    
	flex-flow: row nowrap;
	-webkit-flex-flow:row nowrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:single;
　　	-moz-flex-flow:row nowrap;
    box-orient:horizontal;
    box-lines:single;
    flex-flow:row nowrap;
    
	-webkit-box-align:end;
	-webkit-align-items:end;
	align-items:end;
	-ms-flex-align:end;
}
.nowrap-between{
	display: -webkit-flex; 
    display: flex; 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    
	flex-flow: row nowrap;
	-webkit-flex-flow:row nowrap;
    -webkit-box-orient:horizontal;
    -webkit-box-lines:single;
　　	-moz-flex-flow:row nowrap;
    box-orient:horizontal;
    box-lines:single;
    flex-flow:row nowrap;
    
    -webkit-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
}
.column-center{
	display: -webkit-flex; 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 
    
	flex-flow: column nowrap;
	-webkit-flex-flow:column nowrap;
    -webkit-box-orient:vertical;
　　	-moz-flex-flow:column nowrap;
    box-orient:vertical;
    flex-flow:column nowrap;
    
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}
.column-center-center{
	display: -webkit-flex; 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; 
    
	flex-flow: column nowrap;
	-webkit-flex-flow:column nowrap;
    -webkit-box-orient:vertical;
　　	-moz-flex-flow:column nowrap;
    box-orient:vertical;
    flex-flow:column nowrap;
    
    -webkit-justify-content:center;
	justify-content:center;
	-ms-flex-pack:center;
	-webkit-box-pack:center;
    
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-ms-flex-align:center;
}
.column-nowrap{
	display: -webkit-flex; 
    display: flex; 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    
	flex-flow: column nowrap;
	-webkit-flex-flow:column nowrap;
    -webkit-box-orient:vertical;
　　	-moz-flex-flow:column nowrap;
    box-orient:vertical;
    flex-flow:column nowrap;
}
.flex-item{
	width: 0%;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
