
.solution-container .title-container{
	margin-bottom: 1.3vw;
}
.solution-container .btn-area{
	display: flex;
    justify-content: center;
    margin-top: 1vw;
}
.solution-container .detail-link {
	background: url(img/detail-btn.png);
	width: 7.5658vw;
	height: 2.1053vw;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
	color: #383838;
	padding: 0px .6579vw 0px .6579vw;
	border-radius: .3255vw;
	cursor: pointer;
}
.solution-container .detail-link:after {
	background: linear-gradient(to right, #0697d0, #2fe79d);
	content: "";
	height: 10.1974vw;
	left: -4.9342vw;
	opacity: .4;
	position: absolute;
	top: -3.2895vw;
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 3.2895vw;
	z-index: -10;
}
.solution-container .detail-link img {
	width: 1.6447vw;
	height: .3947vw;
}

.solution-container .detail-link span {
	font-size: .9211vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #383838;
}

.solution-container .detail-link:hover {
	color: #fff;
	background: linear-gradient(to right, #0697d0, #2fe79d);
	animation: btnRotate 0.7s ease-in-out both;
}
.solution-container .detail-link:hover span{
	color: #fff;
}
.solution-container .detail-link:hover:after {
	left: 120%;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.solution-container .detail-link:hover .ic-arrow-black {
	display: none;
}
.solution-container .detail-link .ic-arrow-white{
	display: none;
}
.solution-container .detail-link:hover .ic-arrow-white {
	display: inline-block;
}
.solution-shadow {
	height: 5.0658vw;
	margin-top: -3.2895vw;
	width: 100%;
}

.solution-desc {
	margin-top: 3.2237vw;
	display: flex;
	justify-content: space-between;
}

.solution-desc .icon {
	width: 1.3158vw;
	height: 1.3158vw;
}

.solution-desc .title {
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin-left: .5263vw;
}

.solution-desc .title-area {
	display: flex;
	align-items: center;
	margin-bottom: 0.3vw;
}

.solution-desc .content {
	line-height: 1.8421vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	font-size: .9211vw;
}

.solution-desc .desc-col {
	padding-right: 4%;
	padding-left: 4%;
}

.solution-desc .desc-col:first-child {
	padding-right: 4%;
	padding-left: 0%;
}

.solution-desc .desc-col:last-child {
	padding-right: 0%;
	padding-left: 4%;
}

.subsolution-area .title{
	font-size: 2.6316vw;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #383838;
	padding-top: 4.6053vw;
	text-align: center;
	margin-bottom: 4.6053vw;
}
.solution-banner {
	position: relative;
}
.solution-banner img{
	width: 100%;
}
.solution-banner .container {
	position: absolute;
	bottom: 2.4342vw;
	left: 0;
	right: 0;
	
}

.solution-banner .title {
	font-size: 3.8158vw;
	font-weight: 800;
	color: #FFFFFF;
}

.solution-banner .sub-title {
	font-size: 1.3816vw;
	font-weight: 900;
	color: #FFFFFF;
	font-family: HarmonyOS Sans;
	display: flex;
	align-items: center;
}

.solution-banner .line {
	display: inline-block;
	margin-left: .9211vw;
	width: 4.5573vw;
	height: .1302vw;
	background-color: #FFFFFF;
}

.resource-block{
	height: 36.5132vw;
	/* background: linear-gradient(to right, #0697d0, #1EB092)!important; */
	display: flex;
	justify-content: space-between;
	margin-bottom: 5.2632vw;
}
.resource-block .block-col{
	flex-shrink: 0;
	flex:1;
	border-radius: 6px;
	transition: all 0.3s;
}
.resource-block .block-col:first-child{
	background: linear-gradient(to right, #0588BB, #0B92B5)!important;
}
.resource-block .block-col:nth-child(3){
	background: linear-gradient(to right, #0C94B3, #13A2AB)!important;
}
.resource-block .block-col:nth-child(5){
	background: linear-gradient(to right, #14A3A9, #1BB2A0)!important;
}
.resource-block .block-col:nth-child(7){
	background: linear-gradient(to right, #1DB59E, #24C494)!important;
}
.resource-block .block-col:hover{
	transform: translate(0, -10px);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.resource-block .block-col-grap{
	width: 3.1579vw;
	height: 100%;
	background: #fff;
}
.block-col ul{
	margin:0px;
	padding:0px;
}
.block-col li{
	text-align: left;
	font-size: .9211vw;
	margin-bottom: 1.4474vw;
	margin-left: .9868vw;
}
.block-col li span{
	font-weight: bold;
}
.block-col{
	color: #fff;
	text-align: center;
	padding:1.9079vw;
}
.block-col .block-title{
	font-size: 1.25vw;
	font-weight: bold;
	margin-bottom: 1.3158vw;
}
.block-col img{
	width: 3.0263vw;
	height: 2.5658vw;
	margin-bottom: 1.1842vw;
}
.cost-area{
	background: RGBA(0, 157, 177, 0.1);
	padding-bottom: 6.9079vw;
}

.cost-list{
	display: flex;
	justify-content: space-around;
}
.cost-list .cost-col{
	position: relative;
}
.cost-list .cost-col .cost-value{
	position: absolute;
	top:45%;
	text-align: center;
	width: 100%;
	transform: translateY(-50%);
}
.cost-list .cost-col .cost-value div:first-child{
	position:relative;
}
.cost-list .cost-col .cost-value .value{
	font-size: 3.9714vw;
	font-family: HarmonyOS Sans;
	font-weight: 900;
	background-image: -webkit-linear-gradient(top, #0697d0, #2FE79D 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: normal;
}
.cost-list .cost-col .cost-value .other-label{
	font-size: 1.237vw;
	font-family: HarmonyOS Sans;
	background-image: -webkit-linear-gradient(top, #0697d0, #2FE79D 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	bottom: .651vw;
}
.cost-list img{
	width: 10.6579vw;
	height: 10.6579vw;
}
.cost-list .ic-cost-1{
	width: 10.612vw;
	height: 10.9375vw;
}
.cost-list .ic-cost-2{
	width: 10.612vw;
	height: 11.263vw;
}
.cost-list .ic-cost-3{
	width: 11.4583vw;
	height: 10.9375vw;
}
.cost-list .ic-cost-4{
	width: 10.8724vw;
	height: 11.5234vw;
}
.cost-list .cost-col .label{
	font-size: 1.0526vw;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	text-align: center;
	margin-top: -0.651vw;
	/* position: absolute;
	bottom: 1.9737vw;
	left: 0; */
	width:100%;
}

.devops-area{
	height: 48.9474vw;
	background: linear-gradient(to right, #0697d0, #1EB092)!important;
}
.devops-area .title{
	color: #fff;
	margin-bottom: 3.4505vw!important;
	padding-top: 4.5573vw;
	margin-top: 0px;
}
.devops-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 33.0729vw;
}
.devops-block .devops-col{
	width: 20.8984vw;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.devops-area .circle-block{
	display: flex;
    justify-content: center;
	position: relative;
	flex:1;
}
.circle-block .devops-bg{
	position: absolute;
	width: 46.0079vw;
	height: 21.1842vw;
}
.devops-area .container{
	position: relative;
	height: 100%;
}
.devops-first-circle{
	width: 11.1184vw;
	height: 11.1184vw;
	background: RGBA(255,255,255,0.1);
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.devops-first-circle img{
	width: 5.9868vw;
	height: 5.9868vw;
	animation: imgRotate 10s linear;
	-webkit-animation: imgRotate 5s infinite;
}
.devops-sec-circle{
	width: 16.7105vw;
	height: 16.7105vw;
	background: RGBA(255,255,255,0.1);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.devops-third-circle{
	width: 21.5vw;
    height: 21.5vw;
	background: RGBA(255,255,255,0.1);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.devops-area .devops-bottom-bg{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 7.1711vw;
}
.devops-area .wave-1{
	width: 100%;
	height: 7.1615vw;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate3d(4px, 0px, 0);
	animation: waveMove 5s ease-in-out 0.7s infinite forwards;
}
.devops-area .wave-2{
	width: 100%;
	height: 7.1615vw;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate3d(4px, 0px, 0);
	animation: waveMove 5s ease-in-out 1.5s infinite forwards;
}
.circle-desc-box{
	border:1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0.2);
	border-radius: .651vw;
	width: 20.8553vw;
	color: #fff;
	padding:1.3447vw 2.4316vw;
	height: 11.5789vw;
	transition: all 0.3s;
}
.circle-desc-box:hover{
	box-shadow: 0px 0px .651vw rgb(0 0 0 / 10%);
	transform: translate(0, -10px);
}
.circle-desc-box img{
	width: 1.3816vw;
	height: 1.3816vw;
}
.circle-desc-box .desc-title{
	font-size: 1.1184vw;
	font-weight: bold;
	margin-bottom: .6579vw;
	text-align: center;
}
.circle-desc-box .desc-content{
	font-size: .9211vw;
	line-height: 1.8421vw;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: .6579vw;
	text-align: justify;
}
.desc-box-1{
	top:7.2368vw;
}
.desc-box-2{
	bottom:8.2368vw;
}
.desc-box-3{
	top:7.2368vw;
	right: .7895vw;
}
.desc-box-4{
	bottom:8.2368vw;
	right: .7895vw;
}
.scene-area{
	padding-bottom: 5.2632vw;
}
.scene-area .scene-list{
	display: flex;
	flex-wrap: wrap;
}
.scene-area .scene-list .scene-col{
	width: 20%;
	background: #F9F9F9;
	color: #666;
}
.scene-col-desc{
	padding:2.6316vw 1.4474vw;
	position: relative
}
.scene-col-img{
	overflow: hidden;
}
.scene-area .scene-list .scene-col img{
	transition: all 0.6s;
}
.scene-area .scene-list .scene-col:hover img{
	transform: scale(1.2);
}
.right-triangle{
	width: 0px;
    height: 0px;
    border: .6579vw solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #F9F9F9;
    border-right-color: transparent;
    position: absolute;
    right: -1.3158vw;
    top: 50%;
}
.bottom-triangle{
	width: 0px;
    height: 0px;
    border: .6579vw solid #000;
    border-top-color: #F9F9F9;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    right: 50%;
    bottom: -20px;
}
.left-triangle{
	width: 0px;
    height: 0px;
    border: .6579vw solid #000;
	border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #F9F9F9;
    position: absolute;
    left: -20px;
    top: 50%;
}

.scene-title{
	font-size: 1.25vw;
	font-weight: bold;
	margin-bottom: 1.3158vw;
}
.scene-content{
	font-size: .9211vw;
	text-align: justify;
}
.ability-area{
	padding-bottom: 3.2552vw;
	background: linear-gradient(to right, #0697d0, #1EB092)!important;
	color: #fff;
}
.ability-area .title{
	color: #fff;
	margin-top: 0px;
}
.ability-area .sub-title{
	font-size: 1.6927vw;
    text-align: center;
    color: #fff;
    margin-bottom: .651vw;
	margin-top: 0px;
}
.ability-area .ability-1-img{
	width: 22.526vw;
	height: 12.9557vw;
}
.ability-area .rows-1-top{
	display: flex;
	margin-bottom: .8464vw;
	position: relative;
}
.ability-area .ability-5-img{
	height: 13.0859vw;
	width: 3.5156vw;
	margin-right: 1.1719vw;
}
.ability-area .ability-6-img{
	height: 13.0859vw;
	width: 3.5156vw;
	margin-left: 1.1719vw;
}
.ability-area .ability-7-img{
	height: 10.2214vw;
	width: 11.0677vw;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
}
.ability-area .ability-2-img{
	width: 58.2237vw;
	height: 15.0658vw;
	margin-top: -1.9737vw;
}
.ability-area .ability-3-img{
	width: 15.625vw;
	height: 1.1719vw;
	bottom: 0;
	left: 0px;
	position: absolute;
}
.ability-area .ability-4-img{
	width: 15.625vw;
	height: 1.1719vw;
	bottom: 0;
	right: 0px;
	position: absolute;
}
.ability-area .ability-rows{
	display: flex;
	justify-content: space-between;
}
.ability-area .rows-2{
	position: relative;
}
.ability-area .rows-2 .bottom-desc{
	display: flex;
	justify-content: space-between;
	padding:0px 3.9063vw 0px 5.2083vw;
	font-size: 1.237vw;
	position: absolute;
	bottom: 1.3021vw;
	width: 100%;
}
.rows-2-block{
	background: linear-gradient(to top, RGBA(37, 155, 177, 0.8), transparent 50%);
	width: 22.5658vw;
	height: 13.1579vw;
	position: absolute;
	top: 0px;
    left: 50%;
    transform: translate(-50%,0);
	padding-bottom: .9868vw;
}
.ability-area .ability-col-center{
	text-align: center;
	flex:1;
}
.ability-col-center .rows-1{
	display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 1.25vw;
}
.ability-area .block-table{
	border:1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2);
	display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.ability-area .block-table-row{
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom:1px solid rgba(255,255,255,0.3);
	font-size: 1.25vw;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.ability-area .block-table-row:last-child{
	border:none;
}
.rows-2-block .block-table{
	border:1px solid rgba(255,255,255,1);
	background: rgba(255,255,255,0.2);
	margin:0px 1.9737vw;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

}
.rows-2-block .block-table-row{
	flex:1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom:1px solid rgba(255,255,255,0.5)
}


.ability-col-left{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-right:55px;
}
.ability-col-left .block-table-row{
	height: 4.8026vw;
	padding: 1.3158vw 1.9737vw;
}
.ability-col-left .block-table:nth-child(2){
	height: 10.9868vw;
}
.ability-col-left .block-table:nth-child(2) .block-table-row{
	padding:0px 1.9737vw;
}
.ability-col-left .block-table:nth-child(1){
	justify-content: center;
	height: 14.4079vw;
}
.ability-col-left .block-table:nth-child(1){
	border:none;
	background: transparent;
}
.ability-col-left .block-table:nth-child(1) .block-table-row{
	border:1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2);
}
.ability-col-right{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-left:55px;
}
.ability-col-right .block-table-row{
	height: 4.8026vw;
	padding: 1.3158vw 1.9737vw;
}
.ability-col-right .block-table:nth-child(1){
	border:none;
	background: transparent;
}
.ability-col-right .block-table:nth-child(1){
	justify-content: center;
	height: 14.4079vw;
}
.ability-col-right .block-table:nth-child(1) .block-table-row{
	border:1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.2);
}

.ability-col-right .block-table:nth-child(2){
	height: 10.9868vw;
	justify-content: center;
}
.ability-col-right .block-table:nth-child(2) .block-table-row{
	padding:0px 1.9737vw;
}
.ability-rows-1{
	display: flex;
	justify-content: space-between;
	margin-top: .651vw;
}
.ability-rows-1 .light-line{
	width: 50%;
}
.ability-rows-1 .left-bottom{
	transform: rotate(180deg);
}
.ability-rows-1 .line-block {
	position: relative;
	width: 100%;
	height: .1953vw;
	background: linear-gradient(
	  -90deg, 
	  rgba(255,255,255,0.7) 1%, rgba(255,255,255,0.7) 4%, transparent 12%, transparent 16%, 
	  rgba(255,255,255,0.7) 16%, rgba(255,255,255,0.7) 19%, transparent 27%, transparent 33%, 
	  rgba(255,255,255,0.7) 33%, rgba(255,255,255,0.7) 36%, transparent 44%, transparent 50%, 
	  rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.7) 53%, transparent 61%, transparent 66%, 
	  rgba(255,255,255,0.7) 66%, rgba(255,255,255,0.7) 69%, transparent 77%, transparent 84%, 
	  rgba(255,255,255,0.7) 84%, rgba(255,255,255,0.7) 87%, transparent 95%, transparent 100%
	);  
	background-size: 200% 100%;
	border-radius: 0px .3906vw .3906vw 0px;
  }
  
/* 指定使用Gradient动画，5s完成一次动画，匀速，无限循环 */
.ability-rows-1 .gradient {
	animation: Gradient 5s linear infinite;
	-webkit-animation: Gradient 5s linear infinite;
	-moz-animation: Gradient 5s linear infinite;
}
.ability-rows-2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 3.8816vw;
}
.ability-rows-2 img{
	width: 3.9474vw;
	height: 1.1842vw;
}
.ability-rows-2 .sec-circle{
	width: 7.8947vw;
	height: 7.8947vw;
	background: transparent;
	border:1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ability-rows-2 .first-circle{
	width: 5.9211vw;
	height: 5.9211vw;
	background: rgba(255,255,255,0.2);
	border:1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: .9211vw;
	font-weight: bold;
}
.introduce-area{
	background: RGBA(20, 196, 177, 0.1);
	padding-bottom: 5.2632vw;
}
.introduce-area .desc{
	font-size: .9211vw;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 1.9079vw;
	margin-bottom: 2.1053vw;
}
.introduce-slider{
	/* padding-bottom: 2.0395vw; */
}
.introduce-slider img{
	/* box-shadow: 0px 5px 15px; */
	height: 29.9342vw;
}
.introduce-area .tools-list{
	display: flex;
	justify-content: space-around;
}
.introduce-area .tools-list img{
	width: 3.3553vw;
	height: 3.3553vw;
	margin-bottom: 0.6vw;
}
.introduce-area .tools-list .tools-col{
	text-align: center;
	font-size: .9211vw;
	color: #666;
}

.introduce-area .tools-list .tools-col:hover img:first-child{
	display: none;
}
.introduce-area .tools-list .tools-col:hover img:last-of-type{
	display: inline-block!important;
}
.introduce-slider .owl-prev {
	background: #fff !important;
    font-size: 1.9737vw !important;
    width: 2.3684vw;
    position: absolute;
    height: 2.3684vw;
    border-radius: 50% !important;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
    top: 40%;
    left: -3.8816vw;
    color: #000 !important;
    border: none;
    padding: 0px;
}

.introduce-slider .owl-next {
	color: #000 !important;
	font-size: 1.9737vw !important;
	width: 2.3684vw;
	position: absolute;
	height: 2.3684vw;
	border-radius: 50% !important;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
	top: 40%;
	right: -3.8816vw;
	background: #fff;
	border: none;
	padding: 0px;
}

.introduce-slider .owl-next:hover,.introduce-slider .owl-prev:hover {
	background: linear-gradient(to right, #0697d0, #2fe79d) !important;
	color: #fff !important;
}
.introduce-slider .slider-1{
	position: relative;
}



.nav3 {
    margin-bottom: 2.6041vw
}

.nav3-list {
    display: flex;
    text-align: center;
    height: 75px;
    line-height: 75px;
    position: relative;
    font-size: 20px
}

@media screen and (max-width:1199px) {
    .nav3-list {
        font-size: 18px
    }
}

@media screen and (max-width:991px) {
    .nav3-list {
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }
}

.nav3-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #eee
}

.nav3-item {
    flex-grow: 1
}
.nav3 ul,.nav3 li{margin:0; padding:0; list-style:none}
.nav3 a {
    display: block;
    position: relative;
    overflow: hidden
}

.nav3 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: all .3s;
  background: linear-gradient(to right, #0697d0, #2fe79d);
    z-index: -1
}

.nav3 a.hover,.nav3 a:hover {
    color: #fff
}

.nav3 a.hover:after,.nav3 a:hover:after {
    transform: translateY(0)
}

.tabs {
    background-color: #ecf6ff;
    display: flex;
    justify-content: center;
    margin-bottom: 3.3854vw;
    white-space: nowrap
}

.tabs-item {
    font-size: 18px;
    padding: 20px 40px
}

@media screen and (max-width:991px) {
    .tabs-item {
        padding: 15px 30px;
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .tabs-item {
        padding: 10px 5px;
        font-size: 12px
    }
}

.tabs-item.active,.tabs-item:hover {
    color: #fff;
    background-color: #2aa9e0
}

.webpage {
    padding-top: 100px;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .webpage {
        padding-top: 60px
    }
}

.i-banner {
    height: calc(100vh - 100px);
    color: #fff
}

@media screen and (max-width:991px) {
    .i-banner {
        text-align: center;
        height: calc(100vh - 60px)
    }
}
.jj ul,.jj li{padding:0; margin:0 ; list-style:none;}
.jj-flex {
    display: flex
}

.jj-chunk {
    min-height: 26.04vw;
    flex-grow: 1;
    width: 50%;
    padding: 3.38541vw;
    background-color: #f5f5f5
}

.jj-title {
    font-size: 30px;
    color: #2fe79d
}

@media screen and (max-width:1199px) {
    .jj-title {
        font-size: 26px
    }
}

@media screen and (max-width:991px) {
    .jj-title {
        font-size: 22px
    }
}

@media screen and (max-width:767px) {
    .jj-title {
        font-size: 18px
    }
}

.jj-p {
    margin-top: 1.5625vw;
    margin-bottom: 2.08333vw;
    line-height: 1.6
}

.jj-list li {
    margin-bottom: 5px
}

.jj-mark {
    color: #fff;
    padding: 10px;
    margin-right: 5px;
    background-color: #2aa9e0
}

.jj-caption,.jj-mark {
    display: inline-block;
    vertical-align: middle
}

.jj-caption {
    line-height: 1.6
}

@media screen and (max-width:1439px) {
    .jj-caption {
        font-size: 14px;
        display: block;
        margin-top: 5px;
        padding-bottom: 5px
    }
}

.gffd-r4 {
    background-color: #f1f1f1
}

.xjlt-chunk {
    padding: 3.6458vw 0
}

.xjlt-chunk .swiper-pagination {
    color: #2aa9e0;
    bottom: 25px
}

.xjlt-chunk-bg:before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f3f3f3;
    z-index: -1
}

@media screen and (max-width:767px) {
    .xjlt-chunk-bg:before {
        display: none
    }
}

.xjlt-chunk-bg .swiper-pagination {
    color: #fff
}

@media screen and (max-width:767px) {
    .xjlt-chunk-bg .swiper-pagination {
        color: #2aa9e0
    }
}

.xjlt-swiper {
    height: 25vw;
    min-height: 255px
}

.xjlt-swiper-img {
    max-height: 100%
}

.xjlt-text {
    margin-top: 1.822vw
}

.xjlt-r4 {
    background-color: #2aa9e0
}

.swzn-r2-content {
    display: inline-block;
    text-align: left
}

.swzn-r2-item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #626262;
    margin-right: 10px
}

.swzn-flex {
    display: flex
}

@media screen and (max-width:767px) {
    .swzn-flex {
        flex-direction: column
    }
}

.swzn-chunk {
    margin: 0 2.604vw;
    color: #fff;
    background-color: #ecf6ff;
    color: #2aa9e0;
    border-radius: 15px;
    padding: 20px
}

@media screen and (max-width:767px) {
    .swzn-chunk {
        margin: 5px 0
    }
}

.swzn-chunk-title {
    font-size: 20px;
    margin-bottom: 15px
}

@media screen and (max-width:767px) {
    .swzn-chunk-title {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.swzn-chunk-text {
    font-size: 16px;
    line-height: 1.6
}

@media screen and (max-width:767px) {
    .swzn-chunk-text {
        font-size: 12px
    }
}

.hz-pic {
    height: 14.84375vw;
    min-height: 125px;
    position: relative
}

.example-chunk {
    display: block;
    position: relative
}

.example-pic {
    height: 17.1875vw;
    min-height: 225px
}

.example-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 10px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,78,161,.9)
}

@media screen and (max-width:991px) {
    .example-caption {
        padding: 10px 5px;
        font-size: 12px
    }
}

.news-list .item {
    display: flex;
    padding: 30px;
    border-top: 1px solid #f3f3f3
}

.news-list .item:last-child {
    border-bottom: 1px solid #f3f3f3
}

@media screen and (min-width:992px) {
    .news-list .item {
        align-items: center
    }
}

@media screen and (max-width:991px) {
    .news-list .item {
        padding: 20px 0;
        flex-direction: column;
        align-items: left
    }
}

@media screen and (max-width:767px) {
    .news-list .item {
        padding: 15px 0
    }
}

.news-list .item img {
    width: auto!important;
    height: auto!important;
    max-width: 30%!important
}
@keyframes waveMove {

	0%,
	to {
		opacity: 0.5;
		transform: scaleY(0.5)
	}

	50% {
		opacity: 1;
		transform: translate3d(.2632vw, 1.8579vw, 0)
	}
}
@keyframes imgRotate {
	from {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(360deg)
	}
}
@keyframes Gradient {
	0% {
	  background-position: 100% 100%;
	  }
	100% {
	  background-position: 0% 100%;
	}
  }
  
  .introduce-area .remark {
    font-size: .9115vw;
    color: #666;
    text-align: right;
    margin-top: -1.3021vw;
    margin-bottom: .651vw;
}