@charset "utf-8";

@import url('lib.css');
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #303233;
	position: fixed;
	z-index: 9999
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #111;
	z-index: -1
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: #fff;
	border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 10px
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url(../images/bro.png) no-repeat 0 0
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url(../images/bro.png) no-repeat 0 -100px
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url(../images/bro.png) no-repeat 0 -200px
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url(../images/bro.png) no-repeat 0 -300px
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0 auto;
	max-width: 100px;
	width: 100px;
	height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700
}

.loader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	background-size: 100% 100%;
	z-index: 999
}

@font-face {
	font-family: 'sys';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/SourceHanSerifCN-Bold.woff) format("woff")
}

@font-face {
	font-family: 'din';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/DINCond-Bold.woff) format("woff")
}

@font-face {
	font-family: 'frank';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/franklingothic-demi.woff) format("woff")
}

.sys {
	font-family: 'sys'
}

.din {
	font-family: 'din'
}

.frank {
	font-family: 'frank'
}

html {
	font-size: 100px
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-appearance: none
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0;
	position: relative;
	overflow-x: hidden;
	font-size: .16rem;
	font-family: Microsoft YaHei, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	color: #222;
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
	text-decoration: none
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none
}

a:hover {
	color: #fc4a53
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	display: block;
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	max-height: 100%
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	border: none;
	border-top: 2px solid #f4f3f2;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

:focus {
	outline: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible;
	border: none
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal;
	-webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0
}

select::-ms-expand {
	display: none
}

.none {
	display: none
}

.check:checked,
.check:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0
}

.check:checked+label,
.check:not(:checked)+label {
	position: relative;
	display: inline-block;
	height: 14px;
	font-size: 14px;
	cursor: pointer;
	padding-left: 20px
}

.check+label:after,
.check+label:before {
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 0;
	width: 16px;
	height: 13px;
	border-radius: 3px;
	content: '';
	background: #000
}

.check:checked+label:after {
	background: #ca140d
}

.radio:checked+label,
.radio:not(:checked)+label {
	position: relative;
	display: inline-block;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
	padding-left: 20px
}

.radio+label:after,
.radio+label:before {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	content: ''
}

.radio:not(:checked)+label:after,
.radio:not(:checked)+label:before {
	border: 1px solid #888
}

.radio:checked,
.radio:not(:checked) {
	position: absolute;
	left: -9999px;
	opacity: 0
}

.radio:checked+label:before {
	border: 1px solid #d9a65c
}

.radio:checked+label:after {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d9a65c;
	top: 3px;
	left: 4px
}

::-webkit-input-placeholder {
	color: #999;
	opacity: .54
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

:-ms-input-placeholder {
	color: #999
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: "."
}

.l {
	float: left
}

.r {
	float: right
}

.fl {
	float: left!important
}

.fr {
	float: right!important
}

.bor {
	border: 1px dashed #999
}

.poab {
	position: absolute
}

.pore {
	position: relative
}

.texto a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.eclip {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.eclips {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.imgInline {
	display: inline-block!important;
	vertical-align: middle
}

.imgMargin {
	margin: 0 auto
}

.imgW100 {
	width: 100%
}

.text-r {
	text-align: right
}

.text-m {
	text-align: center
}

.text-bold {
	font-weight: 700
}

.text-light {
	font-weight: 100
}

.text-up {
	text-transform: uppercase
}

.flex {
	display: flex;
	
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left
}

@media screen and (min-width: 1025px) {
	.trans-mask:hover img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
	.bg-mask:hover .pic .a {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.trans {
	transition: all .5s
}

.trans-mask {
	display: block;
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	position: relative
}

.trans-mask img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	transform: scale(1.01)
}

.bg-mask .pic {
	overflow: hidden
}

.bg-mask .pic .a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	display: block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: scale(1.01)
}

.bgimg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.ablink {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(255, 255, 255, 0)
}

.wp {
	margin: 0 auto;
	max-width: 13.6rem;
	width: 94%
}

.wpa {
	width: 94%;
	margin: 0 auto;
	max-width: 16rem
}

.greybg {
	background: #f2f2f2
}

.co {
	color: #0142ae
}

.fixdbody {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.m-show {
	display: none
}

.filter-page {
	filter: blur(5px)
}

@media screen and (max-width:980px) {
	.pc-show {
		display: none
	}
	.m-show {
		display: block
	}
}

.aline_w {
	position: relative;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s
}

.alin_w:hover .aline_w {
	background-size: 100% 1px
}

.aline_w:hover {
	background-size: 100% 1px
}

.titline_b {
	position: relative;
	background-image: linear-gradient(#0042ba, #0042ba);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s
}

.titlin_b:hover .titline_b {
	background-size: 100% 1px
}

.titline_b:hover {
	background-size: 100% 1px
}

.titline_r {
	position: relative;
	background-image: linear-gradient(#6510ad, #6510ad);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s
}

.titlin_r:hover .titline_r {
	background-size: 100% 1px;
	color: #6510ad
}

.titline_r:hover {
	background-size: 100% 1px
}

.zi6 {
	position: relative;
	z-index: 6
}

.zi5 {
	position: relative;
	z-index: 5
}

.zi4 {
	position: relative;
	z-index: 4
}

.zi3 {
	position: relative;
	z-index: 3
}

.zi2 {
	position: relative;
	z-index: 2
}

.zi1 {
	position: relative;
	z-index: 1
}

.l2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.l3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.l4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.l5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.l8 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical
}

@keyframes sca {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}

@keyframes go {
	0% {
		transform: translateX(0)
	}
	50% {
		transform: translateX(10px)
	}
	100% {
		transform: translateX(0)
	}
}

@keyframes up {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(-8px)
	}
	100% {
		transform: translateY(0)
	}
}

@keyframes roted {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

.overhide {
	overflow: hidden
}

.menu-btn {
	z-index: 999;
	overflow: hidden;
	margin-left: 35px;
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent: -5260px;
	opacity: 1;
	position: relative;
	z-index: 999
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	right: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
	margin-top: -9px;
	width: 26px
}

.menu-btn .line-3 {
	margin-top: 9px;
	width: 26px
}

.drawerMenu-open .menu-btn .line-1 {
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
	margin-top: 0!important;
	width: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3 {
	margin-top: 0!important;
	width: 28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.searchbtn {
	width: 30px;
	text-align: center;
	line-height: 40px
}

.searchbtn i {
	color: #c80d17;
	font-size: 18px
}

.mobNav {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 98;
	padding-top: 53px;
	padding: 40px 8% 30px;
	display: none
}

.mobNav ul {
	max-height: 70vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.mobNav ul li .navp a {
	font-size: 15px;
	color: #183782;
	font-weight: bold;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;
	width: 16px;
	transition: .3s;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background: url(../images/more.svg) no-repeat center;
	background-size: 16px 16px
}

.mobNav ul li.on .navp i {
	transform: rotate(-45deg)
}

.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 30px;
	font-size: 14px
}

.mobNav .toplink {
	margin-bottom: 20px
}

.mobNav .toplink a i {
	font-size: 24px
}

.mobNav .toplink a {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	transition: .3s;
	color: #bd2323;
	background: #f2f2f2;
	position: relative
}

.mobNav .toplink a span {
	width: 100px;
	height: 100px;
	background: #fff;
	top: 100%;
	left: -15px;
	position: absolute;
	z-index: 10;
	padding: 3px;
	display: none
}

.mobNav .toplink a:hover span {
	display: block
}

.headerm {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding-right: 4%;
	padding-left: 4%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	height: .65rem;
	transition: .3s linear
}

.headerm .logo img {
	height: .5rem
}

.headerm .navbtnm {
	width: .86rem;
	height: .65rem;
	background: url(../images/tx1.svg) no-repeat top left;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	color: #fff;
	text-align: center;
	line-height: .65rem;
	padding-left: .1rem
}

.headerm .navbtnm i {
	font-size: .35rem;
	transition: .1s
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	padding: .15rem 0 .15rem;
	transition: .3s linear;
	background: rgba(255,255,255,.5);
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

.header:hover:before {
	top: 0
}

.scrolling .header:before {
	top: 0
}

.scrollDown .header {
	top: -1.15rem
}

.header .logo img {
	width: 2.45rem;
	height: .65rem\0
}

.header .wp {
	position: relative;
	z-index: 3
}

.header .hd-nav li {
	line-height: .36rem;
	font-size: .2rem;
	margin-left: .48rem;
	position: relative
}

.header .hd-nav li:first-child {
	margin-left: 0
}

.header .hd-nav li>a {
	display: block;
	line-height: .36rem;
	position: relative;
	font-weight: bold
}

.header .hd-nav li>a.has-child:after {
	content: "\eabd";
	font-family: "swiper-icons";
	margin-left: 5px;
	font-size: .16rem
}

.header .hd-nav li:hover>a.has-child:after {
	display: inline-block;
	transform: rotate(180deg);
	position: relative;
	top: -1px
}

.header .hd-nav li .sub-nav {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 99;
	padding-top: .15rem;
	min-width: 1.6rem;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .3s
}

.header .hd-nav li .sub-nav .sub-nav-h {
	text-align: center;
	position: relative;
	background: #fff;
	padding: .15rem 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.header .hd-nav li .sub-nav .sub-nav-h:after {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #7410ab 0%, #3707a1 100%)
}

.header .hd-nav li .sub-nav .sub-nav-h a {
	display: block;
	font-size: .16rem;
	padding: 0 .13rem;
	margin-bottom: 1px;
	background: #fff;
	color: #6510ad;
	white-space: nowrap;
	line-height: .42rem
}

.header .hd-nav li .sub-nav .sub-nav-h a:hover {
	background: #ededed
}

.header .hd-nav li:hover .sub-nav {
	opacity: 1;
	visibility: inherit
}

.header .hd-nav li:hover>a {
	color: #6510ad
}

.header .serbtnm {
	position: relative;
	z-index: 30;
	font-size: .28rem
}

.header .navbtn {
	margin-left: .3rem;
	position: relative;
	z-index: 30;
	display: block
}

.header .navbtn i {
	transition: .3s;
	display: block;
	width: .3rem;
	height: .3rem;
	border-radius: 50%;
	border: 2px solid #333;
	text-align: center;
	line-height: .26rem;
	color: #333;
	font-weight: bold
}

.header .search {
	position: relative;
	z-index: 30
}

.header .search form {
	display: block!important;
	position: relative
}

.header .search form .serinp {
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	transition: .3s;
	opacity: 0;
	visibility: hidden
}

.header .search form .serbtn {
	width: .4rem;
	height: .4rem;
	position: relative;
	text-align: center;
	line-height: .4rem;
	font-size: .28rem
}

.header .search form .serbtn input {
	position: absolute;
	top: 0;
	left: 0;
	width: .4rem;
	height: .4rem;
	z-index: 3;
	background: rgba(255, 255, 255, 0);
	border: 0
}

.header .search form .serinp input {
	width: 100%;
	height: .4rem;
	line-height: .4rem;
	background: #fff;
	border: 0;
	font-size: .15rem;
	border-radius: .1rem;
	color: #333;
	border: 1px solid #ddd
}

.header .search form:hover .serinp {
	width: 2.6rem;
	opacity: 1;
	visibility: inherit
}

.header .search form:hover .serinp input {
	padding: 0 .4rem 0 .1rem
}

.header .search form:hover .serbtn {
	color: #fc4a53
}

.big-nav {
	position: fixed;
	z-index: 49;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #956729;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: .3s
}

.big-nav .scroll {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 1.04rem;
	bottom: 0;
	overflow-y: auto
}

.big-nav .scroll ul {
	max-width: 17.85rem;
	margin: 0 auto
}

.big-nav .scroll li {
	width: 11.111%;
	text-align: center;
	padding-top: .45rem
}

.big-nav .scroll li h2 {
	font-size: .2rem
}

.big-nav .scroll li a {
	color: #fff
}

.big-nav .scroll li .list {
	padding: .2rem 0
}

.big-nav .scroll li .list h3 {
	font-weight: 400;
	font-size: .17rem;
	line-height: .36rem
}

.big-nav .scroll li .list dl {
	padding-bottom: .2rem
}

.big-nav .scroll li .list dd {
	font-size: .14rem;
	line-height: .3rem;
	opacity: .65
}

body.navShow .big-nav {
	opacity: 1;
	visibility: visible
}

body.navShow .header .hd-nav {
	opacity: 0;
	visibility: hidden;
	position: absolute
}

body.navShow .header .hdr-t {
	padding-top: .2rem
}

body.navShow .header .navbtn i:before {
	content: "\eca0"
}

body.navShow .headerm .navbtnm i:before {
	content: "\eca0"
}

.big-nav .btn-list1 {
	display: none
}

@media screen and (min-width: 1025px) {
	.big-nav {
		display: none
	}
}

@media screen and (max-width: 1024px) {
	body {
		padding-top: .7rem
	}
	.searchm {
		position: fixed;
		padding: .2rem 5% .2rem;
		width: 100%;
		top: .65rem;
		left: 0;
		background: #fff;
		display: none;
		z-index: 10
	}
	.searchm form {
		display: block!important;
		position: relative
	}
	.searchm form .serinp {
		position: static;
		top: 0;
		right: 0;
		width: 100%
	}
	.searchm form .serbtn {
		width: .55rem;
		height: .55rem;
		position: absolute;
		text-align: center;
		line-height: .55rem;
		font-size: .22rem;
		color: #fff;
		top: 0;
		right: 0
	}
	.searchm form .serbtn i {
		font-size: .2rem;
		display: block;
		width: .55rem;
		height: .55rem;
		border: none;
		border-radius: 50%;
		text-align: center;
		line-height: .55rem;
		color: #fc4a53;
		font-size: .25rem
	}
	.searchm form .serbtn input {
		position: absolute;
		top: 0;
		left: 0;
		width: .55rem;
		height: .55rem;
		z-index: 3;
		background: rgba(255, 255, 255, 0);
		border: 0
	}
	.searchm form .serinp input {
		width: 100%;
		height: .55rem;
		line-height: .55rem;
		background: #fff;
		border: 0;
		font-size: .18rem;
		border-radius: 5px;
		color: #333;
		padding: 0 .55rem 0 .15rem;
		border: 1px solid #ddd
	}
}

.rightNav {
	position: fixed;
	top: 0;
	right: -4.5rem;
	bottom: 0;
	width: 4.4rem;
	z-index: 20;
	background: url(../images/navbg.png) no-repeat bottom center;
	background-size: cover;
	padding: 1.4rem .5rem .5rem;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	transition: .5s
}

.rightNav.show {
	right: 0
}

.rightNav .scnav {
	max-height: calc(100vh - 2rem);
	overflow: auto;
	padding-right: .1rem
}

.rightNav .scnav::-webkit-scrollbar {
	width: 4px
}

.rightNav .scnav::-webkit-scrollbar-track {
	border-radius: 5px;
	background: rgba(0, 0, 0, .1);
	border-radius: 5px
}

.rightNav .scnav::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: rgba(0, 0, 0, .4);
	border-radius: 5px
}

.rightNav ul>li>a {
	font-family: 'sys';
	font-size: .2rem
}

.rightNav ul>li {
	padding: .18rem .15rem;
	border-bottom: 1px solid #eee;
	position: relative
}

.rightNav ul>li>i {
	position: absolute;
	right: .2rem;
	width: .3rem;
	height: .3rem;
	cursor: pointer
}

.rightNav ul>li>i:before {
	position: absolute;
	top: 50%;
	height: 14px;
	width: 2px;
	background: #333;
	content: '';
	margin-top: -7px;
	margin-left: -1px;
	left: 50%
}

.rightNav ul>li>i:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 14px;
	height: 2px;
	background: #333;
	content: '';
	margin-left: -7px;
	margin-top: -1px
}

.rightNav ul>li.on>i:before {
	opacity: 0;
	visibility: hidden
}

.rightNav ul>li .subnav {
	padding-left: .2rem;
	padding-top: .12rem;
	display: none
}

.rightNav ul>li .subnav div {
	padding: 5px 0
}

.rightNavmask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 18;
	background: rgba(255, 255, 255, .6);
	display: none
}

@media screen and (max-width: 1680px) {
	.header .hd-nav li {
		margin-left: .35rem
	}
}

@media screen and (max-width:1024px) {
	.rightNav {
		padding-top: 1rem
	}
	.rightNav .scnav {
		max-height: calc(100vh - 1.4rem)
	}
	.header {
		height: .7rem;
		padding: .1rem 0
	}
	.header .logo img {
		width: auto;
		height: .5rem
	}
	.headerm {
		display: flex
	}
	html {
		font-size: 90px!important
	}
}

@media screen and (max-width:900px) {
	.wp {
		width: 90%
	}
	.wpa {
		width: 90%
	}
	html {
		font-size: 85px!important
	}
}

@media screen and (max-width:640px) {
	body {
		font-size: .18rem
	}
}

@media screen and (max-width:480px) {
	html {
		font-size: 80px!important
	}
	.eclips {
		display: block;
		overflow: visible;
		text-overflow: inherit;
		white-space: normal
	}
	.rightNav {
		position: fixed;
		top: 0;
		right: -4.1rem;
		width: 4rem;
		padding: 1rem .3rem .3rem
	}
}

@media screen and (max-width:375px) {
	html {
		font-size: 75px!important
	}
}

@media screen and (max-width:360px) {
	html {
		font-size: 70px!important
	}
}

.footer {
	background: url(../images/ftbg.jpg) no-repeat right center;
	background-size: cover
}

.black .footer {
	background: url(../images/ftbg1.jpg) no-repeat right center;
	background-size: cover;
	color: #fff
}

.black .footer a {
	color: #fff
}

.black .footer a:hover {
	color: #fc4a53
}

.black .footer .ft3 .txt {
	border-top: 1px solid rgba(255, 255, 255, .3)
}

.black .footer .ft1 .ftico a i {
	border-color: #fff;
	color: #fff
}

.black .footer .ft1 .ftico a:hover {
	color: #fc4a53
}

.footer .ft1 {
	padding: 1rem 0
}

.footer .ft1 .ftlogo img {
	height: .89rem;
	width: 3.35rem\0
}

.footer .ft1 .ftico a {
	margin-left: .5rem;
	display: block
}

.footer .ft1 .ftico a:hover i {
	color: #fc4a53;
	border-color: #fc4a53
}

.footer .ft1 .ftico a i {
	display: block;
	width: .7rem;
	height: .7rem;
	border: 1px solid #333333;
	text-align: center;
	line-height: .68rem;
	border-radius: 50%;
	font-size: .3rem;
	color: #333333;
	margin: 0 auto;
	margin-bottom: 5px
}

.footer .ft2 {
	padding-bottom: .8rem
}

.footer .ft2 ul li {
        text-align:center;
        width:1.5rem;
	font-size: .2rem
}

.footer .ft3 .txt {
	border-top: 1px solid #ccc;
	padding: .6rem 0
}

.footer .ft3 .txt p {
	padding: 5px 0
}

@media screen and (max-width: 1024px) {
	.footer .ft2 {
		display: none
	}
}

@media screen and (max-width: 900px) {
	.footer .ft1 {
		padding: .6rem 0
	}
	.footer .ft1 .ftlogo {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: .3rem
	}
	.footer .ft1 .ftico {
		width: 100%
	}
	.footer .ft1 .ftico .flex {
		width: 100%;
		justify-content: center
	}
	.footer .ft1 .ftico a {
		margin: 0 .2rem
	}
	.footer .ft3 .txt {
		width: 100%;
		text-align: center;
		padding: .5rem 0
	}
}

@media screen and (max-width: 540px) {
	.footer .ft1 {
		padding: .6rem 0 .35rem
	}
	.footer .ft1 .ftico a {
		margin: 0 .1rem
	}
	.footer .ft3 .txt {
		padding: .3rem 0
	}
}


/*20220604*/
.nyxz{background: url(../images/ny/xzbg.jpg) no-repeat bottom center;background-size: 100% auto}
.nyabout .xz1{position: absolute;left: 0;top: 0;height: 3rem;z-index: 0}
.nyabout .xz2{height: 1.14rem;margin-bottom: .3rem}
.nyabout .xzleft{width: 50%;padding-top: 2.15rem}
.nyabout .xzleft .desc{line-height: 2em;font-size: .18rem}
.nyabout .xzright{width: 45%}
@media (max-width: 1024px){
.nyabout .xz1{height: auto;width: 90%}  
}
@media (max-width: 900px){
.nyabout .xzleft{width: 100%;order: 2;padding-top: .4rem}
.nyabout .xzleft .desc{line-height: 1.8em;}
.nyabout .xzright{width: 100%;order: 1;position: relative; z-index: 4}
.nyabout .xz1{height: auto;width: 100%}    
.nyabout .xz2{height: 1rem;}
}
