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: .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: -.5em
}

sub {
	bottom: -.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: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

body,html {
	min-width: 1000px
}

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
	}
}

.details,.text,p {
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph;
	text-align: left;
	-webkit-text-align: left
}

@media only all and (max-width:1200px) {
	.details,.text,p {
		text-align: left;
		-webkit-text-align: left
	}
}

*,: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
}

.clearfix:after,.clearfix:before {
	display: block;
	content: ""
}

.fl {
	float: left
}

.fr {
	float: right
}

body,html {
	min-height: 100vh;
	position: relative
}

a,a:hover {
	color: #fff
}

.limitWidth-percentWidth {
	max-width: 1200px;
	width: 95%;
	margin-left: auto;
	margin-right: auto
}

@media only all and (max-width:1200px) {
	.limitWidth-percentWidth {
		width: 92%!important;
		max-width: 100%!important
	}
}

.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: 18px;
	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:1200px) {
	.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,.5);
	z-index: 1e+31;
	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
	}
}

@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!important;
	color: #333;
	min-width: 1100px;
	overflow-x: auto
}

@media only all and (max-width:1200px) {
	body,html {
		min-width: 0
	}
}

.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)
}

ul {
	margin-bottom: 0!important
}

a:focus,a:hover {
	text-decoration: none!important
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.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: 0
}

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

.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: auto;
	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: .16rem;
		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: .16rem
	}
}

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

.page-title {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	white-space: nowrap
}

@media only all and (max-width:1200px) {
	.page-title {
		font-size: .28rem;
		white-space: normal
	}
}

.swiper-pagination-btn {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer
}

@media only all and (max-width:1200px) {
	.swiper-pagination-btn {
		width: .3rem;
		height: .3rem
	}
}

.swiper-pagination-btn:last-child {
	margin-left: 20px
}

@media only all and (max-width:1200px) {
	.swiper-pagination-btn:last-child {
		margin-left: .26rem
	}
}

.swiper-pagination-btn:hover .prev-1 {
	opacity: 0
}

.swiper-pagination-btn:hover .prev-2 {
	opacity: 1
}

.swiper-pagination-btn img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.swiper-pagination-btn .prev-2 {
	opacity: 0
}

.swiper-button-nexts .prev-1,.swiper-button-prevs .prev-2 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.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: 19px 0 16px;
	border-bottom: 1px solid rgba(0,0,0,.2)
}

@media only all and (max-width:1200px) {
	.nav-crumbs .limitWidth-percentWidth {
		padding: .1rem 0
	}
}

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

.nav-crumbs .limitWidth-percentWidth * {
	font-size: 16px
}

@media only all and (max-width:1200px) {
	.nav-crumbs .limitWidth-percentWidth * {
		font-size: .14rem
	}
}

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

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

.content-us {
	position: relative;
	background-position: 50%;
	background: url(../image/home/bg5.png) no-repeat 100% 100%;
	background-size: cover!important
}

@media only all and (max-width:1200px) {
	.content-us {
		background-size: cover!important
	}
}

.content-us .content-inofs {
	position: relative;
	z-index: 3;
	padding: 60px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only all and (max-width:1200px) {
	.content-us .content-inofs {
		padding: .3rem 0 .2rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.content-us .content-inofs .left {
	width: 520px
}

@media only all and (max-width:1200px) {
	.content-us .content-inofs .left {
		width: 100%;
		padding-top: .3rem
	}
}

.content-us .content-inofs .left .page-title {
	color: #fff
}

.content-us .content-inofs .left .page-details {
	font-size: 18px;
	color: #fff;
	line-height: 1.7;
	margin-top: 24px
}

@media only all and (max-width:1200px) {
	.content-us .content-inofs .left .page-details {
		font-size: .16rem;
		margin-top: .1rem
	}
}

.content-us .content-inofs .right {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px
}

@media only all and (max-width:1200px) {
	.content-us .content-inofs .right {
		width: 100%;
		margin-top: .3rem;
		gap: 0;
		margin-bottom: 10px;
	}
}

.content-us .content-inofs .right .form-items {
	width: calc(50% - 5px);
	background-color: rgba(0,0,0,.2);
	padding: 10px 19px;
	border-radius: 10px
}

@media only all and (max-width:1200px) {
	.content-us .content-inofs .right .form-items {
		width: 100%;
		height: .5rem;
		margin-bottom: 10px;
	}
}

.content-us .content-inofs .right .form-items input {
	background-color: transparent;
	outline: none;
	border: 0;
	font-size: 18px;
	color: #fff;
	width: 100%
}

@media only all and (max-width:1200px) {
	.content-us .content-inofs .right .form-items input {
		font-size: .16rem
	}
}

.content-us .content-inofs .right .form-items input::-webkit-input-placeholder {
	color: #fff
}

.content-us .content-inofs .right .form-items input:-ms-input-placeholder,.content-us .content-inofs .right .form-items input::-ms-input-placeholder {
	color: #fff
}

.content-us .content-inofs .right .form-items input::placeholder {
	color: #fff
}

.content-us .content-inofs .right .form-items input {
	height: 100%
}

.content-us .content-inofs .right .form-items textarea {
	min-height: 100px;
	resize: none;
	background-color: transparent;
	outline: none;
	border: 0;
	font-size: 18px;
	color: #fff;
	width: 100%
}

.content-us .content-inofs .right .form-items textarea::-webkit-input-placeholder {
	color: #fff
}

.content-us .content-inofs .right .form-items textarea:-ms-input-placeholder,.content-us .content-inofs .right .form-items textarea::-ms-input-placeholder {
	color: #fff
}

.content-us .content-inofs .right .form-items textarea::placeholder {
	color: #fff
}

@media only all and (max-width:1200px) {
	.content-us .content-inofs .right .form-items textarea {
		min-height: 1rem;
		font-size: .175rem;
		line-height: 1.6
	}
}

.content-us .content-inofs .right .w-all {
	width: 100%
}

.content-us .content-inofs .right .textarea-form {
	height: auto!important
}

.content-us .content-inofs .right .link-form-items {
	background-color: transparent;
	padding: 0
}

.content-us .link-more-bg {
	padding: 19px 65px;
	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;
	margin-top: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

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

.content-us .link-more-bg:hover {
	background-color: #235e9b;
	border: 1px solid #235e9b
}

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

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

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

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

body {
	padding-top: 100px
}

@media only all and (max-width:1200px) {
	body {
		padding-top: .6rem
	}
}

.showPc-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000000000
}

@media only all and (max-width:1200px) {
	.showPc-header {
		display: none!important
	}
}

.showPc-header .msbg {
	width: 100%;
	height: 100px;
	box-shadow: 0 0 7px rgba(0,0,0,.1)!important
}

.showPc-header.bg .pc_wrap,.showPc-header .msbg {
	background-color: #fff
}

.showPc-header.bg .pc_wrap .logo .logo1 {
	display: none
}

.showPc-header.bg .pc_wrap .logo .logo2 {
	display: block
}

.showPc-header.bg .pc_wrap .lang {
	color: #000!important
}

.showPc-header.bg .pc_wrap ul>li>a {
	color: #000!important;
	-webkit-transition: all .5s;
	transition: all .5s
}

.showPc-header.bg .pc_wrap ul>li>a.active,.showPc-header.bg .pc_wrap ul>li>a:hover {
	color: #165999!important
}

.showPc-header.bg .search-box .icon1 {
	display: none
}

.showPc-header.bg .search-box .icon2 {
	display: block
}

.showPc-header.action .pc_wrap {
	position: relative;
	z-index: 2;
	background-color: #fff
}

.showPc-header.action .pc_wrap .logo .logo1 {
	display: none
}

.showPc-header.action .pc_wrap .logo .logo2 {
	display: block
}

.showPc-header.action .search-box {
	z-index: 2
}

.showPc-header.action .search-box .icon1 {
	display: none
}

.showPc-header.action .search-box .icon2 {
	display: block
}

.showPc-header .search-box .icon2 {
	display: none
}

.showPc-header .pc_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	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 .4s;
	transition: all .4s;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 50px
}

.showPc-header .pc_wrap .logo {
	display: block;
	height: 100%;
	padding: 17px 0
}

.showPc-header .pc_wrap .logo img {
	width: auto;
	height: 100%
}

.showPc-header .pc_wrap .logo .logo2 {
	display: none
}

.showPc-header .pc_wrap>ul {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.showPc-header .pc_wrap>ul,.showPc-header .pc_wrap>ul li {
	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;
	height: 100%
}

.showPc-header .pc_wrap>ul li {
	position: relative;
	padding-top: 6px
}

.showPc-header .pc_wrap>ul li a {
	font-size: 16px;
	color: #000!important;
	padding: 0 30px
}

.showPc-header .pc_wrap>ul li .sub-nav-list {
	display: none;
	position: absolute;
	top: 100%;
	background-color: #fff;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.showPc-header .pc_wrap>ul li .sub-nav-list a.sun-a {
	display: block;
	white-space: nowrap;
	text-align: center;
	color: #ffff;
	padding: 20px 40px;
	font-size: 16px;
	color: #000;
	-webkit-transition: all .2s;
	transition: all .2s
}

.showPc-header .pc_wrap>ul li .sub-nav-list a.sun-a:hover {
	color: #165999!important;
	background-color: rgba(22,89,153,.1)
}

.showPc-header .pc_wrap>ul li span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	border-radius: 10px;
	display: block;
	background: #17599a;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s
}

.showPc-header .pc_wrap>ul li span.active {
	opacity: 1
}

@media only all and (max-width:1200px) {
	.showPc-header .pc_wrap>ul li span.active {
		display: none
	}
}

.showPc-header .pc_wrap>ul li.active .nav {
	color: #165999!important
}

.showPc-header .pc_wrap>ul li:hover .sub-nav-list {
	display: block
}

.showPc-header .pc_wrap>ul li:hover .nav {
	color: #165999!important
}

.showPc-header .pc_wrap .tel {
	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
}

.showPc-header .pc_wrap .tel .lang {
	width: 20px;
	height: 20px
}

.showPc-header .pc_wrap .tel .lang img {
	display: block;
	width: 100%;
	height: auto
}

.showPc-header .pc_wrap .tel .lang:hover {
	color: #165999
}

.showPc-header .pc_wrap .tel .search_btn {
	width: 14px;
	height: 15px;
	margin-left: 32px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.showPc-header .pc_wrap .tel .search_btn:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.showPc-header .pc_wrap .tel .search_btn img {
	width: 100%
}

.showM-header {
	display: none
}

@media only all and (max-width:1200px) {
	.showM-header {
		display: block
	}
}

.nav {
	font-weight: 700
}

@media only all and (max-width:1200px) {
	.showM-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000000000;
		display: none
	}
}

@media only all and (max-width:1200px) and (max-width:1200px) {
	.showM-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

@media only all and (max-width:1200px) {
	.showM-header .nav {
		position: relative;
		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-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.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: .14rem;
		height: .14rem;
		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
	}

	.showM-header .logo {
		display: block;
		height: 100%;
		padding: .05rem 0
	}

	.showM-header .logo img {
		width: auto;
		height: 100%
	}

	.showM-header .logo .logo2 {
		display: none
	}

	.showM-header .msbg {
		width: 100%;
		height: .6rem;
		background-color: #fff;
		box-shadow: 0 0 7px rgba(0,0,0,.1)!important
	}

	.showM-header .header-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		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-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: .05rem .08rem
	}

	.showM-header .search-box .icon2 {
		display: none
	}

	.showM-header .tel {
		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;
		width: 35%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.showM-header .moblie-btn {
		width: .24rem;
		height: .21rem;
		border-radius: 50%
	}

	.showM-header .moblie-btn>div {
		position: relative;
		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;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 100%
	}

	.showM-header .moblie-btn>div,.showM-header .moblie-btn>div span {
		width: 100%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%
	}

	.showM-header .moblie-btn>div span {
		display: block;
		height: 3px;
		background: #165999
	}

	.showM-header .moblie-bg {
		display: none;
		position: fixed;
		top: .6rem;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 1;
		background: rgba(0,0,0,.7)
	}

	.showM-header .moblie_wrap {
		position: absolute;
		width: 100%;
		background: #f2f2f2;
		display: none;
		padding: 0 .15rem .25rem;
		z-index: 2;
		top: .6rem;
		left: 0
	}

	.showM-header .moblie_wrap>ul {
		text-align: center
	}

	.showM-header .moblie_wrap>ul>li .nav {
		display: block;
		width: 100%;
		height: 100%;
		padding: .12rem 0;
		font-size: .16rem
	}

	.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: .14rem;
		padding: .13rem 0 .13rem .3rem
	}

	.showM-header .moblie_wrap>ul>li.language {
		text-align: left;
		padding-left: .53rem
	}

	.showM-header .moblie_wrap>ul>li.language a {
		display: inline-block;
		font-size: .275rem;
		color: #333;
		font-weight: 700;
		position: relative;
		padding: 0 .05rem;
		margin-right: .95rem;
		width: auto
	}

	.showM-header .moblie_wrap>ul>li.language a.active:after {
		display: block
	}

	.showM-header .moblie_wrap>ul>li.language a:after {
		display: none;
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		background: #165999;
		height: 2px
	}

	.showM-header .lang {
		width: .2rem;
		height: .2rem
	}

	.showM-header .lang img {
		display: block;
		width: 100%;
		height: auto
	}

	.showM-header .lang:hover {
		color: #165999
	}

	.showM-header .search_btn {
		width: .2rem;
		height: .22rem;
		cursor: pointer;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.showM-header .search_btn:hover {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}

	.showM-header .search_btn img {
		width: 100%
	}

	.showM-header.action .moblie-bg {
		display: block
	}

	.showM-header.action .moblie-btn {
		z-index: 2
	}

	.showM-header.action .moblie-btn span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transform: translateX(-50%) rotate(45deg);
		transform: translateX(-50%) rotate(45deg);
		background: #165999
	}

	.showM-header.action .moblie-btn span:nth-child(2) {
		-webkit-transform: translateX(-50%) rotate(-45deg);
		transform: translateX(-50%) rotate(-45deg)
	}

	.showM-header.action .moblie-btn span:nth-child(3) {
		display: none
	}
}

.footer-bottom {
	margin-left: -48px
}

footer {
	overflow: hidden;
	background: #f2f2f2
}

footer .limitWidth-percentWidth {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

footer .footer-info {
	padding: 20px 0 10px;
	border-bottom: 1px solid rgba(22,89,153,.1)
}

@media only all and (max-width:1200px) {
	footer .footer-info {
		padding: .2rem 0 .35rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

footer .bottom-footer {
	padding: 10px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media only all and (max-width:1200px) {
	footer .bottom-footer {
		padding: .1rem 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

footer .bottom-footer .Copyright,footer .bottom-footer .Copyright a {
	font-size: 12px;
	color: #333
}

@media only all and (max-width:1200px) {
	footer .bottom-footer .Copyright,footer .bottom-footer .Copyright a {
		font-size: .12rem;
		line-height: 1.7
	}
}

footer .bottom-footer .wechat {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer
}

@media only all and (max-width:1200px) {
	footer .bottom-footer .wechat {
		width: .4rem;
		height: .4rem;
		margin-top: .1rem
	}
}

footer .bottom-footer .wechat img {
	display: block;
	width: 100%;
	height: 100%
}

footer .bottom-footer .wechat .wechat-img {
	display: none;
	position: absolute;
	top: -130px;
	left: 50%;
	height: 120px;
	width: 120px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 4px;
	padding: 3px
}

@media only all and (max-width:1200px) {
	footer .bottom-footer .wechat .wechat-img {
		height: 1rem;
		width: 1rem;
		top: -1.2rem
	}
}

footer .bottom-footer .wechat .wechat-img img {
	display: block;
	width: 100%;
	height: 100%
}

footer .nav-infos-list {
	margin-top: 38px
}

@media only all and (max-width:1200px) {
	footer .nav-infos-list {
		margin-top: .2rem
	}
}

footer .infos-list {
	margin-top: 38px
}

@media only all and (max-width:1200px) {
	footer .infos-list {
		margin-top: .2rem
	}
}

footer .footer-bottom .footer-logo {
	width: 192px;
	display: block;
	height: auto
}

@media only all and (max-width:1200px) {
	footer .footer-bottom .footer-logo {
		width: auto;
		height: .6rem;
		margin: 0 auto;
		display: none
	}
}

footer .nav-infos-list {
	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
}

footer .nav-infos-list a {
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	font-weight: 700
}

@media only all and (max-width:1200px) {
	footer .nav-infos-list a {
		font-size: .16rem;
		margin-bottom: .05rem
	}
}

footer .nav-infos-list a:hover {
	color: #165999
}

footer .infos-list .infos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

footer .infos-list .infos span {
	font-size: 16px;
	line-height: 1.8;
	color: rgba(51,51,51,.8)
}

@media only all and (max-width:1200px) {
	footer .infos-list .infos span {
		font-size: .16rem
	}
}

footer .infos-list .infos .label {
	font-weight: 700;
	color: #333;
	white-space: nowrap
}

.up_button {
	position: fixed;
	bottom: 160px;
	right: 50px;
	cursor: pointer;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 50px;
	height: 50px;
	display: none
}

@media only all and (max-width:1200px) {
	.up_button {
		width: .45rem;
		height: .45rem;
		right: .3rem;
		z-index: 99;
	}
}

.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:1200px) {
	.powered {
		float: left;
		padding-top: 5px
	}
}

