@charset "UTF-8";
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body,
div {
	margin: 0;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
	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-appearance: textfield;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

a,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
i,
li,
p,
span,
ul {
	text-decoration: none;
	box-sizing: border-box;
	font-size: 14px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-weight: 400;
}
@media only all and (max-width: 1366px) {
	a,
	dd,
	div,
	dl,
	dt,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	i,
	li,
	p,
	span,
	ul {
		font-size: 12px;
	}
}
*,
:after,
:before {
	box-sizing: border-box;
}
.clearfix:after,
.clearfix:before {
	display: table;
}
input,
textarea {
	border: 1px solid #d1d1d1;
	background: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	outline: none;
}
html {
}

@font-face {
  font-family: "思源黑体 Normal";font-weight: 350;src: url("../font/u5PtTYcqt55H.woff2") format("woff2"),
  url("../font/u5PtTYcqt55H.woff") format("woff");
  font-display: swap;
}

body,
html {
  font-family: 思源黑体,'思源黑体',Source Sans Pro,Roboto;;
	color: #333;
}
.clearfix:after,
.clearfix:before {
	display: block;
	content: '';
}
.clearfix:after {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
body,
html {
	min-height: 100vh;
	position: relative;
}
@font-face {
	font-family: myFirstFont2;
	src: url(../font/GOTHIC_0.TTF);
}
a,
a:hover {
	color: #fff;
}
.limitWidth-percentWidth {
	width: 62.5%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media only all and (max-width: 768px) {
	.limitWidth-percentWidth {
		width: 100%;
		padding: 0.8rem 0.4rem 0.98rem;
	}
}
.bread_line {
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}
.bread_line > a {
	color: #333;
}
.bread_line > a:last-child {
	color: #ff9600;
}
.line {
	position: fixed;
	bottom: 200px;
	right: 0;
}
.more {
	width: 100px;
	display: block;
	margin: 0 auto;
	margin-top: 40px !important;
	vertical-align: middle !important;
	border-bottom: none !important;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.more a {
	color: #040000 !important;
	font-size: 16px !important;
}
.more a,
.more span {
	display: inline-block;
}
.more span {
	font-size: 20px;
	vertical-align: middle;
	margin-top: -10px;
}
.more:hover {
	transform: translateY(10px);
	-ms-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
}
.search_wrap div {
	cursor: pointer;
}
.search_case {
	display: inline-block;
	width: 150px;
	padding: 10px;
	background: #ff9600;
	color: #fff;
	text-align: center;
	margin-top: 50px;
}
.animate-bounce-up {
	-webkit-animation: a 2s linear infinite;
	animation: a 2s linear infinite;
}
@-webkit-keyframes a {
	25% {
		-webkit-transform: translateY(5px);
	}
	50%,
	to {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(-5px);
	}
}
@keyframes a {
	25% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	50%,
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../image/common/loding.jpg) no-repeat;
	z-index: 10000000000 !important;
}
.loading #img {
	position: absolute;
	padding: 20px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	border: 1px solid #777376;
}
.loading #img .bottom,
.loading #img .left,
.loading #img .right,
.loading #img .top {
	position: absolute;
	background: #fff;
}
.loading #img .top {
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	-webkit-animation: b 1s linear infinite;
	animation: b 1s linear infinite;
}
.loading #img .left {
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	-webkit-animation: c 1s linear infinite;
	animation: c 1s linear infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.loading #img .bottom {
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	-webkit-animation: b 1s linear infinite;
	animation: b 1s linear infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.loading #img .right {
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	-webkit-animation: c 1s linear infinite;
	animation: c 1s linear infinite;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.loading #pageLoad {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 80px;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	color: #fff;
}
@-webkit-keyframes b {
	0% {
		width: 0;
	}
	to {
		width: 100%;
	}
}
@keyframes b {
	0% {
		width: 0;
	}
	to {
		width: 100%;
	}
}
@-webkit-keyframes c {
	0% {
		height: 0;
	}
	to {
		height: 100%;
	}
}
@keyframes c {
	0% {
		height: 0;
	}
	to {
		height: 100%;
	}
}
@media only all and (max-width: 768px) {
	.pc_img {
		display: none;
	}
}
.moblie_img {
	display: none;
	width: 100%;
}
@media only all and (max-width: 768px) {
	.moblie_img {
		display: block;
	}
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ff9600 !important;
}
.newWidth {
	width: 57.5%;
	margin: 90px auto 0;
}
@media only all and (max-width: 1366px) {
	.newWidth {
		width: 55.5%;
		margin-top: 70px;
	}
}
@media only all and (max-width: 1280px) {
	.newWidth {
		width: 56.5%;
	}
}
@media only all and (max-width: 1024px) {
	.newWidth {
		width: 57.5%;
	}
}
@media only all and (max-width: 768px) {
	.newWidth {
		width: 80%;
	}
}
@media only all and (max-width: 414px) {
	.newWidth {
		width: 90%;
	}
}
.page_wrap > div {
	display: inline-block;
	width: 49%;
	text-align: center;
}
@media only all and (max-width: 768px) {
	.page_wrap > div {
		display: block;
		width: 100%;
	}
}
.erweima {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1e31;
	display: none;
}
.erweima > img {
	position: absolute;
	width: 88px;
	height: 88px;
	top: 50%;
	left: 50%;
	margin-left: -44px;
	margin-top: -44px;
}
.abouts > img {
	width: 100%;
}
.contact_warp {
	margin-top: 90px;
	min-height: 600px;
}
@media only all and (max-width: 1366px) {
	.contact_warp {
		margin-top: 70px;
	}
}
@media only all and (max-width: 768px) {
	.contact_warp {
		margin-top: 40px;
	}
}
ul {
	margin-bottom: 0 !important;
}
a:focus,
a:hover {
	text-decoration: none !important;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 90px;
	z-index: 1000000000;
}
@media only all and (max-width: 1440px) {
	header {
		height: 70px;
	}
}
@media only all and (max-width: 768px) {
	header {
		height: 1.2rem;
	}
}
header.bg .pc_wrap {
	background-color: #fff;
}
header.bg .pc_wrap .logo .logo1 {
	display: none;
}
header.bg .pc_wrap .logo .logo2 {
	display: block;
}
header.bg .search-box .icon1 {
	display: none;
}
header.bg .search-box .icon2 {
	display: block;
}
header.bg .moblie-btn span {
	background: #165999;
}
header.action .pc_wrap {
	position: relative;
	z-index: 2;
	background-color: #fff;
}
header.action .pc_wrap .logo .logo1 {
	display: none;
}
header.action .pc_wrap .logo .logo2 {
	display: block;
}
header.action .search-box {
	z-index: 2;
}
header.action .search-box .icon1 {
	display: none;
}
header.action .search-box .icon2 {
	display: block;
}
header.action .moblie-btn {
	z-index: 2;
}
header.action .moblie-btn span {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	background: #165999;
}
header.action .moblie-btn span:nth-child(2) {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}
header.action .moblie-btn span:nth-child(3) {
	display: none;
}
header.action .moblie-bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
}
header .moblie-bg {
	display: none;
}
header .search-box {
	position: absolute;
	width: 0.35rem;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 1.5rem;
}
header .search-box img {
	width: 100%;
	height: 100%;
}
header .search-box .icon2 {
	display: none;
}
header .pc_wrap {
	padding: 0 30px 0 50px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only all and (max-width: 1024px) {
	header .pc_wrap {
		padding: 0 30px 0 20px;
	}
}
@media only all and (max-width: 768px) {
	header .pc_wrap {
		padding: 0.1rem 0.4rem;
	}
}
header .pc_wrap .logo {
	display: block;
	height: 0.9rem;
}
header .pc_wrap .logo img {
	width: auto;
	height: 100%;
}
@media only all and (max-width: 768px) {
	header .pc_wrap .logo img {
		width: 100%;
	}
}
header .pc_wrap .logo .logo2 {
	display: none;
}
header .pc_wrap > ul {
	left: 20%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only all and (max-width: 1440px) {
	header .pc_wrap > ul {
		top: 25px;
	}
}
@media only all and (max-width: 768px) {
	header .pc_wrap > ul {
		left: auto;
		right: 0;
		top: 60px;
		text-align: center;
		padding: 10px 0;
		background: rgba(0, 0, 0, 0.5);
		display: none;
	}
}
header .pc_wrap > ul li {
	padding: 0 30px;
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media only all and (max-width: 1440px) {
	header .pc_wrap > ul li {
		padding: 0 20px;
	}
}
@media only all and (max-width: 1024px) {
	header .pc_wrap > ul li {
		padding: 0 10px;
	}
}
@media only all and (max-width: 768px) {
	header .pc_wrap > ul li {
		display: block;
		padding: 0 10px;
		line-height: 2;
	}
}
header .pc_wrap > ul li a {
	font-size: 20px;
	color: #fff !important;
}
@media only all and (max-width: 1440px) {
	header .pc_wrap > ul li a {
		font-size: 16px;
	}
}
@media only all and (max-width: 768px) {
	header .pc_wrap > ul li a {
		font-size: 14px;
	}
}
header .pc_wrap > ul li span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	display: block;
	background: #ff9600;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
header .pc_wrap > ul li span.active {
	opacity: 1;
}
@media only all and (max-width: 768px) {
	header .pc_wrap > ul li span.active {
		display: none;
	}
}
header .pc_wrap > ul li:hover span {
	opacity: 1;
}
header .pc_wrap .tel {
	float: right;
	padding: 27px 0;
}
@media only all and (max-width: 1440px) {
	header .pc_wrap .tel {
		padding: 16px 0;
	}
}
@media only all and (max-width: 768px) {
	header .pc_wrap .tel {
		display: none;
	}
}
header .pc_wrap .tel > p {
	display: inline-block;
	font-size: 28.4px;
	color: #ff9600;
	margin-right: 20px;
}
@media only all and (max-width: 1024px) {
	header .pc_wrap .tel > p {
		font-size: 20px;
	}
}
header .pc_wrap .tel .search {
	position: relative;
	width: 200px;
	display: inline-block;
	margin-right: 25px;
}
header .pc_wrap .tel .search > div {
	border-bottom: 1px solid #8b8b8b;
}
header .pc_wrap .tel .search > div input {
	background: transparent;
	border: 0;
	color: #fff;
}
header .pc_wrap .tel .search > div > a {
	position: absolute;
	bottom: 10px;
	right: 0;
	display: block;
	width: 28px;
	height: 23px;
	background: url(../images/common/sreach.png) no-repeat;
}
header .moblie-btn {
	position: absolute;
	right: 25px;
	top: 15px;
	display: none;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
@media only all and (max-width: 768px) {
	header .moblie-btn {
		display: block;
		right: 0.6rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
header .moblie-btn > div {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
header .moblie-btn > div span {
	display: block;
	width: 0.35rem;
	height: 3px;
	background: #fff;
	margin-bottom: 4px;
}
header .moblie-btn > div .last {
	margin-bottom: 0;
}
header .moblie_wrap {
	position: absolute;
	width: 100%;
	background: #f2f2f2;
	padding-bottom: 10px;
	display: none;
	padding: 0 0.35rem 0.35rem;
	z-index: 2;
}
header .moblie_wrap > ul {
	text-align: center;
}
header .moblie_wrap > ul > li {
	line-height: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .moblie_wrap > ul > li a,
header .moblie_wrap > ul > li .sun-a,
header .moblie_wrap > ul > li .nav{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0.13rem;
	font-size: 0.3rem;
	font-weight: 500;
	text-align: left;
	color: #333 !important;
}
header .moblie_wrap > ul > li.language {
	text-align: left;
	padding-left: 0.13rem;
}
header .moblie_wrap > ul > li.language a {
	display: inline-block;
	font-size: 0.28rem;
	color: #333;
	font-weight: 700;
	position: relative;
	padding: 0 0.05rem;
	margin-right: 0.95rem;
	width: auto;
}
header .moblie_wrap > ul > li.language a.active:after {
	display: block;
}
header .moblie_wrap > ul > li.language a:after {
	display: none;
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	background: #165999;
	height: 2px;
}
header .moblie_wrap1 {
	background: #000;
}
.header1 {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000000000000000000;
}
footer {
	overflow: hidden;
	background: #fff;
}
footer .footer-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer .footer-bottom .footer-logo {
	display: block;
	width: 2.9rem;
	height: auto;
	padding-top: 0.3rem;
}
footer .footer-bottom .footer-code {
	width: 100%;
	margin: 0.3rem 0;
}
footer .bottom-info a {
	display: block;
	font-weight: 400;
	font-size: 0.24rem;
	color: #333;
	margin-bottom: 0.2rem;
}
footer .bottom-info a:last-child {
	margin-bottom: 0;
}
footer .nav-sm {
	display: block;
	margin-top: 0.4rem;
	width: 100%;
	padding: 0.25rem 0;
	font-weight: 600;
	font-size: 0.24rem;
	color: #333;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.up_button {
	position: fixed;
	bottom: 100px;
	right: 50px;
	cursor: pointer;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 70px;
	height: 70px;
	display: none;
}
@media only all and (max-width: 768px) {
	.up_button {
		width: 0.8rem;
		height: 0.8rem;
		right: 20px;
	}
}
.up_button > img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.up_button:hover {
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
}
.newFiling {
	display: inline-block;
	border: none;
	padding: 0;
	margin-left: 10px;
	vertical-align: middle;
}
.newFiling img {
	width: 20px;
}
@media only all and (max-width: 414px) {
	.newFiling img {
		width: 17px;
	}
}
.powered {
	color: #a7a7a7;
	float: right;
	padding-top: 18px;
}
@media only all and (max-width: 1024px) {
	.powered {
		float: left;
		padding-top: 5px;
	}
}
/*# sourceMappingURL=map/common.css.map */
header .moblie-btn > div span {
	display: block;
	width: 0.5rem;
	height: 3px;
	background: #fff;
	margin-bottom: 0.12rem;
}


.hover-item {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hover-item:hover {
    border-radius: 20px;
    box-shadow: 0 0 10px 4px rgba(22,89,153,.1)
}

.link-more-k {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
    background: #fff;
    border-radius: 50px;
    font-size: 16px;
    color: #165999;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
    border: 1px solid #0f4c7e;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only all and (max-width: 1200px) {
    .link-more-k {
        padding:.1rem .3rem;
        background: #fff;
        font-size: .16rem;
        border-radius: 50px
    }
}

.link-more-k:hover {
    background-color: #235e9b
}

.link-more-k:hover i,.link-more-k:hover span {
    color: #e7eef5
}

.link-more-k span {
    font-weight: 400;
    font-size: 18px;
    color: #235e9b;
    line-height: 1
}

@media only all and (max-width: 1200px) {
    .link-more-k span {
        font-size:.28rem
    }
}

.link-more-k i {
    display: none;
    color: #235e9b;
    font-size: 18px;
    margin-left: 10px;
    font-style: normal;
    margin-top: -2px
}

.link-more-bg {
    display: block;
    width: max-content;
    padding: 15px 55px;
    background: #fff;
    border-radius: 50px;
    font-size: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .6s;
    transition: all .6s;
    border: 1px solid #fff;
    color: #165999;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only all and (max-width: 1200px) {
    .link-more-bg {
        padding:.1rem .3rem;
        background: #fff;
        font-size: .28rem;
        border-radius: 50px
    }
}

.link-more-bg:hover {
    background-color: #235e9b;
    border: 1px solid #235e9b;
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.link-more-bg:hover i,.link-more-bg:hover span {
    color: #e7eef5
}

.link-more-bg span {
    font-weight: 400;
    font-size: 18px;
    color: #235e9b;
    line-height: 0
}

@media only all and (max-width: 1200px) {
    .link-more-bg span {
        font-size:.28rem
    }
}

.link-more-bg i {
    display: none;
    color: #235e9b;
    font-size: 18px;
    margin-left: 10px;
    font-style: normal;
    margin-top: -2px
}

.nav-crumbs .limitWidth-percentWidth {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .16rem .4rem;
	border-bottom: 1px solid rgba(0,0,0,.2)
}


.nav-crumbs .limitWidth-percentWidth .nav-crumbs-inner {
	width: 100%
}

.nav-crumbs .limitWidth-percentWidth * {
  font-size: .24rem
}

.nav-crumbs .limitWidth-percentWidth a {
	cursor: pointer;
	color: #000
}

.nav-crumbs .limitWidth-percentWidth span {
	color: #165999
}

  .showM-header .moblie_wrap>ul>li .nav{
    position: relative;
  }
	.showM-header .moblie_wrap>ul>li .nav,.showM-header .moblie_wrap>ul>li .sun-a {
		font-weight: 500;
		text-align: left;
		color: #333!important;
		border-bottom: 1px solid rgba(0,0,0,.1)
	}

	.showM-header .moblie_wrap>ul>li .sun-a {
		font-size: .3rem;
		padding: 0 0 0 .43rem;
    line-height: 1rem;
	}

  .showM-header .icon {
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background: url(../image/common/+.png) no-repeat 50% 50%;
		width: .3rem;
		height: .3rem;
		background-size: contain
	}

	.showM-header .active .icon {
		background-image: url(../image/common/-.png)
	}

.showM-header .active .sub-nav-list {
		height: auto
	}

	.showM-header .sub-nav-list {
		height: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow: hidden
	}