﻿@charset "utf-8";

/* banner */

.index_banner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.banner_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

.index_banner .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.index_banner_mb {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.20);
	z-index: 1;
}

.swiper-bottom-box {
	position: absolute;
	z-index: 4;
	bottom: 50px;
	left: 0;
	right: 0;
}

.swiper-bottom-box .n {
	position: relative;
}

.swiper-bottom-box .num {
	padding-right: 10px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.swiper-bottom-box .num em {
	margin-left: 7px;
	margin-right: 7px;
}

.img_pc,
.img_mo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.index_banner video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.ban_button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	transition: background-color 0.3s ease;
	background-size: cover;
	cursor: pointer;
}


.pub-more {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: all 1.2s .6s;
}

.index_banner_text {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.ban_text .t {
	font-weight: 700;

	color: var(--white-color);
}

.index_banner_text .t1 {
	overflow: hidden;
	transition: all 1s .4s;
}

.index_banner_text .t2 {
	overflow: hidden;
	transition: all 1.2s .6s;
}

.ban_text .eng {
	padding-top: 24px;
	font-weight: 400;
	font-family: 'Roboto';
	line-height: 1.5;
	overflow: hidden;
	transition: all 1.2s .8s;
}

.index_banner_text .t4 {
	padding-top: 30px;
	overflow: hidden;
	transition: all 1.2s 1s;
}

.ban_text .t>i {
	font-style: normal;
	line-height: inherit;
	display: block;
}

.ban_text .t>i {
	transform: translateY(200%);
	transition: all 1.6s cubic-bezier(.33, 1, .68, 1);
}

.ban_text .index_more a {
	transform: translateY(200%);
	transition: transform 1.6s cubic-bezier(.33, 1, .68, 1);
}

.index_banner .swiper-slide.swiper-slide-active .t>i,
.index_banner .swiper-slide.swiper-slide-active .index_more a {
	transform: translateY(0);
}

.index_banner_bottom {
	position: absolute;
	z-index: 3;
	bottom: 30px;
	left: 0;
	right: 0;
}

.index_banner_bottom .swiper-pagination {
	height: 24px;
	display: flex;
	align-items: center;
}

.index_banner_bottom .swiper-pagination-bullet {
	margin: 0 12px;
	opacity: .6;
	background-color: var(--white-color);
}

.index_banner_bottom .swiper-pagination-bullet-active {
	width: 24px;
	height: 24px;
	background-color: inherit;
	background-image: url(../images/ban_water.svg);
	opacity: 1;
}

.index_banner_bottom .dis_center {
	align-items: center;
	justify-content: center;
}

.index_banner_bottom .play {
	position: relative;
	height: 24px;
	width: 24px;
	margin-left: 8px;
	margin-right: 8px;
}

.index_banner_bottom .play i {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 24px;
}

.index_banner_bottom .swiper-pagination {
	position: relative;
	bottom: inherit;
}

.index_banner_bottom .ban_prev {
	margin-left: 22px;
}

.index_banner_bottom .ban_prev,
.index_banner_bottom .ban_next {
	height: 24px;
	cursor: pointer;
}

.index_banner_bottom .suspend {
	display: none;
}

@media (max-width:767px) {
	.index_banner_bottom .ban_prev {
		margin-left: 10px;
	}

	.index_banner_bottom .swiper-pagination-bullet {
		margin: 0 6px;
	}

	.ban_text .eng {
		padding-top: 20px;
		font-size: 16px;
	}

	.index_banner_bottom .play {
		margin-left: 4px;
		margin-right: 4px;
	}
	.index_banner_text .t1 {
		font-size: 24px;
	}

}

/* index first */
.index_product {
	position: relative;
	padding-top: 75px;
	padding-bottom: 35px;
	background-color: #F4FAFF;
	z-index: 1;
}

.index_product:after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 0;
	background-image: url(../images/pro_bg_r.png);
	max-height: 283px;
	width: 40%;
	height: 30%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	z-index: -1;
}

.index_title {
	display: flex;
	flex-flow: column
}

.index_title strong {
	font-weight: 700;
	line-height: 1.5;
}

.index_title .black {
	color: var(--dark-color);
}

.index_title .blue {
	color: var(--main-color);
}

.index_title .white {
	color: var(--white-color);
}

.in_pro_one {
	display: flex;
	padding-top: 35px;
	margin-left: -12px;
	margin-right: -12px;
}

.in_pro_one .box {
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
	width: 464px;
	height: 552px;
	border-radius: 24px;
	background-color: #E4EFF9;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.in_pro_one .box.act {
	width: calc(100% - 464px);
}

.in_pro_one .box .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/pro_one_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0;
	z-index: -1;
}

.in_pro_one .box .bg::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 70%;
	height: 100%;
	max-width: 540px;
	background-image: url(../images/pro_one_icon.svg);
	background-repeat: no-repeat;
	background-size: cover;

}

.in_pro_one .box .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background-color: rgba(6, 104, 202, 0.30);
	backdrop-filter: blur(8px);
	border-radius: 50%;
}

.in_pro_one .box .icon img:nth-child(2) {
	display: none;
}

.in_pro_one .in_pro_left {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
	padding-top: 60px;
	flex: 1;
	height: 100%;
}

.in_pro_left>div {
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-left: 35px;
	padding-right: 35px;
}

.in_pro_one .in_pro_left .title {
	padding-top: 16px;
	color: var(--dark-color);
	font-weight: 700;
	line-height: 1.3;
}

.in_pro_one .in_pro_left .thumb {
	padding-bottom: 80px;
	padding-left: 40px;
	padding-right: 40px;

}

.in_pro_one .in_pro_left .thumb img {
	max-height: 214px;
}

.in_pro_one .in_pro_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	padding-top: 84px;
	padding-bottom: 85px;
	height: 100%;
	opacity: 0;
	transition: opacity 0.6s;
	transition-delay: .2s;
}

.in_pro_one .in_pro_right ul {
	padding-right: 65px;
	height: 100%;
	display: flex;
    flex-flow: column;
    justify-content: center;
}

.in_pro_right ul li {
	padding-bottom: 16px;
}

.in_pro_right ul li:last-child {
	padding-bottom: 0;
}

.in_pro_right ul li a {
	padding: 16px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(8px);
	color: var(--white-color);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

.in_pro_right ul li i {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/arrow_right_white.svg);
	background-repeat: no-repeat;
}

.in_pro_right ul li a span {
	width: calc(100% - 34px);
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


.in_pro_right ul li a:hover {
	background-color: #FFF;
	color: var(--dark-color);
	backdrop-filter: blur(0px);
}

.in_pro_right ul li a:hover i {
	background-image: url(../images/arrow_right_black.svg);
}

/* hover */
.in_pro_one .box.act .bg {
	opacity: 1;
}

.in_pro_one .box.act .icon {
	background-color: var(--white-color);
}

.in_pro_one .box.act .icon img:nth-child(1) {
	display: none;
}

.in_pro_one .box.act .icon img:nth-child(2) {
	display: block;
}

.in_pro_one .box.act .title {
	color: var(--white-color);
}

.in_pro_one .box.act .thumb {
	background-image: url(../images/pro_one_left_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}

.in_pro_one .box.act .in_pro_left {
	width: 61%;
}

.in_pro_one .box.act .in_pro_right {
	width: 39%;
	opacity: 1;
}

.in_pro_two {
	padding-top: 80px;
}

.in_pro_two .index_pro_text {
	flex: 1;
	margin-left: 40px;
	max-width: 750px;
	color: #666;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

@media screen and (max-width:1700px) {
	.in_pro_right ul li a span{
		width: 100%!important;
	}
	.in_pro_right ul li a span{
	font-size: 16px;}
	.in_pro_one .box.act .in_pro_right{
		width: 51%;
	}
	
}

.in_pro_two_table {
	padding-top: 35px;
}

.in_pro_two_table .pro_color {
	width: 100%;
	border-spacing: 5px;
	table-layout: fixed;
	margin-left: -5px;
	margin-right: -5px;
}

.in_pro_two_table .pro_color tr td {
	width: calc(100% - 5px);
	border-radius: 4px;
	height: 50px;
	color: #FFF;
	text-align: center;
	font-size: 13.11px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
}

.in_pro_two_table .pro_table_t {
	padding-top: 10px;
}

.in_pro_two_table .pro_table_t {
	width: 100%;
	width: 88%;
	margin: 0 auto;
	table-layout: fixed;

}

.in_pro_two_table .pro_table_t tr td {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: var(--dark-color);
}

.in_pro_two_table .des {
	padding-top: 50px;
	color: #666;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	text-align: right;
}

@media (max-width:1439px) {
	.in_pro_one .box {
		width: 400px;
	}

	.in_pro_one .box.act {
		width: calc(100% - 400px);
	}


}

@media (max-width:1365px) {
	.in_pro_one .box {
		width: 380px;
	}

	.in_pro_one .box.act {
		width: calc(100% - 380px);
	}

}

@media (max-width:1279px) {
	.in_pro_one .in_pro_left .thumb {
		padding-bottom: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.in_pro_one .in_pro_right ul {
		padding-right: 35px;
	}

}

@media (max-width:1180px) {
	.in_pro_one {
		flex-wrap: wrap;
	}

	.in_pro_one .box {
		width: 100%;
		margin-bottom: 24px;
	}

	.in_pro_one .box.act {
		width: 100%;
	}

	.in_pro_two {
		padding-top: 50px;
		flex-wrap: wrap;
	}

	.in_pro_two .index_pro_text {
		margin-left: 0;
		padding-top: 30px;
		flex: inherit;
		width: 100%;
	}

}

@media (max-width:767px) {
	.index_product {
		padding-top: 50px;
	}

	.in_pro_one .box.act .in_pro_left {
		padding-top: 40px;
		width: 100%;
		height: auto;
	}

	.in_pro_one .box.act {
		height: auto;
	}

	.in_pro_one .box .icon {
		width: 46px;
		height: 46px;
		padding: 8px;
	}

	.in_pro_one .box .thumb {
		display: none;
	}

	.in_pro_one .box.act .in_pro_right {
		position: relative;
		padding-top: 40px;
		padding-bottom: 30px;
		width: 100%;
		height: auto;
	}

	.in_pro_one .in_pro_right ul {
		padding-left: 20px;
		padding-right: 20px;
		height: auto;
	}

	.in_pro_right ul li {
		padding-bottom: 10px;
	}

	.in_pro_right ul li a {
		padding: 14px 16px;
		line-height: 26px;
	}

	.in_pro_two_table .pro_table_t tr td {
		font-size: 14px;
	}

	.index_product .index_more {
		justify-content: center;
	}

	.in_pro_two_table .pro_color {
		width: calc(100% + 10px);
	}

	.in_pro_two_table .pro_table_t {
		width: 90%;
	}
	.in_pro_left>div {
		padding-left: 25px;
		padding-right: 25px;
	}


}

/* 多场景应用 */
.scene_box {
	position: relative;
}

.scene_box_pic {
	width: 100%;
}

.scene_box_pic .swiper-slide {
	background-color: rgba(0, 0, 0, 0.20);
}

.scene_box_pic .bg {
	position: relative;
	height: 887px;
	width: 100%;
}

.scene_box_pic .bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/scen_mask.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.scene_box_pic .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width:768px) {
	.scene_box .scene_box_title {
		position: absolute;
		left: 0;
		top: 80px;
		width: 100%;
		z-index: 9;
	}
}

.scene_box .scene_box_click {
	position: absolute;
	left: 0;
	bottom: 60px;
	padding-bottom: 20px;
	width: 100%;
	z-index: 9;
}

.scene_box_click .scen_item {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 30px 20px;
	border-radius: 5px 30px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.10);
	transition: all .3s;
}

.scene_box_click .scen_item .icon {
	max-width: 32px;
}

.scene_box_click .title {
	margin-top: 30px;
	color: var(--white-color);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.scene_box_click .scen_jt {
	position: absolute;
	bottom: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .3s;
}

.scene_box_click .active {
	padding: 25px 20px 45px 20px;
	background-color: var(--deep-color);
	border: 1px solid rgba(255, 255, 255, 0.40);
}

.scene_box_click .active .title {
	margin-top: 20px;
}

.scene_box_click .active .scen_jt {
	opacity: 1;
	bottom: 15px;
}


.scene-pagination {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 3px;
	background-color: rgba(0, 0, 0, 0.40);
}

.scene_tab .scoll {
	padding-bottom: 10px;
	align-items: stretch;
	overflow-x: auto;
	scroll-behavior: smooth;
	/* white-space: nowrap; */
	cursor: grab;
}

.scene_tab .scoll::-webkit-scrollbar {
	width: 6px;
	height: 4px
}

.scene_tab .scoll::-webkit-scrollbar-corner,
.scene_tab .scoll::-webkit-scrollbar-track {
	background-color: transparent;
}

.scene_tab .scoll::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(255, 255, 255, 1);
}

.scene_tab .scen_item {
	min-width: 180px;
	margin-right: 8px;
}

.scene_tab .scen_item:last-child {
	margin-right: 0;
}

.scen_button>div {
	margin-left: 4px;
	width: 35px;
	height: 35px;

	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
}

.scen_button>div svg {
	width: 10px;
	height: 10px;
}

.scen_button>div {
	background-color: var(--white-color);
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.scen_button>div svg path {
	fill: var(--main-color);
}

.scen_button>div:hover {
	background-color: var(--main-color);
	border-color: var(--main-color);
}

.scen_button>div:hover svg path {
	fill: var(--white-color);
}

@media (min-width:768px) {
	.scene_bg_swiper .swiper-slide {
		opacity: 0 !important;
		transition: opacity 0.5s;
	}

	.scene_bg_swiper .d-show {
		opacity: 1 !important;

	}

}

@media (max-width:1440px) {

	.scene_box_pic .bg {
		height: 750px;
	}

}

@media (max-width:1366px) {

	.scene_box_pic .bg {
		height: 700px;
	}

}

@media (max-width:1280px) {

	.scene_box_pic .bg {
		height: 650px;
	}

}

@media (max-width:991px) {

	.scene_box_pic .bg {
		height: 600px;
	}

	.scene_box .scene_box_click {
		bottom: 40px;
	}
}

@media (max-width:767px) {
	.scene_box {
		padding-top: 50px;
		overflow: hidden;
	}

	.scene_t_swiper .scen_item {
		width: 127px;
	}

	.scene_box_pic .bg {
		height: 380px;
	}
	.scene_box .scene_box_title .my-container>div:first-child {
		flex-flow: column;
		align-items: flex-start;
	}
	.scene_box_title .index_title .white {
		color: var(--dark-color);
	}
	.scene_box .scene_box_title .my-container>div:first-child .mo_show {
		margin-top: 20px;
	}
	.scene_box .index_more {
		margin-top: 30px;
		justify-content: center;
	}

	.scene_box_pic {
		margin-top: 22px;
	}

	.scene_bg_swiper {
		padding-left: 16px;
	}

	.scene_bg_swiper .swiper-slide {
		border-radius: 8px;
		overflow: hidden;
	}

	.scene_bg_swiper .scen_item {
		width: 127px;
	}

	.scene_bg_swiper .scen_item {
		position: absolute;
		left: 20px;
		bottom: 16px;
		display: block;
		padding: 25px 20px 10px 20px;
		border-radius: 5px 30px;
		border: 1px solid rgba(255, 255, 255, 0.20);
		background: rgba(255, 255, 255, 0.10);
		transition: all .3s;
	}

	.scene_bg_swiper .scen_item .icon {
		max-width: 32px;
	}

	.scene_bg_swiper .title {
		margin-top: 20px;
		color: var(--white-color);
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.scene_bg_swiper .scen_jt {
		width: 20px;
		margin-top: 10px;
	}
}

/* 品牌客户 */
.brand_box {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(../images/brand_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.brand_number ul {
	display: flex;
	align-items: center;
}

.brand_number .line {
	margin-left: 48px;
	margin-right: 48px;
	width: 1px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.10);
}

.brand_number .number span {
	color: var(--main-color);
	font-family: 'Roboto bold';
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.brand_number .number em {
	color: var(--main-color);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.brand_number p {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	max-width: 200px;
}
.brand_l_box {
	margin-left: -12px;
	margin-right: -12px;
}
.brand_swiper {
	margin-top: 50px;
	padding-left: 12px;
	padding-right: 12px;
}

.brand_list {
	margin-left: -12px;
	margin-right: -12px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.brand_list li {
	width: 16.66%;
	padding: 12px;
}

.brand_swiper .brand_logo {
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	-webkit-transition: transform .4s;
}

.brand_swiper .swiper-slide {
	opacity: 0 !important;
}

.brand_swiper .swiper-slide-active {
	opacity: 1 !important;
}

.brand_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 140px;
	padding: 30px 30px;
	background: var(--white-color);
	border: 1px solid rgba(6,104,202,0.3);
	cursor: pointer;
	border-radius: 8px;
	transition:all .4s;
}

.brand_logo img {
	max-height: 80px;

}

.brand_logo:hover {
	transform: scale(1.03);
	box-shadow:0px 0px 10px rgba(106, 185, 229, 0.50);
	border: 1px solid rgba(6,104,202,1);
}

.brand_button {
	padding-top: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand_button>div {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--white-color);
	cursor: pointer;
	opacity: 1;
}

.brand_button>div:first-child {
	margin-right: 24px;
}

.brand_button>div:hover {
	background-color: var(--main-color);
}

.brand_button>div:hover svg path {
	fill: var(--white-color);
}

.brand_m_swiper {
	margin-top: 40px;
}
@media (max-width:1365px) {
	.brand_logo {
		height: 130px;
	}
}
@media (max-width:1279px) {
	.brand_logo {
		padding: 20px 20px;
		height: 100%;
	}
}
@media (max-width:991px) {
	.brand_title {
		flex-wrap: wrap;
	}
	.brand_number {
		width: 100%;
		padding-top: 30px;
	}
	.brand_number .line {
		margin-left: 16px;
		margin-right: 16px;
		height: 30px;
	}

	.brand_list {
		margin-left: -8px;
		margin-right: -8px;
	}
	
	.brand_list li {
		padding: 8px;
	}



}
@media (max-width:767px) {
	
	.brand_box {
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
	}

	.brand_m_swiper {
		overflow: visible;
	}

	.brand_m_swiper .swiper-slide {
		height: auto;
	}

	.brand_logo {
		padding: 20px 20px;
		height: 100%;
	}

	.brand_button {
		padding-top: 30px;
	}
	.brand_logo img {
		max-height: 60px;
	}
	.brand_button>div {
		width: 35px;
		height:35px;
	}
	.brand_button>div:first-child {
		margin-right:4px;
	}
	.brand_button>div svg {
		width: 10px;
		height: 10px;
	}
	.brand_number p {
		font-size: 14px;
		line-height: 24px;
		max-width: inherit;
	}

}
/* about */
.index_about {
	position: relative;
	overflow: hidden;
z-index: 1;
}
.index_about .about_bg {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.index_about .about_bg .img {
	width: 100%;
	height: 100%;
}
.index_about .about_bg .img img{ 
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_content {
	position: relative;
	padding-top: 195px;
	padding-bottom: 180px;
}

.about_content .my-container {
	justify-content: flex-end;
}
.about_content .about_right {
	width: 50%;
	max-width: 812px;
}
.about_right .s_t {
	color:var(--white-color);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.about_right .big_t {
	padding-top: 8px;
	color:var(--white-color);
font-style: normal;
font-weight: 700;
line-height: 1.3;
}
.about_right .about_text {
	padding-top: 30px;
}
.about_right .about_text p {
	padding-bottom: 20px;
	color: var(--white-color);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
opacity: 0.8;
}
.about_right .about_text p:last-child {
	padding-bottom: 0;
}
.about_number {
	padding-top: 90px;
	padding-bottom:90px;
}
.about_number ul {
	margin-left: -25px;
	margin-right: -25px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.about_number ul li {
	width: 50%;
	padding: 25px;
	display: flex;
}
.about_number .icon {
	width: 50px;
	margin-top: 5px;
}
.about_number .year{
	color: var(--white-color);
font-family: "Roboto";
font-weight: 700;
line-height: 1;
}
.about_number .right {
	padding-left: 16px;
}
.about_number .right>div {
	display: flex;
	align-items:flex-start;
}
.about_number .right em {
	margin-left: 9px;
	color:var(--white-color);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.about_number .right p{
	margin-top: 4px;
	color:var(--white-color);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}

.left_sch {
    position: absolute;
    left:50%;
	transform: translateX(-50%);
    bottom: 30px;
    width: 20px;
    z-index: 9;
}
.scrillm {
    width: 20px;
    height: 31px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
}

.scrillm i {
    width: 2px;
    height: 5px;
    background: #fff;
    margin-top: 8px;
}

.scrillm i {
    animation: jumpDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}
@keyframes jumpDown {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    100% {
        transform: translateY(5px)
    }
}
@media screen and (max-width:1440px) {
	.about_content {
		padding-top: 125px;
		padding-bottom: 120px;
	}

}
@media screen and (max-width:1366px) {
	.about_content {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.about_number {
		padding-top: 70px;
		padding-bottom: 70px;
	}

}
@media screen and (max-width:1280px) {

	.about_number {
		padding-top: 50px;
		padding-bottom: 50px;
	}

}
@media screen and (max-width:991px) {
	.about_content {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.about_content .about_right {
		width: 90%;
	}
	.about_number {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about_number ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.about_number ul li {
		padding: 15px 10px;
	}
	.about_number .icon {
		width: 36px;
	}
	.about_number .right {
		padding-left: 10px;
	}

}
@media screen and (max-width:767px) {
	.about_content {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.about_content .about_right {
		width: 100%;
	}
	.about_number .right {
		flex: 1;
	}
	.about_number .right p{
	font-size: 14px;
	line-height: 1.2;
	}
	.about_number .icon {
		width: 22px;
	}
	.about_number ul li {
		padding: 10px;
		width: 100%;
	}
	.about_right .about_text {
		padding-top: 0;
		margin-top: 30px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
	}

}

/* 新闻 */
.index_new {
	padding-top: 80px;
	padding-bottom: 30px;
	overflow: hidden;
}
.new_list {
    padding-top: 50px;
	padding-bottom: 35px;
}

.new_list ul {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -23px;
    margin-right: -23px;
}

.new_list ul li {
    float: left;
    width: 30%;
    height: 566px;
    padding: 0 23px;
}

.new_list li:first-child {
    width: 40%;
}

.new_list .new_one {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.new_list .thumb {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.new_list .thumb i {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
    z-index: 2;
}

.new_list .title_mask {
    padding: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 3;
}

.new_one .thumb {
    width: 100%;
    height: 100%;
}

.new_list .new_one .time {
    padding-left: 24px;
    color: var(--white-color);
    background-image: url(../images/time_white.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    opacity: 0.5;
}

.new_list .new_one .title {
    margin-top: 10px;
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    max-height: 60px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_list a:hover .thumb i {
    transform: scale(1.1);
}

.new_list .new_two {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.new_two .thumb {
    width: 100%;
    height: 47.8%;
}

.new_list .new_two .new_text {
    padding-top: 16px;
}

.new_list .new_text .time {
    padding-left: 24px;
    color: var(--main-color);
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
    background-image: url(../images/time_blue.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.new_list .new_text .title {
    margin-top: 16px;
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 400;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_list .new_text .des {
    margin-top: 24px;
    color: #657188;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_list .more {
    margin-top: 50px;
}

.new_list .more span {
    display: flex;
    width: 34px;
    height: 24px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    background: #fff;
    transition: background-color .4s;
}

.new_list .more span i {
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(../images/new_add.svg);
    background-repeat: no-repeat;
}

.new_list a:hover  .more span {
    background: var(--main-color);
}

.new_list a:hover  .more span i {
    background-image: url(../images/new_jiaw.svg);
}

.new_list .new_three {
    display: block;
    position: relative;
    width: 100%;
}

.new_list li:last-child .new_three:nth-child(1) {
    height: calc(50% - 10px);
}

.new_list li:last-child .new_three:nth-child(2) {
    padding-top: 16px;
    height: calc(50% + 10px);
}

.new_list .line:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.new_list .line:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: var(--main-color);
    transition: width .8s;
}

.new_list .line:hover .title {
    color: var(--blue-color);
}

.new_list .line:hover:after {
    opacity: 0;
}

.new_list .line:hover:before {
    width: 100%;
}


@media screen and (max-width:1366px) {
    .new_list {
        padding-top: 30px;
    }

    .new_list ul li {
        height: 430px;
    }

    .new_list .more {
        margin-top: 22px;
    }

    .new_list .new_text .des {
        margin-top: 10px;
    }

    .new_list .new_text .title {
        font-size: 18px;
        line-height: 26px;
        height: 52px;
    }

}

@media screen and (max-width:1280px) {
    .new_list .title_mask {
        padding: 32px 20px;
    }

}
@media screen and (max-width:991px) {
	.new_list ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.new_list ul li {
		padding: 0 10px;
	}
}
@media screen and (max-width:767px) {
	.index_new {
		padding-top:50px;
	}
    .new_list ul {
        display: block;
    }

    .new_list li:first-child {
        width: 100%;
        padding-bottom: 20px;

    }

    .new_list ul li {
        height: auto;
        width: 100%;
    }

    .new_two .thumb {
        height: auto;
    }

    .new_list .new_one .title {
        font-size: 18px;
        line-height: 26px;
        max-height: 52px;
    }

    .new_list .title_mask {
        padding: 20px 15px;
    }

    .new_list .new_two .new_text {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .new_list li:last-child .new_three {
        height: inherit;
        padding-bottom: 20px;
    }

    .new_list .new_text .des {
        font-size: 14px;
    }
	.new_list li:last-child .new_three:nth-child(2) {
		height: auto;
	}
}

@media (max-width:767px) {}