html,
body {
	position: relative;
	height: 100%;
	overflow-x: hidden;
}

.container {
	max-width: 1600px;
}



#nav {
	position: fixed;
	z-index: 999999;
	top: 0;
	width: 100%;
	height: 98px;
	background: #ffffff;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(0, 0, 0, 0.2);
}

/*header PC*/

#header_vue {
	position: relative;
	z-index: 9999999;
}

.headervue {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.header-navbar {
	padding: 0;
	width: 100%;
	position: static;
	justify-content: center;
}

.navbar-con {
	display: flex;
	flex-basis: auto;
	height: 100%;
	padding-top: 20px;
}

.headervue .iconfont {
	position: relative;
	top: 0.02rem;
	font-size: 0.2rem;
}

.headervue .item>a {
	display: flex;
	height: 100%;
	margin: 0 25px;
	font-size: 16px;
	cursor: pointer;
	white-space: nowrap;
	align-items: center;
	color: #333333;
	font-family: 'DDINBold';
}

.headervue .item>a>i {
	margin-left: 5px;
}

.headervue .item a:hover {
	color: #225ba9;
	text-decoration: none;
}

.headervue .header-wrap {
	position: fixed;
	z-index: 999999;
	top: 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
	display: flex;
	transition: all .3s;
}

.headervue.fixed-top .header-wrap {
	height: 80px;
}

.headervue .header-wrap .headerbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 0;
	/* width: 92%; */
	position: relative;
}

.headervue .header-wrap .header-logo {
	display: flex;
	margin-right: 28px;
	position: absolute;
	height: 90px;
	left: 0;
}

.headervue .header-wrap .header-logo>a {
	display: flex;
	padding: 10px 16px;
	height: 100%;
	align-items: center;
}

.headervue .header-wrap .header-logo>a .logo-img {
	max-width: none;
}

.headervue .header-wrap .header-right {
	display: flex;
	align-items: center;
	color: #999999;
	margin-right: 0px;
	height: 100%;
	position: absolute;
	right: 0;
	padding-top: 20px;
}

.headerbox-nav {
	margin-right: 20px;
}

.lang.show>a>i {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	transform: rotate(0);
	-ms-transform: rotate(0);
	/* IE 9 */
	-moz-transform: rotate(0);
	/* Firefox */
	-webkit-transform: rotate(0);
	/* Safari ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ Chrome */
	-o-transform: rotate(0);
	/* Opera */
}


.headervue .header-wrap .header-right .nav-lang {
	margin-right: 12px;
	color: #bcbcbc;
	display: flex;
	align-items: center;
	height: 100%;
}

.headervue .header-wrap .header-right .nav-lang .dropdown {
	height: 100%;
	position: static;
}

.headervue .header-wrap .header-right .nav-lang .dropdown>a>i.fa-globe {
	margin-right: 10px;
}

.headervue .header-wrap .header-right .nav-lang .dropdown>a>i.fa-angle-down {
	margin-left: 5px;
}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu {
	width: 260px;
	/* margin-left: -104px; */
	min-width: unset;
	border: none;
	background: #1e3a8a;
	padding-top: 15px;
	left: auto;
	padding-bottom: 15px;
	border-radius: 0;
	margin-top: 0 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu a {
	color: #ffffff;
	border-right: 1px solid #ffffff2d;
	height: 36px;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0.6;
	width: 127px;
	display: inline-block;


}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu a:hover {
	opacity: 1;
}

.headervue .header-wrap .header-right .nav-lang .dropdown-menu a:last-child {
	border-right: none;
}

.headervue .dropdown .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 200px;
	margin-top: 0px;
	background: #ffffff;
	border-radius: 0;
	padding: 10px 0;
	margin-left: -100px;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: -1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.headervue .dropdown .dropdown-menu ul li {
	list-style: none;
	position: relative;
}

.headervue .dropdown .show {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}

.headervue .dropdown-menu a {
	text-align: center;
	color: #727272;
	padding: 6px 15px;
}

.headerbox-nav .item>a {
	position: relative;
}

.headerbox-nav .item>a:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -1px;
	z-index: 1;
	height: 0.24rem;
	background: #1e3a8a;
	transition: all 0.5s;
}

.headerbox-nav .item.show>a:before,
.headerbox-nav .item>a:hover:before {
	right: 0;
	left: 0;
	transition: all 0.5s;
}

.headervue .dropdown-menu a:hover {
	color: #1e3a8a;
	background-color: unset;
}

/* äºŒçº§èœå•åŸºç¡€æ ·å¼ */
.dropdown_hiden {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	padding-top: 10px;
	width: 220px;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/* ä¸‰çº§èœå•æ ·å¼ */
.dropdown_hiden_3 {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	padding: 10px 0;
	width: 200px;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 101;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.dropdown_hiden_3 a {
	display: block;
	padding: 8px 15px;
	color: #727272;
	text-decoration: none;
	transition: all 0.3s;
}

.dropdown_hiden_3 a:hover {
	background: #1e3a8a;
	color: #ffffff;
}

/* äºŒçº§èœå•é¡¹æ ·å¼ */
.dropdown_hiden dd dl {
	margin-bottom: 0;
	position: relative;
}

.dropdown_hiden dd dl a {
	display: block;
	line-height: 34px;
	padding: 0 15px;
	color: #727272;
	text-decoration: none;
}

.dropdown_hiden dd dl a:hover {
	background: #1e3a8a;
	color: #ffffff;
}

/* æœ‰ä¸‰çº§èœå•çš„é¡¹æ·»åŠ ç®­å¤´æ ‡è¯† */
.dropdown_hiden dd dl:has(.dropdown_hiden_3)>a::after {
	content: '\f105';
	font-family: 'FontAwesome';
	float: right;
	margin-top: 10px;
}

/* Hover æ˜¾ç¤ºé€»è¾‘ */
.headervue .dropdown-menu ul li:hover .dropdown_hiden {
	display: block;
}

.headervue .dropdown_hiden dd dl:hover .dropdown_hiden_3 {
	display: block;
}

#header {
	display: block;
}

#ph-nav {
	display: none;
}



.header-navbar-m {
	background: #ffffff;
	height: 80px;
	position: fixed;
	z-index: 999999;
	top: 0;
	width: 100%;
	align-items: center;
}

.header-navbar-m .header-logo {
	position: relative;
}

.header-navbar-m .header-logo a img {
	/* height: 60px; */
	max-width: none;
}

.header-navbar-m .navbar-con .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header-navbar-m .navbar-con .lang>a {
	color: #333333;
}

.header-navbar-m .navbar-con .lang .dropdown-menu {
	right: 0;
	left: auto;
}

.header-navbar-m .navbar-con {
	align-items: center;
}

.header-navbar-m .navbar-con .lang {
	font-size: 20px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu {
	position: absolute;
	color: #666 !important;
	top: 48px;
	max-height: 10.6rem;
	width: 100px;
	min-width: unset;
	background-color: white;
	z-index: 100;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	border-radius: 4px;
	padding: 5px 0;
	margin-left: -50px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu a {
	text-align: center;
	color: #727272;
	padding: 6px 15px;
	font-size: 14px;
}

.header-navbar-m .navbar-con .lang .dropdown-menu a:hover {
	color: #1e3a8a;
	background-color: unset;
}

#banner {
	position: relative;
	width: 100%;
	margin-top: 100px;
}

#banner .ban-img {}

#banner .banner_img {
	height: 768px;
	position: relative;
}

#banner .banner_img:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	background: url(../images/mask.png);
	background-size: 100% 100%;
	z-index: 999999;
}

#banner .banner_img .video-btn {
	position: absolute;
	width: 85px;
	height: 85px;
	background: url(../images/play-icon.png);
	background-size: 100% 100%;
	right: 15%;
	bottom: 0;
	z-index: 999999;
	cursor: pointer;
}

#banner .banner_img .video-btn:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: circlepulse2 1.5s ease 0s infinite;
	animation: circlepulse2 1.5s ease 0s infinite;
	z-index: 0;
}

#banner .banner_img .swiper-container,
#banner .banner_img .swiper-container .swiper-wrapper {
	height: 100%;
}

#banner .swiper-container .swiper-wrapper .swiper-slide {
	overflow: hidden;
	height: calc(100vh - 80px);
	position: relative;
}

#banner .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
}

#banner .swiper-container .swiper-wrapper .swiper-slide video {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100% !important;
	object-fit: cover;
}

.banner-text {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	justify-content: flex-start;
	color: #ffffff;
	/* padding-top: 10%; */
	background: rgba(7, 8, 21, 0.18);
}

.banner-text .container {
	position: relative;
}

.banner-text-box {
	position: absolute;
	bottom: 15%;
	transform: translateY(200px);
	opacity: 0;
	transition: all .8s;
	/* border-radius: 25px; */
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: 0.16rem;
	font-size: 3.1vw;
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box p {
	margin-bottom: 20px;
	font-size: 2vw;
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box hr {
	display: block;
	width: 55px;
	border-bottom: 3px solid #ffffff;
}



#banner .swiper-container .swiper-wrapper .swiper-slide .ban-img {
	height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 90%;
}

#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box.active {
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	transition: all .8s;
	/* ç£¨ç ‚çŽ»ç’ƒæ•ˆæžœ */
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
	padding: 50px;
	border-radius: 25px;
}

.swiper-btns {
	position: absolute;
	bottom: 20%;
	z-index: 1;
	left: 0;
	width: 100%;
}

.swiper-btns .container {
	display: flex;
	justify-content: flex-end;
}

.swiper-btns .btn-prev {
	display: inline-block;
}

.swiper-btns .btn-next {
	display: inline-block;
	margin-left: 30px;
}

#index-about {
	background-color: #ffffff;
	position: relative;
}

#bg {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.index-about-contain {
	padding-bottom: 145px;
	padding-top: 120px;
	position: relative;
	z-index: 1;
	display: flex;
}

.contain-title p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #111111;
}

.contain-title h1 {
	/* font-size: 48px; */
	font-weight: bold;
	color: #111111;
	line-height: 1.3;
}

.contain-title.white p {
	color: #ffffff;
}

.contain-title.white h1,
.contain-title.white h3 {
	color: #ffffff;
}

.contain-title.center {
	text-align: center;
}

.container-title {
	margin-bottom: 20px;
}

.container-title p {
	margin-bottom: 15px;
}

.more-btn a {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #333333;
	padding-bottom: 5px;
}

.more-btn a::after {
	content: "";
	position: absolute;
	width: 100%;
	right: auto;
	left: 0;
	border-bottom: 1px solid #333333;
	bottom: 0;
	transition: all ease .35s;
}

.more-btn a:hover {
	text-decoration: none;
}

.more-btn a:hover::after {
	width: 0;
	left: 100%;
}

.more-btn a::before {
	content: "";
	position: absolute;
	width: 0;
	right: 0;
	left: auto;
	border-bottom: 1px solid #333333;
	bottom: 0;
	transition: all ease .35s;
	transition-delay: .35s;
}

.more-btn a:hover::before {
	width: 100%;
	right: auto;
	left: 0;
}

.index-about-title {
	width: 50%;
}

.index-about-content {
	width: 50%;
}

.about-num {
	margin-top: 36px;
}

.about-num ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10%;
}

.about-num ul li h3 {
	font-family: 'Impact';
	font-size: 50px;
}

.index-about-more {
	margin-top: 36px;
}

#index-app {
	background-color: #f4f4f4;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	margin-top: -25px;
	z-index: 1;
	position: relative;
}


.main-app {
	position: relative;
	width: 100%;
	/* å¢žåŠ åº•éƒ¨ padding é˜²æ­¢æœ€åŽä¸€å¼ å›¾è¢«åˆ‡æŽ‰ */
	padding-bottom: 8vh;
}

.main-app-header {
	position: relative;
	z-index: 10;
	padding-top: 120px;
}

.main-app-header-contain {
	display: flex;
	justify-content: space-between;
}

.main-app-header-contain .more-btn {
	margin-top: 65px;
}

.main-app .stack-list {
	display: flex;
	flex-direction: column;
	/* margin-bottom ç”± JS æŽ§åˆ¶ï¼Œåˆå§‹åŒ–ä¸º 0 */
	margin-bottom: 0;
}

.main-app .stack-items {
	--sticky-top: 0px;
	position: sticky;
	left: 0;
	will-change: transform, top;
	display: block;
}

.main-app .stack-items:nth-child(1) {
	top: 0;
	z-index: 1;
}

.main-app .stack-items:not(:nth-child(1)) {
	top: var(--sticky-top);
	z-index: calc(10 + var(--stack-index));
}

.main-app .stack-items .outer {
	background: #f4f4f4;
	border: 1px solid #d0d0d0;
	border-bottom: unset;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	transform: translateZ(0);
	overflow: hidden;
	width: 100%;
	display: block;
}

.main-app .stack-items:nth-child(1) .outer {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.main-app .stack-items:last-child .outer {
	background: url(../images/btn-more-bg.png);
	position: relative;
	padding: 60px 0;
}

.item-contain {
	display: flex;
	justify-content: space-between;
	padding-top: 68px;
	padding-bottom: 68px;
}

.item-content {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.item-content .item-title h2 {
	font-weight: bolder;
	margin-top: 10px;
}

.item-content a.more {
	display: inline-block;
	padding: 10px 40px;
	border: 1px solid #333333;
	color: #333333;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 36px;
	position: relative;
}

.item-content a.more i {
	margin-left: 15px;
}

.item-content a.more:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #1e3a8a;
	transition: all .3s;
	z-index: -1;
}

.item-content a.more:hover {
	text-decoration: none;
	border-color: #1e3a8a;
	color: #ffffff;
}

.item-content a.more:hover:after {
	width: 100%;
}

.item-img {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.item-img .img {
	max-width: none;
	width: 100%;
}

.item-img ul {
	position: absolute;
	bottom: 0;
	padding: 15px;
	display: flex;
	width: 100%;
}

.item-img ul li {
	margin: 3px;
	list-style: none;
	width: 100%;
}

.item-img ul li a {
	display: block;
	width: 100%;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 20px;
	text-align: center;
	font-size: 18px;
	color: #111111;
}

.item-img ul li a:hover {
	text-decoration: none;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
}

.stack-items-more {
	display: flex;
	justify-content: center;
}

.stack-items-more a {
	color: #ffffff;
}

.stack-items-more a::after,
.stack-items-more a::before {
	border-color: #ffffff;
}

#particles-js {
	position: absolute;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	opacity: 0.8;
}

#index-customer {
	position: relative;
	overflow: hidden;
}

.index-customer-con {
	background: rgba(3, 8, 21, 0.68);
	padding-top: 100px;
	overflow: hidden;
}

.index-customer-contain {
	position: relative;
	z-index: 1;
	padding-top: 120px;
	padding-bottom: 120px;
}

#index-customer .video-bg {
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: -1;
	top: 0;
}

.swiper-partner {
	margin-top: 60px;
}

#index-news {
	background-color: #ffffff;
	position: relative;
	z-index: 10;
}

.index-news-contain {
	padding-top: 80px;
	padding-bottom: 80px;
}

.news-wrapper {
	margin-top: 26px;
}

.news-item {
	display: block;
	background: #f4f4f4;
	border-radius: 10px;
	overflow: hidden;
	color: #333333;
}

.news-item a:hover {
	text-decoration: none;
}

.news-item .news-img {
	border-radius: 10px;
	overflow: hidden;
}

.news-item .text-box {
	padding: 26px;
}

.news-item .news-img img {
	transform: scale(1);
	transition: all .3s;
}

.news-item .text-box .news-name {
	font-size: 22px;
	font-weight: bolder;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-item .text-box .news-intro {
	font-size: 14px;
	color: #727272;
	margin-top: 20px;
}

.news-item .text-box .news-time {
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-item:hover .news-img img {
	transform: scale(1.1);
}

.news-item:hover .text-box .news-name {
	color: #1e3a8a;
}

.news-wrapper .swiper-pagination {
	left: 0;
	right: 0;
	bottom: 0;
	position: relative;
	margin-top: 15px;
}

.news-wrapper .swiper-pagination-bullet {
	margin: 0 3px;
	width: 12px;
	height: 12px;
}

.news-wrapper .swiper-pagination-bullet-active {
	background: #1e3a8a;
}

#foot {
	background: #f1f1f1;
}

.foot-contain {
	display: flex;
	padding-top: 100px;
	padding-bottom: 80px;
	justify-content: space-between;
}

.foot-sociallink {
	width: 50%;
}

.foot-sociallink h4 {
	font-size: 20px;
}

.foot-sociallink ul li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.foot-sociallink ul li a i {
	font-size: 26px;

}

.foot-sociallink ul li a {
	color: #333333;
	opacity: 1;
}

.foot-sociallink ul li a:hover {
	color: #1e3a8a;
	text-decoration: none;
}

.foot-nav {
	width: 45%;
}

.foot-nav ul {
	display: flex;
	justify-content: space-between;
}

.foot-nav ul li {
	list-style: none;
	display: inline-block;
	padding: 0 5px 5px;
}

.foot-nav ul li a {
	font-size: 20px;
	color: #333333;
}

.foot-nav ul li a:hover {
	text-decoration: none;
	color: #1e3a8a;
}

.foot-copyright {
	background-color: #f1f1f1;
	border-top: 1px solid #e5e5e5;
}

.foot-copyright-contain {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

.foot-copyright a {
	color: #333333;
}

.foot-copyright a:hover {
	text-decoration: none;
	color: #1e3a8a;
}

#banner-img {
	position: relative;
	width: 100%;
	background: #fff;
}

.container-banner {
	position: relative;
	display: flex;
	z-index: 2;
	width: 100%;
	padding-top: 100px;
	min-height: 680px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.container-banner p {
	position: relative;
	z-index: 1;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	font-size: 40px;
	font-weight: bold;
	margin-top: -56px;
}

.container-banner p:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	background: #1e3a8a;
}

.banner-txt {
	position: relative;
	padding-top: 60px;
	z-index: 2;
}

#banner-img h2 {
	position: relative;
	z-index: 2;
	font-size: 120px;
	margin-bottom: -38px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 10px;
}

.allcurmbs {
	padding: 20px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.allcurmbs .swiper-container {
	margin: 0;
}

.allcurmbs .container-serice-container .swiper-slide {
	width: auto !important;
	/* background: #fff; */
	/* border-right: 1px solid #eaeaea; */
}

.allcurmbs .container-serice-container .swiper-slide:last-child {
	border: none;
}


.allcurmbs .container-serice-container .swiper-slide a {
	display: flex;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	min-width: 120px;
	align-items: center;
	justify-content: center;
}

.allcurmbs .container-serice-container .swiper-slide a:hover {
	color: #1e3a8a;
	text-decoration: none;
}

.allcurmbs .container-serice-container .swiper-slide a.active {
	color: #fff;
	background: #1e3a8a;
}

.allcurmbs .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dh {
	padding: 10px 0;
	margin-left: 25px;
	/* min-width: 220px; */
	text-align: right;
}

.dh em {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
}

.dh a {
	font-size: 14px;
	color: #333;
}

.warp {
	padding-top: 120px;
	padding-bottom: 120px;
}

.contant_txt {
	width: 50%;
	padding-right: 30px;
}

.contant_txt h4 {
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: left;
}

.contact-cen {
	display: flex;
	/* margin-bottom: 60px; */
	justify-content: space-between;
}

.feedback-con .form-control {
	height: calc(2.1em + 0.75rem + 2px);
	font-size: 14px;
}

.form-label i {
	margin-right: 10px;
	font-size: 20px;
	color: #c82a27;
}

.contant_txt h2 {
	font-size: 26px;
	margin-bottom: 20px
}

.feedback-con {
	width: 50%;
}

.feedback-con>h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

.feedback-form {
	margin-left: -15px;
	margin-right: -15px;
}

.feedback-con button {
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	background: #d7d7d7;
	border-radius: 5px;
	font-size: 18px;
	color: #333333;
	border-color: #d7d7d7;
}

.feedback-con button:hover {
	background: #1e3a8a;
	border-color: #1e3a8a
}

.feedback-con .form-yzm {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
}

.feedback-con .form-yzm .form-control {
	width: calc(100% - 230px);
}

.feedback-con .form-yzm img {
	width: 200px;
	height: 43px;
}

.contact-map-container {
	height: 550px;
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-map-container a img {
	transition: all .3s;
}

.contact-map-container a:hover img {
	transform: translateY(-15px);
}

.news-list {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: wrap;
}

.news-items {
	width: 33.3%;
	padding: 0 15px 30px;
}

.news-view {
	display: flex;
	justify-content: space-between;
}

.news-view-nav {
	width: 380px;
	border-left: 1px solid #eeeeee;
	padding-left: 30px;
}

.news-view-contain {
	width: calc(100% - 460px);
}

.news-view-title {
	font-size: 18px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.news-view-title h1 {
	font-size: 30px;
	font-weight: bolder;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.news-view-title i {
	margin-right: 5px;
}

.news-view-title span {
	margin-right: 15px;
}

.news-view-title a {
	color: #333333;
}

.news-view-title a:hover {
	color: #1e3a8a;
	opacity: 1 !important;
}

.news-view-p {
	min-height: 680px;
}

.news-view-nav-con {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	bottom: 50px;
}

.news-view-item .news-con-item a {
	color: #333333;
}

.news-view-item .news-con-item a:hover {
	text-decoration: none;
}

.news-view-item .news-con-item a:hover .news-title {
	color: #1e3a8a;
	font-weight: bolder;
}

.news-view-nav .next {
	margin-bottom: 30px;
}

.news-view-nav h5 {
	font-weight: bolder;
	font-size: 18px;
	margin-bottom: 15px;
}

.case-item a.more {
	display: inline-block;
	padding: 5px 20px;
	background: #1e3a8a;
	border: 1px solid #1e3a8a;
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 36px;
	position: relative;
}

.case-item a.more i.fa-commenting-o {
	margin-right: 5px;
	font-size: 20px;
}

.case-item a.more i.fa-commenting-o {
	margin-right: 5px;
	font-size: 20px;
}

.case-item a.more:hover i.fa-commenting-o,
.case-item:hover a.more i.fa-commenting-o {
	animation: shake 0.5s ease-in-out;
	color: #ffffff;
}

a.btn-inqury {
	display: inline-block;
	padding: 15px 20px;
	background: #1e3a8a;
	border: 1px solid #1e3a8a;
	color: #ffffff;
	font-size: 14px;
	position: relative;
	margin-left: 30px;
}

a.btn-inqury:hover {
	color: #ffffff;
	text-decoration: none;
}

a.btn-inqury i.fa-commenting-o {
	margin-right: 5px;
	font-size: 20px;
}

a.btn-inqury i.fa-commenting-o {
	margin-right: 5px;
	font-size: 20px;
}

a.btn-inqury:hover i.fa-commenting-o {
	animation: shake 0.5s ease-in-out;
}

.pro-contain {
	display: flex;
	justify-content: space-between;
}

.pro-contain .pro-list {
	width: calc(100% - 360px);
}

.pro-contain .pro-serise-nav {
	width: 300px;
}

.pro-serise-nav-con {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	bottom: 50px;
}

.pro-serise-nav-title {
	color: #111111;
	font-weight: bolder;
	margin-bottom: 20px;
	font-weight: bolder;
}

.pro-serise-nav-title h1 {
	font-size: 30px;
	font-weight: bolder;
}

.pro-serise-menu ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
}

.pro-serise-menu .f1>ul>li {
	position: relative;
	overflow: hidden;
	color: #333333;
	background: #f8f8f8;
	margin-bottom: 15px;
	/* border-left: 3px solid #0061ae; */
	/* border-radius: 6px 6px 0 0; */
}

.pro-serise-menu .f1>ul>li>span {
	padding: 15px 30px 15px 30px;
}

.pro-serise-menu ul li>span {
	display: block;
	transition: 0.5s;
	padding: 15px 30px 15px 10px;
	position: relative;
}

.pro-serise-menu ul li>span .toggle-btn {
	position: absolute;
	right: 10px;
	width: 30px;
	height: 30px;
	border: 1px solid #eeeeee;
	border-radius: 6px;
	top: 15px;
}

.pro-serise-menu>.f1>ul>li>span, .pro-serise-menu ul li:hover>span, .pro-serise-menu>.f1>ul>li.hasChild.open>span, .pro-serise-menu ul li.active>span {
	background: #1e3a8a;
	color: #fff;
	/* border-radius: 0 6px 0px 0; */
}

.pro-serise-menu>.f1>ul>li>span>a, .pro-serise-menu ul li:hover>span>a, .pro-serise-menu>.f1>ul>li.hasChild.open>span>a, .pro-serise-menu ul li.active>span>a {
	color: #fff;
}

.pro-serise-menu ul li a {
	color: #333333;
	display: block;
}

.pro-serise-menu>.f1>ul>li>ul>li.open>span a {}

.pro-serise-menu ul li>span a.cur {
	font-weight: bolder;
	font-size: 18px;
}

.pro-serise-menu ul li>span a:hover {
	text-decoration: none;
}

.pro-serise-menu .f2 ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.pro-serise-menu .f2 ul li a:hover {
	text-decoration: none;
	color: #2c3097;
}

.pro-nav-btns {
	display: none;
}

.pro-nav-btns-con {
	display: flex;
	justify-content: space-between;
}

.pro-nav-btns .pro-nav-btn {
	width: 100%;
	background: #1e3a8a;
	text-align: center;
	color: #ffffff;
	border-radius: 0;
	padding: 15px;
	font-size: 16px;
	margin-bottom: 1px;
}

.pro-nav-btns .pro-nav-btn i {
	margin-right: 10px;
}

.pro-nav-btns .pro-nav-btn:hover {
	background: #1e3a8a;
	color: #ffffff;
}

.pro-serise-nav .collapse:not(.show) {
	display: block;
}

.pro-serise-menu .leval-2,
.pro-serise-menu .leval-3 {
	display: none;
}

.pro-serise-menu .leval-2 ul li span {
	padding-left: 26px;
	border-bottom: 1px solid #e3e3e3;
	background: #f8f8f8;
}

.pro-serise-menu .leval-2 ul li>span.active,
.pro-serise-menu .leval-2 ul li:hover>span,
.pro-serise-menu .leval-2 ul li ul li:hover>span {
	border-radius: 0;
	background: #edf6fd;
}

.pro-serise-menu .leval-2 ul li.open:hover>span {
	background: #edf6fd;
	border: 0 6px 0 0;
	/* color: #333333; */
}

.pro-serise-menu .leval-2 ul li.open:hover>span a {
	color: #333333;
}

.pro-serise-menu .leval-2 ul>li:hover span>a,
.pro-serise-menu .leval-2 ul>li>ul>li:hover>span a {
	color: #333333;
}
.pro-serise-menu .leval-3 ul li{
	/* list-style: inside; */
}
.pro-serise-menu .leval-3 ul li span {
	padding-left: 45px;
	background: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
.pro-serise-menu .leval-3 ul li span:before{
	content:"·";
	position:absolute;
	margin-left: -20px;
}
.pro-serise-menu .leval-3 {
	background: #eeeeee;
}

.pro-serise-menu .leval-2.open,
.pro-serise-menu .leval-3.open {
	display: block;
}

.solution-item {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.solution-item a:hover {
	text-decoration: none;
}

.solution-item a .solution-name h2 {
	color: #333333;
	margin-bottom: 25px;
	font-weight: bolder;
}

.solution-item a:hover .solution-name h2 {
	color: #1e3a8a;
}

.solution-item a .solution-img img {
	width: 100%;
}

.pro-lists {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.pro-items {
	width: 33.3%;
	padding: 0 15px 30px;
}

.pro-item {
	background: #f4f4f4;
	border-radius: 20px;
}

.pro-item a {
	display: block;
	padding: 20px;
}

.pro-item a .pro-img {
	border-radius: 10px;
	overflow: hidden;
}

.pro-item a .pro-box {
	padding: 15px 0;
}

.pro-item a .pro-box .pro-name {
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
}

.pro-item a .pro-box .pro-intro {
	margin-top: 10px;
	word-break: break-word;
}

.pro-item a .pro-box .pro-more {
	margin-top: 10px;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}

.pro-item a:hover {
	text-decoration: none;
	color: #333333;
}

.pro-item a:hover .pro-box .pro-name {
	text-decoration: none;
	color: #1e3a8a;
	font-weight: bolder;
}

.pro-item a .pro-img img {
	transform: scale(1);
	transition: .3s;
}

.pro-item a:hover .pro-img img {
	transform: scale(1.1);
}

.swiper-pro {
	overflow: hidden;
}

.swiper-pro .img-box {
	position: relative;
	width: 100%;
	max-width: 500px;
}

.pro-hiden {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.3);
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.pro-hiden span {
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url(../images/link.png) no-repeat center;
	opacity: 0;
	transition: all .4s ease-in-out;
}

.pro-wrapper .swiper-wrapper {
	padding: 40px 0;
}

.swiper-pro .img-box img {
	width: 100%;
	transform: scale(1);
	transition: all .4s;
}

.swiper-pro p {
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.swiper-pro .swiper-slide:hover {
	background: #f5f5f5;
	transform: scale(1.1);
	transition: all .4s;
	z-index: 99;
}

.swiper-pro .swiper-slide:hover .pro-hiden {
	opacity: 1;
	transition: all .4s;
}

.swiper-pro .swiper-slide:hover .pro-hiden span {
	opacity: 1;
	transition: all .4s;
}

.swiper-pro .swiper-slide {
	position: relative;
	transition: all .4s;
}

.pro-view-img {
	max-width: 768px;
	margin: auto;
	position: relative;
}

.gallery-top {
	border: 1px solid #cdcdcd;
	overflow: hidden;
	position: relative;
}

.gallery-top .swiper-slide {
	text-align: center;
	background: #ffffff;
}

.gallery-top .swiper-slide img {
	max-width: 480px;
	width: 100%;
	cursor: zoom-in;
}

.gallery-thumbs {
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	border: 1px solid #cdcdcd;
	background: #ffffff;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #1e3a8a;
}

.pro-view-btns {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 0;
}

.pro-view-btns .swiper-btn {
	margin-left: 0;
	width: 30px;
	height: 30px;
	line-height: 20px;
	background: #1e3a8a;
	color: #ffffff;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-view-btns .swiper-btn:hover {
	background: #1e3a8a;
	color: #ffffff;
}

.pro-view-btns .swiper-btn-disabled {
	display: none;
}

.pro-view-btns .pro-view-but-next {
	left: 3%;
	position: absolute;
}

.pro-view-btns .pro-view-but-prev {
	right: 3%;
	position: absolute;
}

.pro-container .pro-container-con {
	display: flex;
	justify-content: space-between;
}

.pro-container .pro-container-con .pro-img {
	width: 50%;
}

.pro-container .pro-container-con .pro-intro {
	width: 45%;
}

.pro-container .pro-img img {
	border: none;
}

.pro-container .pro-container-con .pro-title {
	font-size: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 1em;
	font-weight: bold;
}

.pro-container .pro-container-con .pro-jj {
	font-size: 1em;
	color: #111111;
	line-height: 1.625em;
	margin-top: 1rem;
}

.pro-container .pro-container-con .pro-back {
	margin-top: 1em;
}

.pro-container .pro-container-con .pro-back a,
.pro-detail-con>a {
	display: inline-block;
	text-align: center;
	line-height: 38px;
	padding: 0 15px;
	height: 38px;
	font-size: 1.1em;
	margin-right: 10px;
	color: #fff;
	background: #1e3a8a;
	cursor: pointer;
}

.pro-detail-con>a {
	background: #1e3a8a;
}

.pro-container .pro-container-con .pro-back a i,
.pro-detail-con>a i {
	font-size: 1em;
	margin-right: 10px;
}

.pro-container .pro-container-con .pro-back a:hover {
	color: #fff;
	text-decoration: none;
}

.pro-container .pro-container-con .pro-back a img {
	margin-right: 5px;
}

.pro-detail {
	margin-top: 30px;
}

.pro-detail .pro-detail-title {
	font-size: 1.25em;
	color: #333;
	line-height: 30px;
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.pro-detail-con table {
	width: 100%;
	overflow-x: scroll;
	display: block;
}

.pro-detail-con table::-webkit-scrollbar {
	height: 5px;
	background: #eee;
}

.pro-detail-con table::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
	border-radius: 3px;
}

.pro-detail-con table::-webkit-scrollbar-thumb {
	border-radius: 3px;
	height: 100px;
	background-color: #ccc;
}

.pro-detail-con table tbody {
	display: table;
	width: 100%;
}

.pro-detail-con table tr {
	line-height: 26px;
	min-height: 42px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.05);
	white-space: nowrap;
}

.pro-detail-con table tr:nth-of-type(2n) {
	background: rgba(0, 0, 0, 0.02);
}

.pro-detail-con table tr td {
	padding: 10px 15px;
	border: 1px solid #fff;
}

#history{
	background: url(../images/history-bg.jpg) center bottom no-repeat;
    background-size: 100% auto;
}

.history-contain {
	padding-top: 120px;
	padding-bottom: 120px;
}

.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: #eeeeee;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

.timeline-container {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

.timeline-container::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -12px;
	background-color: white;
	border: 4px solid #1e3a8a;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

.left {
	left: 0;
}

.right {
	left: 50%;
}

.left::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}

.right::before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}

.right::after {
	left: -13px;
}

.timeline-content {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.timeline-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

#culture {
	background: url(../images/culture-bg.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}

.culture-contain {
	padding-top: 120px;
	padding-bottom: 120px;
}

.culture-grid {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	flex-wrap: nowrap;
}

.culture-item {
	padding: 15px;
	width: 33.3%;
}

.culture-card {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 20px;
	padding: 25px;
	text-align: center;
	transition: .3s;
	height: 100%;
}

.culture-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.culture-card .culture-icon {
	margin-bottom: 20px;
}

.culture-card h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.culture-vision {
	text-align: center;
	color: #ffffff;
	margin-top: 36px;
	max-width: 992px;
	margin-left: auto;
	margin-right: auto;
}

.culture-vision h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.patner-contain {
	padding-top: 120px;
	padding-bottom: 120px;
}

.partner-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.partner-item {
	width: 20%;
	padding: 15px;
}

.partner-item a {
	border: 1px solid #eeeeee;
	display: block;
	text-align: center;
}

.honor-container{
	padding-bottom: 120px;
}

.honor-container .swiper-slide{
	width: auto;
}

.honor-container .swiper-slide img{
	max-height: 280px;
}

@keyframes shake {

	0%,
	100% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-15deg);
	}

	50% {
		transform: rotate(10deg);
	}

	75% {
		transform: rotate(-5deg);
	}
}

@media screen and (max-width: 1400px) {
	#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box.active {
		padding: 36px;
	}

	#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box p {
		margin-bottom: 10px;
		font-size: 2vw;
	}

	.contain-title p {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.contain-title h1 {
		font-size: 36px;
	}
}

@media screen and (max-width: 1100px) {
	.headervue .item>a {
		margin: 0 15px;
	}

	#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box.active {
		padding: 25px;
	}

	#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
		font-size: 4.6vw;
	}

	#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box p {
		font-size: 2.5vw;
	}

	.main-app-header-contain .more-btn {
		margin-top: 50px;
	}

	.dh {
		display: none;
	}

	.allcurmbs.nonav {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	#header_vue {
		display: none;
	}

	#ph-nav {
		display: block;
	}

	#banner {
		margin-top: 80px;
	}

	.contain-title {
		margin-bottom: 15px;
	}

	.contain-title p {
		margin-bottom: 10px;
	}

	.contain-title h1 {
		font-size: 30px;
	}

	.main-app-header-contain .more-btn {
		margin-top: 27px;
	}

	.index-about-contain {
		padding-bottom: 85px;
		padding-top: 60px;
		flex-direction: column;
	}

	.index-about-title {
		width: 100%;
	}

	.index-about-content {
		width: 100%;
	}

	.main-app-header {
		padding-top: 60px;
	}

	.item-contain {
		flex-direction: column;
	}

	.item-content {
		width: 100%;
	}

	.item-img {
		width: 100%;
	}

	.item-img ul li a {
		font-size: 14px;
		padding: 15px;
	}

	.item-content .item-title h2 {
		font-size: 26px;
	}

	.foot-contain {
		flex-direction: column;
		align-items: center;
	}

	.foot-sociallink {
		width: 100%;
		text-align: center;
	}

	.foot-nav {
		width: 100%;
		max-width: 480px;
		margin-top: 15px;
	}

	.foot-nav ul li a {
		font-size: 16px;
	}

	.foot-copyright-contain {
		flex-direction: column;
		align-items: center;
	}

	.warp {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.contact-cen {
		flex-direction: column;
	}

	.contant_txt {
		width: 100%;
		padding-right: 0px;
	}

	.feedback-con {
		width: 100%;
		margin-top: 36px;
	}

	.news-items {
		width: 50%;
	}

	.news-view {
		flex-direction: column;
	}

	.news-view-nav {
		width: 100%;
		border-left: none;
		border-top: 1px solid #eeeeee;
		padding-top: 30px;
		margin-top: 30px;
		padding-left: 0;
	}

	.news-view-contain {
		width: 100%;
	}

	.news-view-item .news-item a .news-img,
	.news-view-item .news-item a .news-time {
		display: none;
	}

	.pro-contain {
		flex-direction: column;
	}

	.pro-contain .pro-serise-nav {
		width: 100%;
	}

	.pro-contain .pro-list {
		width: 100%;
		margin-top: 36px;
	}

	.pro-nav-btns {
		display: block;
	}

	.pro-serise-nav .collapse:not(.show) {
		display: none;
	}

	.pro-items {
		width: 50%;
	}

	.pro-container .pro-container-con {
		flex-direction: column;
	}

	.pro-container .pro-container-con .pro-img {
		width: 100%;
	}

	.pro-container .pro-container-con .pro-intro {
		width: 100%;
		margin-top: 30px;
	}

	.timeline::after {
		left: 31px;
	}

	.timeline-container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}

	.timeline-container::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}

	.left::after,
	.right::after {
		left: 18px;
	}

	.right {
		left: 0%;
	}

	.culture-grid {
		flex-direction: column;
	}

	.culture-item {
		width: 100%;
	}

	.partner-item {
		width: 33.3%;
	}

	.culture-contain,
	.history-contain,
	.patner-contain {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.culture-card .culture-icon img {
		height: 46px;
	}
}

@media (max-width: 768px) {
	.main-app .stack-items .outer {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box h1 {
		font-size: 6vw;
	}

	#banner .swiper-container .swiper-wrapper .swiper-slide .banner-text-box p {
		font-size: 3vw;
	}

	.main-app-header-contain .more-btn {
		margin-top: 40px;
	}

	.about-num ul li h3 {
		font-size: 36px;
	}

	.more-btn a {
		font-size: 16px;
	}

}

@media (max-width: 680px) {
	.swiper-btns .btn-next {
		margin-left: 15px;
	}

	.swiper-btns {
		bottom: 5%;
	}

	.news-items {
		width: 100%;
	}

	.pro-items {
		width: 100%;
	}
}