.main * {
	font-weight: 400
}

.main .kv .swiper-container {
	width: 100%
}

.main .kv .swiper-container .swiper-slide {
	position: relative
}

@media only all and (max-width:1200px) {
	.main .kv .swiper-container .swiper-slide {
		height: 2.5rem
	}
}

.main .kv .swiper-container .bgimg {
	display: block;
	width: 100%;
	height: auto;
	background-size: cover
}

@media only all and (max-width:1200px) {
	.main .kv .swiper-container .bgimg {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}
}

.main .kv .swiper-container .limitWidth-percentWidth {
	position: absolute;
	left: 44%;
	top: 50%;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 400px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

@media only all and (max-width:1200px) {
	.main .kv .swiper-container .limitWidth-percentWidth {
		left: 4%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.main .kv .swiper-container .sw-ft span {
	display: block;
	white-space: nowrap
}

.main .kv .swiper-container .sw-ft * {
	font-size: 76px;
	color: #fff
}

@media only all and (max-width:1200px) {
	.main .kv .swiper-container .sw-ft * {
		font-size: .3rem
	}
}

.main .kv .swiper-container .sw-ft * b {
	font-weight: 700
}

.main .kv .swiper-container .sw-ft .titles-tips {
	padding-left: 46.2%
}

@media only all and (max-width:1200px) {
	.main .kv .swiper-container .sw-ft .titles-tips {
		padding-left: 0
	}
}

.main .img-down {
	position: fixed;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-animation: a 1s linear infinite alternate;
	animation: a 1s linear infinite alternate
}

.main .img-down:hover {
	background-color: #165999;
	overflow: hidden;
	border-radius: 100%
}

.main .img-down img {
	display: block;
	width: 50px;
	height: 50px
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0)
	}

	to {
		-webkit-transform: translateX(-50%) translateY(-10px);
		transform: translateX(-50%) translateY(-10px)
	}
}

@keyframes a {
	0% {
		-webkit-transform: translateX(-50%) translateY(0);
		transform: translateX(-50%) translateY(0)
	}

	to {
		-webkit-transform: translateX(-50%) translateY(-10px);
		transform: translateX(-50%) translateY(-10px)
	}
}

.main .img-box {
	width: 100%
}

.main .img-box img {
	display: block;
	width: 100%;
	height: auto
}

.main .model1 {
	padding: 40px 0
}

@media only all and (max-width:1200px) {
	.main .model1 {
		padding: .4rem 0 .3rem
	}
}

.main .model1 .model-contents {
	display: block;
}

@media only all and (max-width:1200px) {
	.main .model1 .model-contents {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.main .model1 .model-contents .left {
	padding: 10px 0 26px;
	padding-right: 40px;
	margin-right: 40px;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	width: 480px;
	border-right: 1px solid rgba(0,0,0,.3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only all and (max-width:1200px) {
	.main .model1 .model-contents .left {
		width: 100%;
		padding: 0 0 .2rem;
		padding-right: 0;
		margin-right: 0;
		border: 0
	}
}

.main .model1 .model-contents .right {
	padding: 10px 0 26px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media only all and (max-width:1200px) {
	.main .model1 .model-contents .right {
		padding: 0 0 .1rem
	}
}

.main .model1 .link-more-k {
	margin-top: 0;
	float: right
}

.main .model1 .left-items-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media only all and (max-width:1200px) {
	.main .model1 .left-items-box {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-top: .2rem
	}
}

.main .model1 .left-items-box .items {
	background: #e7eef5;
	border-radius: 10px;
	width: 200px;
	height: 180px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 28px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media only all and (max-width:1200px) {
	.main .model1 .left-items-box .items {
		width: 45%;
		height: 1rem;
		padding: 0 .1rem
	}
}

.main .model1 .left-items-box .items:last-child {
	margin-left: 20px
}

@media only all and (max-width:1200px) {
	.main .model1 .left-items-box .items:last-child {
		margin-left: 0
	}
}

.main .model1 .left-items-box .items .nums {
	font-size: 44px;
	color: #165999;
	font-weight: 700
}

@media only all and (max-width:1200px) {
	.main .model1 .left-items-box .items .nums {
		font-size: .28rem
	}
}

.main .model1 .left-items-box .items .nums-tips {
	color: #165999;
	font-size: 18px
}

@media only all and (max-width:1200px) {
	.main .model1 .left-items-box .items .nums-tips {
		font-size: .16rem
	}
}

.main .model1 .left-items-box .current-items {
	background-color: #165999
}

.main .model1 .left-items-box .current-items .nums,.main .model1 .left-items-box .current-items .nums-tips {
	color: #ffff
}

.main .model1 .right .brief {
	font-size: 18px;
	color: #333;
	line-height: 1.6
}

@media only all and (max-width:1200px) {
	.main .model1 .right .brief {
		font-size: .16rem
	}
}

.main .model1 .right .brief:last-child {
	margin-top: 20px;
	margin-bottom: 10px
}

@media only all and (max-width:1200px) {
	.main .model1 .right .brief:last-child {
		margin-top: .1rem;
		margin-bottom: .1rem
	}
}

.main .model2 {
	padding-bottom: 60px
}

@media only all and (max-width:1200px) {
	.main .model2 {
		padding-bottom: .3rem
	}
}

.main .model2 .model-contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px
}

@media only all and (max-width:1200px) {
	.main .model2 .model-contents {
		margin-top: .3rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.main .model2 .model-contents .left {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 30px
}

@media only all and (max-width:1200px) {
	.main .model2 .model-contents .left {
		width: 100%;
		margin-right: 0
	}
}

.main .model2 .model-contents .right {
	width: 68%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media only all and (max-width:1200px) {
	.main .model2 .model-contents .right {
		width: 100%
	}
}

.main .model2 .left {
	position: relative;
	background: url(../image/home/tu.png) no-repeat;
	padding: 36px 30px 59px;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden
}

@media only all and (max-width:1200px) {
	.main .model2 .left {
		padding: .2rem .16rem .4rem
	}
}

.main .model2 .left .left-content {
	position: relative;
	background-image: -webkit-linear-gradient(top left,#77e6ed71,rgba(22,89,153,.8));
	background-image: linear-gradient(to bottom right,#77e6ed71,rgba(22,89,153,.8));
	border-radius: 40px 0 40px 0
}

.main .model2 .left .left-content .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block
}

.main .model2 .left .left-content .ft-box {
	padding: 30px 20px 40px;
	position: relative;
	z-index: 2
}

@media only all and (max-width:1200px) {
	.main .model2 .left .left-content .ft-box {
		padding: .3rem .243m .34rem
	}
}

.main .model2 .left .link-more-bg {
	position: absolute;
	left: 50%;
	bottom: -32px;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media only all and (max-width:1200px) {
	.main .model2 .left .link-more-bg {
		bottom: -.26rem
	}
}

.main .model2 .left .tips-box {
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 1.8
}

@media only all and (max-width:1200px) {
	.main .model2 .left .tips-box {
		font-size: .16rem
	}
}

.main .model2 .right {
	padding: 20px 30px;
	background-color: rgba(22,89,153,.05)
}

@media only all and (max-width:1200px) {
	.main .model2 .right {
		padding: .4rem .05rem
	}
}

.main .model2 .right .rows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.main .model2 .right .rows .labels {
	font-size: 16px;
	color: #333;
	width: 150px;
	margin-right: 30px
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows .labels {
		font-size: .14rem;
		margin-right: .25rem;
		width: .7rem
	}
}

.main .model2 .right .rows .labels-span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	color: #333;
	gap: 10px
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows .labels-span {
		font-size: .12rem;
		gap: 2px;
		overflow: hidden
	}
}

.main .model2 .right .rows .labels-span span {
	width: 25%;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	font-size: 16px;
	padding-bottom: 26px;
	border-bottom: 4px solid rgba(22,89,153,.4)
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows .labels-span span {
		padding-bottom: .16rem;
		font-size: .10rem
	}
}

.main .model2 .right .rows-body {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.main .model2 .right .rows-body .labels {
	padding-top: 18px
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows-body .labels {
		padding-top: .16rem
	}
}

.main .model2 .right .rows-body .labels-span {
	margin-top: 18px;
	padding-top: 0
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows-body .labels-span {
		margin-top: .16rem
	}
}

.main .model2 .right .rows-body:nth-child(2) .labels {
	padding-top: 30px
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows-body:nth-child(2) .labels {
		padding-top: .2rem
	}
}

.main .model2 .right .rows-body:nth-child(2) .labels-span {
	margin-top: 30px;
	padding-top: 0
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows-body:nth-child(2) .labels-span {
		margin-top: .2rem
	}
}

.main .model2 .right .rows-body .labels {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #333
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows-body .labels {
		font-size: .14rem
	}
}

.main .model2 .right .rows-body .labels:after {
	top: 0;
	position: absolute;
	content: "";
	right: -8px;
	height: 100%;
	width: 1px;
	border-right: 1px dashed rgba(22,89,153,.5)
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows-body .labels:after {
		right: -.2rem
	}
}

.main .model2 .right .rows-body .labels-span {
	position: relative;
	height: 30px;
	border-radius: 30px;
	overflow: hidden;
	gap: 0
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows-body .labels-span {
		height: .12rem;
		border-radius: 30px
	}
}

.main .model2 .right .rows-body .labels-span span {
	position: relative;
	width: 25%;
	padding-bottom: 0;
	border: 0;
	height: 30px;
	background-color: rgba(22,89,153,.1)
}

@media only all and (max-width:1200px) {
	.main .model2 .right .rows-body .labels-span span {
		height: .12rem
	}
}

.main .model2 .right .rows-body .labels-span span:last-of-type::after {
	display: none
}

.main .model2 .right .rows-body .labels-span span:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	right: 2px;
	background-color: #fff;
	z-index: 3
}

.main .model2 .right .rows-body .labels-span .bars {
	position: absolute;
	z-index: 2;
	height: 100%;
	border-radius: 50px;
	background: -webkit-linear-gradient(bottom,#268ec7,#2aa6af);
	background: linear-gradient(0deg,#268ec7,#2aa6af)
}

.main .page-title {
	font-weight: 700
}

.main .model3 {
	background: #f5f5f5;
	padding: 40px 0
}

@media only all and (max-width:1200px) {
	.main .model3 {
		padding: .4rem 0 .2rem
	}
}

.main .model3 .page-title,.main .model3 .page-title .swiper-page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main .model3 .ellipsis-multiline {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 2.8em!important;
	line-height: 1.5em!important;
	max-height: 3em!important
}

.main .model3 .new-list-boxs {
	margin: 24px  40px 30px 0;
	width: 100vw
}

@media only all and (max-width:1200px) {
	.main .model3 .new-list-boxs {
		margin: .2rem 0;
		width: 100%
	}
}

.main .model3 .new-list {
	width: 100%;
	padding: 20px 20px 40px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden
}

@media only all and (max-width:1200px) {
	.main .model3 .new-list {
		padding: .1rem .1rem .3rem
	}
}

.main .model3 .new-list .img-box {
	position: relative;
	width: 100%;
	height: 120px;
	-o-object-fit: cover;
	object-fit: cover
}

@media only all and (max-width:1366px) {
	.main .model3 .new-list .img-box {
		height: 120px
	}
}

@media only all and (max-width:1200px) {
	.main .model3 .new-list .img-box {
		height: 1.4rem
	}
}

.main .model3 .new-list .img-box .bgimg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 1s;
	transition: all 1s
}

.main .model3 .new-list .img-box .img-mask {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(40,120,255,.8)
}

.main .model3 .new-list .img-box .img-mask .moreimg {
	display: block;
	width: 75px;
	height: 75px
}

.main .model3 .new-list .titles {
	font-size: 18px;
	color: #000;
	line-height: 1.7;
	margin-top: 20px;
	-webkit-transition: all .6s;
	transition: all .6s;
	font-weight: 700
}

@media only all and (max-width:1200px) {
	.main .model3 .new-list .titles {
		font-size: .18rem;
		margin-top: .25rem
	}
}

.main .model3 .new-list .tips {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	margin: 10px 0 20px;
	-webkit-transition: all .6s;
	transition: all .6s
}

@media only all and (max-width:1200px) {
	.main .model3 .new-list .tips {
		font-size: .16rem;
		margin: .1rem 0 .2rem
	}
}

.main .model3 .new-list .time {
	font-size: 16px;
	color: #666;
	-webkit-transition: all .6s;
	transition: all .6s
}

@media only all and (max-width:1200px) {
	.main .model3 .new-list .time {
		font-size: .16rem
	}
}

.main .model3 .new-list:hover .bgimg {
	-webkit-transform: translateY(-5px) scale(1.05);
	transform: translateY(-5px) scale(1.05)
}

.main .model3 .new-list:hover .time,.main .model3 .new-list:hover .tips,.main .model3 .new-list:hover .titles {
	color: #2878ff
}

.main .swiper-pagination {
	bottom: 50px
}

.main .swiper-pagination-bullet,.main .swiper-pagination-bullet-active {
	background-color: #fff
}

.main .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin: 0 10px!important
}

.model2 .desc {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 30px;
}

@media only all and (max-width: 1200px) {
	.model2 .desc {
		font-size: .12rem;
	}
}