﻿

:root {
	--color: #004ea2;
	--vh: 100vh
}

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: calc(100vw/19.2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scrollbar-width: thin
}

html ::-webkit-scrollbar {
	width: 2px;
	height: 1px
}

html ::-webkit-scrollbar-thumb {
	border-radius: 3px;
	box-shadow: inset 0 0 5px #004ea2;
	background: #004ea2
}

html ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	background: #ededed
}

@media (min-width: 1901px) {
	html {
		font-size: 100px
	}
}

@media (max-width: 1580px) {
	html {
		font-size: 66px
	}
}

@media (max-width: 767px) {
	html {
		font-size: calc(100vw/7.5)
	}
}

body {
	min-height: 100%;
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','SimSun','SimHei','Arial';
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background: #fff
}

@media (max-width: 1580px) {
	body {
		font-size: 14px
	}
}

@media (max-width: 767px) {
	body {
		font-size: .28rem
	}
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: top
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
	font-style: inherit;
	font-size: inherit;
	font-weight: normal
}

a,a:hover,a:focus {
	text-decoration: none;
	color: inherit
}

input,button {
	-webkit-appearance: none;
	border-radius: 0
}

button {
	cursor: pointer
}

input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

textarea {
	resize: none;
	overflow: auto;
	-webkit-appearance: none;
	-webkit-user-select: auto
}

input,button,textarea,select {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	font-weight: normal;
	color: inherit;
	background: transparent
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select::-ms-expand {
	display: none
}

table {
	border-collapse: collapse
}

svg path {
	fill: currentColor
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	zoom: 1
}

.clear:after {
	content: '';
	display: block;
	clear: both
}

.container {
	margin: 0 auto;
	width: 87.5%;
	max-width: 1680px
}

@media (max-width: 1260px) {
	.container {
		width: 90%
	}
}

.bg-color1 {
	background-color: #fff
}

.ptb100 {
	padding-top: 1rem;
	padding-bottom: 1rem
}

@media (max-width: 767px) {
	.ptb100 {
		padding-top: 1.2rem;
		padding-bottom: 1.2em
	}
}

.pt100 {
	padding-top: 1rem
}

@media (max-width: 767px) {
	.pt100 {
		padding-top: 1.2rem
	}
}

.pb100 {
	padding-bottom: 1rem
}

@media (max-width: 767px) {
	.pb100 {
		padding-bottom: 1.2rem
	}
}

.font14 {
	font-size: 14px
}

@media (max-width: 1580px) {
	.font14 {
		font-size: 12px
	}
}

@media (max-width: 767px) {
	.font14 {
		font-size: .26rem
	}
}

.font16 {
	font-size: 16px
}

@media (max-width: 1580px) {
	.font16 {
		font-size: 14px
	}
}

@media (max-width: 767px) {
	.font16 {
		font-size: .28rem
	}
}

.font18 {
	font-size: 18px
}

@media (max-width: 1580px) {
	.font18 {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.font18 {
		font-size: .3rem;
		font-size: .28rem
	}
}

.font20 {
	font-size: .2rem
}

@media (max-width: 1580px) {
	.font20 {
		font-size: 18px
	}
}

@media (max-width: 991px) {
	.font20 {
		font-size: 16px
	}
}

@media (max-width: 767px) {
	.font20 {
		font-size: .3rem;
		font-size: .28rem
	}
}

.font22 {
	font-size: .22rem
}

@media (max-width: 1580px) {
	.font22 {
		font-size: 20px
	}
}

@media (max-width: 991px) {
	.font22 {
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.font22 {
		font-size: .3rem;
		font-size: .28rem
	}
}

.font24 {
	font-size: .24rem
}

@media (max-width: 1580px) {
	.font24 {
		font-size: 20px
	}
}

@media (max-width: 991px) {
	.font24 {
		font-size: 18px
	}
}

@media (max-width: 767px) {
	.font24 {
		font-size: .28rem
	}
}

.font26 {
	font-size: .26rem
}

@media (max-width: 1580px) {
	.font26 {
		font-size: 22px
	}
}

@media (max-width: 991px) {
	.font26 {
		font-size: 20px
	}
}

@media (max-width: 767px) {
	.font26 {
		font-size: .32rem
	}
}

.font28 {
	font-size: .28rem
}

@media (max-width: 1580px) {
	.font28 {
		font-size: 24px
	}
}

@media (max-width: 991px) {
	.font28 {
		font-size: 22px
	}
}

@media (max-width: 767px) {
	.font28 {
		font-size: .32rem
	}
}

.font30 {
	font-size: .3rem
}

@media (max-width: 767px) {
	.font30 {
		font-size: .32rem
	}
}

.font32 {
	font-size: .32rem
}

@media (max-width: 767px) {
	.font32 {
		font-size: .36rem
	}
}

.font34 {
	font-size: .34rem
}

@media (max-width: 767px) {
	.font34 {
		font-size: .36rem
	}
}

.font36 {
	font-size: .36rem
}

@media (max-width: 991px) {
	.font36 {
		font-size: .34rem
	}
}

@media (max-width: 767px) {
	.font36 {
		font-size: .36rem
	}
}

.font40 {
	font-size: .4rem
}

@media (max-width: 991px) {
	.font40 {
		font-size: .34rem
	}
}

@media (max-width: 767px) {
	.font40 {
		font-size: .4rem
	}
}

.font44 {
	font-size: .44rem
}

@media (max-width: 1260px) {
	.font44 {
		font-size: .4rem
	}
}

@media (max-width: 991px) {
	.font44 {
		font-size: .34rem
	}
}

@media (max-width: 767px) {
	.font44 {
		font-size: .4rem
	}
}

.font48 {
	font-size: .48rem
}

@media (max-width: 1260px) {
	.font48 {
		font-size: .4rem
	}
}

@media (max-width: 991px) {
	.font48 {
		font-size: .34rem
	}
}

@media (max-width: 767px) {
	.font48 {
		font-size: .4rem
	}
}

.font50 {
	font-size: .5rem
}

@media (max-width: 991px) {
	.font50 {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.font50 {
		font-size: .4rem
	}
}

.font54 {
	font-size: .54rem
}

@media (max-width: 1260px) {
	.font54 {
		font-size: .5rem
	}
}

@media (max-width: 991px) {
	.font54 {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.font54 {
		font-size: .4rem
	}
}

.font56 {
	font-size: .56rem
}

@media (max-width: 1260px) {
	.font56 {
		font-size: .5rem
	}
}

@media (max-width: 991px) {
	.font56 {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.font56 {
		font-size: .4rem
	}
}

.font60 {
	font-size: .6rem
}

@media (max-width: 1260px) {
	.font60 {
		font-size: .54rem
	}
}

@media (max-width: 991px) {
	.font60 {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.font60 {
		font-size: .4rem
	}
}

.font64 {
	font-size: .64rem
}

@media (max-width: 1260px) {
	.font64 {
		font-size: .54rem
	}
}

@media (max-width: 991px) {
	.font64 {
		font-size: .44rem
	}
}

@media (max-width: 767px) {
	.font64 {
		font-size: .4rem
	}
}

.font72 {
	font-size: .72rem
}

@media (max-width: 1260px) {
	.font72 {
		font-size: .54rem
	}
}

@media (max-width: 767px) {
	.font72 {
		font-size: .4rem
	}
}

.font80 {
	font-size: .8rem
}

@media (max-width: 1260px) {
	.font80 {
		font-size: .6rem
	}
}

@media (max-width: 767px) {
	.font80 {
		font-size: .66rem
	}
}

.public-scrollbar {
	scrollbar-width: thin
}

.public-scrollbar ::-webkit-scrollbar {
	width: 2px;
	height: 1px
}

.public-scrollbar ::-webkit-scrollbar-thumb {
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #004ea2
}

.public-scrollbar ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	background: #ededed
}

.public-btn {
	display: flex
}

.public-btn .a,.public-btn a {
	min-width: 1.7rem;
	height: .65rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #004ea2;
	border-radius: .33rem;
	padding: 0 .26rem 0 .32rem;
	position: relative;
	border: 1px solid #004ea2;
	transition: all .4s
}

.public-btn .a::before,.public-btn a::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(29,80,159,0.7), rgba(29,80,159,0));
	position: absolute;
	top: 0;
	left: 0;
	border-radius: .27rem;
	opacity: 0;
	transition: all .4s
}

@media (max-width: 991px) {
	.public-btn .a,.public-btn a {
		min-width: 2rem;
		height: .78rem;
		border-radius: .39rem
	}
}

.public-btn .a span,.public-btn a span {
	color: #fff;
	position: relative;
	z-index: 2
}

.public-btn .a i,.public-btn a i {
	width: 14px;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: .25rem;
	position: relative;
	z-index: 2;
	transition: all .4s
}

.public-btn .a i svg,.public-btn a i svg {
	width: 14px;
	object-fit: contain
}

.public-btn .a i svg path,.public-btn a i svg path {
	fill: #fff
}

.public-btn .a:hover,.public-btn a:hover {
	box-shadow: 0 .08rem .11rem 0 rgba(0,78,162,0.11);
	background: #256bc1
}

.public-btn .a:hover::before,.public-btn a:hover::before {
	opacity: 1
}

.public-btn .a:hover i,.public-btn a:hover i {
	margin-left: .2rem
}

.public-btn.public-w .a,.public-btn.public-w a {
	background: #fff
}

.public-btn.public-w .a span,.public-btn.public-w a span {
	color: #004ea2
}

.public-btn.public-w .a i,.public-btn.public-w a i {
	background: #004ea2
}

.public-btn.public-w .a i svg path,.public-btn.public-w a i svg path {
	fill: #fff
}

.public-btn.public-w .a:hover,.public-btn.public-w a:hover {
	border: 1px solid rgba(255,255,255,0.3);
	box-shadow: 0 .08rem .11rem 0 rgba(0,0,0,0.11);
	background: #004ea2
}

.public-btn.public-w .a:hover::before,.public-btn.public-w a:hover::before {
	opacity: 1
}

.public-btn.public-w .a:hover i,.public-btn.public-w a:hover i {
	margin-left: .2rem
}

.public-img {
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.public-img::before {
	content: "";
	display: block;
	position: relative;
	z-index: 0;
	padding-top: 100%
}

.public-img>img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s
}

.public-content {
	color: #666;
	line-height: 1.8
}

.public-content a {
	color: #666
}

.public-content table {
	max-width: 100%
}

.public-content table td,.public-content table th {
	padding: 10px 15px;
	border: 1px solid #dbf1ed
}

.public-content li {
	margin-left: 15px;
	list-style: disc
}

.public-content ol {
	margin-left: 15px;
	list-style: decimal
}

.public-content img,.public-content video {
	max-width: 100%;
	height: auto !important
}

#c-placeholder {
	height: 1.1rem
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all .4s
}

.header .box {
	width: 100%;
	height: 1.1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.1)
}

@media (max-width: 991px) {
	.header .box {
		padding: 0 5%
	}
}

.header .box .logo {
	position: relative;
	width: 2.5rem;
	height: 100%;
	padding: .32rem 0 0;
	display: flex;
	justify-content: center;
	z-index: 2;
	flex-shrink: 0
}

@media (max-width: 991px) {
	.header .box .logo {
		width: auto;
		padding: 0;
		align-items: center
	}
}

.header .box .logo a {
	height: .58rem;
	display: flex
}

.header .box .logo a svg {
	width: auto;
	height: 100%;
	object-fit: contain
}

.header .box .logo a svg path {
	fill: #fff;
	transition: all .4s
}

.header .box .close {
	width: 22px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	display: none
}

@media (max-width: 991px) {
	.header .box .close {
		display: flex
	}
}

.header .box .close span {
	width: 100%;
	height: 2px;
	background: #fff;
	margin: 3px 0;
	border-radius: 2px;
	transition: all .3s
}

.header .box .close span:nth-child(2) {
	width: 60%;
	margin: 3px 0 3px auto
}

.header .box .close.on span:nth-child(1) {
	transform: rotateZ(45deg);
	transform-origin: left center
}

.header .box .close.on span:nth-child(2) {
	opacity: 0
}

.header .box .close.on span:nth-child(3) {
	transform-origin: left center;
	transform: rotateZ(-45deg)
}

.header .box .right {
	width: 100%;
	height: 100%;
	position: relative;
	border-left: 1px solid rgba(255,255,255,0.1)
}

@media (max-width: 991px) {
	.header .box .right {
		display: none;
		width: 100vw;
		position: fixed;
		top: 1.1rem;
		left: 0;
		height: calc(100vh - 1.1rem);
		padding: .5rem 5%;
		background: #fff;
		overflow-y: auto
	}
}

@media (max-width: 991px) {
	.header .box .right .rboxs {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse
	}
}

.header .box .right .top {
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: flex;
	justify-content: flex-end
}

@media (max-width: 991px) {
	.header .box .right .top {
		justify-content: flex-start;
		margin-top: .6rem
	}
}

.header .box .right .top .webs,.header .box .right .top .language {
	padding: 0 .48rem 0 .42rem;
	position: relative
}

@media (max-width: 991px) {
	.header .box .right .top .webs,.header .box .right .top .language {
		padding: 0 .5rem 0 0
	}
}

.header .box .right .top .webs .ts,.header .box .right .top .language .ts {
	height: .38rem;
	cursor: pointer;
	display: flex;
	align-items: center
}

.header .box .right .top .webs .ts .icon,.header .box .right .top .language .ts .icon {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center
}

.header .box .right .top .webs .ts .icon svg,.header .box .right .top .language .ts .icon svg {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.header .box .right .top .webs .ts .icon svg path,.header .box .right .top .language .ts .icon svg path {
	fill: #fff;
	transition: all .4s
}

.header .box .right .top .webs .ts span,.header .box .right .top .language .ts span {
	color: #fff;
	margin: 0 .1rem;
	transition: all .4s
}

@media (max-width: 991px) {
	.header .box .right .top .webs .ts span,.header .box .right .top .language .ts span {
		font-size: 18px
	}
}

.header .box .right .top .webs .ts i,.header .box .right .top .language .ts i {
	width: 10px;
	height: 6px;
	display: flex;
	align-items: center
}

.header .box .right .top .webs .ts i svg,.header .box .right .top .language .ts i svg {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.header .box .right .top .webs .ts i svg path,.header .box .right .top .language .ts i svg path {
	fill: #fff;
	transition: all .4s
}

.header .box .right .top .webs::after {
	content: '';
	width: 1px;
	height: 10px;
	background: rgba(255,255,255,0.1);
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%)
}

.header .box .right .top .language {
	width: 200px;
	flex-shrink: 0
}

@media (max-width: 991px) {
	.header .box .right .top .language {
		width: auto
	}
}

.header .box .right .down {
	width: 100%;
	display: flex;
	justify-content: space-between
}

@media (max-width: 991px) {
	.header .box .right .down {
		flex-wrap: wrap
	}
}

.header .box .right .down .menu {
	padding: 0 .5rem
}

@media (max-width: 991px) {
	.header .box .right .down .menu {
		padding: 0;
		width: 100%
	}
}

.header .box .right .down .menu ul {
	display: flex;
	flex-wrap: wrap
}

.header .box .right .down .menu ul li {
	margin-right: .76rem
}

@media (max-width: 1260px) {
	.header .box .right .down .menu ul li {
		margin-right: .4rem
	}
}

@media (max-width: 991px) {
	.header .box .right .down .menu ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: .1rem
	}
}

.header .box .right .down .menu ul li .link a {
	height: .71rem;
	transition: all .4s;
	display: flex;
	align-items: center;
	color: #fff
}

@media (max-width: 991px) {
	.header .box .right .down .menu ul li .link a {
		font-size: 18px
	}
}

.header .box .right .down .search {
	width: 200px;
	flex-shrink: 0;
	border-left: 1px solid rgba(255,255,255,0.1);
	cursor: pointer;
	display: flex;
	align-items: center;
	padding-left: .34rem
}

@media (max-width: 991px) {
	.header .box .right .down .search {
		border-left: none;
		margin-top: .5rem;
		padding-left: 0
	}
}

.header .box .right .down .search svg {
	width: 21px;
	height: 21px;
	margin-right: .1rem
}

@media (max-width: 1260px) {
	.header .box .right .down .search svg {
		width: 16px;
		height: 16px
	}
}

.header .box .right .down .search svg path {
	fill: #fff;
	transition: all .4s
}

.header .box .right .down .search span {
	color: #fff;
	transition: all .4s
}

@media (max-width: 991px) {
	.header .box .right .down .search span {
		font-size: 18px
	}
}

.header.head-move {
	top: -1.1rem
}

@media (max-width: 991px) {
	.header.head-move {
		top: -1.1rem
	}
}

.header.c-style2 {
	background: #fff;
	box-shadow: 0 0 .24rem .04rem rgba(40,9,8,0.06)
}

@media (max-width: 991px) {
	.header.c-style2 {
		box-shadow: none;
		border-bottom: 1px solid #ddd
	}
}

.header.c-style2 .box {
	border-bottom: none
}

.header.c-style2 .box .logo svg path {
	fill: #004ea2
}

.header.c-style2 .box .close span {
	background: #000
}

.header.c-style2 .box .right {
	border-left: 1px solid #eee
}

.header.c-style2 .box .right .top {
	border-bottom: 1px solid #eee
}

@media (max-width: 991px) {
	.header.c-style2 .box .right .top {
		border-bottom: none
	}
}

.header.c-style2 .box .right .top .webs .ts .icon svg path,.header.c-style2 .box .right .top .language .ts .icon svg path {
	fill: #333
}

.header.c-style2 .box .right .top .webs .ts span,.header.c-style2 .box .right .top .language .ts span {
	color: #333
}

.header.c-style2 .box .right .top .webs .ts i svg path,.header.c-style2 .box .right .top .language .ts i svg path {
	fill: #333
}

.header.c-style2 .box .right .top .webs:hover .icon svg path,.header.c-style2 .box .right .top .language:hover .icon svg path {
	fill: #004ea2
}

.header.c-style2 .box .right .top .webs:hover span,.header.c-style2 .box .right .top .language:hover span {
	color: #004ea2
}

.header.c-style2 .box .right .top .webs:hover i svg path,.header.c-style2 .box .right .top .language:hover i svg path {
	fill: #004ea2
}

.header.c-style2 .box .right .top .webs::after {
	background: #eee
}

.header.c-style2 .box .right .down .menu ul li .link a {
	color: #333
}

@media (min-width: 992px) {
	.header.c-style2 .box .right .down .menu ul li:hover .link a {
		color: #004ea2
	}
}

.header.c-style2 .box .right .down .search {
	border-left: 1px solid #eee;
	background: #004ea2
}

@media (max-width: 991px) {
	.header.c-style2 .box .right .down .search {
		border-left: none;
		background: none
	}
}

.header.c-style2 .box .right .down .search svg path {
	fill: #fff
}

@media (max-width: 991px) {
	.header.c-style2 .box .right .down .search svg path {
		fill: #333
	}
}

.header.c-style2 .box .right .down .search span {
	color: #fff
}

@media (max-width: 991px) {
	.header.c-style2 .box .right .down .search span {
		color: #333
	}
}

.banner {
	width: 100%;
	position: relative
}

.banner .swiper-container {
	width: 100%;
	height: 100vh
}

.banner .swiper-container .swiper-slide {
	position: relative
}

.banner .swiper-container .swiper-slide .img {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.banner .swiper-container .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width: 991px) {
	.banner .swiper-container .swiper-slide .img img.pc {
		display: none
	}
}

.banner .swiper-container .swiper-slide .img img.mb {
	display: none
}

@media (max-width: 991px) {
	.banner .swiper-container .swiper-slide .img img.mb {
		display: block
	}
}

.banner .swiper-container .swiper-slide .video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.banner .swiper-container .swiper-slide .video video {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.banner .swiper-container .swiper-slide .box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 .6rem;
	z-index: 3;
	display: flex;
	align-items: center
}

.banner .swiper-container .swiper-slide .box .title {
	line-height: calc(80/60);
	color: rgba(255,255,255,0.4)
}

.banner .swiper-container .swiper-slide .box .title span {
	color: #fff
}

.banner .swiper-container .swiper-pagination {
	bottom: 1.1rem;
	font-size: 0
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: .9rem;
	height: 3px;
	background: #fff;
	opacity: .3;
	margin: 0 5px;
	border-radius: 0
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1
}

.banner .hot-news {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 1.1rem;
	z-index: 2
}

@media (max-width: 991px) {
	.banner .hot-news {
		bottom: 2rem;
		display: none
	}
}

.banner .hot-news .container {
	display: flex
}

.banner .hot-news .container a {
	width: 100%;
	display: flex;
	background: #fff;
	padding: .3rem .4rem;
	border-radius: .45rem
}

.banner .hot-news .container a .t1 {
	color: #1c50a1;
	line-height: calc(30/20);
	font-weight: 600;
	margin-right: .8rem
}

.banner .hot-news .container a .t2 {
	width: calc(770/1320*100%);
	color: #333;
	line-height: calc(30/18);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .4s
}

.banner .hot-news .container a .t3 {
	color: #012c6e;
	margin-left: auto;
	display: flex;
	align-items: center
}

.banner .hot-news .container a .t3 i {
	width: 10px;
	height: 10px;
	display: flex;
	align-items: center;
	margin-left: 5px
}

.banner .hot-news .container a .t3 i svg {
	transform: rotateZ(-90deg)
}

.banner .hot-news .container a .t3 i svg path {
	fill: #012c6e
}

.banner .hot-news .container a:hover .t2 {
	color: #004ea2
}

.banner .prev,.banner .next {
	width: .56rem;
	height: .56rem;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: all .4s
}

@media (max-width: 991px) {
	.banner .prev,.banner .next {
		width: .68rem;
		height: .68rem;
		display: none
	}
}

.banner .prev svg,.banner .next svg {
	width: 14px;
	height: 14px
}

.banner .prev svg path,.banner .next svg path {
	fill: #fff
}

.banner .prev:hover,.banner .next:hover {
	border: 1px solid #4596f0;
	background: #4596f0;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.18)
}

.banner .prev {
	left: .44rem
}

.banner .prev svg {
	transform: rotateZ(90deg)
}

.banner .next {
	right: .44rem
}

.banner .next svg {
	transform: rotateZ(-90deg)
}

.index-box1 {
	width: 100%;
	padding: 1.7rem 0 1.88rem;
	border-bottom: 1px solid rgba(0,78,162,0.1);
	overflow: hidden
}

@media (max-width:1024px) {
	.index-box1 {
		padding: 1.7rem 0 1.4rem
	}
}

.index-box1 .top {
	width: 100%;
	position: relative;
	padding: 0 0 1.97rem;
	background: url(/lib/template/scheme/images/index-box1-bg1.png) left bottom no-repeat;
	background-size: 100%
}

@media (max-width:1024px) {
	.index-box1 .top {
		padding: 0 0 1.67rem
	}
}

@media (max-width: 991px) {
	.index-box1 .top {
		padding: 0 0 1.3rem
	}
}

.index-box1 .top .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

.index-box1 .top .container .tbox {
	width: calc(700/1680*100%)
}

@media (max-width: 991px) {
	.index-box1 .top .container .tbox {
		width: 100%
	}
}

.index-box1 .top .container .tbox .title {
	line-height: calc(82/72);
	color: #000;
	font-weight: 600
}

.index-box1 .top .container .tbox .title span {
	color: #0056b3
}

.index-box1 .top .container .tbox .txt {
	color: #999;
	line-height: calc(40/24);
	margin-top: .33rem
}

.index-box1 .top .container .tbox .txt .on {
	color: #000
}

.index-box1 .top .container .tbox .more {
	display: flex;
	margin-top: .9rem
}

.index-box1 .top .container .right {
	width: calc(650/1680*100%);
	position: relative;
	margin-top: .14rem
}

@media (max-width:1024px) {
	.index-box1 .top .container .right {
		width: calc(800/1680*100%)
	}
}

@media (max-width: 991px) {
	.index-box1 .top .container .right {
		width: 100%;
		margin-top: 1.5rem
	}
}

.index-box1 .top .container .right::before {
	content: '';
	width: 3rem;
	height: 2.82rem;
	background: url(/lib/template/scheme/images/index-box1-bg2.png) left top no-repeat;
	position: absolute;
	left: -1rem;
	top: -0.92rem
}

.index-box1 .top .container .right::after {
	content: '';
	width: 3rem;
	height: 2.82rem;
	background: url(/lib/template/scheme/images/index-box1-bg2.png) left top no-repeat;
	position: absolute;
	right: -0.8rem;
	bottom: -0.55rem
}

.index-box1 .top .container .right .public-img {
	width: 100%;
	border-radius: .2rem;
	z-index: 2
}

.index-box1 .top .container .right .public-img::before {
	padding-top: calc(680/650*100%)
}

.index-box1 .top .container .right .public-img video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2
}

.index-box1 .top .container .right .public-img .play {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	background: rgba(255,255,255,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s
}

.index-box1 .top .container .right .public-img .play img {
	width: 22px
}

.index-box1 .top .container .right .public-img .play:hover {
	background: #004ea2
}

.index-box1 .list {
	width: 100%;
	margin-top: .68rem
}

@media (max-width: 991px) {
	.index-box1 .list {
		margin-top: .3rem
	}
}

.index-box1 .list .container ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

@media (max-width:1024px) {
	.index-box1 .list .container ul li {
		width: 50%;
		padding: .3rem 0
	}
}

@media (max-width: 767px) {
	.index-box1 .list .container ul li {
		width: 100%
	}
}

.index-box1 .list .container ul li .t1 {
	display: flex;
	align-items: baseline;
	color: #000
}

.index-box1 .list .container ul li .t1 .ts {
	display: flex;
	align-items: flex-start;
	color: #004ea2
}

.index-box1 .list .container ul li .t1 .ts span {
	font-size: .56rem;
	font-weight: 600
}

.index-box1 .list .container ul li .t1 .ts i {
	font-size: .4rem;
	display: flex;
	align-items: center;
	font-style: initial
}

.index-box1 .list .container ul li .t2 {
	line-height: calc(24/20);
	color: #999;
	margin-top: .2rem
}

.index-box2 {
	width: 100%
}

.index-box2 .boxs {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	overflow: hidden
}

.index-box2 .boxs .container {
	display: flex
}

.index-box2 .boxs .container .content {
	display: flex;
	flex-shrink: 0
}

.index-box2 .boxs .container .tbox1 {
	width: 8.45rem;
	margin-right: .4rem;
	flex-shrink: 0;
	padding: .4rem 0 .36rem;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between
}

.index-box2 .boxs .container .tbox1 .title {
	width: 100%;
	color: #000;
	line-height: calc(90/72);
	font-weight: 600
}

.index-box2 .boxs .container .tbox1 .title span {
	color: #004ea2
}

.index-box2 .boxs .container .list {
	margin-right: .76rem
}

.index-box2 .boxs .container .list ul {
	display: flex
}

.index-box2 .boxs .container .list ul li {
	flex-shrink: 0;
	width: 8.2rem;
	height: 6.7rem;
	border-radius: .4rem;
	overflow: hidden;
	background: url(/lib/template/scheme/images/index-box2-bg.jpg) center center no-repeat;
	background-size: cover;
	margin-right: .4rem
}

.index-box2 .boxs .container .list ul li:last-child {
	margin-right: 0
}

.index-box2 .boxs .container .list ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.index-box2 .boxs .container .list ul li a .public-img {
	width: 4rem
}

.index-box2 .boxs .container .list ul li a .ts {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 0 .5rem .4rem
}

.index-box2 .boxs .container .list ul li a .ts .t1 {
	color: #000;
	line-height: calc(54/44);
	font-weight: 600
}

.index-box2 .boxs .container .list ul li a .ts .tb {
	width: 100%;
	margin-top: .2rem;
	display: flex;
	flex-wrap: wrap
}

.index-box2 .boxs .container .list ul li a .ts .tb span {
	height: 40px;
	padding: 0 .24rem;
	border-radius: 20px;
	background: rgba(255,255,255,0.5);
	color: #6884a2;
	display: flex;
	align-items: center;
	margin-right: .12rem;
	margin-bottom: .1rem
}

.index-box2 .boxs .container .tbox2 {
	width: 6.6rem;
	height: 6.7rem;
	flex-shrink: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding-right: .76rem
}

.index-box2 .boxs .container .tbox2 .title {
	width: 100%;
	color: #000;
	line-height: calc(90/72);
	text-align: center
}

.index-box2 .boxs .container .tbox2 .more {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: .35rem
}

.index-box3 {
	width: 100%;
	height: 100vh;
	position: relative;
	padding: 1.18rem 0 0
}

@media (max-width: 991px) {
	.index-box3 {
		height: auto;
		padding: 0
	}
}

.index-box3 .img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

@media (max-width: 991px) {
	.index-box3 .img-box {
		display: none
	}
}

.index-box3 .img-box ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .4s
}

.index-box3 .img-box ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.index-box3 .img-box ul li.on {
	opacity: 1;
	z-index: 3
}

.index-box3 .container {
	position: relative;
	z-index: 2
}

.index-box3 .container .title {
	color: #fff;
	font-weight: 600;
	line-height: calc(90/72)
}

@media (max-width: 991px) {
	.index-box3 .container .title {
		color: #000
	}
}

.index-box3 .container .more {
	display: flex;
	margin-top: .42rem
}

.index-box3 .container .more a {
	display: flex;
	align-items: center
}

.index-box3 .container .more a span {
	color: #fff;
	line-height: calc(30/18);
	transition: all .4s
}

@media (max-width: 991px) {
	.index-box3 .container .more a span {
		color: #000
	}
}

.index-box3 .container .more a i {
	width: .3rem;
	height: .3rem;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: .18rem;
	border-radius: 50%;
	transition: all .4s
}

@media (max-width: 991px) {
	.index-box3 .container .more a i {
		border: 1px solid #000
	}
}

.index-box3 .container .more a i svg {
	width: 10px;
	object-fit: contain
}

.index-box3 .container .more a i svg path {
	fill: #fff;
	transition: all .4s
}

@media (max-width: 991px) {
	.index-box3 .container .more a i svg path {
		fill: #000
	}
}

.index-box3 .list {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	border-top: 1px solid rgba(255,255,255,0.15)
}

@media (max-width: 991px) {
	.index-box3 .list {
		position: relative;
		width: 90%;
		margin: .8rem auto 0
	}
}

.index-box3 .list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.index-box3 .list ul li {
	width: 20%;
	position: relative;
	transition: all .4s;
	border-right: 1px solid rgba(255,255,255,0.15)
}

@media (max-width: 991px) {
	.index-box3 .list ul li {
		width: 100%;
		margin-bottom: .3rem
	}

	.index-box3 .list ul li:last-child {
		margin-bottom: 0
	}
}

.index-box3 .list ul li .public-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

@media (max-width: 991px) {
	.index-box3 .list ul li .public-img {
		opacity: 1
	}
}

.index-box3 .list ul li .tbox {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: .6rem .4rem .75rem .7rem;
	transition: all .4s
}

@media (max-width: 1260px) {
	.index-box3 .list ul li .tbox {
		padding: .6rem .3rem .75rem .3rem
	}
}

@media (max-width: 991px) {
	.index-box3 .list ul li .tbox {
		padding: .8rem 5%
	}
}

.index-box3 .list ul li .tbox .icon {
	width: .6rem;
	height: .6rem
}

.index-box3 .list ul li .tbox .icon svg,.index-box3 .list ul li .tbox .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.index-box3 .list ul li .tbox .t1 {
	line-height: calc(34/24);
	color: #fff;
	margin-top: .34rem
}

.index-box3 .list ul li .tbox .t2 {
	color: rgba(255,255,255,0.4);
	margin-top: .2rem;
	transition: all .4s;
	opacity: 0
}

.index-box3 .list ul li .tbox .num {
	margin-top: .46rem;
	color: #fff;
	line-height: calc(24/18)
}

.index-box3 .list ul li .tbox a {
	width: .54rem;
	height: .54rem;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: .7rem;
	bottom: .44rem;
	z-index: 2;
	opacity: 0;
	transition: all .4s
}

.index-box3 .list ul li .tbox a svg {
	width: 14px
}

.index-box3 .list ul li .tbox a svg path {
	fill: #004ea2
}

.index-box3 .list ul li:hover .tbox {
	background: #004ea2
}

.index-box3 .list ul li:hover .tbox .t2 {
	opacity: 1
}

.index-box3 .list ul li:hover .tbox .num {
	opacity: 0
}

.index-box3 .list ul li:hover .tbox a {
	opacity: 1
}

.index-box4 {
	width: 100%;
	padding: 1.78rem 0 1.65rem;
	overflow: hidden
}

.index-box4 .container .title {
	line-height: calc(90/72);
	color: #000;
	font-weight: 600
}

.index-box4 .container .title span {
	color: #004ea2
}

.index-box4 .container .list {
	width: calc(864/1680*100%);
	margin-top: .9rem;
	position: relative
}

@media (max-width: 991px) {
	.index-box4 .container .list {
		width: 100%
	}
}

.index-box4 .container .list .swiper-container {
	overflow: visible
}

@media (max-width: 991px) {
	.index-box4 .container .list .swiper-container {
		overflow: hidden
	}
}

.index-box4 .container .list .swiper-container .swiper-slide {
	height: auto
}

.index-box4 .container .list .swiper-container .swiper-slide .public-img {
	width: calc(720/864*100%);
	border-radius: .2rem
}

@media (max-width: 991px) {
	.index-box4 .container .list .swiper-container .swiper-slide .public-img {
		width: 100%
	}
}

.index-box4 .container .list .swiper-container .swiper-slide .public-img::before {
	padding-top: calc(480/864*100%)
}

.index-box4 .container .list .swiper-container .swiper-slide .tbox {
	width: 6.1rem;
	max-width: 100%;
	margin-top: .45rem
}

@media (max-width: 991px) {
	.index-box4 .container .list .swiper-container .swiper-slide .tbox {
		width: 100%
	}
}

.index-box4 .container .list .swiper-container .swiper-slide .tbox .t1 {
	color: #000;
	line-height: calc(50/40);
	font-weight: 600
}

.index-box4 .container .list .swiper-container .swiper-slide .tbox .t2 {
	margin-top: .1rem;
	color: #666;
	line-height: calc(30/20)
}

.index-box4 .container .list .swiper-container .swiper-slide-active .public-img {
	width: 100%
}

@media (max-width: 991px) {
	.index-box4 .container .list .ckbox {
		width: 100%;
		margin-top: .8rem;
		display: flex;
		justify-content: center
	}
}

.index-box4 .container .list .prev,.index-box4 .container .list .next {
	width: .8rem;
	height: .8rem;
	border: 2px solid #004ea2;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 2.07rem;
	left: calc(100% + 2.2rem);
	z-index: 2
}

@media (max-width: 991px) {
	.index-box4 .container .list .prev,.index-box4 .container .list .next {
		position: relative;
		top: initial;
		left: initial
	}
}

.index-box4 .container .list .prev svg,.index-box4 .container .list .next svg {
	width: 18px
}

.index-box4 .container .list .prev svg path,.index-box4 .container .list .next svg path {
	fill: #004ea2
}

.index-box4 .container .list .prev {
	display: none
}

@media (max-width: 991px) {
	.index-box4 .container .list .prev {
		display: flex;
		margin-right: .3rem
	}
}

.index-box4 .container .list .prev svg {
	transform: rotateZ(180deg)
}

.index-box5 {
	width: 100%;
	background: url(/lib/template/scheme/images/index-box5-bg.jpg) center bottom no-repeat;
	background-size: cover;
	padding: 1.3rem 0 2rem
}

@media (max-width: 991px) {
	.index-box5 {
		padding: 1.4rem 0 1.2rem
	}
}

.index-box5 .container .title {
	line-height: calc(90/72);
	color: #000;
	font-weight: 600
}

.index-box5 .container .title span {
	color: #004ea2
}

.index-box5 .list {
	width: 100%;
	margin-top: 1.28rem;
	overflow: hidden
}

.index-box5 .list .item {
	width: 100%;
	height: 1.2rem;
	position: relative
}

@media (max-width: 991px) {
	.index-box5 .list .item {
		height: 1.72rem
	}
}

.index-box5 .list .item.item2 {
	display: flex;
	justify-content: flex-end
}

.index-box5 .list .item.item2 ul {
	position: absolute;
	right: 0
}

.index-box5 .list .item ul {
	display: flex
}

.index-box5 .list .item ul li {
	width: 2.1rem;
	height: 1rem;
	background: #fff;
	border-radius: .1rem;
	border: 1px solid #eee;
	margin: 0 .1rem .2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0
}

@media (max-width: 991px) {
	.index-box5 .list .item ul li {
		width: 3.2rem;
		height: 1.52rem
	}
}

.index-box5 .list .item ul li img {
	max-width: 80%;
	max-height: 80%;
	object-fit: contain
}

.index-box6 {
	width: 100%;
	padding: 1.75rem 0
}

@media (max-width: 991px) {
	.index-box6 {
		padding: 1.4rem 0
	}
}

.index-box6 .container {
	position: relative
}

.index-box6 .container .title {
	line-height: calc(90/72);
	color: #000;
	font-weight: 600
}

.index-box6 .container .list {
	width: 100%;
	margin-top: .55rem;
	position: relative
}

@media (max-width: 991px) {
	.index-box6 .container .list {
		margin-top: .8rem
	}
}

.index-box6 .container .list::before {
	content: '';
	width: 0;
	height: 1px;
	background: rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	top: 0;
	transition: all 1s linear
}

@media (max-width: 991px) {
	.index-box6 .container .list::before {
		display: none
	}
}

.index-box6 .container .list::after {
	content: '';
	width: 0;
	height: 1px;
	background: rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 1s .8s linear
}

@media (max-width: 991px) {
	.index-box6 .container .list::after {
		display: none
	}
}

.index-box6 .container .list ul {
	width: calc(100% + 1.2rem);
	margin: 0 -0.6rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.index-box6 .container .list ul {
		width: 100%;
		margin: 0
	}
}

.index-box6 .container .list ul li {
	width: 33.33%;
	position: relative
}

@media (max-width: 991px) {
	.index-box6 .container .list ul li {
		margin-bottom: .6rem
	}
}

.index-box6 .container .list ul li::after {
	content: '';
	width: 1px;
	height: 0;
	background: rgba(0,0,0,0.1);
	position: absolute;
	right: 0;
	top: 0;
	transition: all 1s .4s linear
}

@media (max-width: 991px) {
	.index-box6 .container .list ul li::after {
		display: none
	}
}

.index-box6 .container .list ul li:last-child::after {
	display: none
}

@media (max-width: 991px) {
	.index-box6 .container .list ul li {
		width: 100%
	}
}

.index-box6 .container .list ul li a {
	width: 100%;
	display: block;
	padding: .62rem .6rem 1.05rem
}

@media (max-width: 991px) {
	.index-box6 .container .list ul li a {
		padding: 0;
		display: flex;
		flex-wrap: wrap
	}
}

.index-box6 .container .list ul li a .time {
	color: #004ea2;
	line-height: calc(24/18);
	display: flex;
	align-items: center
}

.index-box6 .container .list ul li a .time img {
	width: 16px;
	margin-right: .1rem;
	flex-shrink: 0
}

.index-box6 .container .list ul li a .txt {
	width: 100%;
	line-height: calc(30/28);
	height: calc(30/28*2em);
	font-weight: 600;
	color: #010101;
	transition: all .4s;
	margin-top: .24rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.index-box6 .container .list ul li a .public-img {
	width: 100%;
	margin-top: .94rem;
	border-radius: .2rem
}

@media (max-width: 991px) {
	.index-box6 .container .list ul li a .public-img {
		margin-top: 0;
		margin-bottom: .3rem;
		order: -1
	}
}

.index-box6 .container .list ul li a .public-img::before {
	padding-top: calc(250/470*100%)
}

.index-box6 .container .list ul li a:hover .txt {
	color: #004ea2
}

.index-box6 .container .list ul li a:hover .public-img img {
	transform: scale(1.06)
}

.index-box6 .container .list.on::before {
	width: 100%
}

.index-box6 .container .list.on::after {
	width: 100%
}

.index-box6 .container .list.on ul li::after {
	height: 100%
}

.index-box6 .container .more {
	display: flex;
	position: absolute;
	right: 0;
	top: .5rem;
	z-index: 2
}

@media (max-width: 991px) {
	.index-box6 .container .more {
		width: 100%;
		justify-content: center;
		position: relative;
		top: initial;
		margin-top: .5rem
	}
}

.index-box6 .container .more a {
	color: #004ea2;
	line-height: calc(30/24)
}

.footer {
	width: 100%;
	background: url(/lib/template/scheme/images/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: .67rem 0 0
}

.footer .container .logo {
	display: flex
}

.footer .container .logo a {
	height: .6rem;
	display: flex
}

.footer .container .center {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: .3rem
}

@media (max-width: 991px) {
	.footer .container .center {
		margin-top: .5rem
	}
}

.footer .container .center .menu {
	width: calc(1240/1680*100%);
	border-right: 1px solid rgba(255,255,255,0.1);
	padding: .6rem 0 .42rem
}

@media (max-width:1024px) {
	.footer .container .center .menu {
		width: 100%;
		border-right: none
	}
}

@media (max-width: 991px) {
	.footer .container .center .menu {
		display: none
	}
}

.footer .container .center .menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.footer .container .center .menu ul li {
	min-width: 2.2rem
}

.footer .container .center .menu ul li:nth-child(2) {
	min-width: 3.2rem
}

.footer .container .center .menu ul li .t1 {
	line-height: calc(34/20);
	color: #fff;
	font-weight: 600;
	margin-bottom: .2rem
}

.footer .container .center .menu ul li .ts {
	display: flex;
	margin-bottom: .1rem
}

.footer .container .center .menu ul li .ts a {
	color: #fff;
	line-height: calc(24/16)
}

.footer .container .center .lx {
	width: calc(440/1680*100%);
	padding: .6rem 0 .42rem .8rem
}

@media (max-width: 1260px) {
	.footer .container .center .lx {
		padding: .6rem 0 .42rem .4rem
	}
}

@media (max-width:1024px) {
	.footer .container .center .lx {
		width: 100%;
		padding: .6rem 0;
		display: flex;
		flex-wrap: wrap
	}
}

@media (max-width: 991px) {
	.footer .container .center .lx {
		padding: .5rem 0
	}
}

.footer .container .center .lx .tb1 {
	width: 100%
}

@media (max-width:1024px) {
	.footer .container .center .lx .tb1 {
		width: 50%
	}
}

@media (max-width: 767px) {
	.footer .container .center .lx .tb1 {
		width: 100%
	}
}

.footer .container .center .lx .tb1 .t1 {
	line-height: calc(34/24);
	color: #fff;
	font-weight: 600;
	margin-bottom: .2rem
}

.footer .container .center .lx .tb1 .t2 {
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-bottom: .12rem
}

.footer .container .center .lx .tb1 .t2 img {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	margin-right: .1rem
}

.footer .container .center .lx .tb1 .t2 span {
	color: #fff;
	line-height: calc(24/18)
}

.footer .container .center .lx .focus {
	margin-top: .52rem
}

@media (max-width:1024px) {
	.footer .container .center .lx .focus {
		width: 50%;
		margin-top: 0
	}
}

@media (max-width: 767px) {
	.footer .container .center .lx .focus {
		width: 100%;
		margin-top: .5rem
	}
}

.footer .container .center .lx .focus .t1 {
	line-height: calc(34/24);
	color: #fff;
	font-weight: 600
}

.footer .container .center .lx .focus .ts {
	width: 100%;
	margin-top: .25rem;
	display: flex;
	flex-wrap: wrap
}

.footer .container .center .lx .focus .ts a {
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,0.05);
	transition: all .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 8px 8px 0
}

@media (max-width: 767px) {
	.footer .container .center .lx .focus .ts a {
		width: .6rem;
		height: .6rem
	}
}

.footer .container .center .lx .focus .ts a img,.footer .container .center .lx .focus .ts a svg {
	width: 24px;
	height: 24px
}

@media (max-width: 767px) {
	.footer .container .center .lx .focus .ts a img,.footer .container .center .lx .focus .ts a svg {
		width: .36rem;
		height: .36rem
	}
}

.footer .container .center .lx .focus .ts a:hover {
	background: rgba(255,255,255,0.3)
}

.footer .container .down {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.1);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: .16rem 0 .25rem;
	position: relative
}

.footer .container .down .left {
	width: 80%;
	display: flex;
	flex-wrap: wrap
}

@media (max-width:1024px) {
	.footer .container .down .left {
		width: 100%
	}
}

.footer .container .down .left .ts {
	display: flex;
	flex-wrap: wrap;
	color: rgba(255,255,255,0.4)
}

@media (max-width:1360px) {
	.footer .container .down .left .ts {
		width: 100%
	}
}

@media (max-width:1024px) {
	.footer .container .down .left .ts {
		justify-content: center
	}
}

@media (max-width: 767px) {
	.footer .container .down .left .ts {
		font-size: 14px
	}
}

@media (max-width: 767px) {
	.footer .container .down .left .ts .copyright {
		text-align: center;
		white-space: nowrap;
		margin-bottom: .1rem
	}
}

.footer .container .down .left .ts a {
	color: rgba(255,255,255,0.4);
	transition: all .4s;
	margin-left: .1rem
}

.footer .container .down .left .ts a:hover {
	color: #fff
}

.footer .container .down .left .menu {
	display: flex;
	flex-wrap: wrap;
	margin-left: .75rem
}

@media (max-width:1360px) {
	.footer .container .down .left .menu {
		margin-left: 0
	}
}

@media (max-width:1024px) {
	.footer .container .down .left .menu {
		width: 100%;
		justify-content: center
	}
}

@media (max-width: 767px) {
	.footer .container .down .left .menu {
		margin-top: .1rem
	}
}

.footer .container .down .left .menu a {
	color: rgba(255,255,255,0.4);
	transition: all .4s;
	margin-right: .2rem
}

.footer .container .down .left .menu a:last-child {
	margin-right: 0
}

.footer .container .down .left .menu a:hover {
	color: #fff
}

.footer .container .down .flink {
	width: 206px;
	height: 48px;
	background: rgba(255,255,255,0.05);
	margin-left: auto;
	padding: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 24px;
	cursor: pointer;
	padding-left: .33rem
}

@media (max-width:1024px) {
	.footer .container .down .flink {
		position: absolute;
		right: 0;
		bottom: calc(100% + .2rem)
	}
}

@media (max-width: 991px) {
	.footer .container .down .flink {
		display: none
	}
}

.footer .container .down .flink span {
	color: #fff
}

.footer .container .down .flink i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #00baff;
	display: flex;
	justify-content: center;
	align-items: center
}

.footer .container .down .flink i svg {
	width: 10px;
	height: 6px;
	transform: rotateZ(180deg)
}

.footer .container .down .flink i svg path {
	fill: #fff
}

.product {
	width: 100%;
	position: relative;
	padding: 0 0 .78rem
}

.product .bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.product .bg img,.product .bg video {
	width: 100%
}

.product-top {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 1.28rem 0 1.18rem
}

.product-top .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.product-top .container .left {
	width: 50%
}

@media (max-width: 991px) {
	.product-top .container .left {
		width: 100%
	}
}

.product-top .container .left .t1 {
	line-height: calc(24/18);
	color: rgba(3,31,35,0.5)
}

.product-top .container .left .title {
	line-height: calc(50/40);
	color: #031f23;
	margin-top: .3rem
}

.product-top .container .right {
	width: calc(720/1680*100%);
	padding-left: .6rem;
	position: relative;
	margin-top: .12rem
}

@media (max-width: 1260px) {
	.product-top .container .right {
		width: 50%
	}
}

@media (max-width: 991px) {
	.product-top .container .right {
		width: 100%;
		padding-left: 0;
		margin-top: .5rem
	}
}

.product-top .container .right::before {
	content: '';
	width: 2px;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 6px
}

@media (max-width: 991px) {
	.product-top .container .right::before {
		display: none
	}
}

.product-top .container .right .txt {
	line-height: calc(36/24);
	color: #000
}

.product-top .container .right .more {
	margin-top: .5rem;
	display: flex
}

.product-top .container .right .more a {
	display: flex;
	align-items: center;
	color: #00baff;
	line-height: calc(24/18)
}

.product-top .container .right .more a i {
	transition: all .4s;
	display: flex;
	align-items: center;
	margin-left: .1rem
}

.product-top .container .right .more a i svg {
	width: 14px
}

.product-top .container .right .more a i svg path {
	fill: #00baff
}

.product-top .container .right .more a:hover i {
	margin-left: .15rem
}

.product-menu {
	width: 100%;
	position: relative;
	z-index: 2
}

.product-menu .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: .28rem;
	border-bottom: 1px solid #e6ecf2;
	margin-bottom: .4rem
}

@media (max-width: 991px) {
	.product-menu .container {
		flex-direction: column-reverse
	}
}

@media (max-width: 991px) {
	.product-menu .container .menu {
		width: 100%
	}
}

.product-menu .container .menu ul {
	display: flex
}

@media (max-width: 991px) {
	.product-menu .container .menu ul {
		width: 100%;
		overflow-x: auto;
		padding-bottom: .1rem
	}
}

.product-menu .container .menu ul li {
	margin-right: .54rem
}

.product-menu .container .menu ul li:last-child {
	margin-right: 0
}

.product-menu .container .menu ul li a {
	min-width: 1.2rem;
	height: .6rem;
	border-radius: .3rem;
	padding: 0 .2rem;
	transition: all .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #031f23;
	flex-shrink: 0;
	white-space: nowrap
}

@media (max-width: 991px) {
	.product-menu .container .menu ul li a {
		height: .78rem;
		border-radius: .39rem
	}
}

.product-menu .container .menu ul li:hover a,.product-menu .container .menu ul li.on a {
	background: #004ea2;
	color: #fff
}

.product-menu .container .search-box {
	width: 263px;
	height: 48px;
	border: 1px solid #eee;
	border-radius: 24px;
	display: flex
}

@media (max-width: 991px) {
	.product-menu .container .search-box {
		width: 100%;
		margin-bottom: .3rem
	}
}

.product-menu .container .search-box .t1 {
	width: 100%;
	height: 100%;
	padding-left: .2rem;
	color: #031f23
}

.product-menu .container .search-box .t1::placeholder {
	color: rgba(3,31,35,0.35)
}

.product-menu .container .search-box .btn {
	width: 50px;
	height: 100%;
	background: url(../image/search-blue.svg) center center no-repeat;
	flex-shrink: 0
}

.product-list {
	width: 100%;
	position: relative;
	z-index: 2
}

.product-list .container .list {
	width: 100%
}

.product-list .container .list ul {
	width: calc(100% + .3rem);
	margin: 0 -0.15rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.product-list .container .list ul {
		width: 100%;
		margin: 0
	}
}

.product-list .container .list ul li {
	width: calc(25% - .3rem);
	margin: 0 .15rem .3rem
}

.product-list .container .list ul li.big {
	width: calc(50% - .3rem)
}

@media (max-width: 991px) {
	.product-list .container .list ul li.big {
		width: 100%;
		margin: 0 0 .3rem
	}
}

.product-list .container .list ul li.big .public-img::before {
	padding-top: calc(395/820*100%)
}

@media (max-width: 991px) {
	.product-list .container .list ul li {
		width: 100%;
		margin: 0 0 .3rem
	}
}

.product-list .container .list ul li a {
	display: block;
	position: relative
}

.product-list .container .list ul li a .public-img {
	width: 100%;
	border-radius: .2rem;
	background: #f0f3f8
}

.product-list .container .list ul li a .public-img::before {
	padding-top: 100%
}

.product-list .container .list ul li a .tbox {
	width: 100%;
	padding: .2rem 0 .26rem
}

.product-list .container .list ul li a .tbox .t1 {
	line-height: calc(30/20);
	color: #000;
	font-weight: 600;
	transition: all .4s
}

.product-list .container .list ul li a .tbox .t2 {
	color: #666;
	margin-top: 8px
}

.product-list .container .list ul li a:hover .public-img img {
	transform: scale(1.05)
}

.product-list .container .list ul li a:hover .tbox .t1 {
	color: #004ea2
}

.product-list .container .page-list {
	margin-top: .2rem
}

.product-info {
	width: 100%;
	position: relative
}

.product-info-banner {
	width: 100%;
	position: relative
}

.product-info-banner .img {
	width: 100%;
	height: 100vh
}
.product-info-banner1 {
	width: 100%;
	position: relative
}
.product-info-banner1 .img {
	width: 100%;
}
.product-info-banner1 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.product-info-banner .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width: 991px) {
	.product-info-banner .img img:first-child {
		display: none
	}
}

.product-info-banner .img img:last-child {
	display: none
}

@media (max-width: 991px) {
	.product-info-banner .img img:last-child {
		display: block
	}
}

.product-info-banner .container {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 2.42rem
}

.product-info-banner .container .t1 {
	color: #fff;
	line-height: calc(30/20);
	font-weight: 600
}

.product-info-banner .container .t2 {
	color: #fff;
	line-height: calc(60/48);
	font-weight: 600;
	margin-top: .2rem
}

.product-info-banner .container .txt {
	width: 640px;
	max-width: 100%;
	margin-top: .25rem;
	color: #fff;
	line-height: calc(30/18)
}

.product-info-banner .container .more {
	display: flex;
	margin-top: .74rem
}

.product-info-banner .container .more .public-btn a {
	min-width: 1.8rem;
	background: #00baff;
	justify-content: center;
	padding: 0 .2rem;
	border: none
}

.product-info-menu {
	width: 100%;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 19;
	background: #fff;
	box-shadow: 0 0 .24rem 4px rgba(40,9,8,0.06)
}

@media (max-width: 991px) {
	.product-info-menu {
		display: none
	}
}

.product-info-menu .container ul {
	display: flex;
	justify-content: center
}

.product-info-menu .container ul li {
	margin: 0 .36rem
}

.product-info-menu .container ul li a {
	height: .9rem;
	color: #222;
	display: flex;
	align-items: center;
	border-top: 2px solid transparent;
	border-bottom: 4px solid transparent;
	transition: all .4s
}

.product-info-menu .container ul li.on a {
	border-bottom: 4px solid #004ea2
}

.product-info-boxs {
	width: 100%;
	position: relative
}

.product-info-box1 {
	width: 100%;
	padding: 1.46rem 0 1.32rem
}

.product-info-box1 .container .title {
	text-align: center;
	line-height: calc(60/48);
	font-weight: 600;
	color: #000
}

.product-info-box1 .container .list {
	width: 100%;
	margin-top: .72rem
}

.product-info-box1 .container .list ul {
	width: calc(100% + .2rem);
	margin: 0 -0.1rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.product-info-box1 .container .list ul {
		width: 100%;
		margin: 0
	}
}

.product-info-box1 .container .list ul li {
	width: calc(25% - .2rem);
	min-height: 4.82rem;
	margin: 0 .1rem .2rem;
	position: relative;
	background: #f1f6fe;
	cursor: pointer
}

@media (max-width: 991px) {
	.product-info-box1 .container .list ul li {
		width: calc(50% - .2rem)
	}
}

@media (max-width: 767px) {
	.product-info-box1 .container .list ul li {
		width: 100%;
		margin: 0 0 .2rem
	}
}

.product-info-box1 .container .list ul li::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/lib/template/scheme/images/product-info-box1-bg.png) center center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all .4s
}

.product-info-box1 .container .list ul li .tbox {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	padding: .6rem .5rem 1.1rem
}

.product-info-box1 .container .list ul li .tbox .icon {
	width: 1.03rem;
	height: 1.03rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 .29rem .09rem rgba(0,0,0,0.05)
}

.product-info-box1 .container .list ul li .tbox .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.product-info-box1 .container .list ul li .tbox .t1 {
	font-weight: 600;
	color: #222;
	line-height: calc(34/24);
	margin-top: .35rem;
	transition: all .4s
}

.product-info-box1 .container .list ul li .tbox .t2 {
	line-height: calc(24/18);
	color: #666;
	transition: all .4s;
	margin-top: .12rem
}

.product-info-box1 .container .list ul li .tbox .num {
	color: rgba(0,74,172,0.1);
	line-height: 1;
	position: absolute;
	bottom: .48rem;
	left: .5rem;
	transition: all .4s
}

.product-info-box1 .container .list ul li:hover::before {
	opacity: 1
}

.product-info-box1 .container .list ul li:hover .tbox .t1 {
	color: #fff
}

.product-info-box1 .container .list ul li:hover .tbox .t2 {
	color: #fff
}

.product-info-box1 .container .list ul li:hover .tbox .num {
	color: #fff
}

.product-info-box2 {
	width: 100%;
	padding: 1.53rem 0 1.38rem;
	position: relative
}

.product-info-box2 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.product-info-box2 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width: 991px) {
	.product-info-box2 .bg img.pc {
		display: none
	}
}

.product-info-box2 .bg img.mb {
	display: none
}

@media (max-width: 991px) {
	.product-info-box2 .bg img.mb {
		display: block
	}
}

.product-info-box2 .container {
	position: relative;
	z-index: 2
}

.product-info-box2 .container .title {
	text-align: center;
	line-height: calc(60/48);
	font-weight: 600;
	color: #000
}

.product-info-box2 .container .list {
	width: 100%;
	margin-top: .5rem
}

.product-info-box2 .container .list ul {
	width: calc(100% + .3rem);
	margin: 0 -0.15rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.product-info-box2 .container .list ul {
		width: 100%;
		margin: 0
	}
}

.product-info-box2 .container .list ul li {
	width: calc(33.33% - .3rem);
	min-height: 3.5rem;
	margin: 0 .15rem .3rem;
	position: relative;
	background: #fff;
	border-radius: .1rem;
	border-top: .1rem solid #004aac;
	padding: .45rem .4rem
}

@media (max-width: 991px) {
	.product-info-box2 .container .list ul li {
		width: calc(50% - .3rem)
	}
}

@media (max-width: 767px) {
	.product-info-box2 .container .list ul li {
		width: 100%;
		margin: 0 0 .3rem
	}
}

.product-info-box2 .container .list ul li .icon {
	width: .54rem;
	height: .54rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.product-info-box2 .container .list ul li .icon img {
	object-fit: contain
}

.product-info-box2 .container .list ul li .t1 {
	line-height: calc(38/28);
	color: #000;
	margin-top: .83rem
}

.product-info-box2 .container .list ul li .t2 {
	color: #666;
	line-height: calc(28/18);
	margin-top: .2rem
}

.product-info-box3 {
	padding: 1.83rem 0 1.6rem;
	position: relative
}

.product-info-box3 .container .title {
	text-align: center;
	line-height: calc(60/48);
	font-weight: 600;
	color: #000
}

.product-info-box3 .container .box {
	width: 100%;
	margin-top: .74rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: sticky;
	position: -webkit-sticky;
	top: 0
}

.product-info-box3 .container .box .img-box {
	width: calc(780/1680*100%)
}

@media (max-width: 991px) {
	.product-info-box3 .container .box .img-box {
		display: none
	}
}

.product-info-box3 .container .box .img-box ul {
	width: 100%;
	position: relative
}

.product-info-box3 .container .box .img-box ul li {
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all .4s
}

.product-info-box3 .container .box .img-box ul li:nth-child(1) {
	position: relative
}

.product-info-box3 .container .box .img-box ul li .public-img {
	width: 100%;
	border-radius: .15rem
}

.product-info-box3 .container .box .img-box ul li .public-img::before {
	padding-top: calc(550/780*100%)
}

.product-info-box3 .container .box .img-box ul li.on {
	z-index: 3;
	opacity: 1
}

.product-info-box3 .container .box .list {
	width: calc(750/1680*100%);
	border-top: 1px solid #eee
}

@media (max-width: 991px) {
	.product-info-box3 .container .box .list {
		width: 100%
	}
}

.product-info-box3 .container .box .list ul {
	width: 100%;
	height: 100%
}

.product-info-box3 .container .box .list ul li {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eee
}

@media (max-width: 991px) {
	.product-info-box3 .container .box .list ul li {
		padding-bottom: .5rem;
		margin-bottom: .5rem
	}

	.product-info-box3 .container .box .list ul li:last-child {
		margin-bottom: 0
	}
}

.product-info-box3 .container .box .list ul li .public-img {
	width: 100%;
	border-radius: .15rem;
	display: none
}

@media (max-width: 991px) {
	.product-info-box3 .container .box .list ul li .public-img {
		display: block
	}
}

.product-info-box3 .container .box .list ul li .public-img::before {
	padding-top: calc(550/780*100%)
}

.product-info-box3 .container .box .list ul li .t1 {
	width: 100%;
	height: .7rem;
	display: flex;
	align-items: center;
	color: #000;
	line-height: calc(34/24);
	padding: 0 .23rem
}

@media (max-width: 991px) {
	.product-info-box3 .container .box .list ul li .t1 {
		height: auto;
		padding: .3rem 0
	}
}

.product-info-box3 .container .box .list ul li .t1 span {
	transform-origin: left center
}

.product-info-box3 .container .box .list ul li .t2 {
	line-height: calc(24/18);
	color: #444;
	padding: 0 .23rem
}

@media (max-width: 991px) {
	.product-info-box3 .container .box .list ul li .t2 {
		padding: 0
	}
}

.product-info-box3 .container .box .list ul li.on {
	padding-top: .1rem
}

.product-info-box3 .container .box .list ul li.on .t1 {
	color: #004ea2
}

.product-info-box4 {
	width: 100%
}

.product-info-box4 .title {
	text-align: center;
	line-height: calc(60/48);
	font-weight: 600;
	color: #000
}

.product-info-box4 .list {
	width: 100%;
	margin-top: .62rem
}

.product-info-box4 .item {
	width: 100%
}

.product-info-box4 .item img {
	width: 100%
}

@media (max-width: 991px) {
	.product-info-box4 .item img.pc {
		display: none
	}
}

.product-info-box4 .item img.mb {
	display: none
}

@media (max-width: 991px) {
	.product-info-box4 .item img.mb {
		display: block
	}
}

.product-info-box5 .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1.6rem 0 1rem;
	border-bottom: 1px solid rgba(229,229,229,0.5)
}

.product-info-box5 .container .top {
	width: calc(400/1680*100%)
}

@media (max-width: 991px) {
	.product-info-box5 .container .top {
		width: 100%
	}
}

.product-info-box5 .container .top .title {
	line-height: calc(46/36);
	color: #000;
	font-weight: 600
}

@media (max-width: 991px) {
	.product-info-box5 .container .top .title {
		text-align: center
	}
}

.product-info-box5 .container .top .menu {
	width: 100%;
	margin-top: .4rem
}

@media (max-width: 991px) {
	.product-info-box5 .container .top .menu ul {
		display: flex;
		justify-content: center
	}
}

.product-info-box5 .container .top .menu ul li {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: .1rem
}

@media (max-width: 991px) {
	.product-info-box5 .container .top .menu ul li {
		margin: 0 .2rem
	}
}

.product-info-box5 .container .top .menu ul li span {
	color: #666;
	transition: all .4s;
	font-weight: 600;
	padding: .12rem 0 .1rem;
	border-bottom: 2px solid transparent
}

.product-info-box5 .container .top .menu ul li i {
	width: 8px;
	display: flex;
	align-items: center;
	margin-left: .25rem
}

@media (max-width: 991px) {
	.product-info-box5 .container .top .menu ul li i {
		display: none
	}
}

.product-info-box5 .container .top .menu ul li i svg {
	width: 100%;
	transform: rotateZ(-90deg)
}

.product-info-box5 .container .top .menu ul li i svg path {
	fill: #fff;
	transition: all .4s
}

.product-info-box5 .container .top .menu ul li:hover span {
	color: #004ea2
}

.product-info-box5 .container .top .menu ul li.on span {
	color: #004ea2;
	border-bottom: 2px solid #004ea2
}

.product-info-box5 .container .top .menu ul li.on i svg path {
	fill: #004ea2
}

.product-info-box5 .container .list {
	width: calc(1280/1680*100%)
}

@media (max-width: 991px) {
	.product-info-box5 .container .list {
		width: 100%;
		margin-top: .5rem
	}
}

.product-info-box5 .container .list ul li {
	display: none
}

.product-info-box5 .container .list ul li.on {
	display: block
}

.product-info-box5 .container .list ul li .t1 {
	padding-left: .35rem;
	display: flex
}

.product-info-box5 .container .list ul li .t1 span {
	height: .85rem;
	color: #004ea2;
	font-weight: 600;
	border-bottom: 2px solid #004ea2;
	padding-top: .15rem
}

.product-info-box5 .container .list ul li .tbox {
	width: 100%;
	border-top: 2px solid #e5e5e5;
	margin-top: -2px;
	padding-top: .3rem
}

.product-info-box5 .container .list ul li .tbox .ts {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f4f4f4;
	line-height: calc(28/18);
	color: #666;
	padding: .13rem 0 .18rem .4rem;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.product-info-box5 .container .list ul li .tbox .ts .ts1 {
		width: 100%
	}
}

.product-info-box5 .container .list ul li .tbox .ts .ts2 {
	width: calc(340/1240*100%);
	flex-shrink: 0
}

@media (max-width: 767px) {
	.product-info-box5 .container .list ul li .tbox .ts .ts2 {
		width: 100%;
		margin-top: .1rem
	}
}

.product-info-box6 {
	padding: 1.25rem 0 0
}

.product-info-box6 .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

.product-info-box6 .container .title {
	width: calc(395/1680*100%);
	line-height: calc(46/36);
	color: #000;
	font-weight: 600
}

@media (max-width: 991px) {
	.product-info-box6 .container .title {
		width: 100%;
		text-align: center
	}
}

.product-info-box6 .container .list {
	width: calc(1285/1680*100%);
	margin-top: 6px
}

@media (max-width: 991px) {
	.product-info-box6 .container .list {
		width: 100%;
		margin-top: .3rem
	}
}

.product-info-box6 .container .list ul li {
	width: 100%;
	background: #f8f9fa;
	margin-bottom: .1rem;
	border-radius: 4px;
	transition: all .4s
}

.product-info-box6 .container .list ul li a {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: .35rem 0 .35rem .71rem;
	position: relative
}

.product-info-box6 .container .list ul li a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #00baff;
	position: absolute;
	left: .4rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s
}

.product-info-box6 .container .list ul li a .t1 {
	width: calc(550/1205*100%);
	margin-right: .3rem;
	color: #041726;
	line-height: calc(30/20);
	transition: all .4s
}

@media (max-width: 767px) {
	.product-info-box6 .container .list ul li a .t1 {
		width: 100%
	}
}

.product-info-box6 .container .list ul li a .t2 {
	width: calc(247/1205*100%);
	color: #666;
	transition: all .4s
}

@media (max-width: 767px) {
	.product-info-box6 .container .list ul li a .t2 {
		width: 100%;
		margin-top: .1rem
	}
}

.product-info-box6 .container .list ul li a .t3 {
	width: calc(290/1205*100%);
	color: #666;
	transition: all .4s
}

@media (max-width: 767px) {
	.product-info-box6 .container .list ul li a .t3 {
		width: 100%;
		margin-top: .1rem
	}
}

.product-info-box6 .container .list ul li a .load {
	width: 21px;
	height: 21px
}

@media (max-width: 767px) {
	.product-info-box6 .container .list ul li a .load {
		position: absolute;
		right: .3rem;
		top: 50%;
		transform: translateY(-50%)
	}
}

.product-info-box6 .container .list ul li:hover a .t1 {
	color: #004ea2
}

.product-info-box7 {
	width: 100%;
	padding: 1.27rem 0 1.5rem
}

.product-info-box7 .container .title {
	line-height: calc(60/48);
	text-align: center;
	font-weight: 600;
	color: #000
}

.product-info-box7 .container .list {
	width: 100%;
	margin-top: .53rem
}

.product-info-box7 .container .list ul {
	width: calc(100% + .3rem);
	margin: 0 -0.15rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.product-info-box7 .container .list ul {
		width: 100%;
		margin: 0
	}
}

.product-info-box7 .container .list ul li {
	width: calc(50% - .3rem);
	margin: 0 .15rem .3rem;
	position: relative
}

@media (max-width: 991px) {
	.product-info-box7 .container .list ul li {
		width: 100%;
		margin: 0 0 .3rem
	}
}

.product-info-box7 .container .list ul li a {
	display: block
}

.product-info-box7 .container .list ul li a .public-img {
	width: 100%
}

.product-info-box7 .container .list ul li a .public-img::before {
	padding-top: calc(460/820*100%)
}

.product-info-box7 .container .list ul li a .tbox {
	width: 100%;
	padding: 0 .6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center
}

@media (max-width: 767px) {
	.product-info-box7 .container .list ul li a .tbox {
		padding: 0 .3rem
	}
}

.product-info-box7 .container .list ul li a .tbox .t1 {
	font-weight: 600;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 5px
}

.product-info-box7 .container .list ul li a .tbox .t2 {
	color: rgba(255,255,255,0.6)
}

.product-info-box7 .container .list ul li a:hover .public-img img {
	transform: scale(1.06)
}

.product-info-box7 .container .more {
	display: flex;
	justify-content: center;
	margin-top: .55rem
}

.product-info-box7 .container .more a {
	display: flex;
	align-items: center
}

.product-info-box7 .container .more a span {
	color: #004aac
}

.product-info-box7 .container .more a i {
	width: 30px;
	height: 30px;
	border: 1px solid #004ea2;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: .18rem;
	transition: all .4s
}

.product-info-box7 .container .more a i svg {
	width: 10px;
	height: 10px
}

.product-info-box7 .container .more a i svg path {
	fill: #004ea2
}

.product-info-box7 .container .more a:hover i {
	margin-left: .28rem
}

.product-info-box8 {
	background: #f1f6fe;
	padding: 1.32rem 0
}

.product-info-box8 .container .title {
	line-height: calc(60/48);
	text-align: center;
	font-weight: 600;
	color: #000
}

.product-info-box8 .container .list {
	width: 100%;
	margin-top: .5rem
}

.product-info-box8 .container .list ul {
	width: calc(100% + .52rem);
	margin: 0 -0.26rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.product-info-box8 .container .list ul {
		width: 100%;
		margin: 0
	}
}

.product-info-box8 .container .list ul li {
	width: calc(33.33% - .52rem);
	margin: 0 .26rem .3rem;
	background: #fafcff
}

@media (max-width: 991px) {
	.product-info-box8 .container .list ul li {
		width: 100%;
		margin: 0 0 .3rem
	}
}

.product-info-box8 .container .list ul li a {
	width: 100%;
	display: block
}

.product-info-box8 .container .list ul li a .public-img {
	width: 100%
}

.product-info-box8 .container .list ul li a .public-img::before {
	padding-top: calc(290/520*100%)
}

.product-info-box8 .container .list ul li a .tbox {
	width: 100%;
	position: relative;
	padding: .4rem .4rem .55rem
}

.product-info-box8 .container .list ul li a .tbox .icon {
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	background: #fff;
	border: 2px solid rgba(255,255,255,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -0.65rem;
	right: .28rem;
	z-index: 2
}

.product-info-box8 .container .list ul li a .tbox .icon img {
	max-width: 1rem;
	max-height: 1rem;
	object-fit: contain
}

.product-info-box8 .container .list ul li a .tbox .t1 {
	color: #00baff;
	font-weight: 600
}

.product-info-box8 .container .list ul li a .tbox .t2 {
	width: 100%;
	line-height: calc(36/26);
	height: calc(36/26*2em);
	color: #000;
	transition: all .4s;
	font-weight: 600;
	margin-top: 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.product-info-box8 .container .list ul li a .tbox .t3 {
	display: flex;
	align-items: center;
	margin-top: .48rem;
	color: #004ea2
}

.product-info-box8 .container .list ul li a .tbox .t3 i {
	display: flex;
	align-items: center;
	margin-left: .1rem;
	transform: rotateZ(-90deg)
}

.product-info-box8 .container .list ul li a .tbox .t3 i svg {
	width: 7px;
	object-fit: contain
}

.product-info-box8 .container .list ul li a .tbox .t3 i svg path {
	fill: #004ea2
}

.product-info-box8 .container .list ul li a:hover .public-img img {
	transform: scale(1.06)
}

.product-info-box8 .container .list ul li a:hover .tbox .t2 {
	color: #004ea2
}

.solution-list {
	width: 100%;
	position: relative;
	z-index: 2
}

.solution-list .container .list {
	width: 100%;
	margin-top: .53rem
}

.solution-list .container .list ul {
	width: calc(100% + .3rem);
	margin: 0 -0.15rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.solution-list .container .list ul {
		width: 100%;
		margin: 0
	}
}

.solution-list .container .list ul li {
	width: calc(50% - .3rem);
	margin: 0 .15rem .3rem;
	position: relative
}

@media (max-width: 991px) {
	.solution-list .container .list ul li {
		width: 100%;
		margin: 0 0 .3rem
	}
}

.solution-list .container .list ul li.big {
	width: calc(100% - .3rem);
	margin: 0 .15rem .3rem
}

@media (max-width: 991px) {
	.solution-list .container .list ul li.big {
		width: 100%;
		margin: 0 0 .3rem
	}
}

.solution-list .container .list ul li.big a .public-img::before {
	padding-top: calc(460/1680*100%)
}

@media (max-width: 991px) {
	.solution-list .container .list ul li.big a .public-img::before {
		padding-top: calc(460/820*100%)
	}
}

.solution-list .container .list ul li a {
	display: block
}

.solution-list .container .list ul li a .public-img {
	width: 100%
}

.solution-list .container .list ul li a .public-img::before {
	padding-top: calc(460/820*100%)
}

.solution-list .container .list ul li a .tbox {
	width: 100%;
	padding: 0 .6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center
}

@media (max-width: 767px) {
	.solution-list .container .list ul li a .tbox {
		padding: 0 .3rem
	}
}

.solution-list .container .list ul li a .tbox .t1 {
	font-weight: 600;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-bottom: 5px
}

.solution-list .container .list ul li a .tbox .t2 {
	color: rgba(255,255,255,0.6)
}

.solution-list .container .list ul li a:hover .public-img img {
	transform: scale(1.06)
}

.solution-list .container .page-list {
	margin-top: .46rem
}

.solution-info-banner .container {
	padding-top: 2.94rem
}

.solution-info-box1 {
	width: 100%;
	background: #ecf4ff;
	padding: 1.44rem 0 .78rem;
	position: relative
}

.solution-info-box1 .container .title {
	text-align: center;
	line-height: calc(60/48);
	font-weight: 600;
	color: #000
}

.solution-info-box1 .container .list {
	width: 1440px;
	max-width: 100%;
	margin: .5rem auto 0
}

.solution-info-box1 .container .list ul {
	width: calc(100% + .46rem);
	margin: 0 -0.23rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.solution-info-box1 .container .list ul {
		width: 100%;
		margin: 0
	}
}

.solution-info-box1 .container .list ul li {
	width: calc(33.33% - .46rem);
	margin: 0 .23rem .3rem;
	position: relative;
	padding: .3rem .4rem .6rem .6rem;
	background: #fff
}

@media (max-width: 991px) {
	.solution-info-box1 .container .list ul li {
		width: 100%;
		margin: 0 0 .3rem
	}
}

.solution-info-box1 .container .list ul li::before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../image/solution-info-box1-bg.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .4s
}

.solution-info-box1 .container .list ul li .num {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2
}

.solution-info-box1 .container .list ul li .num span {
	width: 38px;
	height: 38px;
	background: #004ea2;
	color: #fff;
	font-weight: 600;
	transition: all .4s;
	display: flex;
	justify-content: center;
	align-items: center
}

.solution-info-box1 .container .list ul li .t1 {
	position: relative;
	z-index: 2;
	color: #222;
	line-height: calc(40/30);
	font-weight: 600;
	transition: all .4s
}

.solution-info-box1 .container .list ul li .t2 {
	margin-top: .4rem;
	position: relative;
	z-index: 2
}

.solution-info-box1 .container .list ul li .t2 span {
	width: 100%;
	padding-left: .18rem;
	position: relative;
	margin-bottom: 8px;
	color: #555;
	line-height: calc(28/18);
	transition: all .4s;
	display: block
}

.solution-info-box1 .container .list ul li .t2 span:last-child {
	margin-bottom: 0
}

.solution-info-box1 .container .list ul li .t2 span::before {
	content: '';
	width: 5px;
	height: 5px;
	background: #004ea2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .4s
}

.solution-info-box1 .container .list ul li:hover {
	box-shadow: 0 0 .46rem .22rem rgba(0,96,255,0.18)
}

.solution-info-box1 .container .list ul li:hover::before {
	opacity: 1
}

.solution-info-box1 .container .list ul li:hover .num span {
	background: rgba(255,255,255,0.1)
}

.solution-info-box1 .container .list ul li:hover .t1 {
	color: #fff
}

.solution-info-box1 .container .list ul li:hover .t2 span {
	color: #fff
}

.solution-info-box1 .container .list ul li:hover .t2 span::before {
	background: #fff
}

.solution-info-box1 .container .tips {
	display: flex;
	justify-content: center;
	margin-top: .55rem
}

.solution-info-box2 {
	width: 100%;
	padding: 1.63rem 0 1.5rem;
	position: relative
}

.solution-info-box2 .arrow {
	width: 100%;
	height: .7rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.48rem;
	z-index: 2;
	background: url(../image/solution-info-box2-abg.svg) center top no-repeat;
	padding: .22rem 0 0;
	display: flex;
	justify-content: center
}

.solution-info-box2 .arrow span {
	width: 47px;
	height: 47px;
	border: 2px solid rgba(0,74,172,0.2);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: rotateZ(90deg);
	overflow: hidden
}

.solution-info-box2 .arrow span svg {
	width: 20px;
	height: 17px;
	animation: arrowRun 1s linear infinite
}

.solution-info-box2 .arrow span svg path {
	fill: #004ea2
}

.solution-info-box2 .container .title {
	text-align: center;
	line-height: calc(60/48);
	font-weight: 600;
	color: #000
}

.solution-info-box2 .container .list {
	width: 100%;
	margin-top: .83rem
}

.solution-info-box2 .container .list ul {
	width: 100%
}

.solution-info-box2 .container .list ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: .8rem
}

.solution-info-box2 .container .list ul li:last-child {
	margin-bottom: 0
}

.solution-info-box2 .container .list ul li:nth-child(odd) .tbox {
	margin-right: .9rem
}

@media (max-width: 991px) {
	.solution-info-box2 .container .list ul li:nth-child(odd) .tbox {
		margin-right: 0
	}
}

.solution-info-box2 .container .list ul li:nth-child(even) {
	flex-direction: row-reverse
}

.solution-info-box2 .container .list ul li .public-img {
	width: calc(900/1680*100%)
}

@media (max-width: 991px) {
	.solution-info-box2 .container .list ul li .public-img {
		width: 100%
	}
}

.solution-info-box2 .container .list ul li .public-img::before {
	padding-top: calc(480/900*100%)
}

.solution-info-box2 .container .list ul li .tbox {
	width: calc(540/1680*100%)
}

@media (max-width: 991px) {
	.solution-info-box2 .container .list ul li .tbox {
		width: 100%;
		margin-top: .5rem
	}
}

.solution-info-box2 .container .list ul li .tbox .t1 {
	line-height: calc(46/36);
	color: #000;
	font-weight: 600
}

.solution-info-box2 .container .list ul li .tbox .line {
	width: 100%;
	height: 4px;
	margin-top: .13rem;
	background: linear-gradient(to right, #004aac, rgba(0,74,172,0))
}

.solution-info-box2 .container .list ul li .tbox .t2 {
	width: 100%;
	line-height: calc(24/18);
	height: calc(24/18*4em);
	margin-top: .26rem;
	color: #666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}

.solution-info-box2 .container .list ul li .tbox .t3 {
	width: 100%;
	margin-top: .26rem;
	display: flex;
	flex-wrap: wrap
}

.solution-info-box2 .container .list ul li .tbox .t3 span {
	line-height: 35px;
	color: #333;
	font-weight: 600
}

.solution-info-box2 .container .list ul li .tbox .t3 a {
	height: 35px;
	border-radius: 17px;
	border: 1px solid #eee;
	padding: 0 .2rem;
	margin-bottom: .1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: .2rem;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	transition: all .4s
}

.solution-info-box2 .container .list ul li .tbox .t3 a:hover {
	color: #fff;
	border: 1px solid #004ea2;
	background: #004ea2
}

@keyframes arrowRun {
	0% {
		transform: translateX(0)
	}

	50% {
		transform: translateX(150%)
	}

	51% {
		transform: translateX(-150%)
	}

	100% {
		transform: translateX(0)
	}
}

.solution-info-box3 {
	width: 100%;
	position: relative;
	padding: 1.43rem 0 1.63rem
}

.solution-info-box3 .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.solution-info-box3 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width: 991px) {
	.solution-info-box3 .bg img.pc {
		display: none
	}
}

.solution-info-box3 .bg img.mb {
	display: none
}

@media (max-width: 991px) {
	.solution-info-box3 .bg img.mb {
		display: block
	}
}

.solution-info-box3 .container {
	position: relative;
	z-index: 2
}

.solution-info-box3 .container .title {
	text-align: center;
	line-height: calc(60/48);
	font-weight: 600;
	color: #000
}

.solution-info-box3 .container .list {
	width: 100%;
	margin-top: .72rem
}

.solution-info-box3 .container .list ul {
	width: calc(100% + .2rem);
	margin: 0 -0.1rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.solution-info-box3 .container .list ul {
		width: 100%;
		margin: 0
	}
}

.solution-info-box3 .container .list ul li {
	width: calc(25% - .2rem);
	min-height: 4.82rem;
	margin: 0 .1rem .2rem;
	position: relative;
	background: #fff;
	cursor: pointer
}

@media (max-width: 991px) {
	.solution-info-box3 .container .list ul li {
		width: calc(50% - .2rem)
	}
}

@media (max-width: 767px) {
	.solution-info-box3 .container .list ul li {
		width: 100%;
		margin: 0 0 .2rem
	}
}

.solution-info-box3 .container .list ul li::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/solution-info-box3-li-bg.jpg) center center no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all .4s
}

.solution-info-box3 .container .list ul li .tbox {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	padding: .6rem .5rem 1.1rem
}

.solution-info-box3 .container .list ul li .tbox .icon {
	width: 1.03rem;
	height: 1.03rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 .29rem .09rem rgba(0,0,0,0.05)
}

.solution-info-box3 .container .list ul li .tbox .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.solution-info-box3 .container .list ul li .tbox .t1 {
	font-weight: 600;
	color: #222;
	line-height: calc(34/24);
	margin-top: .35rem;
	transition: all .4s
}

.solution-info-box3 .container .list ul li .tbox .t2 {
	line-height: calc(24/18);
	color: #666;
	transition: all .4s;
	margin-top: .12rem
}

.solution-info-box3 .container .list ul li .tbox .num {
	color: rgba(0,74,172,0.1);
	line-height: 1;
	position: absolute;
	bottom: .48rem;
	left: .5rem;
	transition: all .4s
}

.solution-info-box3 .container .list ul li:hover::before {
	opacity: 1
}

.solution-info-box3 .container .list ul li:hover .tbox .t1 {
	color: #fff
}

.solution-info-box3 .container .list ul li:hover .tbox .t2 {
	color: #fff
}

.solution-info-box3 .container .list ul li:hover .tbox .num {
	color: #fff
}

.solution-info-box4 {
	width: 100%;
	padding: 1.43rem 0 .82rem
}

.solution-info-box4 .container .title {
	text-align: center;
	line-height: calc(60/48);
	font-weight: 600;
	color: #000
}

.solution-info-box4 .container .list {
	width: 100%;
	margin-top: .4rem
}

.solution-info-box4 .container .list ul {
	width: calc(100% + .3rem);
	margin: 0 -0.15rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.solution-info-box4 .container .list ul {
		width: 100%;
		margin: 0
	}
}

.solution-info-box4 .container .list ul li {
	width: calc(25% - .3rem);
	margin: 0 .15rem .3rem
}

@media (max-width: 991px) {
	.solution-info-box4 .container .list ul li {
		width: 100%;
		margin: 0 0 .3rem
	}
}

.solution-info-box4 .container .list ul li a {
	display: block;
	position: relative
}

.solution-info-box4 .container .list ul li a .label {
	min-width: 50px;
	height: 20px;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	top: 23px;
	left: 20px
}

.solution-info-box4 .container .list ul li a .label.new {
	background: #e42121
}

.solution-info-box4 .container .list ul li a .label.hot {
	background: #004ea2
}

.solution-info-box4 .container .list ul li a .public-img {
	width: 100%;
	border-radius: .2rem;
	background: #f0f3f8
}

.solution-info-box4 .container .list ul li a .public-img::before {
	padding-top: 100%
}

.solution-info-box4 .container .list ul li a .tbox {
	width: 100%;
	padding: .2rem 0 .26rem
}

.solution-info-box4 .container .list ul li a .tbox .t1 {
	line-height: calc(30/20);
	color: #000;
	font-weight: 600;
	transition: all .4s
}

.solution-info-box4 .container .list ul li a .tbox .t2 {
	color: #666;
	margin-top: 8px
}

.solution-info-box4 .container .list ul li a:hover .public-img img {
	transform: scale(1.05)
}

.solution-info-box4 .container .list ul li a:hover .tbox .t1 {
	color: #004ea2
}

.case-list {
	width: 100%;
	position: relative;
	z-index: 2
}

.case-list .container .list {
	width: 100%
}

.case-list .container .list ul {
	width: calc(100% + .52rem);
	margin: 0 -0.26rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.case-list .container .list ul {
		width: 100%;
		margin: 0
	}
}

.case-list .container .list ul li {
	width: calc(33.33% - .52rem);
	margin: 0 .26rem .5rem;
	background: #f8f9fa;
	transition: all .4s
}

@media (max-width: 991px) {
	.case-list .container .list ul li {
		width: 100%;
		margin: 0 0 .5rem
	}
}

.case-list .container .list ul li a {
	width: 100%;
	display: block
}

.case-list .container .list ul li a .public-img {
	width: 100%
}

.case-list .container .list ul li a .public-img::before {
	padding-top: calc(290/520*100%)
}

.case-list .container .list ul li a .tbox {
	width: 100%;
	position: relative;
	padding: .4rem .4rem .55rem
}

.case-list .container .list ul li a .tbox .icon {
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	background: #fff;
	border: 2px solid rgba(255,255,255,0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -0.65rem;
	right: .28rem;
	z-index: 2
}

.case-list .container .list ul li a .tbox .icon img {
	max-width: 1rem;
	max-height: 1rem;
	object-fit: contain
}

.case-list .container .list ul li a .tbox .t1 {
	color: #00baff;
	font-weight: 600
}

.case-list .container .list ul li a .tbox .t2 {
	width: 100%;
	line-height: calc(36/26);
	height: calc(36/26*2em);
	color: #000;
	transition: all .4s;
	font-weight: 600;
	margin-top: 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.case-list .container .list ul li a .tbox .t3 {
	display: flex;
	align-items: center;
	margin-top: .48rem;
	color: #004ea2
}

.case-list .container .list ul li a .tbox .t3 i {
	display: flex;
	align-items: center;
	margin-left: .1rem;
	transform: rotateZ(-90deg)
}

.case-list .container .list ul li a .tbox .t3 i svg {
	width: 7px;
	object-fit: contain
}

.case-list .container .list ul li a .tbox .t3 i svg path {
	fill: #004ea2
}

.case-list .container .list ul li:hover {
	background: #eef6ff
}

.case-list .container .list ul li:hover a .public-img img {
	transform: scale(1.06)
}

.case-list .container .page-list {
	margin-top: .48rem
}

.news-top .container .left {
	width: 100%
}

.news-top .container .left .title {
	line-height: calc(56/40)
}

.news-menu .container {
	margin-bottom: 0
}

.news-list {
	width: 100%;
	position: relative;
	z-index: 2
}

.news-list .container .list {
	width: 100%;
	position: relative;
	overflow: hidden
}

@media (max-width: 991px) {
	.news-list .container .list {
		margin-top: .8rem
	}
}

.news-list .container .list ul {
	width: calc(100% + 1.2rem);
	margin: 0 -0.6rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.news-list .container .list ul {
		width: 100%;
		margin: 0
	}
}

.news-list .container .list ul li {
	width: 33.33%;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}

@media (max-width: 991px) {
	.news-list .container .list ul li {
		margin-bottom: .6rem
	}
}

.news-list .container .list ul li::after {
	content: '';
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,0.1);
	position: absolute;
	right: 0;
	top: 0;
	transition: all 1s .4s linear
}

@media (max-width: 991px) {
	.news-list .container .list ul li::after {
		display: none
	}
}

.news-list .container .list ul li:last-child::after {
	display: none
}

@media (max-width: 991px) {
	.news-list .container .list ul li {
		width: 100%
	}
}

.news-list .container .list ul li a {
	width: 100%;
	display: block;
	padding: .62rem .6rem 1.05rem
}

@media (max-width: 991px) {
	.news-list .container .list ul li a {
		padding: 0;
		display: flex;
		flex-wrap: wrap
	}
}

.news-list .container .list ul li a .time {
	color: #004ea2;
	line-height: calc(24/18);
	display: flex;
	align-items: center
}

.news-list .container .list ul li a .time img {
	width: 16px;
	margin-right: .1rem;
	flex-shrink: 0
}

.news-list .container .list ul li a .txt {
	width: 100%;
	line-height: calc(30/28);
	height: calc(30/28*2em);
	font-weight: 600;
	color: #010101;
	transition: all .4s;
	margin-top: .24rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.news-list .container .list ul li a .public-img {
	width: 100%;
	margin-top: .94rem;
	border-radius: .2rem
}

@media (max-width: 991px) {
	.news-list .container .list ul li a .public-img {
		margin-top: 0;
		margin-bottom: .3rem;
		order: -1
	}
}

.news-list .container .list ul li a .public-img::before {
	padding-top: calc(250/470*100%)
}

.news-list .container .list ul li a:hover .txt {
	color: #004ea2
}

.news-list .container .list ul li a:hover .public-img img {
	transform: scale(1.06)
}

.news-list .container .page-list {
	margin-top: .76rem
}

.university-list {
	width: 100%;
	position: relative;
	z-index: 2
}

.university-list .container .big {
	width: 100%
}

.university-list .container .big a {
	display: flex;
	flex-wrap: wrap
}

.university-list .container .big a .public-img {
	width: calc(1100/1680*100%)
}

@media (max-width: 991px) {
	.university-list .container .big a .public-img {
		width: 100%
	}
}

.university-list .container .big a .public-img::before {
	padding-top: calc(610/1100*100%)
}

.university-list .container .big a .tbox {
	width: calc(580/1680*100%);
	background: url(/lib/template/scheme/images/university-list-big-bg.png) center center no-repeat;
	background-size: cover;
	padding: .9rem .8rem;
	position: relative
}

@media (max-width: 991px) {
	.university-list .container .big a .tbox {
		width: 100%;
		padding: .5rem .3rem
	}
}

.university-list .container .big a .tbox .time {
	line-height: calc(24/18);
	color: rgba(255,255,255,0.5)
}

.university-list .container .big a .tbox .title {
	line-height: calc(40/30);
	color: #fff;
	margin-top: .34rem;
	font-weight: 600
}

.university-list .container .big a .tbox .more {
	position: absolute;
	left: .85rem;
	bottom: .85rem;
	display: flex;
	align-items: center
}

@media (max-width: 991px) {
	.university-list .container .big a .tbox .more {
		position: relative;
		left: inherit;
		bottom: initial;
		margin-top: .5rem
	}
}

.university-list .container .big a .tbox .more span {
	line-height: calc(24/18);
	color: #fff
}

.university-list .container .big a .tbox .more i {
	width: 8px;
	height: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: .15rem;
	transition: all .4s
}

.university-list .container .big a .tbox .more i svg {
	transform: rotateZ(-90deg)
}

.university-list .container .big a .tbox .more i svg path {
	fill: #11c3fe
}

.university-list .container .big a:hover .public-img img {
	transform: scale(1.06)
}

.university-list .container .big a:hover .tbox .more i {
	margin-left: .25rem
}

.university-list .container .list {
	width: 100%;
	margin-top: .68rem
}

.university-list .container .list ul {
	width: calc(100% + .56rem);
	margin: 0 -0.28rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.university-list .container .list ul {
		width: 100%;
		margin: 0
	}
}

.university-list .container .list ul li {
	width: calc(33.33% - .56rem);
	margin: 0 .28rem .4rem
}

@media (max-width: 991px) {
	.university-list .container .list ul li {
		width: 100%;
		margin: 0 0 .4rem
	}
}

.university-list .container .list ul li a {
	display: block
}

.university-list .container .list ul li a .public-img {
	width: 100%
}

.university-list .container .list ul li a .public-img::before {
	padding-top: calc(290/520*100%)
}

.university-list .container .list ul li a .tbox {
	width: 100%;
	border: 2px solid #f7f7f7;
	padding: .23rem .27rem
}

.university-list .container .list ul li a .tbox .t1 {
	color: #010101;
	line-height: calc(34/24);
	height: calc(34/24*2em);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .4s
}

.university-list .container .list ul li a .tbox .t2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: .5rem
}

.university-list .container .list ul li a .tbox .t2 span {
	line-height: calc(24/18);
	color: #999
}

.university-list .container .list ul li a .tbox .t2 i {
	width: 8px;
	height: 10px;
	display: flex;
	justify-content: center;
	align-items: center
}

.university-list .container .list ul li a .tbox .t2 i svg {
	transform: rotateZ(-90deg)
}

.university-list .container .list ul li a .tbox .t2 i svg path {
	fill: #004ea2
}

.university-list .container .list ul li a:hover .public-img img {
	transform: scale(1.06)
}

.university-list .container .list ul li a:hover .tbox .t1 {
	color: #004ea2
}

.university-list .container .page-list {
	margin-top: .28rem
}

.page-list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.page-list li {
	width: 40px;
	height: 40px;
    text-align: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s;
	margin: 0 .1rem;
	color: #000;
	border: 1px solid transparent
}

.page-list li:hover,.page-list li.on {
	background: #004ea2;
	border: 1px solid #004ea2;
	color: #fff
}

.page-list li.prev:hover,.page-list a.next:hover {
	background: #fff
}

.page-list li.next img {
	transform: rotateZ(180deg)
}

.breadcrumb {
	width: 100%;
	padding: .24rem 0
}

.breadcrumb .container {
	display: flex;
	flex-wrap: wrap
}

.breadcrumb .container a {
	color: #999;
	transition: all .4s;
	margin-right: 6px
}

.breadcrumb .container a:hover {
	color: #004ea2
}

.breadcrumb .container i {
	font-style: initial;
	color: #999;
	margin-right: 6px
}

.breadcrumb .container span {
	color: #222
}

.notFound {
	width: 100%;
	background: #fff url(/lib/template/scheme/images/404-bg.png) center center no-repeat;
	background-size: cover
}

.notFound .box .container {
	padding: 1.73rem 0 2.76rem
}

.notFound .box .container .img {
	width: 3.4rem;
	margin: 0 auto
}

.notFound .box .container .txt {
	color: #666;
	text-align: center;
	line-height: calc(34/24);
	margin-top: .32rem
}

.notFound .box .container .txt span {
	color: #004ea2
}

.notFound .box .container .more {
	display: flex;
	justify-content: center;
	margin-top: .55rem
}

.disclaimers {
	width: 100%;
	padding: 1.1rem 0 1.6rem
}

.disclaimers .container .title {
	text-align: center;
	color: #000;
	font-weight: 600;
	line-height: 1
}

.disclaimers .container .public-content {
	width: 100%;
	margin-top: .45rem;
	line-height: calc(26/16);
	color: #666
}

.disclaimers .container .public-content ul {
	padding: 5px 0
}

.disclaimers .container .public-content ul li {
	padding: 5px 0
}

.page-list {
	width: 100%;
	display: flex;
	justify-content: center
}

@media (max-width: 767px) {
	.page-list {
		flex-wrap: wrap
	}
}

.page-list li {
	width: 48px;
	height: 48px;
    line-height: 40px;
    align-content: center;
    text-align: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #222;
	margin: 0 8px;
	transition: all .4s;
	font-weight: 600
}

@media (max-width: 767px) {
	.page-list li {
		width: 36px;
		height: 36px;
        line-height: 36px;
        align-content: center;
        text-align: center;
		margin: 0 4px
	}
}

.page-list li svg {
	width: 14px;
	height: 14px
}

.page-list li svg path {
	fill: #222;
	transition: all .4s
}

@media (min-width: 992px) {
	.page-list li:hover {
		background: #1c50a1;
		color: #fff
	}

	.page-list li:hover svg path {
		fill: #fff
	}
}

.page-list li.on {
	background: #1c50a1;
	color: #fff
}

.page-list li.on svg path {
	fill: #fff
}

.page-list .prev {
	background: #fff
}

.page-list .prev svg {
	transform: rotateZ(90deg)
}

.page-list .next {
	background: #fff !important;
}

.page-list .next svg {
	transform: rotateZ(-90deg)
}

.page-list .more {
	border: none;
	background: none
}

@media (min-width: 992px) {
	.page-list .more:hover {
		background: none;
		color: #333
	}
}

.page-list .jump {
	display: flex;
	align-items: center;
	margin: 0 8px;
	color: #222;
	font-weight: 600
}

@media (max-width: 767px) {
	.page-list .jump {
		width: 100%;
		margin: .2rem 0 0;
		justify-content: center;
		display: none
	}
}

.page-list .jump .num {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #ddd;
	text-align: center;
	color: #1c50a1;
	margin: 0 .15rem;
	background: #fff;
	font-weight: 600
}

@media (max-width: 767px) {
	.page-list .jump .num {
		width: 36px;
		height: 36px;
		margin: 0 .1rem
	}
}

.sitemap {
	width: 100%;
	padding: 1.05rem 0 2rem
}

.sitemap .container .title {
	text-align: center;
	color: #000;
	font-weight: 600;
	line-height: calc(70/60)
}

.sitemap .container .list {
	width: 1200px;
	max-width: 100%;
	margin: .13rem auto 0
}

.sitemap .container .list ul {
	width: 100%
}

.sitemap .container .list ul li {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: .26rem 0;
	display: flex;
	flex-wrap: wrap
}

.sitemap .container .list ul li .link {
	min-width: 2.1rem
}

.sitemap .container .list ul li .link a {
	color: #000;
	height: .6rem;
	display: flex;
	align-items: center;
	transition: all .4s
}

.sitemap .container .list ul li .link a:hover {
	color: #1d509f
}

.sitemap .container .list ul li .s-link {
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 767px) {
	.sitemap .container .list ul li .s-link {
		padding: .15rem 0 .15rem .3rem
	}
}

.sitemap .container .list ul li .s-link a {
	min-width: 2.05rem;
	color: #666;
	transition: all .4s;
	height: .6rem;
	display: flex;
	align-items: center
}

@media (max-width: 767px) {
	.sitemap .container .list ul li .s-link a {
		width: 100%;
		margin-bottom: .1rem
	}

	.sitemap .container .list ul li .s-link a:last-child {
		margin-bottom: 0
	}
}

.sitemap .container .list ul li .s-link a:hover {
	color: #1d509f
}

.cookies {
	width: 100%;
	padding: 1.08rem 0 2rem
}

.cookies .container .title {
	text-align: center;
	color: #000;
	font-weight: 600;
	line-height: calc(70/60)
}

.cookies .container .public-content {
	color: #666;
	line-height: calc(26/16);
	text-align: center;
	margin-top: .4rem
}

.cookies-pop {
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 99;
	left: 0;
	bottom: 0;
	padding: .53rem 0 .26rem;
	box-shadow: 0 0 .1rem rgba(28,80,161,0.1)
}

.cookies-pop .box {
	max-width: 90%;
	width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.cookies-pop .box .tbox {
	width: 50%
}

@media (max-width: 991px) {
	.cookies-pop .box .tbox {
		width: 100%;
		text-align: center
	}
}

.cookies-pop .box .tbox .t1 {
	color: #1d509f;
	font-weight: 600;
	line-height: calc(34/24)
}

.cookies-pop .box .tbox .t2 {
	color: #222;
	line-height: calc(26/16);
	margin-top: .1rem
}

.cookies-pop .box .btn {
	display: flex;
	padding-top: .17rem
}

@media (max-width: 991px) {
	.cookies-pop .box .btn {
		width: 100%;
		padding-top: .5rem;
		justify-content: center
	}
}

.cookies-pop .box .btn a {
	width: 1.6rem;
	height: .56rem;
	border-radius: .28rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.cookies-pop .box .btn .a1 {
	border: 1px solid rgba(0,0,0,0.1);
	color: #222;
	margin-right: .2rem
}

.cookies-pop .box .btn .a2 {
	background: #1d509f;
	color: #fff
}

.right-pop {
	position: fixed;
	right: .3rem;
	bottom: 20vh;
	z-index: 99
}

.right-pop .box {
	width: .7rem;
	border-radius: .35rem;
	background: #fff;
	padding: .15rem .1rem .2rem;
	box-shadow: 0 0 .1rem rgba(28,80,161,0.1)
}

@media (max-width: 991px) {
	.right-pop .box {
		width: .9rem;
		border-radius: .45rem
	}
}

.right-pop .box .tb {
	width: 100%;
	padding-bottom: .15rem;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 5px;
	position: relative
}

.right-pop .box .tb:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.right-pop .box .tb .icon {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .4s;
	cursor: pointer;
	margin: 0 auto
}

.right-pop .box .tb .icon svg {
	width: .24rem;
	object-fit: contain
}

.right-pop .box .tb .icon svg path {
	fill: #004ea2;
	transition: all .4s
}

.right-pop .box .tb .txt {
	width: 100%;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	text-align: center
}

@media (max-width: 1580px) {
	.right-pop .box .tb .txt {
		font-size: 10px
	}
}

.right-pop .box .tb .ts {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	padding-right: .3rem;
	display: none
}

.right-pop .box .tb .ts::before {
	content: '';
	width: calc(100% - .3rem);
	height: 100%;
	background: #fff;
	border-radius: .1rem;
	position: absolute;
	left: 0;
	top: 0
}

.right-pop .box .tb .ts::after {
	content: '';
	position: absolute;
	left: calc(100% - .3rem);
	top: 50%;
	transform: translateY(-50%);
	border-left: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent
}

.right-pop .box .tb .ts .td {
	min-width: 1.84rem;
	position: relative;
	z-index: 2;
	padding: .18rem .3rem
}

.right-pop .box .tb .ts .td .ts1 {
	color: #999;
	font-size: 14px
}

.right-pop .box .tb .ts .td .ts2 {
	color: #1c50a1;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	white-space: nowrap
}

.right-pop .box .tb:hover .icon {
	background: #004ea2
}

.right-pop .box .tb:hover .icon svg path {
	fill: #fff
}

.right-pop .box .tb:hover .ts {
	display: block
}

.right-pop .gotop {
	width: .7rem;
	height: .7rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-top: .14rem;
	background: #fff;
	box-shadow: 0 0 .1rem rgba(28,80,161,0.1)
}

.right-pop .gotop svg {
	width: .25rem;
	object-fit: contain
}

.right-pop .gotop svg path {
	fill: #004ea2;
	transition: all .4s
}

.right-pop .gotop:hover {
	background: #004ea2
}

.right-pop .gotop:hover svg path {
	fill: #fff
}

.search-pop {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 1.35rem 0 1.3rem;
	display: none
}

.search-pop .box {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
	position: relative
}

.search-pop .box .close {
	position: absolute;
	top: 0;
	right: .1rem;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center
}

.search-pop .box .close svg {
	width: 20px;
	height: 20px
}

.search-pop .box .close svg path {
	fill: #999
}

.search-pop .box .title {
	color: #000;
	line-height: calc(34/24);
	font-weight: 600
}

.search-pop .box .search-box {
	width: 100%;
	height: .6rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-top: .36rem;
	display: flex
}

.search-pop .box .search-box .t1 {
	height: 100%;
	width: calc(100% - .6rem);
	color: #222
}

.search-pop .box .search-box .t1::placeholder {
	color: #999
}

.search-pop .box .search-box .btn {
	width: .6rem;
	height: 100%;
	background: url(../image/search-blue.svg) center center no-repeat;
	background-size: .2rem
}

.search-pop .box .tips {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: .2rem
}

.search-pop .box .tips span {
	color: #999;
	line-height: .4rem;
	margin-right: .15rem
}

.search-pop .box .tips a {
	height: .4rem;
	padding: 0 .25rem;
	background: #004ea2;
	color: #fff;
	border-radius: .2rem;
	margin-right: .2rem;
	margin-bottom: .1rem;
	display: flex;
	align-items: center
}

.download-pop {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,0.4);
	display: none
}

.download-pop .box {
	width: 600px;
	max-width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: .3rem;
	padding: .6rem
}

@media (max-width: 767px) {
	.download-pop .box {
		padding: .5rem .3rem
	}
}

.download-pop .box .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: .5rem;
	top: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

@media (max-width: 767px) {
	.download-pop .box .close {
		right: .1rem;
		top: .1rem
	}
}

.download-pop .box .close svg {
	width: 20px;
	height: 20px
}

.download-pop .box .close svg path {
	fill: #999
}

.download-pop .box .t1 {
	color: #222;
	font-weight: 600;
	line-height: calc(34/24)
}

.download-pop .box .t2 {
	color: #666;
	line-height: calc(26/16);
	margin-top: 5px;
	margin-bottom: .3rem
}

.download-pop .box .ts {
	width: 100%;
	margin-bottom: .15rem
}

.download-pop .box .ts .ts1 {
	line-height: calc(26/16);
	color: #222;
	font-weight: 600;
	margin-bottom: 7px
}

.download-pop .box .ts .ts1 span {
	color: #f00
}

.download-pop .box .ts .ts2 {
	width: 100%;
	height: .48rem;
	border: 1px solid #e6e6e6;
	border-radius: .24rem
}

@media (max-width: 767px) {
	.download-pop .box .ts .ts2 {
		height: .78rem;
		border-radius: .39rem
	}
}

.download-pop .box .ts .ts2 .txt {
	width: 100%;
	height: 100%;
	padding-left: .2rem;
	color: #222
}

.download-pop .box .ts .ts2 .txt::placeholder {
	color: #999
}

.download-pop .box .tips {
	color: #666;
	line-height: calc(26/16);
	margin-top: .33rem
}

.download-pop .box .tips span {
	color: #004ea2
}

.download-pop .box .more {
	margin-top: .55rem
}

.lx-pop {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,0.4);
	display: none
}

.lx-pop .box {
	width: 1300px;
	max-width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: .3rem;
	display: flex;
	overflow: hidden
}

.lx-pop .box .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: .55rem;
	top: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

@media (max-width: 767px) {
	.lx-pop .box .close {
		right: .1rem;
		top: .1rem
	}
}

.lx-pop .box .close svg {
	width: 20px;
	height: 20px
}

.lx-pop .box .close svg path {
	fill: #999
}

.lx-pop .box .left {
	width: calc(440/1300*100%);
	background: url(/lib/template/scheme/images/lx-pop-img.png) left top no-repeat;
	background-size: cover;
	padding: .6rem .4rem
}

@media (max-width: 991px) {
	.lx-pop .box .left {
		display: none
	}
}

.lx-pop .box .left .img {
	height: .6rem
}

.lx-pop .box .left .img img {
	height: 100%
}

.lx-pop .box .left .t1 {
	color: #fff;
	line-height: calc(26/16);
	margin-top: .54rem
}

.lx-pop .box .left .t2 {
	line-height: calc(34/24);
	color: #fff;
	font-weight: 600;
	margin-top: 2px
}

.lx-pop .box .left .t3 {
	width: 100%;
	margin-top: .3rem
}

.lx-pop .box .left .t3 .ts {
	display: flex;
	align-items: flex-start;
	margin-bottom: .12rem
}

.lx-pop .box .left .t3 .ts img {
	width: 16px;
	height: 16px;
	margin-right: .1rem;
	margin-top: 4px;
	flex-shrink: 0
}

.lx-pop .box .left .t3 .ts span {
	color: #fff
}

.lx-pop .box .left .link {
	display: flex;
	position: absolute;
	left: .6rem;
	bottom: .6rem
}

.lx-pop .box .left .link a {
	color: #fff;
	margin-right: .3rem;
	font-weight: 600;
	transition: all .4s;
	border-bottom: 1px solid transparent
}

.lx-pop .box .left .link a:hover {
	border-bottom: 1px solid #fff
}

.lx-pop .box .right {
	width: calc(860/1300*100%);
	padding: .55rem .6rem .6rem
}

@media (max-width: 991px) {
	.lx-pop .box .right {
		width: 100%
	}
}

@media (max-width: 767px) {
	.lx-pop .box .right {
		padding: .5rem .3rem;
		height: 70vh;
		overflow-y: auto
	}
}

.lx-pop .box .right .title {
	line-height: calc(34/24);
	font-weight: 600;
	color: #222
}

.lx-pop .box .right .tts {
	line-height: calc(22/16);
	color: #999;
	margin-top: .15rem
}

.lx-pop .box .right .form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: .3rem
}

.lx-pop .box .right .form .item {
	width: calc(50% - .1rem);
	margin-bottom: .15rem
}

@media (max-width: 767px) {
	.lx-pop .box .right .form .item {
		width: 100%
	}
}

.lx-pop .box .right .form .item .t1 {
	line-height: calc(26/16);
	color: #222;
	font-weight: 600;
	margin-bottom: 8px
}

.lx-pop .box .right .form .item .t1 span {
	color: #f00
}

.lx-pop .box .right .form .item .txt {
	width: 100%;
	height: .48rem;
	border-radius: .24rem;
	padding-left: .25rem;
	color: #222;
	border: 1px solid rgba(0,0,0,0.1)
}

@media (max-width: 991px) {
	.lx-pop .box .right .form .item .txt {
		height: .78rem;
		border-radius: .39rem
	}
}

.lx-pop .box .right .form .item .txt::placeholder {
	color: #999
}

.lx-pop .box .right .form .item .select1 .layui-input {
	width: 100%;
	height: .48rem;
	border-radius: .24rem;
	padding-left: .25rem;
	color: #222
}

@media (max-width: 991px) {
	.lx-pop .box .right .form .item .select1 .layui-input {
		height: .78rem;
		border-radius: .39rem
	}
}

.lx-pop .box .right .form .item .select1 .layui-edge {
	width: 8px;
	height: 8px;
	border: 1px solid #555;
	border-top: transparent;
	border-right: transparent;
	right: .2rem;
	margin-top: -5px;
	border-style: solid;
	transform: rotateZ(-45deg);
	transform-origin: center center
}

.lx-pop .box .right .form .item .select1 .layui-form-select dl dd.layui-this {
	background: #004ea2
}

.lx-pop .box .right .form .item .select2 {
	display: flex;
	position: relative
}

.lx-pop .box .right .form .item .select2::after {
	content: '';
	width: 1px;
	height: 30px;
	background: #d9dbdf;
	position: absolute;
	left: 93px;
	top: 50%;
	transform: translateY(-50%)
}

.lx-pop .box .right .form .item .select2 .layui-input {
	width: 93px;
	height: .48rem;
	color: #222;
	border-radius: .24rem 0 0 .24rem;
	border: none;
	padding-left: .1rem;
	padding-right: .2rem;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-right: none
}

@media (max-width: 991px) {
	.lx-pop .box .right .form .item .select2 .layui-input {
		height: .78rem;
		border-radius: .39rem 0 0 .39rem
	}
}

.lx-pop .box .right .form .item .select2 .layui-edge {
	width: 8px;
	height: 8px;
	border: 1px solid #555;
	border-top: transparent;
	border-right: transparent;
	right: .1rem;
	margin-top: -5px;
	border-style: solid;
	transform: rotateZ(-45deg);
	transform-origin: center center
}

.lx-pop .box .right .form .item .select2 .layui-form-select dl dd.layui-this {
	background: #004ea2
}

.lx-pop .box .right .form .item .select2 .txt {
	border-radius: 0 .27rem .27rem 0;
	border-left: none
}

.lx-pop .box .right .form .item.item2 {
	width: 100%
}

.lx-pop .box .right .form .item .text {
	width: 100%;
	height: 100px;
	border-radius: .24rem;
	padding: .15rem .25rem;
	color: #222;
	border: 1px solid rgba(0,0,0,0.1)
}

.lx-pop .box .right .form .item .text::placeholder {
	color: #999
}

.lx-pop .box .right .form .tips {
	width: 100%;
	line-height: calc(26/16);
	color: #999
}

.lx-pop .box .right .form .tips span {
	color: #f00
}

.lx-pop .box .right .form .sub {
	width: 170px;
	height: 54px;
	border-radius: 27px;
	background: #004ea2;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: .55rem
}

@media (max-width: 767px) {
	.lx-pop .box .right .form .sub {
		height: 46px
	}
}

.lx-pop .box .right .form .sub span {
	color: #fff
}

.lx-pop .box .right .form .sub i {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: .13rem;
	background: #fff
}

.lx-pop .box .right .form .sub i svg {
	width: 10px;
	object-fit: contain;
	transform: rotateZ(-90deg)
}

.lx-pop .box .right .form .sub i svg path {
	fill: #004ea2
}

.join-pop {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,0.4);
	display: none
}

.join-pop .box {
	width: 940px;
	max-width: 90%;
	background: #fff;
	border-radius: .3rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: .55rem .6rem .6rem
}

@media (max-width: 767px) {
	.join-pop .box {
		padding: .5rem .3rem
	}
}

.join-pop .box .close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: .5rem;
	top: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

@media (max-width: 767px) {
	.join-pop .box .close {
		right: .1rem;
		top: .1rem
	}
}

.join-pop .box .close svg {
	width: 20px;
	height: 20px
}

.join-pop .box .close svg path {
	fill: #999
}

.join-pop .box .boxs {
	width: 100%
}

@media (max-width: 767px) {
	.join-pop .box .boxs {
		height: 70vh;
		overflow-y: auto
	}
}

.join-pop .box .boxs .title {
	line-height: calc(34/24);
	font-weight: 600;
	color: #222
}

.join-pop .box .boxs .tts {
	line-height: calc(26/16);
	color: #666;
	margin-top: 4px
}

.join-pop .box .boxs .form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: .24rem
}

.join-pop .box .boxs .form .item {
	width: calc(50% - .1rem);
	margin-bottom: .15rem
}

@media (max-width: 767px) {
	.join-pop .box .boxs .form .item {
		width: 100%
	}
}

.join-pop .box .boxs .form .item .t1 {
	line-height: calc(26/16);
	color: #222;
	font-weight: 600;
	margin-bottom: 8px
}

.join-pop .box .boxs .form .item .t1 span {
	color: #f00
}

.join-pop .box .boxs .form .item .txt {
	width: 100%;
	height: .48rem;
	border-radius: .24rem;
	padding-left: .25rem;
	color: #222;
	border: 1px solid rgba(0,0,0,0.1)
}

@media (max-width: 991px) {
	.join-pop .box .boxs .form .item .txt {
		height: .78rem;
		border-radius: .39rem
	}
}

.join-pop .box .boxs .form .item .txt::placeholder {
	color: #999
}

.join-pop .box .boxs .form .load {
	width: 100%
}

.join-pop .box .boxs .form .load .name {
	line-height: calc(26/16);
	color: #222;
	font-weight: 600;
	margin-bottom: 8px
}

.join-pop .box .boxs .form .load .list {
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: .2rem;
	padding: .15rem .2rem .2rem
}

.join-pop .box .boxs .form .load .list .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

.join-pop .box .boxs .form .load .list .top .tips {
	color: #999
}

.join-pop .box .boxs .form .load .list .top .up {
	width: 100px;
	height: 32px;
	background: #004ea2;
	color: #fff;
	border-radius: 16px
}

@media (max-width: 767px) {
	.join-pop .box .boxs .form .load .list .top .up {
		margin-top: .2rem
	}
}

.join-pop .box .boxs .form .load .list .top .up a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer
}

.join-pop .box .boxs .form .load .list .top .up a .hi-file {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 2
}

.join-pop .box .boxs .form .load .list .word {
	width: 100%;
	margin-top: .2rem;
	display: none
}

.join-pop .box .boxs .form .load .list .word .tb {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.join-pop .box .boxs .form .load .list .word .ts {
	position: relative;
	height: .54rem;
	border-radius: .12rem;
	border: .06rem solid #f4f6fa;
	display: flex;
	align-items: center;
	padding: 0 .1rem;
	margin-right: .12rem
}

@media (max-width: 767px) {
	.join-pop .box .boxs .form .load .list .word .ts {
		width: 100%;
		height: .78rem;
		margin-right: 0;
		margin-bottom: .2rem
	}
}

.join-pop .box .boxs .form .load .list .word .ts img {
	width: 20px;
	height: 20px;
	object-fit: contain
}

.join-pop .box .boxs .form .load .list .word .ts .hi-text {
	color: #222;
	font-size: 14px;
	margin: 0 .2rem
}

.join-pop .box .boxs .form .load .list .word .ts .clear {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #004ea2;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer
}

@media (max-width: 767px) {
	.join-pop .box .boxs .form .load .list .word .ts .clear {
		margin-left: auto
	}
}

.join-pop .box .boxs .form .load .list .word .ts .clear svg {
	width: 6px;
	height: 6px
}

.join-pop .box .boxs .form .load .list .word .ts .clear svg path {
	fill: #fff
}

.join-pop .box .boxs .form .load .list .word .ts span {
	color: #999;
	font-size: 14px;
	margin-left: .1rem
}

.join-pop .box .boxs .form .load .list .word .ts .hi-file {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0
}

.join-pop .box .boxs .form .load .list .word .ts::before {
	content: ''
}

.join-pop .box .boxs .form .other {
	width: 100%;
	margin-top: .15rem
}

.join-pop .box .boxs .form .other .name {
	line-height: calc(26/16);
	color: #222;
	font-weight: 600;
	margin-bottom: 8px
}

.join-pop .box .boxs .form .other .list {
	width: 100%;
	border: 1px solid #e6e6e6;
	border-radius: .2rem;
	padding: .15rem .2rem .2rem
}

.join-pop .box .boxs .form .other .list .tips {
	line-height: calc(24/16);
	color: #999
}

.join-pop .box .boxs .form .other .list .txt {
	display: flex;
	align-items: center;
	background: #f4f6fa;
	border: 1px solid #e5e5e5;
	border-radius: .12rem;
	padding: 7px;
	margin-top: .15rem
}

.join-pop .box .boxs .form .other .list .txt span {
	padding: 0 .2rem;
	flex-shrink: 0;
	color: #999
}

.join-pop .box .boxs .form .other .list .txt .ts {
	width: 100%;
	height: 32px;
	background: #fff;
	border-radius: 8px;
	padding-left: .2rem;
	color: #222
}

.join-pop .box .boxs .form .sub {
	width: 100%;
	height: 54px;
	border-radius: 7px;
	background: #004ea2;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .25rem
}

@media (max-width: 767px) {
	.join-pop .box .boxs .form .sub {
		height: 46px
	}
}

.join-pop .box .boxs .form .sub span {
	color: #fff
}

.join-pop .box .boxs .form .sub i {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: .13rem;
	background: #fff
}

.join-pop .box .boxs .form .sub i svg {
	width: 10px;
	object-fit: contain;
	transform: rotateZ(-90deg)
}

.join-pop .box .boxs .form .sub i svg path {
	fill: #004ea2
}

.search-page {
	width: 100%
}

.search-page .search-top {
	width: 100%;
	padding: 1.07rem 0 .37rem
}

.search-page .search-top .container .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.search-page .search-top .container .top .left .t1 {
	color: #666;
	line-height: calc(34/24)
}

.search-page .search-top .container .top .left .t2 {
	margin-top: .2rem;
	font-weight: 600;
	line-height: calc(70/60)
}

.search-page .search-top .container .top .search-boxs {
	width: 520px;
	max-width: 100%;
	height: .54rem;
	display: flex;
	border-radius: .27rem;
	background: #f7f9fb;
	overflow: hidden;
	margin-top: .54rem
}

@media (max-width: 991px) {
	.search-page .search-top .container .top .search-boxs {
		height: .78rem;
		border-radius: .39rem
	}
}

.search-page .search-top .container .top .search-boxs .t1 {
	width: calc(100% - 1.3rem);
	height: 100%;
	padding-left: .6rem;
	background: url(/lib/template/scheme/images/search-h.svg) .3rem center no-repeat
}

@media (max-width: 991px) {
	.search-page .search-top .container .top .search-boxs .t1 {
		padding-left: .8rem
	}
}

.search-page .search-top .container .top .search-boxs .btn {
	width: 1.3rem;
	height: 100%;
	border-radius: .27rem;
	background: #004ea2;
	color: #fff
}

@media (max-width: 991px) {
	.search-page .search-top .container .top .search-boxs .btn {
		width: 1.5rem;
		border-radius: .39rem
	}
}

.search-page .search-top .container .end-menu {
	width: 100%;
	margin-top: .78rem
}

.search-page .search-top .container .end-menu ul {
	display: flex
}

@media (max-width: 767px) {
	.search-page .search-top .container .end-menu ul {
		overflow-x: auto
	}
}

.search-page .search-top .container .end-menu ul li {
	position: relative;
	padding-right: .2rem;
	margin-right: .2rem
}

.search-page .search-top .container .end-menu ul li::before {
	content: '';
	width: 1px;
	height: 10px;
	background: #004ea2;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.search-page .search-top .container .end-menu ul li:last-child {
	margin-right: 0
}

.search-page .search-top .container .end-menu ul li:last-child::before {
	display: none
}

.search-page .search-top .container .end-menu ul li a {
	color: #333;
	transition: all .4s;
	white-space: nowrap
}

@media (min-width: 992px) {
	.search-page .search-top .container .end-menu ul li:hover a {
		color: #004ea2
	}
}

.search-page .search-top .container .end-menu ul li.on a {
	color: #004ea2
}

.search-page .search-end {
	width: 100%;
	background: #f3f7fe;
	padding: 1.34rem 0 2rem
}

.search-page .search-end .container .boxs {
	width: 100%
}

.search-page .search-end .container .boxs .title {
	color: #222;
	font-weight: 600;
	line-height: calc(60/48)
}

.search-page .search-end .container .boxs .list {
	width: 100%
}

.search-page .search-end .container .service-boxs .list {
	margin-top: .27rem
}

.search-page .search-end .container .service-boxs .list ul {
	width: calc(100% + .4rem);
	margin: 0 -0.2rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.search-page .search-end .container .service-boxs .list ul {
		width: 100%;
		margin: 0
	}
}

.search-page .search-end .container .service-boxs .list ul li {
	width: calc(33.33% - .4rem);
	margin: 0 .2rem .4rem;
	padding: .2rem .2rem .33rem;
	border-radius: .3rem;
	overflow: hidden;
	background: #fff;
	transition: all .4s
}

@media (max-width: 991px) {
	.search-page .search-end .container .service-boxs .list ul li {
		width: 100%;
		margin: 0 0 .4rem
	}
}

.search-page .search-end .container .service-boxs .list ul li a {
	display: block
}

.search-page .search-end .container .service-boxs .list ul li a .public-img {
	width: 100%;
	border-radius: .2rem
}

.search-page .search-end .container .service-boxs .list ul li a .public-img::before {
	padding-top: calc(3/4*100%)
}

.search-page .search-end .container .service-boxs .list ul li a .t1 {
	width: 100%;
	line-height: calc(34/24);
	color: #222;
	transition: all .4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .25rem;
	font-weight: 600
}

.search-page .search-end .container .service-boxs .list ul li a .t2 {
	display: flex;
	margin-top: .15rem
}

.search-page .search-end .container .service-boxs .list ul li a .t2 span {
	color: #1d509f;
	transition: all .4s
}

.search-page .search-end .container .service-boxs .list ul li:hover {
	box-shadow: 0 0 .38rem 0 rgba(29,80,159,0.2)
}

.search-page .search-end .container .service-boxs .list ul li:hover a .public-img img {
	transform: scale(1.05)
}

.search-page .search-end .container .service-boxs .list ul li:hover a .t1 {
	color: #004ea2
}

.search-page .search-end .container .service-boxs .list ul li:hover a .t2 span {
	text-decoration: underline
}

.search-page .search-end .container .Insights-boxs {
	margin-top: 1.2rem
}

.search-page .search-end .container .Insights-boxs .list {
	margin-top: .25rem
}

.search-page .search-end .container .Insights-boxs .list ul {
	width: calc(100% + .4rem);
	margin: 0 -0.2rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.search-page .search-end .container .Insights-boxs .list ul {
		width: 100%;
		margin: 0
	}
}

.search-page .search-end .container .Insights-boxs .list ul li {
	width: calc(33.33% - .4rem);
	margin: 0 .2rem .4rem
}

@media (max-width: 991px) {
	.search-page .search-end .container .Insights-boxs .list ul li {
		width: 100%;
		margin: 0 0 .4rem
	}
}

.search-page .search-end .container .Insights-boxs .list ul li a {
	display: block
}

.search-page .search-end .container .Insights-boxs .list ul li a .public-img {
	width: 100%;
	border-radius: .3rem
}

.search-page .search-end .container .Insights-boxs .list ul li a .public-img::before {
	padding-top: calc(330/440*100%)
}

.search-page .search-end .container .Insights-boxs .list ul li a .public-img::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	opacity: 0;
	transition: all .4s
}

.search-page .search-end .container .Insights-boxs .list ul li a .public-img .label {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding: .2rem;
	display: flex;
	flex-wrap: wrap
}

.search-page .search-end .container .Insights-boxs .list ul li a .public-img .label span {
	padding: 0 .25rem;
	height: .46rem;
	border-radius: .23rem;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;
	display: flex;
	align-items: center
}

.search-page .search-end .container .Insights-boxs .list ul li a .public-img .zz-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-image: url(/lib/template/scheme/images/index-box5-logo.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(/lib/template/scheme/images/index-box5-logo.svg);
	background-size: 2.36rem 2.29rem;
	opacity: 0;
	transition: all .4s
}

.search-page .search-end .container .Insights-boxs .list ul li a .public-img .zz-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.search-page .search-end .container .Insights-boxs .list ul li a .time {
	margin-top: .36rem;
	color: #1d509f
}

.search-page .search-end .container .Insights-boxs .list ul li a .t1 {
	width: 100%;
	margin-top: .15rem;
	color: #222;
	font-weight: 600;
	line-height: calc(30/24);
	height: calc(30/24*2em);
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .4s
}

.search-page .search-end .container .Insights-boxs .list ul li a .t2 {
	display: flex;
	margin-top: .32rem
}

.search-page .search-end .container .Insights-boxs .list ul li a .t2 span {
	color: #1d509f;
	transition: all .4s
}

.search-page .search-end .container .Insights-boxs .list ul li:hover a .public-img::after {
	opacity: 1
}

.search-page .search-end .container .Insights-boxs .list ul li:hover a .public-img .zz-img {
	opacity: 1
}

.search-page .search-end .container .Insights-boxs .list ul li:hover a .t1 {
	color: #004ea2
}

.search-page .search-end .container .Insights-boxs .list ul li:hover a .t2 span {
	text-decoration: underline
}

.search-page .search-end .container .Professionals-boxs {
	margin-top: .9rem
}

.search-page .search-end .container .Professionals-boxs .list {
	margin-top: .38rem
}

.search-page .search-end .container .Professionals-boxs .list ul {
	width: calc(100% + .4rem);
	margin: 0 -0.2rem;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 991px) {
	.search-page .search-end .container .Professionals-boxs .list ul {
		width: 100%;
		margin: 0
	}
}

.search-page .search-end .container .Professionals-boxs .list ul li {
	width: calc(33.33% - .4rem);
	margin: 0 .2rem .4rem;
	border-radius: .3rem;
	background: #fff;
	overflow: hidden;
	transition: all .4s
}

@media (max-width: 991px) {
	.search-page .search-end .container .Professionals-boxs .list ul li {
		width: 100%;
		margin: 0 0 .4rem
	}
}

.search-page .search-end .container .Professionals-boxs .list ul li a {
	display: block;
	padding: .35rem .4rem .55rem
}

.search-page .search-end .container .Professionals-boxs .list ul li a .t1 {
	color: #999;
	text-align: right;
	transition: all .4s
}

.search-page .search-end .container .Professionals-boxs .list ul li a .public-img {
	width: calc(280/360*100%);
	border-radius: 50%;
	margin: .66rem auto 0
}

.search-page .search-end .container .Professionals-boxs .list ul li a .t2 {
	color: #222;
	line-height: calc(34/24);
	font-weight: 600;
	transition: all .4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .55rem
}

.search-page .search-end .container .Professionals-boxs .list ul li a .t3 {
	color: #999;
	line-height: calc(28/18);
	transition: all .4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .15rem
}

@media (min-width: 992px) {
	.search-page .search-end .container .Professionals-boxs .list ul li:hover {
		box-shadow: 0 0 .38rem 0 rgba(29,80,159,0.2)
	}

	.search-page .search-end .container .Professionals-boxs .list ul li:hover a .t1 {
		color: #1c50a1
	}

	.search-page .search-end .container .Professionals-boxs .list ul li:hover a .t2 {
		color: #1c50a1
	}

	.search-page .search-end .container .Professionals-boxs .list ul li:hover a .t3 {
		color: #1c50a1
	}
}

.search-page .search-fruitless {
	width: 100%;
	height: 7rem;
	padding: .55rem 0 1.4rem;
	background: #f3f7fe
}

.search-page .search-fruitless .container .txt {
	line-height: calc(26/16);
	color: #666
}

.case-banner {
	width: 100%;
	position: relative
}

.case-banner .img {
	width: 100%;
	height: 6.5rem
}

.case-banner .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width: 991px) {
	.case-banner .img img:first-child {
		display: none
	}
}

.case-banner .img img:last-child {
	display: none
}

@media (max-width: 991px) {
	.case-banner .img img:last-child {
		display: block
	}
}

.case-banner .container {
	width: 1260px;
	max-width: 90%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 3.33rem
}

.case-banner .container .t2 {
	color: #fff;
	line-height: calc(60/48);
	font-weight: 600
}

.case-banner .container .txt {
	width: 620px;
	max-width: 100%;
	margin-top: .25rem;
	color: #fff;
	line-height: calc(30/18)
}

.case-info {
	width: 100%
}

.case-info .container {
	width: 1200px;
	max-width: 90%;
	padding: .7rem 0 .97rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start
}

.case-info .container .left {
	width: calc(325/1200*100%);
	background: #f5f7f9;
	padding: .5rem .4rem .56rem;
	position: sticky;
	position: -webkit-sticky;
	top: 1.2rem
}

@media (max-width: 767px) {
	.case-info .container .left {
		width: 100%;
		position: relative;
		top: initial;
		background: none;
		padding: 0
	}
}

.case-info .container .left ul {
	width: 100%
}

@media (max-width: 767px) {
	.case-info .container .left ul {
		display: none
	}
}

.case-info .container .left ul li {
	margin-bottom: .32rem
}

.case-info .container .left ul li:last-child {
	margin-bottom: 0
}

.case-info .container .left ul li a {
	color: #222;
	line-height: calc(28/18);
	transition: all .4s;
	position: relative;
	padding-left: .3rem
}

.case-info .container .left ul li a::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #00baff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5px
}

.case-info .container .left ul li.on a {
	font-weight: bold;
	color: #004aac;
	text-decoration: underline
}

.case-info .container .left ul li.on a::before {
	background: #004aac
}

.case-info .container .left .txt {
	padding-top: .27rem;
	border-top: 1px solid rgba(206,211,217,0.5);
	margin-top: .37rem;
	color: #666;
	line-height: calc(30/18)
}

@media (max-width: 767px) {
	.case-info .container .left .txt {
		margin-top: 0;
		border-top: none
	}
}

.case-info .container .left .public-btn {
	width: 100%;
	margin-top: .27rem
}

.case-info .container .left .public-btn a {
	width: 100%;
	justify-content: center;
	background: #00baff;
	border: 1px solid #00baff
}

.case-info .container .right {
	width: calc(810/1200*100%)
}

@media (max-width: 767px) {
	.case-info .container .right {
		width: 100%;
		order: -1
	}
}

.case-info .container .right .case-info-box1 {
	width: 100%;
	padding: .17rem 0 .7rem
}

.case-info .container .right .case-info-box1 .icon {
	width: .33rem;
	display: flex
}

.case-info .container .right .case-info-box1 .txt {
	line-height: calc(40/28);
	color: #222;
	font-weight: bold;
	margin-top: .35rem
}

.case-info .container .right .case-info-box1 .tb {
	display: flex;
	align-items: center;
	margin-top: .35rem
}

.case-info .container .right .case-info-box1 .tb .img {
	width: .66rem;
	height: .66rem;
	border-radius: 50%;
	border: 2px solid #00baff
}

.case-info .container .right .case-info-box1 .tb .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.case-info .container .right .case-info-box1 .tb .ts {
	margin-left: .2rem
}

.case-info .container .right .case-info-box1 .tb .ts .ts1 {
	color: #161823;
	line-height: calc(28/18);
	padding-left: .12rem;
	position: relative
}

.case-info .container .right .case-info-box1 .tb .ts .ts1::before {
	content: '';
	border-left: 4px solid #0fbeff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.case-info .container .right .case-info-box1 .tb .ts .ts2 {
	color: #161823;
	margin-top: 4px
}

.case-info .container .right .case-info-box2 {
	width: 100%;
	border-top: 1px solid rgba(206,211,217,0.5);
	padding-top: .43rem;
	margin-bottom: .43rem
}

.case-info .container .right .case-info-box2 .t1 {
	color: #222;
	line-height: 1;
	border-left: .06rem solid #004aac;
	padding-left: .1rem
}

.case-info .container .right .case-info-box2 .t2 {
	line-height: calc(28/18);
	color: #161823;
	margin-top: .38rem
}

.case-info .container .right .case-info-box2 .t2 ul li {
	line-height: 2;
	position: relative;
	padding-left: .2rem
}

.case-info .container .right .case-info-box2 .t2 ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #00baff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.about {
	width: 100%
}

.about-banner {
	width: 100%;
	height: 100vh;
	position: relative
}

.about-banner .img {
	width: 100%;
	height: 100%
}

.about-banner .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width: 991px) {
	.about-banner .img img.pc {
		display: none
	}
}

.about-banner .img img.mb {
	display: none
}

@media (max-width: 991px) {
	.about-banner .img img.mb {
		display: block
	}
}

.about-banner .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}

.about-banner .container .title {
	color: #fff;
	line-height: calc(70/60)
}

.about-box1 {
	width: 100%;
	padding: 1.85rem 0 2rem;
	background: url(../image/about-box1-bg.jpg) bottom center no-repeat;
	background-size: cover;
	overflow: hidden
}

.about-box1 .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

.about-box1 .container .tbox {
	width: calc(690/1680*100%)
}

@media (max-width: 991px) {
	.about-box1 .container .tbox {
		width: 100%
	}
}

.about-box1 .container .tbox .title {
	color: #000;
	font-weight: 600
}

.about-box1 .container .tbox .title span {
	color: #0056b3
}

.about-box1 .container .tbox .txt {
	color: #999;
	line-height: calc(40/24);
	margin-top: .35rem
}

.about-box1 .container .tbox .txt .on {
	color: #222
}

.about-box1 .container .right {
	width: calc(650/1680*100%);
	position: relative
}

@media (max-width:1024px) {
	.about-box1 .container .right {
		width: calc(800/1680*100%)
	}
}

@media (max-width: 991px) {
	.about-box1 .container .right {
		width: 100%;
		margin-top: 1.5rem
	}
}

.about-box1 .container .right::before {
	content: '';
	width: 3rem;
	height: 2.82rem;
	background: url(/lib/template/scheme/images/index-box1-bg2.png) left top no-repeat;
	position: absolute;
	left: -1rem;
	top: -0.92rem
}

.about-box1 .container .right::after {
	content: '';
	width: 3rem;
	height: 2.82rem;
	background: url(/lib/template/scheme/images/index-box1-bg2.png) left top no-repeat;
	position: absolute;
	right: -0.8rem;
	bottom: -0.55rem
}

.about-box1 .container .right .public-img {
	width: 100%;
	border-radius: .2rem;
	z-index: 2
}

.about-box1 .container .right .public-img::before {
	padding-top: calc(680/650*100%)
}

.about-box1 .container .right .public-img .play {
	width: 1rem;
	height: 1rem;
	background: rgba(255,255,255,0.4);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .4s
}

.about-box1 .container .right .public-img .play img {
	width: .2rem
}

.about-box1 .container .right .public-img .play:hover {
	background: rgba(255,255,255,0.6)
}

.about-box2 {
	width: 100%;
	padding: 1.7rem 0 1.4rem;
	overflow: hidden
}

.about-box2 .container .title {
	color: #000;
	line-height: calc(60/56);
	font-weight: bold
}

.about-box2 .container .list {
	width: 100%;
	margin-top: .7rem
}

.about-box2 .container .list .mySwiper2 {
	margin-left: 3.8rem;
	width: 7.9rem;
	max-width: 100%
}

@media (max-width: 1260px) {
	.about-box2 .container .list .mySwiper2 {
		margin-left: 3rem
	}
}

@media (max-width: 991px) {
	.about-box2 .container .list .mySwiper2 {
		width: 100%;
		margin-left: 0
	}
}

.about-box2 .container .list .mySwiper2 .swiper-slide {
	width: 100%;
	opacity: .2;
	transition: all .4s
}

.about-box2 .container .list .mySwiper2 .swiper-slide .public-img {
	width: 100%
}

.about-box2 .container .list .mySwiper2 .swiper-slide .public-img::before {
	padding-top: calc(432/790*100%)
}

.about-box2 .container .list .mySwiper2 .swiper-slide .year {
	color: #0056ac;
	font-weight: 600;
	line-height: 1;
	margin-top: .22rem
}

.about-box2 .container .list .mySwiper2 .swiper-slide .txt {
	color: #222;
	line-height: calc(28/18);
	margin-top: .16rem
}

.about-box2 .container .list .mySwiper2 .swiper-slide-active {
	opacity: 1
}

.about-box2 .container .list .mySwiper {
	width: 1340px;
	max-width: 100%;
	margin: 1.16rem auto 0
}

.about-box2 .container .list .mySwiper .swiper-slide {
	line-height: calc(28/18);
	color: #010101;
	text-align: center;
	padding-top: .3rem;
	cursor: pointer
}

.about-box2 .container .list .mySwiper .swiper-slide::before {
	content: '';
	width: 3px;
	height: 3px;
	background: #0056ac;
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 50%;
	z-index: 2
}

.about-box2 .container .list .mySwiper .swiper-slide::after {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	background: url(/lib/template/scheme/images/about-box2-mySwiper-line.svg) left top no-repeat;
	background-size: calc(100% + .1rem)
}

.about-box2 .container .list .mySwiper .swiper-slide:last-child::after {
	display: none
}

.about-box2 .container .list .mySwiper .swiper-slide-thumb-active {
	color: #0056ac
}

.about-box2 .container .list .mySwiper .swiper-slide-thumb-active::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: -4px;
	margin-left: -3px
}

.about-box3 {
	width: 100%;
	padding: 1.29rem 0 0
}

@media (max-width: 767px) {
	.about-box3 {
		padding: 1.29rem 0
	}
}

.about-box3 .container .title {
	line-height: calc(66/56);
	font-weight: bold;
	color: #000
}

.about-box3 .container .list {
	width: 100%;
	margin-top: 1.44rem
}

@media (max-width: 767px) {
	.about-box3 .container .list {
		margin-top: .5rem
	}
}

.about-box3 .container .list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}

.about-box3 .container .list ul li {
	width: calc(780/1680*100%);
	margin-bottom: 1.1rem;
	position: relative
}

@media (max-width: 767px) {
	.about-box3 .container .list ul li {
		width: 100%;
		margin-bottom: .3rem
	}
}

.about-box3 .container .list ul li:nth-child(1) {
	height: 0
}

.about-box3 .container .list ul li:nth-child(odd) {
	transform: translateY(-5.68rem)
}

@media (max-width: 991px) {
	.about-box3 .container .list ul li:nth-child(odd) {
		transform: translateY(-3.7rem)
	}
}

@media (max-width: 767px) {
	.about-box3 .container .list ul li:nth-child(odd) {
		transform: translateY(0)
	}
}

.about-box3 .container .list ul li:nth-child(even) {
	transform: translateY(-2.7rem)
}

@media (max-width: 991px) {
	.about-box3 .container .list ul li:nth-child(even) {
		transform: translateY(-1.7rem)
	}
}

@media (max-width: 767px) {
	.about-box3 .container .list ul li:nth-child(even) {
		transform: translateY(0)
	}
}

.about-box3 .container .list ul li .public-img {
	width: 100%;
	border-radius: .1rem
}

.about-box3 .container .list ul li .public-img::before {
	padding-top: calc(460/780*100%)
}

.about-box3 .container .list ul li .tbox {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 .4rem .37rem;
	z-index: 2
}

.about-box3 .container .list ul li .tbox .t1 {
	line-height: calc(30/20);
	color: #fff
}

.about-box3 .container .list ul li .tbox .t2 {
	line-height: 1;
	color: #fff;
	font-weight: bold;
	margin-top: .15rem
}

.about-box4 {
	width: 100%;
	position: relative;
	margin-top: -2rem
}

@media (max-width: 991px) {
	.about-box4 {
		margin-top: -1rem
	}
}

@media (max-width: 767px) {
	.about-box4 {
		margin-top: 0
	}
}

.about-box4 .img {
	width: 100%;
	height: 9rem
}

.about-box4 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media (max-width: 991px) {
	.about-box4 .img img.pc {
		display: none
	}
}

.about-box4 .img img.mb {
	display: none
}

@media (max-width: 991px) {
	.about-box4 .img img.mb {
		display: block
	}
}

.about-box4 .container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 1.68rem;
	z-index: 2
}

.about-box4 .container .t1 {
	font-weight: bold;
	color: #fff;
	line-height: calc(30/20)
}

.about-box4 .container .t2 {
	margin-top: .26rem;
	line-height: calc(60/48);
	color: #fff;
	font-weight: bold
}

.abotw {
	width: 100%;
	height: 9.7rem;
	position: relative
}

@media (max-width: 767px) {
	.abotw {
		height: auto
	}
}

.abotw .imgbj {
	width: 100%;
	height: 100%;
	position: relative
}

@media (max-width: 767px) {
	.abotw .imgbj {
		position: absolute;
		top: 0;
		left: 0
	}
}

.abotw .imgbj .img {
	width: 100%;
	height: 100%;
	position: relative
}

.abotw .imgbj .img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.abotw .imgbj .img video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.abotw .imgbj::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(/lib/template/scheme/images/about-abotw-bg2.png) center top no-repeat;
	background-size: cover
}

.abotw .gtxt {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none
}

@media (max-width: 767px) {
	.abotw .gtxt {
		position: relative;
		height: auto
	}
}

.abotw .gtxt .container {
	padding: 1.78rem 0 0
}

@media (max-width: 767px) {
	.abotw .gtxt .container {
		padding: .5rem 0 0
	}
}

.abotw .gtxt .container h2 {
	pointer-events: initial;
	font-weight: bold;
	color: #fff;
	line-height: calc(66/56)
}

.abotw .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex
}

@media (max-width: 767px) {
	.abotw .box {
		position: relative;
		height: auto;
		flex-wrap: wrap;
		margin-top: .7rem
	}
}

.abotw .box .item {
	position: relative;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding: 0 .2rem .8rem;
	width: calc(100%/6);
	border-right: 1px solid rgba(255,255,255,0.1);
	color: #fff;
	text-align: center;
	transition: all .4s
}

@media (max-width: 991px) {
	.abotw .box .item {
		padding: 0 .2rem .6rem
	}
}

@media (max-width: 767px) {
	.abotw .box .item {
		width: 50%;
		padding: 0 .2rem;
		margin-bottom: 1rem;
		justify-content: flex-start
	}
}

@media screen and (min-width:768px) {
	.abotw .box .item:hover {
		padding-bottom: 1.15rem;
		background: rgba(0,78,162,0.5)
	}

	.abotw .box .item:hover .g_svg {
		opacity: 1
	}
}

.abotw .box .item .g_svg {
	transition: all .4s;
	opacity: 0;
	width: .75rem;
	height: .75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .9rem
}

@media (max-width: 767px) {
	.abotw .box .item .g_svg {
		opacity: 1
	}
}

.abotw .box .item .g_svg img,.abotw .box .item .g_svg svg {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.abotw .box .item .txt .t_title {
	display: flex;
	justify-content: center;
	margin-bottom: .68rem
}

.abotw .box .item .txt .t_title h3 {
	line-height: .7rem;
	font-weight: bold
}

@media (max-width: 991px) {
	.abotw .box .item .txt .t_title .font48 {
		line-height: 1.2;
		font-size: .32rem
	}
}

.abotw .box .item .txt .t_title .font70 {
	font-size: .7rem
}

@media (max-width: 1260px) {
	.abotw .box .item .txt .t_title .font70 {
		font-size: .54rem
	}
}

@media (max-width: 991px) {
	.abotw .box .item .txt .t_title .font70 {
		font-size: .44rem;
		line-height: 1.2
	}
}

@media (max-width: 767px) {
	.abotw .box .item .txt .t_title .font70 {
		font-size: .4rem
	}
}

.abotw .box .item .txt .t_title span {
	margin-left: 6px;
	line-height: 1
}

.abotw .box .item .txt p {
	min-height: 3em;
	opacity: .6
}

@media (max-width:1024px) {
	.abotw .box .item .txt p {
		min-height: 4.5em
	}
}

@media (max-width: 991px) {
	.abotw .box .item .txt p br {
		display: none
	}
}

@media (max-width: 767px) {
	.abotw .box .item .txt p {
		height: auto !important
	}
}

.abofi {
	padding: 1.45rem 0 1.65rem
}

.abofi .box {
	display: flex;
	justify-content: space-between;
	margin-top: .45rem;
	padding-left: calc((100% - 92.70833%)/2)
}

@media screen and (max-width:1199px) {
	.abofi .box {
		padding-left: 5%
	}
}

@media (max-width: 767px) {
	.abofi .box {
		padding: 0 5%
	}
}

@media (max-width: 991px) {
	.abofi .box {
		flex-direction: column
	}
}

.abofi .box .gl {
	width: 48.10810811%;
	padding-right: 1rem
}

@media (max-width: 991px) {
	.abofi .box .gl {
		width: 100%;
		padding: 0;
		margin-bottom: .5rem
	}
}

.abofi .box .gl .abofi_nav {
	display: flex
}

.abofi .box .gl .abofi_nav p {
	cursor: pointer;
	transition: all .4s;
	color: #999;
	margin-right: .56rem;
	border-bottom: 4px solid transparent
}

.abofi .box .gl .abofi_nav p.on {
	font-weight: bold;
	color: #004ea2;
	border-color: #004ea2
}

.abofi .box .gl .abofi_txt {
	margin-top: 1.2rem
}

.abofi .box .gl .abofi_txt .item {
	display: none
}

.abofi .box .gl .abofi_txt .item:first-child {
	display: block
}

.abofi .box .gl .abofi_txt .item p {
	margin-bottom: .16rem
}

.abofi .box .gr {
	width: 51.89189189%
}

@media (max-width: 991px) {
	.abofi .box .gr {
		width: 100%
	}
}

.abofi .box .gr .gr_box {
	overflow: hidden;
	display: none
}

.abofi .box .gr .gr_box:first-child {
	display: block
}

.abofi .box .gr .g_culfi_box {
	margin-bottom: .35rem
}

.abofi .box .gr .g_culfi_box .public-img:before {
	padding-top: 109.52380952%
}

.abofi .box .gr .g_culfi_box .txt {
	padding: .24rem 0
}

.abofi .box .gr .g_culfi_box .txt .txt_t h3 {
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 1.5em;
	color: #333
}

.abofi .box .gr .f_qie {
	margin-top: .6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: calc((100% - 92.70833%)/1)
}

@media screen and (max-width:1199px) {
	.abofi .box .gr .f_qie {
		padding-right: 5%
	}
}

@media (max-width: 767px) {
	.abofi .box .gr .f_qie {
		padding: 0
	}
}

.abofi .box .gr .f_qie .investorbox2_pagin {
	position: relative;
	background-color: #e7e9eb;
	height: 4px;
	width: calc(100% - 1.78rem)
}

@media (max-width: 1580px) {
	.abofi .box .gr .f_qie .investorbox2_pagin {
		height: 2px
	}
}

.abofi .box .gr .f_qie .investorbox2_pagin span {
	background-image: linear-gradient(90deg, #00f0ff 1%, #09daff 26%, #11c4ff 51%, #006de1 100%)
}

.abofi .box .gr .f_qie .investorbox2_pagin.swiper-pagination-lock~.gt {
	display: none!important
}

.abofi .box .gr .f_qie .gt {
	margin-left: .6rem;
	flex-shrink: 0;
	display: flex;
	align-items: center
}

.abofi .box .gr .f_qie .gt .investorbox2_prev,.abofi .box .gr .f_qie .gt .investorbox2_next {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	background: #fff;
	transition: all .4s;
	border: 2px solid #eee;
	border-radius: 50%;
	width: .64rem;
	height: .64rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.abofi .box .gr .f_qie .gt .investorbox2_prev img,.abofi .box .gr .f_qie .gt .investorbox2_next img {
	width: 15.625%;
	height: 26.5625%;
	object-fit: contain
}

.abofi .box .gr .f_qie .gt .investorbox2_prev img:nth-child(2),.abofi .box .gr .f_qie .gt .investorbox2_next img:nth-child(2) {
	display: none
}

.abofi .box .gr .f_qie .gt .investorbox2_prev:hover,.abofi .box .gr .f_qie .gt .investorbox2_next:hover {
	border: 2px solid #11c4ff
}

.abofi .box .gr .f_qie .gt .investorbox2_prev:hover img,.abofi .box .gr .f_qie .gt .investorbox2_next:hover img {
	display: none
}

.abofi .box .gr .f_qie .gt .investorbox2_prev:hover img:nth-child(2),.abofi .box .gr .f_qie .gt .investorbox2_next:hover img:nth-child(2) {
	display: block
}

.abofi .box .gr .f_qie .gt .investorbox2_prev {
	margin-right: .2rem
}