@charset "UTF-8";

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

.main .kv .swiper-container .swiper-slide {
	position: relative;
	/* height: 100% */
}

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

.main .kv .swiper-container .limitWidth-percentWidth {
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translate(-50%,-50%)
}

.main .kv .swiper-container-autoheight .swiper-wrapper{
  max-height: 100vh;
}

.main .kv .swiper-container .sw-ft {
	z-index: 2
}

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

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

.main .link-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start
}

.main .link-more {
	padding: 18px 40px;
	background: #e7eef5;
	border-radius: 50px;
	margin-top: 62px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all .6s
}

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

.main .link-more:hover span {
	color: #e7eef5
}

.main .link-more:hover i {
	color: #e7eef5
}

.main .link-more span {
	font-weight: 400;
	font-size: 20px;
	color: #235e9b
}

.main .link-more i {
	color: #235e9b;
	font-size: 20px;
	margin-left: 10px;
	font-style: normal;
	margin-top: -2px
}

.main .common-title {
	font-size: 36px;
	color: #235e9b
}

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

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

.main .model1 {
	padding: 90px 0 100px
}

.main .model1 .page-title {
	font-weight: 700;
	font-size: 36px!important;
	color: #165999;
	margin-bottom: 10px
}

.main .model1 .common-title {
	font-size: 60px!important;
	color: #165999;
	margin: 6px 0 45px;
	padding: 0
}

.main .model1 .common-title:lang(en) {
	font-size: 60px!important
}

.main .model1 .brief-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer
}

.main .model1 .brief-wrap:hover .about-img-box {
	transform: translateY(-30px)
}

.main .model1 .brief-wrap .about-img-box {
	width: 50%;
	margin-left: -10%;
	transition: all .5s
}

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

.main .model1 .brief-box {
	flex: 1;
	/* margin-left: 92px */
}

.main .model1 .brief-box p {
	font-weight: 400;
	font-size: 20px;
	color: #000;
	line-height: 1.6;
	margin-bottom: 20px
}

.main .model1 .about-items {
	display: flex;
	align-items: center;
	justify-content: center
}

.main .model1 .about-items .cric:last-child {
	margin-left: .6px
}

.main .model1 .about-items .cric .cric-ft {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2px;
	height: 2px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #2d8b5d
}

.main .model1 .about-items .cric .cric-ft .num {
	font-weight: 700;
	font-size: .77px;
	color: #235e9b
}

.main .model1 .about-items .cric .cric-ft .unit {
	font-weight: 400;
	font-size: .22px;
	color: #235e9b;
	margin: -.4px .01px 0 0
}

.main .model1 .about-items .cric .cric-ft .spec {
	font-weight: 700;
	font-size: .77px;
	color: #235e9b
}

.main .model1 .about-items .cric .cric-bd {
	width: 100%;
	font-weight: 700;
	font-size: .32px;
	margin-top: .19px;
	text-align: center;
	color: #235e9b
}

.main .img-list .items {
	transform-origin: center 314px
}

.main .img-list .items:nth-child(1) {
	transform: rotate(0)
}

.main .img-list .items:nth-child(1) .item-content {
	--initDeg: 0deg;
	transform: rotate(0);
	animation: action linear infinite 30s reverse
}

.main .img-list .items:nth-child(2) {
	transform: rotate(90deg)
}

.main .img-list .items:nth-child(2) .item-content {
	--initDeg: -90deg;
	transform: rotate(-90deg);
	animation: action linear infinite 30s reverse
}

.main .img-list .items:nth-child(3) {
	transform: rotate(180deg)
}

.main .img-list .items:nth-child(3) .item-content {
	--initDeg: -180deg;
	transform: rotate(-180deg);
	animation: action linear infinite 30s reverse
}

.main .img-list .items:nth-child(4) {
	transform: rotate(270deg)
}

.main .img-list .items:nth-child(4) .item-content {
	--initDeg: -270deg;
	transform: rotate(-270deg);
	animation: action linear infinite 30s reverse
}

@keyframes action {
	to {
		transform: rotate(calc(360deg + var(--initDeg,0deg)))
	}
}

@keyframes backgroundAnimation {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 100% 0
	}
}

.main .mode2 {
	background: url(../image/index/bg.jpg) no-repeat 100% 100%;
	background-repeat: repeat-x;
	background-size: cover;
	animation: backgroundAnimation 10s linear infinite
}

.main .mode2 .limitWidth-percentWidth {
	padding: 132px 0 190px
}

.main .mode2 .limitWidth-percentWidth .common-title {
	font-size: 56px;
	font-weight: 700
}

.main .mode2 .content-wraps {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.main .mode2 .content-box {
	flex: 1;
	margin-right: 35px
}

.main .mode2 .lines-content .lines-box {
	margin-bottom: 88px
}

.main .mode2 .lines-content .lines-box:last-child {
	margin-bottom: 0
}

.main .mode2 .lines-content .lines-box .lines-bottom .ft-list {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden
}

.main .mode2 .lines-content .lines-box .lines-bottom .ft-list .items {
	position: relative;
	width: 25%;
	padding: 0 2px;
	font-weight: 500;
	font-size: 24px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center
}

.main .mode2 .lines-content .lines-box .lines-bottom .ft-list .items::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(0,0,0,.2);
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.main .mode2 .lines-content .lines-box .lines-bottom .ft-list .items:last-child::after {
	display: none
}

.main .mode2 .lines-content .lines-box .lines-bottom .infos {
	margin-top: 30px
}

.main .mode2 .lines-content .lines-box .lines-bottom .infos .ft-list {
	overflow: hidden;
	height: 25px;
	border-radius: 50px
}

.main .mode2 .lines-content .lines-box .lines-bottom .infos .ft-list .items {
	background-color: #d0deeb;
	padding: 0;
	height: 100%
}

.main .mode2 .lines-content .lines-box .lines-bottom .infos .ft-list .items::after {
	width: 5px;
	background-color: #f9fafc;
	z-index: 3
}

.main .mode2 .lines-content .lines-box .lines-bottom .infos .ft-list .items:nth-last-child(2)::after {
	display: none!important
}

.main .mode2 .lines-content .lines-box .lines-bottom .infos .ft-list .bars {
	position: absolute;
	border-radius: 20px;
	width: 80%;
	z-index: 2;
	height: 100%;
	background: linear-gradient(0deg,#2275a9 0,#225e9a 28%,#0090d3 62%,#129ad8 100%)
}

.main .mode2 .lines-content .lines-box .lines-bottom .infos .infos-ft {
	font-weight: 700;
	font-size: 30px;
	color: #333;
	margin-top: 40px
}

.main .mode2 .lines-content .lines-box .lines-bottom .infos .text {
	font-size: 20px;
	color: #333;
	margin: 10px 0 20px
}

.main .mode2 .lines-content .lines-box.active {
	border-color: #324355
}

.main .mode2 .lines-content .lines-box.active+.lines-box {
	border-bottom: #235e9b
}

.main .mode2 .lines-content .lines-box.active .lines-top span {
	color: #235e9b
}

.main .mode2 .lines-content .lines-box.active .lines-top .img-box .default {
	display: none
}

.main .mode2 .lines-content .lines-box.active .lines-top .img-box .active {
	display: block;
	transform: rotate(180deg)
}

.main .mode2 .link-btn {
	justify-content: flex-end
}

.main .mode2 .link-btn .link-more {
	margin-top: 0
}

.main .mode2 .right-brief {
	width: 680px;
	height: 680px;
	position: relative
}

.main .mode2 .right-brief .center-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 304px;
	height: 304px
}

.main .mode2 .right-brief .center-box img {
	display: block;
	width: 100%;
	height: 100%
}

.main .mode2 .right-brief .center-box::after {
	position: absolute;
	content: "";
	width: 478px;
	height: 478px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
	border: 5px dashed #235e9b
}

.main .mode2 .right-brief .center-box::before {
	position: absolute;
	content: "";
	width: 658px;
	height: 658px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
	border: 2px solid #e7eef5
}

.main .mode2 .img-list {
	position: relative;
	width: 478px;
	height: 478px;
	top: 50%;
	left: 50%;
	margin-left: -239px;
	margin-top: -239px;
	border-radius: 50%;
	transform-origin: 50% 50%;
	animation: action 30s linear infinite
}

.main .mode2 .img-list:hover {
	animation-play-state: paused
}

.main .mode2 .img-list:hover .items {
	animation-play-state: paused
}

.main .mode2 .img-list:hover .item-content {
	animation-play-state: paused
}

.main .mode2 .img-list .items {
	position: absolute;
	cursor: pointer;
	transition: all .6s;
	background-image: url(../image/index/bg2-c.png);
	background-size: cover;
	animation: rotateBackground 1s linear infinite;
	top: -80px;
	left: 34%
}

.main .mode2 .img-list .items:hover {
	background-image: url(../image/index/bg1-c.png)
}

.main .mode2 .img-list .items .item-content {
	position: relative;
	box-shadow: 0 5px 12px 1px rgba(0,0,0,.2);
	border-radius: 50%;
	font-weight: 700;
	font-size: 20px;
	color: #235e9b;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	z-index: 2;
	overflow: hidden
}

.main .mode2 .img-list .items .item-content:hover {
	color: #fff
}

@keyframes rotateBackground {
	from {
		background-position: 0 0
	}

	to {
		background-position: 100% 100%
	}
}

.main .model3 .limitWidth-percentWidth {
	padding: 109px 0 120px
}

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

.main .model3 .common-title {
	font-weight: 700
}

.main .model3 .new-list-wraps {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0
}

.main .model3 .new-list {
	width: 320px;
	cursor: pointer
}

.main .model3 .new-list .img-box {
	position: relative;
	width: 100%;
	height: 135px
}

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

.main .model3 .new-list .img-box .img-mask {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	transition: all .6s;
	align-items: 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-weight: 600;
	font-size: 22px;
	color: #000;
	line-height: 1.6;
	margin-top: 18px;
	transition: all .6s
}

.main .model3 .new-list .time {
	font-weight: 400;
	font-size: 20px;
	color: #666;
	margin-top: 10px;
	transition: all .6s
}

.main .model3 .new-list:hover .img-box .img-mask {
	opacity: 1
}

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

.main .contentus {
	position: relative;
	padding: 174px 0;
	background-position: center center;
	background-size: cover
}

.main .contentus .content-inofs {
	position: relative;
	z-index: 3
}

.main .contentus .content-inofs .common-title {
	color: #fff;
	font-weight: 700;
	font-size: 56px
}

.main .contentus .content-inofs .nav-title {
	position: relative;
	display: block;
	width: auto;
	padding: 0 0 35px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin-bottom: 35px;
	margin-top: 40px
}

.main .contentus .content-inofs .nav-title span {
	font-weight: 400;
	font-size: 24px;
	color: #fff
}

.main .contentus .content-inofs .nav-title span::after {
	position: absolute;
	content: "";
	width: 50px;
	height: 4px;
	background-color: #fff;
	left: 0;
	bottom: 0
}

.main .contentus .content-inofs .area-infos .area-box {
	display: flex
}

.main .contentus .content-inofs .area-infos .area-box .area-title {
	font-weight: 400;
	font-size: 20px;
	color: #fff
}

.main .contentus .content-inofs .area-infos .area-box .area-brief p {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	margin-bottom: 18px
}

.main .contentus .link-more {
	background-color: rgba(255,255,255,.2)
}

.main .contentus .link-more i,.main .contentus .link-more span {
	color: #fff
}

.main .contentus .link-more:hover {
	background-color: #165999;
	color: #0090d3
}

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

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

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

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



/* 新的管线核心模块 */
.main .new-model2 .model-contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px
}

@media only all and (max-width:1200px) {
	.main .new-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 .new-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 .new-model2 .model-contents .left {
		width: 100%;
		margin-right: 0
	}
}

.main .new-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 .new-model2 .model-contents .right {
		width: 100%
	}
}

.main .new-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 .new-model2 .left {
		padding: .2rem .16rem .4rem
	}
}

.main .new-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 .new-model2 .left .left-content .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block
}

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

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

.main .new-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 .new-model2 .left .link-more-bg {
		bottom: -.26rem
	}
}

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

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

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

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

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

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

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

.main .new-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 .new-model2 .right .rows .labels-span {
		font-size: .12rem;
		gap: 2px;
		overflow: hidden
	}
}

.main .new-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 .new-model2 .right .rows .labels-span span {
		padding-bottom: .16rem;
		font-size: .10rem
	}
}

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

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

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

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

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

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

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

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

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

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

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

.main .new-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 .new-model2 .right .rows-body .labels:after {
		right: -.2rem
	}
}

.main .new-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 .new-model2 .right .rows-body .labels-span {
		height: .12rem;
		border-radius: 30px
	}
}

.main .new-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 .new-model2 .right .rows-body .labels-span span {
		height: .12rem
	}
}

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

.main .new-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 .new-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 .new-model2 .desc {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 30px;
}

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