@charset "UTF-8";/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */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;
	overflow-x: auto
}

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 {
	text-align: justify;
	-webkit-text-align: justify;
	text-justify: inter-ideograph;
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph
}

*,:after,:before {
	box-sizing: border-box
}

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

.clearfix:after {
	clear: both
}

input,textarea {
	border: 1px solid #d1d1d1;
	background: #fff;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	outline: 0
}

body,html {
	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
}

a {
	color: #fff
}

a:hover {
	color: #fff
}

.limitWidth-percentWidth {
	max-width: 1200px!important;
	width: 80%;
	margin: 0 auto
}

.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;
	transition: 1s all
}

.more a {
	color: #040000!important;
	font-size: 16px!important;
	display: inline-block
}

.more span {
	display: inline-block;
	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 {
	animation: bounce-up 2s linear infinite
}

@keyframes bounce-up {
	25% {
		transform: translateY(5px)
	}

	100%,50% {
		transform: translateY(0)
	}

	75% {
		transform: translateY(-5px)
	}
}

@keyframes bg_change {
	from {
		transform: scale(1,1)
	}

	to {
		transform: scale(1.1,1.1)
	}
}

.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 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;
	animation: move_top 1s linear infinite
}

.loading #img .left {
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	animation: move_left 1s linear infinite;
	animation-delay: 3s
}

.loading #img .bottom {
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	animation: move_bottom 1s linear infinite;
	animation-delay: 2s
}

.loading #img .right {
	top: 0;
	right: 0;
	width: 1px;
	height: 0;
	animation: move_right 1s linear infinite;
	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
}

@keyframes move_top {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes move_right {
	from {
		height: 0
	}

	to {
		height: 100%
	}
}

@keyframes move_bottom {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes move_left {
	from {
		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,.5);
	z-index: 10000000000000000000000000000000;
	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
	}
}

.kv .swiper-container .sw-ft .titles,.kv .swiper-container .sw-ft .titles-tips {
	letter-spacing: 6px
}

body:lang(en) .kv .swiper-container .sw-ft .titles {
	font-size: 60px
}


.main .kv .swiper-container .sw-ft .titles {
	font-size: 40px!important;
	color: #fff!important;
	display: block!important;
}

.main .kv .swiper-container .sw-ft .titles-tips {
	font-size: 70px!important;
	color: #fff!important;
	display: block!important;
  line-height: 1.6!important;
}

body:lang(en) .main .kv .swiper-container .sw-ft .titles-tips {
	font-size: 30px;
	margin-top: 20px;
	text-align: justify;
	-webkit-text-align: justify;
	text-justify: inter-ideograph;
	word-wrap: break-word;
	text-align: justify;
	text-justify: inter-ideograph
}

body,html {
	min-width: 1100px;
	overflow-x: auto
}

ul {
	margin-bottom: 0!important
}

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

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.4);
	width: 100%;
	z-index: 1000000000;
}

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 .pc_wrap .lang {
	color: #000!important
}

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

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

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

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;
	transform-origin: 50% 50%;
	transform: translateX(-50%) rotate(45deg);
	background: #165999
}

header.action .moblie-btn span:nth-child(2) {
	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,.7)
}

header .moblie-bg {
	display: none
}

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

header .pc_wrap {
	padding: 12px 50px 0;
	display: flex;
	transition: all .4s;
	justify-content: space-between
}

header .pc_wrap .logo {
	display: block;
	height: 97px;
  padding-bottom: 12px;
}

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

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

header .pc_wrap>ul {
	display: flex;
	align-items: center;
	
}

header .pc_wrap>ul li {
	position: relative;
	height: 100%;
  padding-top: 18px;
  padding-bottom: 12px;
	display: flex;
	align-items: center
}

header .pc_wrap>ul li a {
	font-size: 20px;
	color: #fff!important;
	padding: 0 20px
}

header .pc_wrap>ul li span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	display: block;
	background: #fff;
	bottom: 0;
	opacity: 0;
	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 {
	display: flex;
	align-items: center;
	padding-top: 18px
}

header .pc_wrap .tel .lang {
	font-weight: 500;
	font-size: 22px;
	color: #fff
}

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

header .pc_wrap .tel .search_btn {
	width: 18px;
	height: 18px;
	margin-left: 20px;
	cursor: pointer;
	transition: all .3s
}

header .pc_wrap .tel .search_btn:hover {
	transform: scale(1.2)
}

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

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: .6rem;
		top: 50%;
		transform: translateY(-50%)
	}
}

header .moblie-btn>div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

header .moblie-btn>div span {
	display: block;
	width: .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 .35rem .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,.1)
}

header .moblie_wrap>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 .53rem;
	font-size: .3rem;
	font-weight: 500;
	text-align: left;
	color: #333!important;
}

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

header .moblie_wrap>ul>li.language a {
	display: inline-block;
	font-size: .28rem;
	color: #333;
	font-weight: 700;
	position: relative;
	padding: 0 .05rem;
	margin-right: .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-bottom {
	margin-left: -48px
}

footer {
	overflow: hidden;
	padding: 72px 0;
	background: #235e9a
}

footer .Copyright {
	width: 100%;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	margin-top: 100px;
	text-align: center
}

footer .Copyright * {
	font-size: 12px
}

footer .limitWidth-percentWidth {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

footer .limitWidth-percentWidth .footer-logo {
	display: block;
	width: 290px;
	height: auto
}

footer .limitWidth-percentWidth .area-infos {
	margin-left: 51px;
	margin-top: 6px
}

footer .limitWidth-percentWidth .area-infos .infos-list {
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 20px
}

footer .footer-code {
	width: 400px;
	margin-top: 34px
}

footer .nav-infos-list {
	display: flex;
	flex-direction: column;
	margin-top: 42px
}

footer .nav-infos-list a {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 2
}

footer .nav-infos-list a:hover {
	text-decoration: underline!important
}

footer .bottom-info a {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px
}

footer .bottom-info a:last-child {
	margin-bottom: 0
}

footer .nav-sm {
	display: block;
	margin-top: .4rem;
	width: 100%;
	padding: .25rem 0;
	font-weight: 600;
	font-size: .24rem;
	color: #333;
	border-top: 2px solid rgba(0,0,0,.2);
	border-bottom: 2px solid rgba(0,0,0,.2)
}

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

@media only all and (max-width:768px) {
	.up_button {
		width: .8rem;
		height: .8rem;
		right: 20px
	}
}

.up_button>img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 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
	}
}

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

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

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

.showPc-header .pc_wrap>ul li .sub-nav-list {
	display: none;
	position: absolute;
	top: calc(100% - 3px);
	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!important;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}

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

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


 #mode-titles {
  font-size: 66px!important;
  color: #fff;
  display: block;
  letter-spacing: 6px;
}