body, html {
	margin: 0;
	padding: 0;
	color: #282828;
	font-family: "微软雅黑";
	line-height: 1;
	background: #f6f6f6
}
body {
	box-sizing: border-box;
	min-height: 100vh;
	padding: 1.12rem 0 1.2rem
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}
.hidden {
	display: none !important
}
a {
	color: #282828;
	text-decoration: none
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4
}
p {
	line-height: 1.4
}
h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0;
	padding: 0;
	font-weight: normal
}
h6 {
	font-size: 0.18rem
}
h5 {
	font-size: 0.20rem
}
h4 {
	font-size: 0.22rem
}
h3 {
	font-size: 0.24rem
}
h2 {
	font-size: 0.26rem
}
h1 {
	font-size: 0.30rem
}
p {
	font-size: 0.30rem;
	line-height: 1.6
}
ul, ol {
	list-style: none
}
.text-center {
	text-align: center
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.floatleft {
	float: left
}
.floatright {
	float: right
}
.clearfix {
	display: block;
	content: "";
	clear: both
}
.underLine {
	border-bottom: 0.01rem solid #f1f1f1
}
img[src=''] {
	display: none
}
.opacity0 {
	opacity: 0 !important
}
.hidden {
	display: none
}
.main_container {
	background: #fff
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.flex_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row
}
.flex_nowrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row
}
.flex_center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.flex_right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end
}
.flex_left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start
}
.flex_justify_between {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between
}
.flex_space_around {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	justify-content: space-around
}
.justify-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.align-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.first_box, .justify_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.first_box>*, .justify_box>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.first_box>*:first-child, .justify_box>*:first-child, .justify_box>*:last-child {
	width: auto;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.clearfix {
	zoom: 1
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.ellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.ellipsis3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.ellipsis4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}
.ellipsis10 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical
}
@-webkit-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@-moz-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@-o-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
.container {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.2rem
}
div, img {
	font-size: 0.2rem
}
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 1.12rem;
	padding: 0 0.2rem;
	z-index: 1000;
	background: #fff
}
header .logo_icon {
	width: 4.08rem;
	height: 1.12rem;
	background: url("../images/logo_icon.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
header .nav_icon {
	width: 0.79rem;
	height: 0.62rem;
	background: url("../images/nav_icon.jpg") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
::-webkit-input-placeholder {
color:#999999
}
:-moz-placeholder {
color:#999999
}
::-moz-placeholder {
color:#999999
}
:-ms-input-placeholder {
color:#999999
}
footer {
	text-align: center;
	padding: 0.4rem 0.2rem
}
footer img {
	display: block;
	margin: 0 auto 0.1rem;
	width: 1.3rem;
	height: 1.3rem
}
footer h6 {
	font-size: 0.18rem;
	color: #999999
}
footer p {
	font-size: 0.24rem;
	color: #6f6f6f;
	line-height: 1.5
}
footer p a {
	color: #6f6f6f
}
.code_list {
	margin-bottom: 0.25rem
}
.code_box {
	margin: 0 0.2rem
}
.fixed_bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 997
}
.fixed_bottom li {
	width: 25%;
	height: 1.2rem;
	text-align: center;
	background: #191919
}
.fixed_bottom li.active {
	background: #0168b7
}
.fixed_bottom li span {
	display: block;
	width: 0.59rem;
	height: 0.54rem;
	margin: 0.2rem auto 0.15rem
}
.fixed_bottom li h6 {
	color: #ffffff
}
.foot_icon_1 {
	background: url("../images/foot_icon_1.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.foot_icon_2 {
	background: url("../images/foot_icon_2.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.foot_icon_3 {
	background: url("../images/foot_icon_3.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.foot_icon_4 {
	background: url("../images/foot_icon_4.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.show_nav .fixed_nav {
	left: 0
}
.show_nav .fiex_nav_bg {
	display: block
}
.fixed_nav {
	position: fixed;
	left: -100vw;
	top: 1.12rem;
	bottom: 0;
	width: 3.8rem;
	z-index: 999;
	background: #fff;
	transition: left 0.2s linear
}
.fixed_nav li {
	padding: 0.25rem 0.2rem;
	flex-wrap: nowrap
}
.fixed_nav li h4 {
	width: 2.7rem;
	font-size: 0.26rem;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.fixed_nav li h4 span {
	color: #999999 !important;
	margin-left: 0.05rem
}
.fixed_nav li .right_icon {
	display: block;
	width: 0.15rem;
	height: 0.23rem;
	background: url("../images/right_icon.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.fixed_nav li.nav_active h4 {
	color: #0168b7
}
.fixed_nav li.nav_active .right_icon {
	background: url("../images/right_active_icon.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%
}
.fiex_nav_bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 998
}
.img_box {
	position: relative
}
.img_box img {
	width: 100%;
	height: 100%;
	display: block;object-fit: contain;
}
div.pagination {
	float: none !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0
}
div.pagination a, div.pagination span {
	font-size: 15px
}
.pagination ul>.active>a, .pagination ul>.active>span {
	color: #fff;
	background: #0168b7
}
div.paginations {
	padding: 0.4rem 0
}
div.paginations a {
	display: block;
	width: 1.5rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	background: #0168b7;
	border: 1px solid #0168b7;
	color: #fff;
	font-size: 0.2rem;
	margin: 0 0.15rem;
	border-radius: .4rem;
	-webkit-border-radius: .4rem;
	-moz-border-radius: .4rem
}
.swiper-pagination-bullet {
	background: #d2d2d2;
	opacity: 1;
	width: 0.2rem;
	height: 0.2rem;
	box-sizing: border-box
}
.swiper-pagination-bullet-active {
	background: #0168b7
}
.title_box {
	text-align: center;
	padding: 0.7rem 0 0.35rem
}
.title_box>h1 {
	margin-bottom: 0.15rem;
	font-weight: bold;
	font-size: 0.42rem
}
.title_box>h3 span {
	font-weight: bold
}
.page_banner {
	width: 100%;
	height: 7.6rem;
	display: block
}
.tab_list {
	border-bottom: 0.01rem solid #e4e3e3
}
.tab_list li {
	width: 20%
}
.tab_list li a {
	display: block;
	color: #888888;
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	position: relative;
	font-size: 0.18rem;
	padding: 0 0.15rem;
	text-align: center
}
.tab_list li.active a {
	color: #0168b7
}
.tab_list li.active a::after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.01rem;
	height: 0.01rem;
	background: #0168b7;
	z-index: 1
}
.detial h1 {
	text-align: center;
	font-size: 0.3rem;
	font-weight: bold;
	padding: 0.4rem 0
}
.detial p {
	font-size: 0.24rem
}
.detial img {
	max-width: 100% !important
}
